• 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

UpAndDown

New Member
Joined
Mar 12, 2009
Messages
66
Reaction score
0
Hey, I was wondering if anyone could help me! I got a problem with compiling my server. I'm using Crying Damson TFS 0.3.2. I followed the tutorial about compiling at http://otland.net/f137/tutorial-how-compile-forgotten-server-latest-sources-166/ but for me it doesn't work.

Code:
Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\CM\Bureaublad\TheForgottenServer-Source\Project\Makefile.win"
Executing  make...
make.exe -f "C:\Documents and Settings\CM\Bureaublad\TheForgottenServer-Source\Project\Makefile.win" all
g++.exe -c ../0.3.2/account.cpp -o ../0.3.2/account.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/weapons.cpp -o ../0.3.2/weapons.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/waitlist.cpp -o ../0.3.2/waitlist.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/vocation.cpp -o ../0.3.2/vocation.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/trashholder.cpp -o ../0.3.2/trashholder.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/tools.cpp -o ../0.3.2/tools.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/tile.cpp -o ../0.3.2/tile.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/thing.cpp -o ../0.3.2/thing.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/textlogger.cpp -o ../0.3.2/textlogger.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/teleport.cpp -o ../0.3.2/teleport.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/tasks.cpp -o ../0.3.2/tasks.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/talkaction.cpp -o ../0.3.2/talkaction.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/status.cpp -o ../0.3.2/status.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/status.cpp:28:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/spells.cpp -o ../0.3.2/spells.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/spawn.cpp -o ../0.3.2/spawn.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/sha1.cpp -o ../0.3.2/sha1.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/server.cpp -o ../0.3.2/server.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/server.h:27,
                 from ../0.3.2/server.cpp:22:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/scriptmanager.cpp -o ../0.3.2/scriptmanager.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/scheduler.cpp -o ../0.3.2/scheduler.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/rsa.cpp -o ../0.3.2/rsa.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/raids.cpp -o ../0.3.2/raids.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/quests.cpp -o ../0.3.2/quests.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/protocolold.cpp -o ../0.3.2/protocolold.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/protocolold.cpp:24:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/protocollogin.cpp -o ../0.3.2/protocollogin.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/protocollogin.cpp:26:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/protocolgame.cpp -o ../0.3.2/protocolgame.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/protocolgame.cpp:27:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/protocol.cpp -o ../0.3.2/protocol.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/protocol.cpp:29:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/position.cpp -o ../0.3.2/position.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/playerbox.cpp -o ../0.3.2/playerbox.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/player.cpp -o ../0.3.2/player.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/party.cpp -o ../0.3.2/party.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/outputmessage.cpp -o ../0.3.2/outputmessage.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/outputmessage.cpp:23:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/outfit.cpp -o ../0.3.2/outfit.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/otserv.cpp -o ../0.3.2/otserv.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/otserv.cpp:28:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/npc.cpp -o ../0.3.2/npc.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/networkmessage.cpp -o ../0.3.2/networkmessage.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/movement.cpp -o ../0.3.2/movement.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/monsters.cpp -o ../0.3.2/monsters.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/monster.cpp -o ../0.3.2/monster.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/md5.cpp -o ../0.3.2/md5.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/map.cpp -o ../0.3.2/map.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/mailbox.cpp -o ../0.3.2/mailbox.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/luascript.cpp -o ../0.3.2/luascript.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/items.cpp -o ../0.3.2/items.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/item.cpp -o ../0.3.2/item.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/iomapserialize.cpp -o ../0.3.2/iomapserialize.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/iomap.cpp -o ../0.3.2/iomap.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/iologindata.cpp -o ../0.3.2/iologindata.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/ioguild.cpp -o ../0.3.2/ioguild.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/ioban.cpp -o ../0.3.2/ioban.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/inputbox.cpp -o ../0.3.2/inputbox.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/housetile.cpp -o ../0.3.2/housetile.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/house.cpp -o ../0.3.2/house.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/gui.cpp -o ../0.3.2/gui.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/globalevent.cpp -o ../0.3.2/globalevent.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/gameservers.cpp -o ../0.3.2/gameservers.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/game.cpp -o ../0.3.2/game.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/server.h:27,
                 from ../0.3.2/game.cpp:47:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/fileloader.cpp -o ../0.3.2/fileloader.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/exception.cpp -o ../0.3.2/exception.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/depot.cpp -o ../0.3.2/depot.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/databasesqlite.cpp -o ../0.3.2/databasesqlite.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/databasemysql.cpp -o ../0.3.2/databasemysql.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/databasemanager.cpp -o ../0.3.2/databasemanager.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/database.cpp -o ../0.3.2/database.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/cylinder.cpp -o ../0.3.2/cylinder.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/creatureevent.cpp -o ../0.3.2/creatureevent.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/creature.cpp -o ../0.3.2/creature.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/container.cpp -o ../0.3.2/container.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/connection.cpp -o ../0.3.2/connection.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

In file included from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/microsec_time_clock.hpp:23,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/posix_time/posix_time_types.hpp:11,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/detail/select_reactor.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/impl/io_service.ipp:27,

                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/io_service.hpp:550,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_io_object.hpp:20,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_socket.hpp:24,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio/basic_datagram_socket.hpp:25,
                 from C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/asio.hpp:20,
                 from ../0.3.2/connection.h:25,
                 from ../0.3.2/connection.cpp:22:
C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':

C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

g++.exe -c ../0.3.2/configmanager.cpp -o ../0.3.2/configmanager.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/condition.cpp -o ../0.3.2/condition.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/combat.cpp -o ../0.3.2/combat.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/chat.cpp -o ../0.3.2/chat.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/beds.cpp -o ../0.3.2/beds.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/baseevents.cpp -o ../0.3.2/baseevents.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/allocator.cpp -o ../0.3.2/allocator.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/admin.cpp -o ../0.3.2/admin.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

g++.exe -c ../0.3.2/actions.cpp -o ../0.3.2/actions.o -I"C:/Documents and Settings/CM/Bureaublad/theforgottendevcppv23/Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC___ -D__CONSOLE__   -fexpensive-optimizations -O1

windres.exe -i Project_private.rc --input-format=rc -o Project_private.res -O coff 

windres.exe: can't open icon file `TheForgottenServer.ico': No such file or directory

make.exe: *** [Project_private.res] Error 1

Execution terminated

This is my error, so my question is, can anyone else try to compile this for me? You can find the source here; [forgottenserver] Index of /tags/0.3.2

And if someone wants to do it, in player.cpp find this
PHP:
  g_game.transformItem(preventDrop, preventDrop->getID(), std::max(0, ((int32_t)preventDrop->getCharges() - 1)));

and change it to
PHP:
 g_game.internalRemoveItem(NULL, preventDrop);

And if anyone can, edit the source so that it makes a log file when my server crashes..

I hope it's not too much asked, but right now I can't run my server.. :/

Thanks in advance,
UpAndDown!
 
Yeah, I have similar bug too :/


Code:
Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\Adrian\Pulpit\ots5\tfs 0.3.2 source\project\Makefile.win"
Executing  make...
make.exe -f "C:\Documents and Settings\Adrian\Pulpit\ots5\tfs 0.3.2 source\project\Makefile.win" all
g++.exe -c ../chat.cpp -o ../chat.o -I"include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__  

In file included from C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:70,
                 from C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/map:66,
                 from ../chat.h:24,
                 from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:69: error: expected constructor, destructor, or type conversion before "namespace"

C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:338: error: `__gnu_internal' has not been declared
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:338: error: `__test_type' was not declared in this scope
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:338: error: expected primary-expression before '>' token
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:339: error: `__gnu_internal' has not been declared
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:339: error: `__one' was not declared in this scope

In file included from ../creature.h:26,
                 from ../player.h:25,

                 from ../party.h:24,
                 from ../chat.h:30,
                 from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<uint32_t> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<uint32_t, uint32_t, std::_Identity<uint32_t>, std::less<uint32_t>, std::allocator<uint32_t> >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_set.h:127:   instantiated from `std::set<uint32_t, std::less<uint32_t>, std::allocator<uint32_t> >'
../templates.h:66:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../item.h:26,
                 from ../map.h:32,
                 from ../creature.h:27,
                 from ../player.h:25,
                 from ../party.h:24,
                 from ../chat.h:30,
                 from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<int32_t> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<int32_t, std::pair<const int32_t, int32_t>, std::_Select1st<std::pair<const int32_t, int32_t> >, std::less<int32_t>, std::allocator<std::pair<const int32_t, int32_t> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<int32_t, int32_t, std::less<int32_t>, std::allocator<std::pair<const int32_t, int32_t> > >'
../items.h:325:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../map.h:34,
                 from ../creature.h:27,
                 from ../player.h:25,
                 from ../party.h:24,
                 from ../chat.h:30,
                 from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<std::string> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<std::string, std::pair<const std::string, WaypointPtr>, std::_Select1st<std::pair<const std::string, WaypointPtr> >, std::less<std::string>, std::allocator<std::pair<const std::string, WaypointPtr> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<std::string, WaypointPtr, std::less<std::string>, std::allocator<std::pair<const std::string, WaypointPtr> > >'

../waypoints.h:44:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../creature.h:27,
                 from ../player.h:25,

                 from ../party.h:24,
                 from ../chat.h:30,
                 from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<Position> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<Position, std::pair<const Position, boost::shared_ptr<SpectatorVec> >, std::_Select1st<std::pair<const Position, boost::shared_ptr<SpectatorVec> > >, std::less<Position>, std::allocator<std::pair<const Position, boost::shared_ptr<SpectatorVec> > > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<Position, boost::shared_ptr<SpectatorVec>, std::less<Position>, std::allocator<std::pair<const Position, boost::shared_ptr<SpectatorVec> > > >'
../map.h:269:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<Tile*> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<Tile*, std::pair<Tile* const, Map::RefreshBlock_t>, std::_Select1st<std::pair<Tile* const, Map::RefreshBlock_t> >, std::less<Tile*>, std::allocator<std::pair<Tile* const, Map::RefreshBlock_t> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<Tile*, Map::RefreshBlock_t, std::less<Tile*>, std::allocator<std::pair<Tile* const, Map::RefreshBlock_t> > >'
../map.h:298:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant
In file included from ../creatureevent.h:25,
                 from ../creature.h:33,
                 from ../player.h:25,
                 from ../party.h:24,
                 from ../chat.h:30,
                 from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<uint64_t> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<uint64_t, std::pair<const uint64_t, Thing*>, std::_Select1st<std::pair<const uint64_t, Thing*> >, std::less<uint64_t>, std::allocator<std::pair<const uint64_t, Thing*> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<uint64_t, Thing*, std::less<uint64_t>, std::allocator<std::pair<const uint64_t, Thing*> > >'
../luascript.h:180:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../chat.cpp:22:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<uint16_t> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<uint16_t, std::pair<const uint16_t, ChatChannel*>, std::_Select1st<std::pair<const uint16_t, ChatChannel*> >, std::less<uint16_t>, std::allocator<std::pair<const uint16_t, ChatChannel*> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<uint16_t, ChatChannel*, std::less<uint16_t>, std::allocator<std::pair<const uint16_t, ChatChannel*> > >'
../chat.h:112:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<Party*> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<Party*, std::pair<Party* const, ChatChannel*>, std::_Select1st<std::pair<Party* const, ChatChannel*> >, std::less<Party*>, std::allocator<std::pair<Party* const, ChatChannel*> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<Party*, ChatChannel*, std::less<Party*>, std::allocator<std::pair<Party* const, ChatChannel*> > >'
../chat.h:114:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../monster.h:26,
                 from ../spawn.h:27,
                 from ../game.h:33,
                 from ../chat.cpp:25:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<CombatType_t> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<CombatType_t, std::pair<const CombatType_t, int32_t>, std::_Select1st<std::pair<const CombatType_t, int32_t> >, std::less<CombatType_t>, std::allocator<std::pair<const CombatType_t, int32_t> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<CombatType_t, int32_t, std::less<CombatType_t>, std::allocator<std::pair<const CombatType_t, int32_t> > >'
../monsters.h:124:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../game.h:37,
                 from ../chat.cpp:25:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<IOLoginData::StringCompareCase>':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<std::string, std::pair<const std::string, uint32_t>, std::_Select1st<std::pair<const std::string, uint32_t> >, IOLoginData::StringCompareCase, std::allocator<std::pair<const std::string, uint32_t> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<std::string, uint32_t, IOLoginData::StringCompareCase, std::allocator<std::pair<const std::string, uint32_t> > >'
../iologindata.h:144:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

In file included from ../chat.cpp:25:
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<Item*> >':
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_tree.h:433:   instantiated from `std::_Rb_tree<Item*, std::pair<Item* const, uint32_t>, std::_Select1st<std::pair<Item* const, uint32_t> >, std::less<Item*>, std::allocator<std::pair<Item* const, uint32_t> > >'
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_map.h:124:   instantiated from `std::map<Item*, uint32_t, std::less<Item*>, std::allocator<std::pair<Item* const, uint32_t> > >'
../game.h:552:   instantiated from here
C:/The Forgotten Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant

make.exe: *** [../chat.o] Error 1

Execution terminated
 
Back
Top