Nirer
New Member
this is my compiling log, what is the problem?
PHP:
Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\XPPRESP3\Desktop\The Forgotten Server\Source\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\XPPRESP3\Desktop\The Forgotten Server\Source\Makefile.win" all
windres.exe -i forgotten_private.rc --input-format=rc -o forgotten_private.res -O coff
g++.exe account.o actions.o admin.o allocator.o ban.o baseevents.o beds.o chat.o combat.o commands.o condition.o configmanager.o connection.o container.o creature.o creatureevent.o cylinder.o database.o databasemysql.o databasesqlite.o depot.o exception.o fileloader.o game.o gui.o house.o housetile.o inputbox.o ioguild.o iologindata.o iomap.o iomapserialize.o item.o items.o logger.o luascript.o mailbox.o map.o md5.o monster.o monsters.o movement.o networkmessage.o npc.o otserv.o outfit.o outputmessage.o party.o player.o playerbox.o position.o protocol.o protocolgame.o protocollogin.o quests.o raids.o rsa.o scheduler.o scriptmanager.o server.o spawn.o spells.o status.o talkaction.o tasks.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o vocation.o waitlist.o weapons.o forgotten_private.res -o "forgotten.exe" -L"C:/Dev-Cpp/lib" -mwindows -O1 -lboost_system -lgmp -lluasql-mysql -lluasql-sqlite3 -llua5.1 -lmysql -lregex -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s
admin.o(.text$_ZNK5boost6system12system_error4whatEv[boost::system::system_error::what() const]+0xe4):admin.cpp: undefined reference to `boost::system::error_code::message() const'
connection.o(.text+0x1a2c):connection.cpp: undefined reference to `boost::system::error_code::new_category(int (*)(boost::system::error_code const&), std::string (*)(boost::system::error_code const&), std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (*)(boost::system::error_code const&))'
server.o(.text+0xdcc):server.cpp: undefined reference to `boost::system::error_code::new_category(int (*)(boost::system::error_code const&), std::string (*)(boost::system::error_code const&), std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (*)(boost::system::error_code const&))'
collect2: ld returned 1 exit status
make.exe: *** [forgotten.exe] Error 1
Execution terminated