Hi All, I'm having a few problems compiling the latest SimGear from the CVS tree (0.3).
Its barfing on multiple definitions and parse errors (from undefined typedef's) in extgl.h (conflicting with definitions in gl.h). Ive been searching and nothing seems to fit the problems I'm seeing. The errors start like this and roll on and on: gcc -DHAVE_CONFIG_H -I. -I. -I../../../simgear -I../../.. -I/usr/X11R6/incl ude -g -O2 -D_REENTRANT -Wl,--allow-multiple-definition -c `test -f 'extgl.c' || ec ho './'`extgl.c In file included from extgl.c:85: extgl.h:1665: warning: `GL_MODELVIEW1_ARB' redefined /usr/X11R6/include/GL/glext.h:241: warning: this is the location of the previous definition In file included from extgl.c:85: extgl.h:357: `glBlendColor' redeclared as different kind of symbol /usr/X11R6/include/GL/gl.h:1648: previous declaration of `glBlendColor' extgl.h:358: `glBlendEquation' redeclared as different kind of symbol /usr/X11R6/include/GL/gl.h:1645: previous declaration of `glBlendEquation' extgl.h:359: `glDrawRangeElements' redeclared as different kind of symbol /usr/X11R6/include/GL/gl.h:1590: previous declaration of `glDrawRangeElements' extgl.h:360: `glColorTable' redeclared as different kind of symbol /usr/X11R6/include/GL/gl.h:1617: previous declaration of `glColorTable' ..etc Its bascially hosed. Now the fact someone else hasnt seen this problem says to me I've got something screwey, but I've been lookign at it off and on for a week or more and just cannot find it. If anyone has any ideas pls let me know. I'm using cygwin and gcc-2.95 with Mesa 3.4 Thanks, Bevan Anderson.. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel