• 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 Why does this happen?

Slatera

Active Member
Joined
Mar 6, 2009
Messages
521
Reaction score
46
Location
Sweden
What ever compiling program I use, this happens and stops the compiling:


Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Tobias\Desktop\SlurpyOT\Slappera\trunk.r3851\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "C:\Users\Tobias\Desktop\SlurpyOT\Slappera\trunk.r3851\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"C:/Users/Tobias/Desktop/SlurpyOT/The Forgotten Dev-Cpp/include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__   -fexpensive-optimizations -O1

In file included from C:/Users/Tobias/Desktop/SlurpyOT/The Forgotten Dev-Cpp/include/boost/thread/future.hpp:12,
                 from C:/Users/Tobias/Desktop/SlurpyOT/The Forgotten Dev-Cpp/include/boost/thread.hpp:24,
                 from ../otsystem.h:34,
                 from ../baseevents.h:20,
                 from ../actions.h:20,
                 from ../actions.cpp:20:
C:/Users/Tobias/Desktop/SlurpyOT/The Forgotten Dev-Cpp/include/boost/exception_ptr.hpp:43: error: looser throw specifier for `virtual boost::exception_ptr::~exception_ptr()'

C:/Users/Tobias/Desktop/SlurpyOT/The Forgotten Dev-Cpp/include/boost/exception/detail/exception_ptr_base.hpp:27: error:   overriding `virtual boost::exception_detail::exception_ptr_base::~exception_ptr_base() throw ()'

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

Execution terminated

Help plx.
 
Back
Top