<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 18.09.2008 um 12:31 schrieb Rainer Joswig:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Good news.</div><div><br></div><div>But somehow I can't find working documentation how to build the IDE.</div><div><br></div><div>I've downloaded the 1.2 TAR file for Mac OS X Intel.</div><div><br></div><div>So where do I find documentation on the CCL wiki start page that there is an IDE?</div><div><br></div><div>But there is some documentation. So I see:</div><div><br></div><div><a href="http://ccl.clozure.com/ccl-documentation.html#id335871">http://ccl.clozure.com/ccl-documentation.html#id335871</a></div><div><br></div><div>-----</div><div><div xmlns="http://www.w3.org/1999/xhtml"><div><div>5.2. Building the IDE</div></div></div><p xmlns="http://www.w3.org/1999/xhtml" align="">Building the Clozure CL IDE is now a very simple process.</p><div xmlns="http://www.w3.org/1999/xhtml"><div><span class="Apple-tab-span" style="white-space:pre">   </span>• In a shell session, cd to the ccl directory.</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>• Run ccl from the shell. The easiest way to do this is generally to execute the ccl or ccl64 command.</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>• Evaluate the form (require :cocoa-application)</div></div><p xmlns="http://www.w3.org/1999/xhtml" align="">For example, assuming that the Clozure CL distribution is installed in "/usr/local/ccl", the following sequence of shell interactions builds the IDE:</p><pre xmlns="http://www.w3.org/1999/xhtml"><font class="Apple-style-span" face="Helvetica" size="4"><span class="Apple-style-span" style="font-size: 14px; white-space: normal;">oshirion:ccl mikel$ ccl64
Welcome to Clozure Common Lisp Version 1.2-r9198M-trunk  (DarwinX8664)!
? (require :cocoa-application)
;Loading #P"ccl:cocoa-ide;fasls;cocoa-utils.dx64fsl.newest"...
;Loading #P"ccl:cocoa-ide;fasls;cocoa-defaults.dx64fsl.newest"...

[...many lines of "Compiling" and "Loading" omitted...]

Saving application to /usr/local/ccl/Clozure CL.app/

oshirion:ccl mikel$ </span></font>
</pre><pre xmlns="http://www.w3.org/1999/xhtml"><font class="Apple-style-span" face="Helvetica" size="4"><span class="Apple-style-span" style="font-size: 14px; white-space: normal;">-----</span></font></pre>Step two assumes that I know where the ccl or ccl64 commands are. But it is surely not the easiest way, since the</div><div>commands don't necessarily work.</div><div><br></div><div><div>RJMBP:ccl joswig$ ./scripts/ccl64</div><div>./scripts/ccl64: line 70: /usr/local/src/ccl/dx86cl64: No such file or directory</div><div>./scripts/ccl64: line 70: exec: /usr/local/src/ccl/dx86cl64: cannot execute: No such file or directory</div><div><br></div><div><div>RJMBP:ccl joswig$ pwd</div><div>/Users/joswig/Desktop/ccl</div><div><br></div><div><div>RJMBP:ccl joswig$ ./scripts/ccl64</div><div>Welcome to Clozure Common Lisp Version 1.2-r10552  (DarwinX8664)!</div><div>? (require 'cocoa-application)</div><div>;Loading #P"ccl:cocoa-ide;fasls;cocoa-utils.dx64fsl.newest"...</div><div>...</div><div><div>;Loading #P"ccl:cocoa-ide;fasls;start.dx64fsl.newest"...</div><div>> Error: Module EASYGUI was not provided by any function on *MODULE-PROVIDER-FUNCTIONS*.</div><div>> While executing: REQUIRE, in process listener(1).</div><div>> Type :POP to abort, :R for a list of available restarts.</div><div>> Type :? for other options.</div><div>1 > </div><div><br></div><div><br></div><div>Which means that step three isn't working.</div><div><br></div><div>How should we change the documentation that somebody can build the IDE with CCL 1.2?</div><div><br></div></div></div></div></div></div></blockquote><div><br></div><div>Looks like my problem was that during the build process the place of the CCL directory is looked up from the preferences.</div><div>I had the preference set from an earlier version of CCL and building the IDE from a different directory just</div><div>takes the old preference somewhen during build. I think that's kind of an error. During the build process it</div><div>should already been known where this particular instance of CCL is - no need to look it up from the preferences.</div><div>Also no trace of a warning that the preference and the current build directory is different.</div><div><br></div><div>Regards,</div><div><br></div><div>Rainer Joswig</div><div><br></div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div><div><br></div><div>Regards,</div><div><br></div><div>Rainer Joswig</div><div><br></div><div><br></div></div><div><br></div><div><br></div></div></div></div><div><br></div><br><div><div>Am 17.09.2008 um 20:37 schrieb R. Matthew Emerson:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>It's been ready for a while now, but I don't think we ever mentioned  <br>it, so...<br><br>Clozure CL 1.2 is now available.<br><br>Clozure CL is is an open source Common Lisp implementation that runs  <br>on PowerPC hardware under Mac OS X and Linux, and on x86-64 hardware  <br>under Mac OS X, Linux, and FreeBSD.<br><br>Clozure CL used be called OpenMCL.  It is also sometimes called CCL.<br><br><a href="http://trac.clozure.com/openmcl">http://trac.clozure.com/openmcl</a> has instructions on how to get it.<br><br>Release notes are included in the distribution, or at<br><a href="http://trac.clozure.com/openmcl/browser/trunk/source/doc/release-notes.txt">http://trac.clozure.com/openmcl/browser/trunk/source/doc/release-notes.txt</a><br><br>(That release notes URL has "trunk" in it, but these really are the  <br>correct notes.)<br><br>_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>http://clozure.com/mailman/listinfo/openmcl-devel<br></div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Rainer Joswig, Hamburg, Germany</div><div><a href="http://lispm.dyndns.org/">http://lispm.dyndns.org/</a></div><div><a href="mailto:joswig@lisp.de">mailto:joswig@lisp.de</a></div><div><br></div></div></div></div></div></div></div></div></div></div></div></span><br class="Apple-interchange-newline"> </div><br></div>_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>http://clozure.com/mailman/listinfo/openmcl-devel<br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Rainer Joswig, Hamburg, Germany</div><div><a href="http://lispm.dyndns.org/">http://lispm.dyndns.org/</a></div><div><a href="mailto:joswig@lisp.de">mailto:joswig@lisp.de</a></div><div>Phone: +49 151 22948334</div></div></div></div></div></div></div></span></div></span> </div><br></body></html>