Re: [Plib-users] error compiling plib
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-02-25 05:08:56
|
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! -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net http://freeglut.sourceforge.net |