Yggdrasil wrote:As i understood it correctly (please translate at least the first errors next time), you're missing math.h.
Make sure you have the package build-essential installed. It should also install libc6-dev which provides math.h.
I'm so stupid... I forgot to install this package Thanks a lot, now it works
dinosmoothie wrote:When i build i dont compile bam, i dont need to! I just compile teeworlds.
How can you build teeworlds without compiling bam ? You must compile it frist time, isn't it ?
I tried to compile teeworlds with bam : It works perfectly with 0.5.X but i can't compile 0.4.X. I have this list of errors in shell :
$ ./bam/src/bam server_release
add_job: incorrect number of arguments
stack traceback:
default.bam(125): DataCompile global
datafile = 'datasrc/data.ds'
scriptfile = 'datasrc/server.dts'
headerfile = 'src/game/generated/gs_data.h'
sourcefile = 'src/game/generated/gs_data.cpp'
outputdatafile = 'src/game/generated/gs_internaldata.cpp'
default.bam(147): (null)
bam: error during build
(bam is in the same directory as teeworlds src)