1

Topic: [HELP] Compiling Error on linux_x64

I get this error while compiling teeworlds (no mods, vanilla!):

[ 1/46] #1 c src/engine/client/ec_snd.c
In file included from /usr/include/sys/types.h:147,
                 from src/engine/external/wavpack/wavpack.h:11,
                 from src/engine/client/ec_snd.c:9:
/usr/lib/gcc/x86_64-linux-gnu/4.3.3/include/stddef.h:214: error: conflicting types for 'size_t'
/usr/include/SDL/SDL_config_minimal.h:38: error: previous declaration of 'size_t' was here
bam: command returned error: 256
bam: error during build

I'm using Kubuntu 9.04 x64

Any idea how to fix this?

2 (edited by BatchteeX 2009-09-14 13:22:59)

Re: [HELP] Compiling Error on linux_x64

Your SDL installation is crap.

is there no update to the SDL package ?

3

Re: [HELP] Compiling Error on linux_x64

Jep, the SDL installation was crap
i just re-installed the package libsdl1.2-dev
Thank you for your useful hint, no more errors compiling teeworlds!