version .23 using fedora 6 compiling issues

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
Hannie
Peon
Peon
Posts: 15
Joined: 11 Sep 2007, 06:21

version .23 using fedora 6 compiling issues

Post 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??
:( :( :( :(
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: version .23 using fedora 6 compiling issues

Post 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.
Hannie
Peon
Peon
Posts: 15
Joined: 11 Sep 2007, 06:21

Post 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
User avatar
Pajarico
Knight
Knight
Posts: 592
Joined: 28 Feb 2005, 19:29
Contact:

Post by Pajarico »

That's a different check I think. So did it work installing mesa libs?
Lv.: Maggot
Please, read the FAQ before posting.
Hannie
Peon
Peon
Posts: 15
Joined: 11 Sep 2007, 06:21

Post 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. :(
Post Reply