Hello NG,
I’ve tried to compile SDL 1.3, ‘./autogen.sh’ and ‘./configure’ runs
well, but ‘make’ produces following error:
// == snipp =========================================================
In file included from ./src/video/directfb/SDL_DirectFB_events.c:38:
./src/video/directfb/SDL_DirectFB_video.h:32:1: warning: "_THIS"
redefined
In file included from ./src/video/directfb/SDL_DirectFB_events.c:35:
./src/video/directfb/…/SDL_sysvideo.h:171:1: warning: this is the
location of the previous definition
./src/video/directfb/SDL_DirectFB_events.c: In function
’DirectFB_PumpEvents’:
./src/video/directfb/SDL_DirectFB_events.c:55: error:
‘SDL_VideoDevice’ has no member named ‘hidden’
./src/video/directfb/SDL_DirectFB_events.c:55: error:
‘SDL_VideoDevice’ has no member named 'hidden’
make: *** [build/SDL_DirectFB_events.lo] Fehler 1
// == snipp =========================================================
May anyone help? :)–
MfG,
Christian Eikermann