On Mac OS X, to fix this you must change GL/glut.h to GLUT/glut.h and it should work again.
Yes I know it shouldn't be like that but Apple does crazy things. On Mon, 28 Feb 2005 08:38:59 +0100, Horst J. Wobig <[EMAIL PROTECTED]> wrote: > Brian Topping wrote: > > > make[1]: Entering directory `/home/topping/dev/unix/FlightGear/tests' > > if gcc -DHAVE_CONFIG_H -I. -I. -I../src/Include -I/usr/X11R6/include > > -I/usr/local//include -g -O2 -D_REENTRANT -MT est-epsilon.o -MD -MP -MF > > ".deps/est-epsilon.Tpo" -c -o est-epsilon.o est-epsilon.c; \ > > then mv -f ".deps/est-epsilon.Tpo" ".deps/est-epsilon.Po"; else rm -f > > ".deps/est-epsilon.Tpo"; exit 1; fi > > est-epsilon.c:13:19: GL/glut.h: No such file or directory > > well, glut is missing. On my system (SuSE 9.0/9.1) the header file is > /usr/include/GL/glut.h (GLUT = OpenGL Utility Toolkit). Normally comes > together with OpenGL. You need the devel-packages (.h - files) in > addition to the runtime files (libraries) [if fedora makes this > distinction] to compile OpenGL/GLUT sources. > > HJW > > > _______________________________________________ > Flightgear-devel mailing list > [email protected] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel > 2f585eeea02e2c79d7b1d8c4963bae2d > -- <Arthur/> - http://artooro.blogspot.com (Weblog) - http://sourceforge.net/users/artooro/ _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
