Paul Deppe writes: > > When building the CVS SimGear (0800 EST 11/22/2002, fresh checkout) with > latest Cygwin and gcc 3.2, I get the following error when compiling > newbucket.cxx: > > Making all in bucket > make[3]: Entering directory `/home/fgfs_cvs/SimGear/simgear/bucket' > if > g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../.. -O2 -D_REENTRANT -MT > n > ewbucket.o -MD -MP -MF ".deps/newbucket.Tpo" \ > -c -o newbucket.o `test -f 'newbucket.cxx' || echo './'`newbucket.cxx; \ > then mv ".deps/newbucket.Tpo" ".deps/newbucket.Po"; \ > else rm -f ".deps/newbucket.Tpo"; exit 1; \ > fi > In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43, > from /usr/include/c++/3.2/locale:46, > from /usr/include/c++/3.2/bits/ostream.tcc:37, > from /usr/include/c++/3.2/ostream:275, > from /usr/include/c++/3.2/iostream:45, > from newbucket.hxx:44, > from newbucket.cxx:31: > /usr/include/c++/3.2/limits:942:22: macro "min" requires 2 arguments, but > only 1 given > > I thought this would be fixed by the recent gcc 3.2-related updates I've > seen on the list - is anyone else seeing this?
to avoid the risk of starting a flame war and to make a long story short *THIS WORKS* % CXXFLAGS="-DWIN32" CFLAGS="-DWIN32" ./configure make norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
