Bug#615851: simutrans won't start

Claudio Giordano clagiordano84 at tiscali.it
Tue Mar 1 21:55:52 UTC 2011


Il giorno mar, 01/03/2011 alle 11.42 +0100, Ansgar Burchardt ha
scritto: 
> reassign 615851 libsdl1.2debian-alsa 1.2.14-6.1
> thanks

After today's update of libc6, from libc6 2.13-0exp2 to 2.13-0exp3
simutrans starts normally and test program:

#include <SDL/SDL.h>
#include <stdio.h>

int main(void)
{
        int ret = SDL_InitSubSystem(SDL_INIT_AUDIO);
        if (ret == -1)
                puts("SDL_InitSubSystem failed.");
        puts("SDL_InitSubSystem(SDL_INIT_AUDIO) done.");
        return 0;
}

works correctly.

$ ./sdl-test 
SDL_InitSubSystem(SDL_INIT_AUDIO) done.
$ 


Thanks to all.

Claudio.






More information about the Pkg-sdl-maintainers mailing list