From: Ryan Davis Date: 2006-12-16T05:49:16+09:00 Subject: Re: image_science 1.0.0 Released On Dec 15, 2006, at 3:35 PM, Dale Martenson wrote: > > Ryan Davis wrote: >> On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote: >> >>> Tried the latest (1.9) Makefile.osx, but would not link on PPC. >> >> http://seattlerb.rubyforge.org/ImageScience.html > > My build of FreeImage ended with: > > lipo -create libfreeimage-3.9.2.dylib-ppc libfreeimage-3.9.2.dylib- > i386 > -output libfreeimage-3.9.2.dylib > lipo: libfreeimage-3.9.2.dylib-ppc and libfreeimage-3.9.2.dylib-i386 > have the same architectures (ppc) and can't be in the same fat output > file > make[1]: *** [libfreeimage-3.9.2.dylib] Error 1 > make: *** [default] Error 2 > > Any ideas what I might be doing wrong? As the instructions(*) state: "NOTE: OSX builds a fat binary, so you need to have the 10.3.9 and 10.4 SDK's installed. They are in the "cross-compiling" section of the xcode install options." and: "If that doesn't work, please file a bug and I'll try to help you figure it out and get some notes up here." *) http://seattlerb.rubyforge.org/ImageScience.html