Re: [Plib-users] first try failed
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-05-26 12:27:41
|
Anne-Marie Mahfouf wrote: > > Now that the libraries are linked, PLIB compiled fine but not Tux_AQFH!!!!! > This is the error I get (end of the text) : Well, this *still* looks like a GLUT installation problem. > `glutBitmapHelvetica18' > `glutBitmapWidth' ...both undefined?!? Those are both GLUT tokens that should be in GLUT 3.7. What I now don't understand is how PLIB is finding this stuff but Tux_AQFH isn't. So, if I do this: grep glutBitmap /usr/include/GL/glut.h I get a dozen lines of text containing this: GLUTAPI void *glutBitmapHelvetica18; ...and this... GLUTAPI int GLUTAPIENTRY glutBitmapWidth(void *font, int character); Do you see those lines? If not then you still don't have the 'glut.h' file from GLUT 3.7 installed in /usr/include/GL/glut.h where it belongs. But if that's the case, I don't understand how PLIB built without errors. -- Steve Baker http://web2.airmail.net/sjbaker1 sjb...@ai... (home) http://www.woodsoup.org/~sbaker sj...@ht... (work) |