Hei Martin,

On Jan 13, 2007, at 12:49 PM, Martin COSTABEL wrote:
> 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`

you are right, the wrong ARCH is indeed the problem.  However, your  
proposed fix didn't work for me because %m evaluates to "powerpc" on  
my Intel Macbook!
I don't know why this happens, where is the %m evaluated?

For testing, I simply wrote "ARCHS=i386" in the info file, then  
aquaterm built successfully.

Cheers,
Thomas



-------------------------------------------------------------------------
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

Reply via email to