[SDL] Compiling Problems - SDL 1.2 from CVS
Kris
krisbee at krisbee.com
Wed Feb 22 04:38:58 PST 2006
Sam Lantinga <slouken <at> devolution.com> writes:
> Go ahead and update code and try again. There was a bug in the Makefile
> for a while yesterday.
>
> See ya!
> -Sam Lantinga, Senior Software Engineer, Blizzard Entertainment
>
Now that I have updated via CVS, there is an error in the make process, no
longer in the make install process
Error as follows:
gcc -g -O2 -D_GNU_SOURCE=1 -I./include -I/usr/include/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/X11R6/include/
-I/usr/X11R6/include -DXTHREADS -D_REENTRANT -DHAVE_LINUX_VERSION_H -c
./src/events/SDL_events.c -fPIC -DPIC -o build/.libs/SDL_events.o
In file included from ./src/events/../video/SDL_sysvideo.h:37,
from ./src/events/SDL_sysevents.h:24,
from ./src/events/SDL_events.c:28:
./include/SDL_opengl.h:42:58: error: GL/glu.h: No such file or directory
make: *** [build/SDL_events.lo] Error 1
Am I missing a component that I am unaware of? I hope I am, because that would
explain why glxgears works fine, but any SDL apps that use the acceleration on
my 3dfx card won't.
Thanks in advance!
Kris
More information about the SDL
mailing list