• 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 Can't compile latest sources

RazorBlade

Retired Snek
Joined
Nov 7, 2009
Messages
2,015
Solutions
3
Reaction score
629
Location
Canada
Hello everyone. I have an issue with compiling the latest sources because apparently Stian's 64-bit repack of dev-cpp has issues in it. I tried re-downloading the repack several times but I don't think it's compatible with compiling past TFS 0.4.0

In my compile log I get:
Code:
Compiler: Default compiler
Building Makefile: "C:\Users\RazorBlade\Desktop\OT Accessories\Sources\trunk.r3795\dev-cpp\Makefile.win"
Executing  make...
mingw32-make -f "C:\Users\RazorBlade\Desktop\OT Accessories\Sources\trunk.r3795\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"include"  -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__   -fexpensive-optimizations -O1

In file included from include/boost/thread/future.hpp:12,
                 from include/boost/thread.hpp:24,
                 from ../otsystem.h:34,
                 from ../baseevents.h:20,
                 from ../actions.h:20,
                 from ../actions.cpp:20:
include/boost/exception_ptr.hpp:43: error: looser throw specifier for `virtual boost::exception_ptr::~exception_ptr()'
include/boost/exception/detail/exception_ptr_base.hpp:27: error:   overriding `virtual boost::exception_detail::exception_ptr_base::~exception_ptr_base() throw ()'

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

Execution terminated

It doesn't even get through actions.cpp. I don't know what's wrong, but I need to get this compiled ASAP. Any help would be appreciated.
Thanks in advance
RazorBlade
 
Back
Top