[Openmcl-devel] CCL rebuild for the naive

Gary Byers gb at clozure.com
Tue Jun 30 01:22:35 PDT 2009


See <http://clozure.com/pipermail/openmcl-devel/2009-May/009416.html>.


On Mon, 29 Jun 2009, Tim Bradshaw wrote:

> This is probably an idiot question.
>
> I've been trying to write a script which will do a full CCL rebuild
> after I've done an "svn update".
>
> Rebuilding the command-line apps is fine, you just need to do
>
>     ccl -n -e '(progn (ccl:rebuild-ccl :full t) (quit))'
>
> and similarly for ccl64.
>
> The IDE is a pain though.  The obvious thing:
>
>     ccl -n -e '(require :cocoa-application)'
>
> results in some confusion about the application trying to open a file
> called "(require :cocoa-application)".  I tried this:
>
>     echo '(require :cocoa-application)' | ccl -n -b
>
> which produces an application which is (I think) confused about where
> the listener output should go, as it opens the "AltConsole" thing
> immediately.
>
> Running CCL and typing "(require :cocoa-application)" works, but
> obviously not from a script (please, don't suggest using "expect"!).
>
> Is there anything I am missing?
>
> Thanks
>
> --tim
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list