Jack Howarth wrote: > I am puzzled that I didn't run into this problem before > in x86_64 fink but under the 10.5 version, I am finding that > aquaterm fails to build due to the usage of the wrong abi...
We did discuss this (on the seed list). Since aquaterm has a maintainer, I am CCing him. Packages that use xcodebuild now need to use if test "%m" = "powerpc"; then archname="ppc"; else archname="%m"; fi and then ARCHS=$archname. > <built-in>:0: warning: Mac OS X version 10.5 or later is needed for use of > the new objc abi Better than placing MACOSX_DEPLOYMENT_TARGET=10.5 on the command line (what does this do on 10.4?) would be to simply *remove* the repeatedly occurring nonsensical "MACOSX_DEPLOYMENT_TARGET=10.1" from AquaTerm.xcodeproj/project.pbxproj and let MACOSX_DEPLOYMENT_TARGET from fink's environment take effect. -- Martin ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel