I downloaded the TFS Dev-Cpp
And i tried to compile a code but there are 2 errors look what the dev-cpp says:
Compiler Log:
Everything seems to be ok on the sources but i dont know what that error means... help please i wanna compile this
And i tried to compile a code but there are 2 errors look what the dev-cpp says:
Compiler Log:
Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Zedlav\Documents\Otservs\theforgottenserver-r687-src\src\Makefile.win"
Executing make...
make.exe -f "C:\Users\Zedlav\Documents\Otservs\theforgottenserver-r687-src\src\Makefile.win" all
g++.exe -c game.cpp -o game.o -I"C:/Users/Zedlav/Documents/Otservs/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Users/Zedlav/Documents/Otservs/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Users/Zedlav/Documents/Otservs/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Users/Zedlav/Documents/Otservs/Dev-Cpp/include/c++/3.4.2" -I"C:/Users/Zedlav/Documents/Otservs/Dev-Cpp/include" -D__CONSOLE__ -D__USE_MYSQL__ -D__USE_SQLITE__
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 sha1.o spawn.o spells.o status.o talkaction.o tasks.o teleport.o textlogger.o thing.o tile.o tools.o trashholder.o waitlist.o weapons.o vocation.o The_Forgotten_Server_private.res -o "The Forgotten Server.exe" -L"C:/Users/Zedlav/Documents/Otservs/Dev-Cpp/lib" -lxml2.dll -lmysql -lsqlite3 -lluasql_mysql -lluasql_sqlite -llua5.1 -lboost_system -lboost_regex -lws2_32 -lgmp -lmswsock -O1 -s
C:\Users\Zedlav\Documents\Otservs\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot find -lxml2.dll
collect2: ld returned 1 exit status
make.exe: *** ["The] Error 1
Execution terminated
Everything seems to be ok on the sources but i dont know what that error means... help please i wanna compile this