• 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 DEV C++ Compile TFS 0.4 Error

Pniakk

New Member
Joined
Jul 22, 2018
Messages
6
Reaction score
0
Hello, please help me. If i try to build my tfs source i see this error:

Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Pniaku\Desktop\Tfs 0.4 3777 broken hp and mp limit\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "C:\Users\Pniaku\Desktop\Tfs 0.4 3777 broken hp and mp limit\dev-cpp\Makefile.win" all
g++.exe -c ../game.cpp -o obj//game.o -I"F:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"F:/Dev-Cpp/include/c++/3.4.2/backward"  -I"F:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"F:/Dev-Cpp/include/c++/3.4.2"  -I"F:/Dev-Cpp/include"  -I"C:/Users/Pniaku/Desktop/Stian's Repack Dev-Cpp v2/include"  -I"C:/Users/Pniaku/Desktop/Stian's Repack Dev-Cpp v2/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -m64 -O2   -fexpensive-optimizations -O1

make.exe: *** [obj//game.o] Error -1073741819

Execution terminated



I try this with this tutorial: [Compiling] [WINDOWS] How to set up a compiler [Noob friendly] [Tutorial] (https://otland.net/threads/compiling-windows-how-to-set-up-a-compiler-noob-friendly-tutorial.193878/)
 
Back
Top