SDL 1.3 SVN will not compile

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

I’ve tried to compile SDL 1.3, ‘./autogen.sh’ and ‘./configure’ runs
well, but ‘make’ produces following error:

./configure with --disable-video-fbcon … it’s broken at the moment.

–ryan.

I’ve tried to compile SDL 1.3, ‘./autogen.sh’ and ‘./configure’ runs
well, but ‘make’ produces following error:

./configure with --disable-video-fbcon … it’s broken at the moment.

./configure with --disable-video-directfb

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment

Sam Lantinga schrieb am Samstag, 23. September 2006 17:44:

I’ve tried to compile SDL 1.3, ‘./autogen.sh’ and './configure’
runs well, but ‘make’ produces following error:
./configure with --disable-video-fbcon … it’s broken at the
moment.
./configure with --disable-video-directfb

Now, it works well, thank you. :slight_smile: