[Plib-users] problem with plib compilation
Brought to you by:
sjbaker
|
From: gael <gae...@fr...> - 2001-06-04 18:47:45
|
Hello ,
I can't compile plib, I have got needed librairies (glibc2.2.2, opengl
NVIDIA, glut 3.7.0)
In file included from pu.h:27,
from puLocal.h:31,
from pu.cxx:2:
../../src/sg/sg.h: In method `void sgBox::empty ()':
../../src/sg/sg.h:842: `FLT_MAX' undeclared (first use this function)
../../src/sg/sg.h:842: (Each undeclared identifier is reported only
once for each function it appears in.)
../../src/sg/sg.h: In method `void sgdBox::empty ()':
../../src/sg/sg.h:1961: `DBL_MAX' undeclared (first use this function)
make[2]: *** [pu.o] Erreur 1
make[2]: Quitte le répertoire `/root/plib-1.2.0/src/pui'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/root/plib-1.2.0/src'
make: *** [all-recursive] Erreur 1
I don't know if I forgot to install a librairie
Thank
|