• 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 DevCpp

Merol

New Member
Joined
Apr 25, 2009
Messages
15
Reaction score
0
Hello, it's my second post here ;). I have some problem with Compiling TFS 0.31pl2. I read this topic:
HTML:
http://otland.net/f137/tutorial-how-compile-forgotten-server-latest-sources-166/
And i have some errors.
Code:
68 C:\Dev-Cpp\include\c++\3.4.5\vector:66, from C:\Dev-Cpp\include\c++\3.4.5\ext\hashtable.h In file included from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/vector:66, from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/ext/hashtable.h
65 C:\Dev-Cpp\include\c++\3.4.5\ext\hashtable.h:68, from C:\Dev-Cpp\include\c++\3.4.5\ext\hash_map from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/ext/hashtable.h:68, from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/ext/hash_map
93 C:\Dev-Cpp\include\c++\3.4.5\ext\hash_map:65, from .\Source\definitions.h from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/ext/hash_map:65, from ../Source/definitions.h
7 C:\Documents and Settings\Administrator\Pulpit\Dragon Ball\DBKai\Source\definitions.h:93, from .\Source\otpch.h from ../Source/definitions.h:93, from ../Source/otpch.h
20 C:\Documents and Settings\Administrator\Pulpit\Dragon Ball\DBKai\Source\otpch.h:7, from .\Source\condition.cpp from ../Source/otpch.h:7, from ../Source/condition.cpp
20 C:\Documents and Settings\Administrator\Pulpit\Dragon Ball\DBKai\Source\condition.cpp from ../Source/condition.cpp
36 C:\Dev-Cpp\include\c++\3.4.5\bits\functexcept.h expected constructor, destructor, or type conversion before "namespace"
C:\Documents and Settings\Administrator\Pulpit\Dragon Ball\DBKai\Project\Makefile.win [Build Error] [../Source/condition.o] Error 1
 
Fixed. Now :
Code:
\Source\game.cpp In member function `bool Game::violationWindow(uint32_t, std::string, int32_t, int32_t, std::string, std::string, uint16_t, bool)': 
Source\game.cpp [Warning] left shift count >= width of type
 
Back
Top