It completly messed up my source code, I just found out you can cross compile :/
I'm so close to a windows compile!
this is the error it keeps continuing
includes/air.h:21:7: warning: no newline at end of file In file included from includes/powder.h:5, from includes/element.h:5, from src/elements/yest.c:1: includes/graphics.h:3:21: error: SDL/SDL.h: No such file or directory In file included from includes/graphics.h:5, from includes/powder.h:5, from includes/element.h:5, from src/elements/yest.c:1: includes/hmap.h:34:7: warning: no newline at end of file In file included from includes/powder.h:5, from includes/element.h:5, from src/elements/yest.c:1: includes/graphics.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token In file included from includes/powder.h:7, from includes/element.h:5, from src/elements/yest.c:1: includes/interface.h:118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sdl_mod’ In file included from includes/element.h:5, from src/elements/yest.c:1: includes/powder.h:394: error: ‘NULL’ undeclared here (not in a function) make: *** [powder-sse.exe] Error 1
I have SDL.DLL and the other 2 files also. compiles just fine for linux, but add the .exe at the end... man!