chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Missing Libraries


From: Gilbert Martinez
Subject: [Chicken-users] Missing Libraries
Date: Sat, 19 Jul 2008 10:50:04 -0500
User-agent: Microsoft-Entourage/11.4.0.080122

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]