Tprocheira
New Member
- Joined
- Apr 2, 2008
- Messages
- 103
- Reaction score
- 0
Hello everyone!
Well, I'm trying to compile the most recent Forgotten Server's version (0.3a3pl1) on Linux (more specifically, Ubuntu 'Hardy' 8.04) and every time I try, I get a message error:
I'm not in urgent of the server, but I might not be the only one that it's happening
Yours, Tprocheira
Well, I'm trying to compile the most recent Forgotten Server's version (0.3a3pl1) on Linux (more specifically, Ubuntu 'Hardy' 8.04) and every time I try, I get a message error:
Code:
Configure complete, now you may type 'make'.
make all-am
make[1]: Entering directory `/home/tiago/tags/0.3a3'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT iologindata.o -MD -MP -MF .deps/iologindata.Tpo -c -o iologindata.o iologindata.cpp
iologindata.cpp: In member function ‘bool IOLoginData::loadPlayer(Player*, const std::string&, bool)’:
iologindata.cpp:330: error: no matching function for call to ‘MySQLResult::getDataStream(const char [11], uint64_t&)’
databasemysql.h:69: note: candidates are: const char* MySQLResult::getDataStream(const std::string&, long unsigned int&)
iologindata.cpp: In member function ‘void IOLoginData::loadItems(std::map<int, std::pair<Item*, int>, std::less<int>, std::allocator<std::pair<const int, std::pair<Item*, int> > > >&, DBResult*)’:
iologindata.cpp:611: error: no matching function for call to ‘MySQLResult::getDataStream(const char [11], uint64_t&)’
databasemysql.h:69: note: candidates are: const char* MySQLResult::getDataStream(const std::string&, long unsigned int&)
make[1]: *** [iologindata.o] Error 1
make[1]: Leaving directory `/home/tiago/0.3a3'
make: *** [all] Error 2
I'm not in urgent of the server, but I might not be the only one that it's happening

Yours, Tprocheira