I am trying to compile Gnash on an FC5, x86_64 (AMD). I get the
following error:
then mv -f ".deps/ogl.Tpo" ".deps/ogl.Plo"; else rm -f ".deps/ogl.Tpo";
exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../server
-I/usr/include -I/usr/include/libxml2 -I/usr/include/SDL
-I/usr/include/SDL -DQT_THREAD_SUPPORT -D_REENTRANT -I.. -I. -I..
-I../server -I/usr/include -I/usr/include/libxml2 -I/usr/include/SDL
-I/usr/include/SDL -g -O2 -ansi -Wall -MT ogl.lo -MD -MP -MF
.deps/ogl.Tpo -c ogl.cpp -fPIC -DPIC -o .libs/ogl.o
In file included from ogl.h:12,
from ogl.cpp:10:
tu_opengl_includes.h:56:21: error: GL/glu.h: No such file or directory
make[2]: *** [ogl.lo] Error 1
make[2]: Leaving directory `/home/downloads/temp/gnash/libbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/downloads/temp/gnash'
make: *** [all] Error 2
____________________________________________
Here is the output from:
rpm -qa |grep GL
mesa-libGL-6.4.2-6
mesa-libGLU-6.4.2-6
mesa-libGLU-6.4.2-6
mesa-libGL-devel-6.4.2-6
mesa-libGL-6.4.2-6
Any help appreciated.
Thanks,
Partha