• 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!

Compiling last rev trunk

tatu hunter

Insane Mind~
Joined
Jun 6, 2007
Messages
354
Reaction score
23
Location
Itaporã, Brazil
edit...

Compilador: Default compiler
Building Makefile: "C:\Documents and Settings\Administrador\Meus documentos\ForgottenServer\Makefile.win"
Executando make...
make.exe -f "C:\Documents and Settings\Administrador\Meus documentos\ForgottenServer\Makefile.win" all
g++.exe -c forgottenserver/trunk/databasepgsql.cpp -o forgottenserver/trunk/databasepgsql.o -I"D:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"D:/Dev-Cpp/include/c++/3.4.2/backward" -I"D:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"D:/Dev-Cpp/include/c++/3.4.2" -I"D:/Dev-Cpp/include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__CONSOLE__ -D__EXCEPTION_TRACER__

forgottenserver/trunk/databasepgsql.cpp: In member function `virtual const char* PgSQLResult::getDataStream(const std::string&, long unsigned int&)':
forgottenserver/trunk/databasepgsql.cpp:209: error: invalid conversion from `long unsigned int*' to `size_t*'
forgottenserver/trunk/databasepgsql.cpp:209: error: initializing argument 2 of `unsigned char* PQunescapeBytea(const unsigned char*, size_t*)'

make.exe: *** [forgottenserver/trunk/databasepgsql.o] Error 1

Execução terminada
can someone help me here?
 
Last edited:
Delete databasepgsql.cpp/h and databaseodbc.cpp/h and rebuild all
 
hummm...
it worked thx;

edit...

After compiling, all ok, but when I try to run the server the windows open and just closes (and dont give errors)...

It is problem with trunk? rev 675...
 
Last edited:

Similar threads

Replies
4
Views
396
Back
Top