• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compile Trunk Last Rev

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Hello i have this error in compile trunk, last rev


Code:
Executando  make...
make.exe -f "C:\Documents and Settings\Cliente\Desktop\TheForgottenSourcers\Makefile.win" all
g++.exe -c forgottenserver/trunk/databasepgsql.cpp -o forgottenserver/trunk/databasepgsql.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"  -I"C:/Dev-Cpp/include"  -D__USE_MYSQL__ -D__CONSOLE__ -D__RULEVIOLATIONREPORT__  

In file included from forgottenserver/trunk/databasepgsql.cpp:24:
forgottenserver/trunk/databasepgsql.h:28:33: postgresql/libpq-fe.h: No such file or directory
In file included from forgottenserver/trunk/databasepgsql.cpp:24:
forgottenserver/trunk/databasepgsql.h:53: error: ISO C++ forbids declaration of `PGconn' with no type
forgottenserver/trunk/databasepgsql.h:53: error: expected `;' before '*' token
forgottenserver/trunk/databasepgsql.h:71: error: expected `)' before '*' token
forgottenserver/trunk/databasepgsql.h:75: error: ISO C++ forbids declaration of `PGresult' with no type
forgottenserver/trunk/databasepgsql.h:75: error: expected `;' before '*' token

forgottenserver/trunk/databasepgsql.cpp: In constructor `DatabasePgSQL::DatabasePgSQL()':
forgottenserver/trunk/databasepgsql.cpp:35: error: `SQL_HOST' is not a member of `ConfigManager'
forgottenserver/trunk/databasepgsql.cpp:35: error: `SQL_DB' is not a member of `ConfigManager'

Anybody can help me ;)

our trunk no are available?:huh:
 
Trunk is not for serious use at the moment, it's in alpha stage of 0.3.
 
Back
Top