Thank you to all who showed interest in my DOLIST problem: Gail, Gary, Tim, Ron, Tobias.<div><br></div><div>I've put my troublesome 26Mb file, a similarly structured one of 5Mb, and a test driver called</div><div>'compile-19.lisp' into a folder at</div><div>&nbsp;http://csiweb.ucd.ie/staff/acater/CCLProblem</div><div><br></div><div>The test driver will need alterations to source- and destination- pathnames in its last line.</div><div><br></div><div>CCL1.3 can compile PRECOMPUTED19.INFO, CCL1.4 cannot, it just goes quiet.</div><div><br></div><div><br><br></div><div>I'll try also to distil&nbsp;a&nbsp;simple&nbsp;test&nbsp;case&nbsp;of&nbsp;the&nbsp;make-structure-with-fifteen-args&nbsp;problem.</div><div><br></div><div>btw, is the trunk a 'released version' or not?</div><div><br></div><div>Arthur</div><div><br></div><div><br></div><div><br>----- Original Message -----<br>From: Gail Zacharias &lt;gz@clozure.com&gt;<br>Date: Thursday, August 13, 2009 2:08 pm<br>Subject: Re: [Openmcl-devel] Trunk and released version<br>To: Arthur W Cater &lt;arthur.cater@ucd.ie&gt;<br>Cc: Openmcl-devel &lt;Openmcl-devel@clozure.com&gt;<br><br>&gt; At 8/13/2009 07:31 AM, Arthur W Cater wrote:<br>&gt; &gt;For weeks I've been having lots of trouble trying to move a <br>&gt; project <br>&gt; &gt;from ccl1.3 to ccl1.4, on PPC-32.<br>&gt; &gt;It starts ok. From my most recent svn update, yesterday:<br>&gt; &gt;[&nbsp; Welcome to Clozure Common Lisp Version <br>&gt; &gt;1.4-dev-r12561M-trunk&nbsp; (DarwinPPC32)!&nbsp; ]<br>&gt; &gt;<br>&gt; &gt;I note that trac.clozure.com/openmcl says that<br>&gt; &gt;&nbsp; "The most recent released version of Clozure CL is <br>&gt; version 1.3."<br>&gt; &gt;<br>&gt; &gt;Perhaps the root of my troubles is that 1.4 is indeed a <br>&gt; development <br>&gt; &gt;version, but I also get the<br>&gt; &gt;impression from the mailing list that everybody else is using <br>&gt; it <br>&gt; &gt;satisfactorily. I'm afraid of<br>&gt; &gt;getting left behind.<br>&gt; &gt;<br>&gt; &gt;Is there a 'release version' of 1.4 for ppc32?<br>&gt; &gt;<br>&gt; &gt;Is anybody interested to hear my problems with ccl 1.4, on code <br>&gt; that <br>&gt; &gt;works with ccl 1.3?<br>&gt; <br>&gt; Yes, but I need more info.<br>&gt; <br>&gt; <br>&gt; &gt;- a form like<br>&gt; &gt;&nbsp;&nbsp;&nbsp; (dolist (X list-of-xs&nbsp;&nbsp;&nbsp; expr-<br>&gt; not-using-X)<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (declare (type <br>&gt; mytype X))<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stuff-involving-X)<br>&gt; &gt;&nbsp;&nbsp; provoking a complaint that NIL is not of type MYTYPE<br>&gt; <br>&gt; (dolist (x '(1 2 3)) (declare (type fixnum x)) x) provokes no <br>&gt; complaints.&nbsp; What's an actual example?<br>&gt; <br>&gt; &gt;- a (MAKE-mystruct :A a :B b :C c ... :M (nth 14 list) :N (nth <br>&gt; 15 list))<br>&gt; &gt;&nbsp;&nbsp; using NIL for M and N despite the list containing <br>&gt; fixnums in <br>&gt; &gt; positions 14 and 15<br>&gt; <br>&gt; I can't duplicate this, what's an actual example?<br>&gt; <br>&gt; <br>&gt; &gt;- going into unwakeable slumber when compiling a 26mb file containing<br>&gt; &gt;&nbsp;&nbsp; machine-generated expressions for initialising a <br>&gt; datastructure<br>&gt; What's a typical expression in the file?&nbsp; What optimization <br>&gt; setting?<br>&gt; <br>&gt; &gt;Arthur<br>&gt; &gt;_______________________________________________<br>&gt; &gt;Openmcl-devel mailing list<br>&gt; &gt;Openmcl-devel@clozure.com<br>&gt; &gt;http://clozure.com/mailman/listinfo/openmcl-devel<br>&gt; </div>