[Openmcl-devel] Please advise, While executing: LOAD-EXTERNAL-FUNCTION

Gary Byers gb at clozure.com
Sat Jan 31 17:56:48 PST 2004



On Sun, 1 Feb 2004, Kim Young Hoo wrote:

> Hello!
>
> Today I 	installed openMCL 0.14-031220 'binary version' to my mac
> (OS X.3 Panther)
>
> But There isn't any example, only DOC and scripts directory, is it
> right?
> So I download 'source version' and copied source version's example
> directory to my binary ccl directory.
>
> And i launched openmcl and invoked "cocoa.lisp"
>
> then:
>
> ? (require "COCOA")
> ; Warning: Interface file #4P"ccl:darwin-headers;cocoa;functions.cdb"
> does not exist.
> ; While executing: CDB-OPEN
> ; Warning: Interface file #4P"ccl:darwin-headers;libc;functions.cdb"
> does not exist.
> ; While executing: CDB-OPEN
>  > Error in process listener(1): Foreign function not found:
> OS::|_dyld_image_count|
>  > While executing: LOAD-EXTERNAL-FUNCTION
>  > Type :POP to abort.
> Type :? for other options.
>
>
>
> What's problem?

The *.cdb files that it's looking for describe foreign functions, constants,
records, and types.  These interface files are available at:

<ftp://clozure.com/pub/jaguar-interfaces.tar.gz>
<http://openmcl.clozure.com/FTP/jaguar-interfaces.tar.gz>

>
> Thanks in advance for any help, Kim
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list