[Openmcl-devel] Module Hierarchy

R. Matthew Emerson rme at clozure.com
Mon May 3 15:44:16 PDT 2010


On May 3, 2010, at 6:11 PM, Harald Striepe wrote:

> 
> I am trying to load additional modules, and am running into issues with pre-requisites, where the load stops due to modules not existing yet/
> Is there somewhere a list of the module hierarchy in the binary distribution, and the top level load files.
> 
> I am also running into simple issues with things like (require "cocoa") in the 64 bit version with an error:
> Error: class_addIvar failed
>> While executing: #<STANDARD-METHOD (SETF CLASS-DIRECT-SLOTS) :BEFORE (T OBJC:OBJC-CLASS)>, in process Listener(6).
> Error: class_addIvar failed
>> While executing: #<STANDARD-METHOD (SETF CLASS-DIRECT-SLOTS) :BEFORE (T OBJC:OBJC-CLASS)>, in process Listener(6).
> 
> 32 bit goes a not further before breaking...  Then AltConsole seems to get confused with the 32bit vs 64bit executable, and lets me not select either.


You need to say (require "COCOA") with all caps, or (require 'cocoa) or some other equivalent.

What additional modules are you trying to load and how are you trying to do it?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20100503/37b30c73/attachment.htm>


More information about the Openmcl-devel mailing list