Re: [Plib-users] error compiling plib
Brought to you by:
sjbaker
From: Guy B. <gba...@ct...> - 2001-03-02 21:44:57
|
Hello! I'm sure to have mesa3d installed on a Mandrake 7.2 but it seems not to be recognized or is GLUT the thame thing than mesa3d? I don't know. I have files like gl.h, glu.h ,... in the directory: /usr/X11R6/lib/include/GL; one of them contains GLUT_LEFT_BUTTON;... . What to do? Thanks Guy Steve Baker wrote: > Guy Barbier wrote: > >> I'm new to plib and I wanted to compile it to use FlightGear, but when >> compiling plib I have the messages: >> GLUT_LEFT_BUTTON undeclared (first use this function) >> GLUT_RIGHT_BUTTON undeclared (first use this function) >> GLUT_MIDDLE_BUTTON undeclared (first use this function) >> GLUT_WINDOW_WITH etc... >> If I want to compile FlightGear, It doesn't find plib!! >> What is the problem. > > > Sounds like you don't have GLUT installed. You can get > GLUT from www.opengl.org or www.mesa3d.org (and other > places too). > > I'm betting that your 'configure' script didn't actually run > properly. > > Without GLUT, PLIB won't build and without PLIB, no FlightGear! > |