Topic: Unable to compile bam 0.4 with MinGW
Im unsure as for what's the place for a topic about bam, whether it should be done here in this subforum, or at its respective Github issues page, but I'll put this up here just in case.
I'm attempting to compile bam 0.4 so I can try to compile Teeworlds 0.6.x, but unpacking bam and trying to compile it via MinGW throws a lot of errors around.
Here's a link to everything that the console ends spewing out.
The .bat file is not being called in its original form, but instead it looks like this
@gcc -Wall -ansi -pedantic src/tools/txt2c.c -o src/tools/txt2c
@src\tools\txt2c.exe src\base.lua src\tools.lua src\driver_gcc.lua src\driver_cl.lua > src\internal_base.h
@gcc -Wall -ansi -pedantic src/lua/*.c src/lua/*.h src/*.c src/*.h -o bam
lua.h is located at src/lua
What do I do to successfully compile bam? I'm relatively new at compiling programs in general.