Jon S. Berndt schrieb:
...
> 
> I didn't get thsi error.
> 
> However, I did get pages of FlightGear errors similar to the SimGear one -
> not really unexpected, I guess.
> 
> example:
> 
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/locale_facets.tcc:514:57:
> macro "min" requires 2 arguments, but only 1 given
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/locale_facets.tcc:563:57:
> macro "max" requires 2 arguments, but only 1 given
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/istream.tcc:146:36: macro
> "min" requires 2 arguments, but only 1 given
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/istream.tcc:147:46: macro
> "max" requires 2 arguments, but only 1 given
> 
> etc.
> 
> Jon
> 
> 

OK, now we have two diffent problems with FlightGear CVS under Cygwin.
You have this min-max problem, I'll get a glide-info one:

gcc  -g -O2 -D_REENTRANT  -L/fg-cvs/lib -L/usr/local/lib -o gl-info.exe 
  gl-info
.o -lglut32 -lglu32 -lopengl32 -luser32 -lgdi32
gl-info.o: In function `getPrints':
/home/Besitzer/FlightGear-0.9-cvs/source/tests/gl-info.c:29: undefined 
reference
  to `_glGetString'
gl-info.o: In function `getPrint2f':
/home/Besitzer/FlightGear-0.9-cvs/source/tests/gl-info.c:35: undefined 
reference
  to `_glGetFloatv'
gl-info.o: In function `getPrintf':
/home/Besitzer/FlightGear-0.9-cvs/source/tests/gl-info.c:42: undefined 
reference
  to `_glGetFloatv'
gl-info.o: In function `getPrint2i':
/home/Besitzer/FlightGear-0.9-cvs/source/tests/gl-info.c:49: undefined 
reference
  to `_glGetIntegerv'
gl-info.o: In function `getPrinti':
/home/Besitzer/FlightGear-0.9-cvs/source/tests/gl-info.c:56: undefined 
reference
  to `_glGetIntegerv'
collect2: ld gab 1 als Ende-Status zur"uck
make[1]: *** [gl-info.exe] Fehler 1
make[1]: Leaving directory `/home/Besitzer/FlightGear-0.9-cvs/source/tests'
make: *** [all-recursive] Fehler 1

What a pity, CVS compiling worked without problems for a very long time!

Regards
Georg EDDW


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to