1

Topic: Can't compile bam on xubuntu 8.10

I installed xubuntu 8.10 right now and want to compile bam and teeworlds 0.4.3. I get the following errors/warnings when trying to compile bam:

mliebhart@mllaptop-xubuntu:~/bam$ ./make_unix.sh 
src/node.c:137: warning: ‘is_node_in_tree’ defined but not used
src/support.c: In function ‘simple_print’:
src/support.c:237: warning: format not a string literal and no format arguments

Did someone else try to compile it on xubuntu 8.10? Do I have to install/upgrade/downgrade some other packages?

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

2

Re: Can't compile bam on xubuntu 8.10

Looks like it's compiling but giving warnings...
Check if there is a binary called in src/

Languages shapes the way we think, or don't.

3 (edited by shmafoozius 2008-11-30 23:56:33)

Re: Can't compile bam on xubuntu 8.10

Ugh... I'm an idiot. Warnings are warnings, no errors.. so yes, there's the bam binary in the src folder. <_<
Still can't compile Teeworlds, but that's only because I don't have all packages I need, so I guess this topic can be closed now.

/edit: ok, might need a little help to get this working:
while compiling I get MANY errors about alsa/pcmInfo/PaAlsaStreamComponent/... and compiling ends with:

bam: compile_c returned error number 256
bam: error during build

/edit2:
Some more info, the complete log:
http://pastebin.com/f16035dfc

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

4

Re: Can't compile bam on xubuntu 8.10

You don't have the alsa devel packages installed.

Languages shapes the way we think, or don't.

5

Re: Can't compile bam on xubuntu 8.10

Thx, everything's working now.

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future