Thomas Kappler wrote: > Hi all, > > I have the same problem building aquaterm as Sean described (output > at the end of the mail). > > Thanks for the suggestion concerning XCode, Alexander. My XCode is > current (4.2.1), but the update from 4.2 to 4.2.1 could be the > problem. In the release notes it says "New build settings that let > you determine the OS and Xcode version and native build machine > architecture at build time", which looks suspicious, because on my > Intel Mac the build fails at building PPC object files (see below).
I suspect it is rather the new version of aquaterm that tries to build a universal binary instead of a machine-specific one. I am currently at 12000 km of my intel machine, so I can't check whether this is the reason, but you could try if the following works: Edit the file aquaterm.info (copy it from /sw/fink/dists/unstable/main/finkinfo/graphics/ to /sw/fink/dists/local/main/finkinfo/ first) as follows: Add to the line that starts with "xcodebuild install" the following at the end: ARCHS=`if test "%m" = "powerpc"; then echo ppc; else echo i386; fi` This will give a very long line; make sure that it isn't broken by your editor. Then rebuild aquaterm. -- Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users