I am having trouble compiling dxr3 support in libsdl. I have tried 1.2.5-1.2.7 with no luck. Can anyone help?
I get the following: if /bin/sh ../../../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DX_DISPLAY_MISSING=1 -I. -I. -g -O2 -Wall -DENABLE_DXR3VIDEO -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DUSE_DLOPEN -DUSE_ASMBLIT -I./hermes -I../../../src/hermes -DOSS_SUPPORT -DALSA_SUPPORT -DENABLE_FBCON -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DHAVE_SIGACTION -I../../../include -I../../../include/SDL -I../../../src -I../../../src/main/linux -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 -I../../../src/thread -I/usr/include/ffmpeg -MT SDL_dxr3events.lo -MD -MP -MF ".deps/SDL_dxr3events.Tpo" \ -c -o SDL_dxr3events.lo `test -f 'SDL_dxr3events.c' || echo './'`SDL_dxr3events.c; \ then mv -f ".deps/SDL_dxr3events.Tpo" ".deps/SDL_dxr3events.Plo"; \ else rm -f ".deps/SDL_dxr3events.Tpo"; exit 1; \ fi gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DX_DISPLAY_MISSING=1 -I. -I. -g -O2 -Wall -DENABLE_DXR3VIDEO -DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DUSE_DLOPEN -DUSE_ASMBLIT -I./hermes -I../../../src/hermes -DOSS_SUPPORT -DALSA_SUPPORT -DENABLE_FBCON -DUSE_INPUT_EVENTS -D_REENTRANT -DSDL_USE_PTHREADS -DHAVE_SIGACTION -I../../../include -I../../../include/SDL -I../../../src -I../../../src/main/linux -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 -I../../../src/thread -I/usr/include/ffmpeg -MT SDL_dxr3events.lo -MD -MP -MF .deps/SDL_dxr3events.Tpo -c SDL_dxr3events.c -fPIC -DPIC -o .libs/SDL_dxr3events.o In file included from SDL_dxr3events.c:35: SDL_dxr3video.h:46: error: syntax error before "UINT8" SDL_dxr3video.h:46: warning: no semicolon at end of struct or union SDL_dxr3video.h:51: error: syntax error before '*' token SDL_dxr3video.h:51: warning: type defaults to `int' in declaration of `picture_yuv' SDL_dxr3video.h:51: warning: data definition has no type or storage class SDL_dxr3video.h:52: error: syntax error before '*' token SDL_dxr3video.h:52: warning: type defaults to `int' in declaration of `outbuf' SDL_dxr3video.h:52: warning: data definition has no type or storage class SDL_dxr3video.h:59: error: syntax error before '}' token SDL_dxr3events.c: In function `DXR3_OpenKeyboard': SDL_dxr3events.c:50: error: dereferencing pointer to incomplete type SDL_dxr3events.c:52: error: dereferencing pointer to incomplete type SDL_dxr3events.c: In function `DXR3_CloseKeyboard': SDL_dxr3events.c:68: error: dereferencing pointer to incomplete type SDL_dxr3events.c:70: error: dereferencing pointer to incomplete type SDL_dxr3events.c:74: error: dereferencing pointer to incomplete type SDL_dxr3events.c: In function `handle_keyboard': SDL_dxr3events.c:137: error: dereferencing pointer to incomplete type SDL_dxr3events.c:170: error: dereferencing pointer to incomplete type SDL_dxr3events.c:171: error: dereferencing pointer to incomplete type SDL_dxr3events.c:188: error: dereferencing pointer to incomplete type SDL_dxr3events.c:189: error: dereferencing pointer to incomplete type SDL_dxr3events.c: In function `DXR3_PumpEvents': SDL_dxr3events.c:207: error: dereferencing pointer to incomplete type SDL_dxr3events.c:211: error: dereferencing pointer to incomplete type SDL_dxr3events.c:212: error: dereferencing pointer to incomplete type SDL_dxr3events.c:212: error: dereferencing pointer to incomplete type SDL_dxr3events.c:213: error: dereferencing pointer to incomplete type SDL_dxr3events.c:214: error: dereferencing pointer to incomplete type SDL_dxr3events.c:218: error: dereferencing pointer to incomplete type SDL_dxr3events.c:219: error: dereferencing pointer to incomplete type SDL_dxr3events.c:219: error: dereferencing pointer to incomplete type SDL_dxr3events.c:224: error: dereferencing pointer to incomplete type make: *** [SDL_dxr3events.lo] Error 1 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
