Matthew Bate <[EMAIL PROTECTED]> said: > Earlier than the problem, Martin Costable found this... > >> gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I../Source/Include -isystem >> /usr/include/gcc/darwin/3.3 -I/sw/include >> -I/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level/CORE -Dbool=char >> -Dexplicit=-isystem /sw/include -fno-common -DPERL_DARWIN >> -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -g -O2 >> -Wall -MT libswigpl_la-libpl.lo -MD -MP -MF >> .deps/libswigpl_la-libpl.Tpo -c libpl.c -fno-common -DPIC -o >> .libs/libswigpl_la-libpl.o > > I think it is this "-Dexplicit=-isystem /sw/include" that makes the > compiler choke. Unfortunately, I have no time now to try to find out > where this comes from.
This was fixed on 4/12 when swig was bumped to 1.3.20-12 (which is only in the unstable branch right now, but if you test it and report that it works, will be migrated to stable so stable-only folks will benefit as well). As a work-around, you can instead temporarily uninstall the perl586 package while compiling swig (okay to leave perl586-core). This is has already been explained a few times on the mailing lists... dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
