• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling 0.3.6 TFS compiling problem

Gryffian

ununderstandable
Joined
Aug 10, 2010
Messages
215
Reaction score
3
Here is end of the log
Code:
g++.exe -c ../itemattributes.cpp -o obj//itemattributes.o -I"X:/dev-cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__   -fexpensive-optimizations -O1
g++.exe -c ../group.cpp -o obj//group.o -I"X:/dev-cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__   -fexpensive-optimizations -O1
windres.exe -i TheForgottenServer_private.rc --input-format=rc -o obj//TheForgottenServer_private.res -O coff 
windres.exe: preprocessing failed.
make.exe: *** [obj//TheForgottenServer_private.res] Error 1
Execution terminated
 
Back
Top