Re: [Plib-users] problem... glut fonts maybe?
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2002-01-13 16:46:36
|
Lo'oRiS il Kabukimono wrote: > > i have a problem trying to compile games that require plib: both tuxkart and "a quest for herring" fails at compile time with lot of errors like this: > > /Flattone/LP/download/installnow/plib-1.4.2/src/pui/puFont.cxx:135: undefined reference to `glutBitmapHelvetica18' It looks like you don't have GLUT installed (or perhaps it's installed in the wrong place). You should have /usr/include/GL/glut.h and /usr/lib/libglut.a or .so Those *might* have been erroneously placed into /usr/local or /usr/X11 by some dumb distro builder - or you might simply not have them installed. You can get GLUT from www.opengl.org - or use the copy that's distributed with Mesa (www.mesa3d.org) ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |