On Fri, 2003-01-03 at 15:40, Curtis L. Olson wrote:
> Norman Vine writes:
> > 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
> 
> This isn't needed for my X environment ... debian/testing, nvidia
> drivers.
> 
> Regards,
> 
> Curt.

Had this issue on SuSE 8.1 with the Nvidia drivers. Not the latest ones
from Nvidia, the previous ones (without the 2D slowness bug). The fix
listed here fixed my issue.

-- 
Matthew Johnson <[EMAIL PROTECTED]>


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to