DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
97 stars 14 forks source link

Mac OSX make error #126

Closed dpendic closed 12 years ago

dpendic commented 12 years ago

Everything went smooth until I used make

It gets to around 44%, then gets the following error:

Building C object libdcpu/CMakeFiles/libdcpu.dir/debug.c.o /Users/Dephurites/Desktop/Random/DCPUToolchain/libdcpu/debug.c: In function ‘printd’: /Users/Dephurites/Desktop/Random/DCPUToolchain/libdcpu/debug.c:32: error: invalid initializer make[2]: *** [libdcpu/CMakeFiles/libdcpu.dir/debug.c.o] Error 1 make[1]: *** [libdcpu/CMakeFiles/libdcpu.dir/all] Error 2 make: *** [all] Error 2

Mause commented 12 years ago

AFAIK thats on most platforms ATM; *nix based ones i can confirm. Well, Ubuntu :P

patflick commented 12 years ago

fixed