Page 1 of 1

version .23 using fedora 6 compiling issues

Posted: 11 Sep 2007, 06:24
by Hannie
i tried so hard to get this to work...got tonnes new libraries and learned how to do all the make and make install stuff but i always end up with this when i make:

Making all in src
make[2]: Entering directory `/root/Desktop/tmw-0.0.23/src'
g++ -DHAVE_CONFIG_H -I. -I.. -DTMW_DATADIR=\""/usr/local/share/tmw/"\" -Wall -DUSE_OPENGL -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT `pkg-config --cflags libxml-2.0` -I/usr/local/include -g -O2 -MT tmw-resizegrip.o -MD -MP -MF .deps/tmw-resizegrip.Tpo -c -o tmw-resizegrip.o `test -f 'gui/widgets/resizegrip.cpp' || echo './'`gui/widgets/resizegrip.cpp
In file included from gui/widgets/../../resources/image.h:36,
from gui/widgets/resizegrip.cpp:30:
/usr/local/include/SDL/SDL_opengl.h:45:58: error: GL/glu.h: No such file or directory
make[2]: *** [tmw-resizegrip.o] Error 1
make[2]: Leaving directory `/root/Desktop/tmw-0.0.23/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/tmw-0.0.23'
make: *** [all] Error 2
[root@localhost tmw-0.0.23]#

thats where it stops....can anyone help me??
:( :( :( :(

Re: version .23 using fedora 6 compiling issues

Posted: 11 Sep 2007, 06:31
by ElvenProgrammer
Hannie wrote:error: GL/glu.h: No such file or directory
It can't find OpenGL headers, which means OpenGL was not properly installed on your system.

Posted: 11 Sep 2007, 06:41
by Hannie
hmmm....any idea how to remedy this? i installed mesa-libGLW-devel thingy that is supposed to do that i thought!
tks for quick answer!! :D

it says this all the time

checking whether build environment is sane... yes


but honestly this stupid comp is making me quite the opposite

:D

Posted: 11 Sep 2007, 13:16
by Pajarico
That's a different check I think. So did it work installing mesa libs?

Posted: 12 Sep 2007, 03:00
by Hannie
nope didn't work...i did those mesa things when i googled that error message before i posted....and i learned about make clean too but it didn't help. :(