Re: [Plib-users] PUI compilation problems
Brought to you by:
sjbaker
|
From: Steve B. <sjb...@ai...> - 2000-10-14 19:14:12
|
Simon Foster wrote:
>
> When attempting to compile the pui part of plib (nb:
> all the rest of plib compiles no problem) I get these
> (and other) errors:
>
> pu.h: In method `puFont::puFont()':
> pu.h:87: `GLUT_BITMAP_8_BY_13' undeclared
> pu.cxx: In function `int puGetWindowHeight();
> pu.cxx: `GLUT_WINDOW_HEIGHT' undeclared
> .......
>
> glut.h etc. is there but something is going wrong, has
> anyone any ideas what? I am running Mandrake.
Well, those symbols certainly come from glut.h - which should
be in /usr/include/GL/glut.h
Perhaps you have an old version of GLUT installed - or perhaps
Mandrake has installed it somewhere freaky. (That wouldn't
suprise me)
Did the PLIB 'configure' script complain about GLUT being
missing?
--
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
|