Hi, Try `make clean` first.
My guess is you compiled directly inside the tutorial code directory--but there's already a binary there which will not be updated with `make`. Basically, you're running the old binary. I'll remove it from the download tree. On Sat, Jul 19, 2008 at 10:50 AM, Gilbert Martinez <[EMAIL PROTECTED]> wrote: > 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 > > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
