pilojo No idea. Could you upload to somewhere the full output and the source you are trying to compile? Which OS are you compiling on and which command did you use to do it?
To clarify, I move those files into the appropriate places and then ctrl-h find and replace #ifdef WIN32 with #if defined(WIN32) && !defined(__MINGW32__)
and then use
make powder-sse2.exe
to compile it?
or
gcc (something)
make powder-sse2.exe does the same thing as always ( make: *** No rule to make target `powder-res.rc', needed by `powder-res.o'. Stop.) and gcc powder-sse2.exe has a no such file error, and gcc comes with the same errors as antB had, but a LOT of them
Taliathion Check you have followed all instructions correctly. Replace #ifdef WIN32 just above the _inlines, just above x86_cpuid, and just above mv = max(fabsf(.....
graphics.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ means that just above line 40 in graphics.h you need to
graphics.h:3:21: error: SDL/SDL.h: No such file or directory
jacksonmj:
Download SDL-devel-1.2.14-mingw32.tar.gz from http://www.libsdl.org/download-1.2.php. Extract the contents of the subfolder SDL-1.2.14 of this archive into /usr/i586-mingw32msvc