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

[help] compiling

Guitarmau

New Member
Joined
Dec 16, 2008
Messages
19
Reaction score
0
D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microseconds(const FileTimeT&)':
D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

In file included from ../sources 0.2.1 MS 8.42/otserv.cpp:24:
../sources 0.2.1 MS 8.42/server.h: In member function `bool ServiceManager::add(uint16_t)':
../sources 0.2.1 MS 8.42/server.h:127: error: `cout' is not a member of `std'
../sources 0.2.1 MS 8.42/server.h:147: error: `cout' is not a member of `std'

make.exe: *** ["../sources 0.2.1 MS 8.42/otserv.o"] Error 1

Execution terminated

COMPILING 0.2.1 MS
theforgottendevcpp_v23

-D__NO_HOMEDIR_CONF__
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__CONSOLE__
-D__EXCEPTION_TRACER__
 
Last edited:
D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp: In function `uint64_t boost::date_time::winapi::file_time_to_microsecond s(const FileTimeT&)':
D:/Dev-Cpp/include/boost/date_time/filetime_functions.hpp:101: warning: left shift count >= width of type

../server.cpp: In member function `void Server:nAccept(Connection*, const boost::system::error_code&)':
../server.cpp:104: error: `cout' is not a member of `std'

make.exe: *** [obj//server.o] Error 1

Execution terminated

=x HELP
 
Back
Top