<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 3, 2010, at 6:11 PM, Harald Striepe wrote:</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><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><b><br></b></div><div>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/<br>Is there somewhere a list of the module hierarchy in the binary distribution, and the top level load files.<br><br>I am also running into simple issues with things like (require "cocoa") in the 64 bit version with an error:<br>Error: class_addIvar failed<br><blockquote type="cite">While executing: #<STANDARD-METHOD (SETF CLASS-DIRECT-SLOTS) :BEFORE (T OBJC:OBJC-CLASS)>, in process Listener(6).<br></blockquote>Error: class_addIvar failed<br><blockquote type="cite">While executing: #<STANDARD-METHOD (SETF CLASS-DIRECT-SLOTS) :BEFORE (T OBJC:OBJC-CLASS)>, in process Listener(6).<br></blockquote><br>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.<br></div></div></div></blockquote></div><br><div><br></div><div>You need to say (require "COCOA") with all caps, or (require 'cocoa) or some other equivalent.</div><div><br></div><div>What additional modules are you trying to load and how are you trying to do it?</div><div><br></div></body></html>