Re: [Plib-users] first try failed
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-05-25 02:03:50
|
> Anne-Marie Mahfouf wrote: > > I have Mandrake 7.0, Mesa and glut-3.5 and I can't compile plib-1.1.11. GLUT 3.5 is *VERY* old. I think you need version 3.7 or later - you should be able to find that either on http://www.opengl.org or at http://www.mesa3d.org > I get the error message: > > in file included from puLocal.h:24 > from pu.cxx:2: > pu.h: In method 'puFont::puFont()': > pu.h:87:'GLUT_BIPMAP_8_BY_13' undeclared (first use this function) > > and so on with 'GLUT_WINDOW_HEIGHT', 'GLUT_WINDOW_WIDTH'........ Well, all those symbols would be defined in /usr/include/GL/glut.h Try this: grep GLUT_BITMAP_8_BY_13 /usr/include/GL/glut.h ...what does it say? > I am a beginner so I am really lost. My son would like to try Tux, a Quest.... What is wrong? > Mesa3.0 is rpm and glut compiled fine. I don't know - but I'm sure we can find out! What graphics card do you have? Mesa 3.0 is quite old too - we are up to 3.2 or so now...for some graphics card, 3.0 will be OK - but for others, you wouldn't get enough performance to run Tux. -- Steve Baker http://web2.airmail.net/sjbaker1 sjb...@ai... (home) http://www.woodsoup.org/~sbaker sj...@ht... (work) |