<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39403 >
should be related to the "untraditional" approach of Apple "gcc/cc" the -traditional-cpp or -no-cpp-precomp tell to use the "not hacked by Apple" gcc version, hence using -no-cpp-precomp in CC should allow you to use CPPFLAGS then... well, maybe... Le 19 juin 07 à 01:18, William Allen Simpson a écrit : > > <URL: http://bugs.freeciv.org/Ticket/Display.html?id=39403 > > > Must be using old instructions. Found some newer ones at: > > http://freeciv.wikia.com/wiki/Install-MacOSX > > There, it specifies putting them all in the CC variable: > > export CC="gcc -no-cpp-precomp -I/opt/local/include -L/opt/local/ > lib" > > Not traditional, but that works (at least it compiles with only > warnings). > > Still, CFLAGS and CPPFLAGS are the traditional method, and > something is > definitely wrong with the configure.... I found PR#35785, so it's a > relatively new problem, but it's been reported before. > > http://bugs.freeciv.org/Ticket/Display.html?id=35785 > > Also, note that the -W options appear twice on each command line. > Very odd! > > Who's the configure/makefile expert for the project? > > > > _______________________________________________ > Freeciv-dev mailing list > [email protected] > https://mail.gna.org/listinfo/freeciv-dev _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
