With gcc:
bam: building 'release'
[ 1/146] #1 c src/engine/external/zlib/zutil.c
In file included from src/engine/external/zlib/zutil.c:8:
src/engine/external/zlib/zutil.h:21:24: error: stddef.h: No such file or directory
src/engine/external/zlib/zutil.h:23:22: error: string.h: No such file or directory
src/engine/external/zlib/zutil.h:24:22: error: stdlib.h: No such file or directory
src/engine/external/zlib/zutil.h:38:23: error: errno.h: No such file or directory
src/engine/external/zlib/zutil.c: In function ‘zcalloc’:
src/engine/external/zlib/zutil.c:306: warning: implicit declaration of function ‘malloc’
src/engine/external/zlib/zutil.c:306: warning: incompatible implicit declaration of built-in function ‘malloc’
src/engine/external/zlib/zutil.c:307: warning: implicit declaration of function ‘calloc’
src/engine/external/zlib/zutil.c:307: warning: incompatible implicit declaration of built-in function ‘calloc’
src/engine/external/zlib/zutil.c: In function ‘zcfree’:
src/engine/external/zlib/zutil.c:314: warning: implicit declaration of function ‘free’
bam: command returned error: 256
bam: error during build
so let's better go back to 'cl'
Uuhh, XCode? What the heck is XCode?
- Of course XCode is installed
EDIT:
Lol, I just tried it the same way again, deleted config and everything else. Now this happens:
http://nopaste.info/8bbc6befde_nl.html
But now the config works!
--- Auto Configuration ---
compiler: gcc
stackprotector: yes
zlib: (in system path)
sdl: using osx framework
saving configuration to 'config.bam'
---
One step towards the light
But what's up with system.c? - There are several files included that don't exist. So it's no surprise that there are errors, but where the heck are these files?