[Openmcl-devel] trunk cannot require cocoa-application
R. Matthew Emerson
rme at clozure.com
Sun Jul 25 09:47:47 PDT 2010
On Jul 25, 2010, at 7:41 AM, Arthur Cater wrote:
> I have a Powerbook G4 running Mac OS 10.5.8,
>
> I just got the ccl trunk, was told
>
> Checked out external at revision 14041.
>
> Checked out revision 14041.
Rebuild your lisp with (rebuild-ccl :full t), then exit and restart the lisp.
(require 'cocoa-application) should then work.
http://trac.clozure.com/ccl/wiki/UpdatingFromSource
> I then got failure when trying to build coca ide:
>
>
>
> Macintosh:ccl arthur$ ./dppccl --no-init
> Welcome to Clozure Common Lisp Version 1.5-dev-r13514M-trunk (DarwinPPC32)!
> ? (update-ccl)
> ;Running 'svn update'.
> ;'svn update' complete.
> NIL
> NIL
> NIL
> ? (require "COCOA-APPLICATION")
> > Error: Undefined function CALL-IN-INITIAL-PROCESS called with arguments (#<Compiled-function (:INTERNAL LOAD-COCOA-FRAMEWORK) (Non-Global) #xC6FB28E>) .
> > While executing: (:INTERNAL PROGN-IN-ENV CHEAP-EVAL-IN-ENVIRONMENT), in process listener(1).
> > Type :GO to continue, :POP to abort, :R for a list of available restarts.
> > If continued: Retry applying CALL-IN-INITIAL-PROCESS to (#<Compiled-function (:INTERNAL LOAD-COCOA-FRAMEWORK) (Non-Global) #xC6FB28E>).
> > Type :? for other options.
> 1 > :B
More information about the Openmcl-devel
mailing list