[Openmcl-devel] error building 32 bit IDE / trunk

R. Matthew Emerson rme at clozure.com
Mon Oct 19 18:59:35 PDT 2009


On Oct 19, 2009, at 8:40 PM, Raffael Cavallaro wrote:

>
> On Oct 19, 2009, at 8:28 PM, John McAleely wrote:
>
>> ;Compiling "/Applications/ccl/cocoa-ide/project.lisp"...
>> Read error between positions 4458 and 5945 in /Applications/ccl/ 
>> cocoa-
>> ide/project.lisp.
>>> Error: Foreign variable "NSImageNameInfo" not found
>>> While executing: CCL::%LOAD-VAR, in process listener(1).
>>> Type :POP to abort, :R for a list of available restarts.
>>> Type :? for other options.
>> 1 >
>
> I see the same thing when trying to build the 32-bit IDE under snow
> leopard, both 1.4 release and trunk from cvs.

Our mistake.  The NSImageNameInfo, etc., image names are 10.5 only.   
Should be fixed in svn.

We're trying to stay compatible with 10.4, but sometimes 10.5 stuff  
accidentally creeps in.

The x8664 lisp comes with 10.5 interface databases, whereas the x8632  
(and ppc) lisp uses 10.4 interfaces.  So, sometimes stuff will work  
fine on x8664, but not on the other Darwin ports.




More information about the Openmcl-devel mailing list