I'm using Chicken Scheme 3.3.0 on Mac OS 10.4.11 and am interested in Cocoa
development.

I've completed most of the currency-converter tutorial found at
http://3e8.org/zb/cocoa/creating-a-cocoa-app.html, but noted that the .app
files would not open as explained in the "Run the Program from the Finder"
section.  

Checking the Console.app log files showed this entry:

    dyld: Library not loaded: /usr/local/lib/libchicken.0.dylib
    Referenced from:                         /
        ~/Desktop/cocoa-app/currency-converter/build/Debug/Currency
Converter.app/Contents/MacOS/Currency Converter
   Reason: image not found

Running otool showed:

    #:~/Desktop/cocoa-app/currency-converter margil83$ otool -L converter
    converter:
        /usr/local/lib/libchicken.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.2)
        /usr/local/lib/libpcre.0.dylib (compatibility version 1.0.0, current
version 1.1.0)
        /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version
92.0.0)

I assumed I needed to create a symbolic link to the correct location of the
library, but searching the volume revealed that the libchicken.0.dylib file
was not installed.

How can I obtain this library?


-Gil Martinez
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to