<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/jazzscheme</id>
  <title type="text">Jazz Scheme Google Group</title>
  <subtitle type="text">
  Discussion group for the JazzScheme platform
  </subtitle>
  <link href="/group/jazzscheme/feed/atom_v1_0_msgs.xml" rel="self" title="Jazz Scheme feed"/>
  <updated>2009-11-17T22:08:00Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-17T22:08:00Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/076009bb5df54bfc/9372f9867683121e?show_docid=9372f9867683121e</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/076009bb5df54bfc/9372f9867683121e?show_docid=9372f9867683121e"/>
  <title type="text">Re: Strange Jedi crashes on Mac OS X</title>
  <summary type="html" xml:space="preserve">
  Update on this bug. &lt;br&gt; &lt;p&gt;After discussing this with Marc, the bug was due to a fundamental assumption &lt;br&gt; in Gambit that every module name should be unique. When linking an &lt;br&gt; executable like jedi, the flat link file generated must be named jedi.c &lt;br&gt; hence the clash with the jedi module. &lt;br&gt; &lt;p&gt;So, the patch we did to add a uniqueness prefix to compiled module names
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-17T16:59:39Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/076009bb5df54bfc/8e6d098d2d0f9eff?show_docid=8e6d098d2d0f9eff</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/076009bb5df54bfc/8e6d098d2d0f9eff?show_docid=8e6d098d2d0f9eff"/>
  <title type="text">Re: Strange Jedi crashes on Mac OS X</title>
  <summary type="html" xml:space="preserve">
  In the previous message I forgot to mention that &amp;quot;kernel -compile jedi &lt;br&gt; -force&amp;quot; relies on a new -force option of the Jazz kernel. &lt;br&gt; &lt;p&gt;So before running that command you will need to rebuild your kernel &lt;br&gt; with &amp;quot;gsc make kernel&amp;quot; or &amp;quot;gsc make jedi&amp;quot;. &lt;br&gt; &lt;p&gt;Guillaume &lt;br&gt; &lt;p&gt;On Nov 17, 11:45 am, Guillaume Cartier &amp;lt;gcart...@jazzscheme.org&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-17T16:45:36Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/076009bb5df54bfc/413d73d7e7dfbce9?show_docid=413d73d7e7dfbce9</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/076009bb5df54bfc/413d73d7e7dfbce9?show_docid=413d73d7e7dfbce9"/>
  <title type="text">Strange Jedi crashes on Mac OS X</title>
  <summary type="html" xml:space="preserve">
  Some people have reported a very strange bug on Mac OS X. &lt;br&gt; &lt;p&gt;After a full build of jedi : &lt;br&gt; &lt;p&gt;running bin/jedi would crash but &lt;br&gt; running bin/kernel -run jedi would run ok &lt;br&gt; &lt;p&gt;After some bug hunting, it seems it boils down to a bug in Gambit&#39;s new &lt;br&gt; module-name: option to compile-file-to-c. A temporary patch was pushed to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-17T16:12:37Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/5917fd26ea039dac/9df8004eed9b98b7?show_docid=9df8004eed9b98b7</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/5917fd26ea039dac/9df8004eed9b98b7?show_docid=9df8004eed9b98b7"/>
  <title type="text">Re: OS X 10.6 (Snow Leopard) build issues</title>
  <summary type="html" xml:space="preserve">
  Indeed. GCC 4.2.x has severe problems handling large files. &lt;br&gt; &lt;p&gt;A couple points : &lt;br&gt; &lt;p&gt;First, we reduced walker.scm&#39;s size from 240K down to 185K. This should help &lt;br&gt; a bit in all cases but compile times will still be pretty high. &lt;br&gt; &lt;p&gt;Second, a test was added in the Jazz kernel to automatically disable
  </summary>
  </entry>
  <entry>
  <author>
  <name>ddp</name>
  <email>d...@electric-loft.org</email>
  </author>
  <updated>2009-11-16T13:07:59Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/5917fd26ea039dac/973a579b225af945?show_docid=973a579b225af945</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/5917fd26ea039dac/973a579b225af945?show_docid=973a579b225af945"/>
  <title type="text">Re: OS X 10.6 (Snow Leopard) build issues</title>
  <summary type="html" xml:space="preserve">
  A follow-up to my last post. &lt;br&gt; &lt;p&gt;I tried falling back to gcc-4.0 and that seems to fix it though &lt;br&gt; gcc-4.0 does not default to x86_64 and thus I had to rebuild Gambit 32- &lt;br&gt; bit. However with that done, it&#39;s well past walker now. So I &lt;br&gt; conclude this is a bug in gcc-4.2.1. &lt;br&gt; &lt;p&gt;Derrell
  </summary>
  </entry>
  <entry>
  <author>
  <name>ddp</name>
  <email>d...@electric-loft.org</email>
  </author>
  <updated>2009-11-16T12:44:08Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/5917fd26ea039dac/07cb78240744b6dd?show_docid=07cb78240744b6dd</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/5917fd26ea039dac/07cb78240744b6dd?show_docid=07cb78240744b6dd"/>
  <title type="text">OS X 10.6 (Snow Leopard) build issues</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;New user here. I&#39;m trying to build Jazz from git on 10.6.2 with &lt;br&gt; Gambit 4.5.3 and Xcode 3.2.1 (gcc 4.2.1). The first issue is that &lt;br&gt; Gambit builds itself 32-bit by default though it defaults to producing &lt;br&gt; 64-bit binaries. So without doing anything, you blow up in your first &lt;br&gt; link step trying to link 64-bit binaries against a 32-bit
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marco Gidde</name>
  <email>marco.gi...@freenet.de</email>
  </author>
  <updated>2009-11-08T13:54:59Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/3776205a6a2d48c8?show_docid=3776205a6a2d48c8</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/3776205a6a2d48c8?show_docid=3776205a6a2d48c8"/>
  <title type="text">Re: X11 performance tests/results</title>
  <summary type="html" xml:space="preserve">
  Hi Guillaume, &lt;br&gt; sorry for this very late reply. &lt;br&gt; Please don&#39;t waste your time with this &amp;quot;bug&amp;quot; and continue your fine work &lt;br&gt; on Jazz/Jedi by adding features, cleaning up code or even optimizing the &lt;br&gt; drawing routines (I think I mentioned already, that the UI redraws too &lt;br&gt; much). Of course you could try to use cairo_surface_create_similar to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-05T13:14:09Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/7fa996402dd045d0?show_docid=7fa996402dd045d0</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/7fa996402dd045d0?show_docid=7fa996402dd045d0"/>
  <title type="text">Re: Windows binary anywhere</title>
  <summary type="html" xml:space="preserve">
  When JazzScheme was released 9 months ago, we took the time to build &lt;br&gt; binaries for Mac, Windows and Linux. Unfortunately we haven&#39;t had the &lt;br&gt; time yet to automate this lengthy process yet. And as Jazz is evolving &lt;br&gt; rapidly with many commits each day, I decided the best was simply to &lt;br&gt; remove binaries and references to them from the website (I have now
  </summary>
  </entry>
  <entry>
  <author>
  <name>bitli</name>
  <email>jmlug...@gmail.com</email>
  </author>
  <updated>2009-11-03T18:03:31Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/2330d615de0c0b4d?show_docid=2330d615de0c0b4d</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/6abd6d7060229e19/2330d615de0c0b4d?show_docid=2330d615de0c0b4d"/>
  <title type="text">Windows binary anywhere</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; The windows binary are mentioned in the site, but I cannot find them. &lt;br&gt; Are they available? &lt;br&gt; bitli
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-11-02T20:47:12Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/e85ee88693c3d5c0/2204f5a1dde1eb49?show_docid=2204f5a1dde1eb49</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/e85ee88693c3d5c0/2204f5a1dde1eb49?show_docid=2204f5a1dde1eb49"/>
  <title type="text">Breaking changes to user profiles</title>
  <summary type="html" xml:space="preserve">
  A recent commit introduces breaking changes to user profiles. &lt;br&gt; &lt;p&gt;In HOME/jazz_user/lib/profile.&amp;lt;pr ofile name&amp;gt;/profile/&amp;lt;profile name&amp;gt;/ &lt;br&gt; settings/Workbench.jml, change &lt;br&gt; &lt;p&gt;(&amp;lt;Validate-Manifest&amp;gt; tag-module: project.jazz.validate.Validate - &lt;br&gt; Manifest) &lt;br&gt; &lt;p&gt;to &lt;br&gt; &lt;p&gt;(&amp;lt;Validation-Manifest&amp;gt; tag-module: project.jazz.validation.Valida tion-
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T19:35:48Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/4aa1e7d015d0dd7d?show_docid=4aa1e7d015d0dd7d</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/4aa1e7d015d0dd7d?show_docid=4aa1e7d015d0dd7d"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  That&#39;s the difference between invalidate-view and redraw-view. &lt;br&gt; &lt;p&gt;invalidate-view tells the windowing system a certain area must be &lt;br&gt; refreshed at the next paint. So multiple calls to invalidate-view will &lt;br&gt; just accumulate and the next paint will draw the union of those &lt;br&gt; invalidated areas. This is usually what we want.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin DeMello</name>
  <email>martindeme...@gmail.com</email>
  </author>
  <updated>2009-10-13T19:29:05Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/eb55722ae4c19de4?show_docid=eb55722ae4c19de4</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/eb55722ae4c19de4?show_docid=eb55722ae4c19de4"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  ah, okay :) why does invalidate-view not cause a redraw? &lt;br&gt; &lt;p&gt;martin &lt;br&gt; &lt;p&gt;On Wed, Oct 14, 2009 at 12:53 AM, Guillaume Cartier
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T19:23:14Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/94e17e4f1183bd4e?show_docid=94e17e4f1183bd4e</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/94e17e4f1183bd4e?show_docid=94e17e4f1183bd4e"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  Sorry about that, I had read C4 :-) &lt;br&gt; &lt;p&gt;Then, everything is as it should be. It does the same thing on Windows &lt;br&gt; and Mac. I&#39;ll add a redraw-view, so apart from being nicer, no one &lt;br&gt; else will go thinking it&#39;s a platform specific bug ;-) &lt;br&gt; &lt;p&gt;Thanks! &lt;br&gt; &lt;p&gt;Guillaume
  </summary>
  </entry>
  <entry>
  <author>
  <name>Guillaume Cartier</name>
  <email>gcart...@jazzscheme.org</email>
  </author>
  <updated>2009-10-13T19:16:25Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/2f538f1dc6644015?show_docid=2f538f1dc6644015</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/81d9b996fe0241f3/2f538f1dc6644015?show_docid=2f538f1dc6644015"/>
  <title type="text">Re: X11 performance tests/results</title>
  <summary type="html" xml:space="preserve">
  Hi Marco, &lt;br&gt; &lt;p&gt;First of all, many thanks for such an exaustive analysis of the &lt;br&gt; problem! It is very difficult and frustrating to try and debug a &lt;br&gt; problem like this without access to reproducing it but your help sure &lt;br&gt; goes a long way! &lt;br&gt; &lt;p&gt;After reading your email, it seems to me the most promising approach
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin DeMello</name>
  <email>martindeme...@gmail.com</email>
  </author>
  <updated>2009-10-13T18:42:21Z</updated>
  <id>http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/e58873e52a28d0ef?show_docid=e58873e52a28d0ef</id>
  <link href="http://groups.google.com/group/jazzscheme/browse_thread/thread/24cc014accb42a2b/e58873e52a28d0ef?show_docid=e58873e52a28d0ef"/>
  <title type="text">Re: problem with the gomoku sample</title>
  <summary type="html" xml:space="preserve">
  No, C4 works fine, it&#39;s gomoku that has the problem. Here are the &lt;br&gt; details from xorg.log, in case they help: &lt;br&gt; &lt;p&gt;X.Org X Server 1.6.3.901 (1.6.4 RC 1) &lt;br&gt; Release Date: 2009-8-25 &lt;br&gt; X Protocol Version 11, Revision 0 &lt;br&gt; Build Operating System: Linux 2.6.30-ARCH i686 &lt;br&gt; Current Operating System: Linux mercury 2.6.31-ARCH #1 SMP PREEMPT Thu
  </summary>
  </entry>
</feed>
