Julian Foad writes: > > Norman Vine wrote: > > Julian Foad writes: > > > >>main.cxx: In function `bool fgMainInit(int, char**)': > >>main.cxx:1608: `glXGetProcAddressARB' undeclared (first use this function) > > > > Looking at the Mesa headers it seems as if > > GLX_GLXEXT_PROTOTYPES > > needs to be defined > > That works for me, adding it just before the #include, like this: > > #define GLX_GLXEXT_PROTOTYPES > #include <GL/glx.h>
Probably better to make it an autoconf defined thing for all 'X' platforms as this will probably be needed in other files eventually being on Win32 I can't test this though ... Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel