rsdsebek
C++/LUA coder
- Joined
- Oct 8, 2008
- Messages
- 128
- Reaction score
- 30
Hiho
I have problem. When I comliling TFS look this error.
Wtf?
Djseban
I have problem. When I comliling TFS look this error.
http://otland.net/f137/tutorial-how-compile-forgotten-server-latest-sources-166/ <-- It does not act Tutorial. .Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\wlasciciel\Pulpit\Krzysiek\Forgooten\0.2p l14\dev-cpp\Makefile.win"
Executing make clean
rm -f obj//account.o obj//actions.o obj//admin.o obj//allocator.o obj//baseevents.o obj//beds.o obj//chat.o obj//combat.o obj//commands.o obj//condition.o obj//configmanager.o obj//connection.o obj//container.o obj//creature.o obj//creatureevent.o obj//cylinder.o obj//database.o obj//databasemysql.o obj//databasesqlite.o obj//depot.o obj//exception.o obj//fileloader.o obj//game.o obj//gui.o obj//house.o obj//housetile.o obj//inputbox.o obj//ioguild.o obj//iologindata.o obj//iomap.o obj//iomapserialize.o obj//item.o obj//items.o obj//logger.o obj//luascript.o obj//mailbox.o obj//map.o obj//md5.o obj//monster.o obj//monsters.o obj//movement.o obj//networkmessage.o obj//npc.o obj//otserv.o obj//outfit.o obj//outputmessage.o obj//party.o obj//player.o obj//playerbox.o obj//position.o obj//protocol.o obj//protocolgame.o obj//protocollogin.o obj//quests.o obj//raids.o obj//rsa.o obj//scheduler.o obj//scriptmanager.o obj//server.o obj//sha1.o obj//spawn.o obj//spells.o obj//status.o obj//talkaction.o obj//tasks.o obj//teleport.o obj//textlogger.o obj//thing.o obj//tile.o obj//tools.o obj//trashholder.o obj//vocation.o obj//waitlist.o obj//weapons.o obj//ban.o obj//TheForgottenServer_private.res TheForgottenServer.exe
g++.exe -c ../account.cpp -o obj//account.o -I"E:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"E:/Dev-Cpp/include/c++/3.4.2/backward" -I"E:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"E:/Dev-Cpp/include/c++/3.4.2" -I"E:/Dev-Cpp/include" -D__USE_MYSQL__ -D__USE_SQLITE__ -fexpensive-optimizations -O1
g++.exe -c ../actions.cpp -o obj//actions.o -I"E:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"E:/Dev-Cpp/include/c++/3.4.2/backward" -I"E:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"E:/Dev-Cpp/include/c++/3.4.2" -I"E:/Dev-Cpp/include" -D__USE_MYSQL__ -D__USE_SQLITE__ -fexpensive-optimizations -O1
g++.exe -c ../admin.cpp -o obj//admin.o -I"E:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"E:/Dev-Cpp/include/c++/3.4.2/backward" -I"E:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"E:/Dev-Cpp/include/c++/3.4.2" -I"E:/Dev-Cpp/include" -D__USE_MYSQL__ -D__USE_SQLITE__ -fexpensive-optimizations -O1
In file included from ../admin.cpp:24:
../connection.h:25:26: boost/asio.hpp: No such file or directory
In file included from ../admin.cpp:24:
../connection.h:59: error: `boost::asio' has not been declared
../connection.h:59: error: expected `;' before '(' token
../connection.h:87: error: `boost::asio' has not been declared
../connection.h:87: error: expected `)' before '&' token
../connection.h:113: error: `boost::asio' has not been declared
../connection.h:113: error: ISO C++ forbids declaration of `socket' with no type
../connection.h:113: error: expected `;' before '&' token
../connection.h:115: error: expected `;' before "void"
../connection.h:123: error: `boost::system' has not been declared
../connection.h:123: error: expected `,' or `...' before '&' token
../connection.h:123: error: ISO C++ forbids declaration of `error_code' with no type
../connection.h:124: error: `boost::system' has not been declared
../connection.h:124: error: expected `,' or `...' before '&' token
../connection.h:124: error: ISO C++ forbids declaration of `error_code' with no type
../connection.h:126: error: `boost::system' has not been declared
../connection.h:126: error: expected `,' or `...' before '&' token
../connection.h:126: error: ISO C++ forbids declaration of `error_code' with no type
../connection.h:128: error: `boost::system' has not been declared
../connection.h:128: error: expected `,' or `...' before '&' token
../connection.h:128: error: ISO C++ forbids declaration of `error_code' with no type
../connection.h:129: error: `boost::system' has not been declared
../connection.h:129: error: expected `,' or `...' before '&' token
../connection.h:129: error: ISO C++ forbids declaration of `error_code' with no type
../connection.h:138: error: `boost::asio' has not been declared
../connection.h:138: error: ISO C++ forbids declaration of `socket' with no type
../connection.h:138: error: expected `;' before "m_socket"
make.exe: *** [obj//admin.o] Error 1
Execution terminated
Wtf?
Djseban
Last edited by a moderator: