|
Post by wolzly on Nov 11, 2009 18:16:37 GMT
I've gotten the list of errors pretty small now but still no success..
Compiler: Default compiler Building Makefile: "D:\opentyrian\src\Makefile.win" Executing make... C:\Dev-Cpp\bin\make.exe -f "D:\opentyrian\src\Makefile.win" all C:\Dev-Cpp\bin\g++.exe -c animlib.c -o animlib.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -I"C:/Workspace/dev-c++/SDL-1.2.14/include/SDL"
animlib.c: In function `int JE_loadAnim(const char*)': animlib.c:234: warning: converting of negative value `-0x000000001' to `unsigned int'
animlib.c: In function `int JE_playRunSkipDump(Uint8*, unsigned int)': animlib.c:337: error: invalid conversion from `void*' to `Uint8*' animlib.c:337: error: initializing argument 2 of `void SZ_Init(sizebuf_t*, Uint8*, unsigned int)'
C:\Dev-Cpp\bin\make.exe: *** [animlib.o] Error 1
Execution terminated
Any help is appreciated.
|
|
|
Post by yuriks on Nov 12, 2009 0:57:46 GMT
Use a C compiler, not a C++ one. And since when is a Dev-c++ project a supported way to build? <_<
|
|