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.
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
and change it to
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!
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!