Problem compiling SDL 1.2.5

Hi,

I try to compile SDL-1.2.5 on my GNU/Linux system with gcc-3.2
there was no problem with the configure, but for the make I got this :

[…]
Making all in x11
gmake[3]: Entering directory /tmp/SDL-1.2.5/src/video/x11' /bin/sh ../../../libtool --mode=compile gcc -s -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/usr/local/BerkeleyDB.4.1/include -O3 -march=i686 -fexpensive-optimizations -march=pentium -mcpu=pentiumpro -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DUSE_DLOPEN -DUSE_ASMBLIT -I./hermes -I../../../src/hermes -DOSS_SUPPORT -DARTSC_SUPPORT -DARTSC_DYNAMIC=libartsc.so.0 -I/usr/local/kde/include/artsc -DESD_SUPPORT -DESD_DYNAMIC=libesd.so.0 -I/usr/local/include -DNAS_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -I/usr/X11R6/include -DENABLE_NANOX -Isrc/video -DENABLE_DGA -DENABLE_FBCON -I/usr/X11R6/include -DENABLE_GGI -DENABLE_SVGALIB -DENABLE_AALIB -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -I../../../include -I../../../include/SDL -I../../../src -I../../../src/linux -I../../../src/main -I../../../src/audio -I../../../src/video -I../../../src/video/XFree86/extensions -I../../../src/events -I../../../src/joystick -I../../../src/cdrom -I../../../src/thread -I../../../src/timer -I../../../src/endian -I../../../src/file -c SDL_x11events.c rm -f .libs/SDL_x11events.lo gcc -s -DPACKAGE=\"SDL\" -DVERSION=\"1.2.5\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -I/usr/local/BerkeleyDB.4.1/include -O3 -march=i686 -fexpensive-optimizations -march=pentium -mcpu=pentiumpro -Wall -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DUSE_DLOPEN -DUSE_ASMBLIT -I./hermes -I../../../src/hermes -DOSS_SUPPORT -DARTSC_SUPPORT -DARTSC_DYNAMIC=libartsc.so.0 -I/usr/local/kde/include/artsc -DESD_SUPPORT -DESD_DYNAMIC=libesd.so.0 -I/usr/local/include -DNAS_SUPPORT -I/usr/X11R6/include -DENABLE_X11 -I./include -I./src/video -DXFREE86_VM -DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV -DHAVE_XINERAMA -I/usr/X11R6/include -DENABLE_NANOX -Isrc/video -DENABLE_DGA -DENABLE_FBCON -I/usr/X11R6/include -DENABLE_GGI -DENABLE_SVGALIB -DENABLE_AALIB -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -I../../../include -I../../../include/SDL -I../../../src -I../../../src/linux -I../../../src/main -I../../../src/audio -I../../../src/video -I../../../src/video/XFree86/extensions -I../../../src/events -I../../../src/joystick -I../../../src/cdrom -I../../../src/thread -I../../../src/timer -I../../../src/endian -I../../../src/file -c SDL_x11events.c -fPIC -DPIC -o .libs/SDL_x11events.lo cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory SDL_x11events.c: In functionX11_DispatchEvent’:
SDL_x11events.c:398: structure has no member named subsystem' SDL_x11events.c:398:SDL_SYSWM_X11’ undeclared (first use in this
function)
SDL_x11events.c:398: (Each undeclared identifier is reported only once
SDL_x11events.c:398: for each function it appears in.)
SDL_x11events.c:399: structure has no member named event' SDL_x11events.c:425: structure has no member namedsubsystem’
SDL_x11events.c:426: structure has no member named event' gmake[3]: *** [SDL_x11events.lo] Error 1 gmake[3]: Leaving directory/tmp/SDL-1.2.5/src/video/x11’
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory /tmp/SDL-1.2.5/src/video' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory/tmp/SDL-1.2.5/src’
gmake: *** [all-recursive] Error 1

It would be great if you could help me with this !

Best regards,

Pierre.

Do you have the X11 Dev files I know had a similar problem awhile back and
installing those files solved a good deal of the errors.

Good Luck,–
Juan Espinoza