<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Actually it can. Here’s the procedure I use to build a command-line CCL from the Mac App Store version. I’m on El Capitan and I just tried this with the App Store Version 1.11.1 which is what comes up with I search for “Clozure” on the App Store.<div><br></div><div>-Shannon Spires</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Rebuilding CCL from the App Store version of CCL, or building a command-line version of CCL from the IDE. (The App Store version does not include a command-line version of CCL.)</div></div><div><div><br></div></div><div>Download the Clozure CL app from the Mac App Store. It will be placed in /Applications and will be owned by root:wheel (probably).</div><div><br></div><div><div>You need to have Xcode on your machine.</div></div><div><div><br></div></div><div><div>You must run Xcode once so you can agree to its terms and it can finish installing itself.</div></div><div><div><br></div></div><div><div>In a terminal window, do (this is in addition to starting Xcode manually as above).</div></div><div><div><br></div></div><div><div>$ xcode-select --install</div></div><div><div><br></div></div><div><div>$ cd /Applications</div></div><div><br></div><div># Gotta do this because you don’t want the app owned by root:wheel</div><div><div>$ chown -R <username>:<group> Clozure\ CL.app/</div></div><div><div><br></div></div><div><div>Double-click the Clozure CL app.</div></div><div><div><br></div></div><div><div>In the CCL listener, do</div></div><div><div>(rebuild-ccl :kernel t)</div></div><div><div><br></div></div><div><div>[or go to the appropriate kernel directory within the Clozure CL app and do make.]</div></div><div><div><br></div></div><div><div>If that succeeds, try</div></div><div><div><br></div></div><div><div>(rebuild-ccl :full t)</div></div><div><div><br></div></div><div><div>If that succeeds, you will now have a command-line version of CCL within the Clozure CL app at</div></div><div><div><br></div></div><div><div>/Applications/Clozure CL.app/Contents/Resources/ccl/</div></div><div><div><br></div></div><div><div>You can now copy (don't move but copy) the above directory to a more convenient place if you like, cd to it,</div></div><div><div>and execute ./dx86cl64 and it should just work.</div></div><div><div><br></div></div><div><div>Updating CCL (as opposed to merely rebuilding it) is not likely to be workable from the App</div></div><div><div>Store version. You need to check out the code with git for that.</div></div><div><div><br></div></div></blockquote><div><div><br></div></div><div><br></div><div><div><br><div><br><div><div><div>On Apr 1, 2019, at 6:55 PM, R. Matthew Emerson <<a href="mailto:rme@acm.org">rme@acm.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space;">The Mac App Store version of CCL can't be used to start up a command-line Lisp.<div class=""><br class=""></div><div class="">-m</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 31, 2019, at 5:46 PM, Christopher Stacy <<a href="mailto:cstacy@dtpq.com" class="">cstacy@dtpq.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div text="#000000" bgcolor="#FFFFFF" class=""><p class="">I have installed the app (from the App Store) and it works.</p><p class="">However, I would like to also use it from Slime/Emacs.<br class="">I have the ccl64 script, but am not sure where to point it.<br class=""><br class=""></p><p class=""><font face="Courier New, Courier, monospace" class="">~$ l /usr/local/clozure/<br class="">    app_contents@ -> /Applications/Clozure CL.app/Contents/MacOS/<br class="">$ export CCL_DEFAULT_DIRECTORY=/usr/local/clozure/app_contents/<br class="">$ ccl64<br class="">> Error: problems loading bundle: can't determine class name<br class="">> While executing: GUI::INIT-COCOA-IDE, in process Initial(0).<br class="">> Type :POP to abort, :R for a list of available restarts.<br class="">> Type :? for other options.</font><br class=""></p></div></div></blockquote></div><br class=""></div></div>_______________________________________________<br>Openmcl-devel mailing list<br><a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>https://lists.clozure.com/mailman/listinfo/openmcl-devel<br></blockquote></div><div><br></div></div></div></div></div></body></html>