Estou tentando compilar a dev-cpp de um servidor e está dando este erro:
Compiler: Default compiler
Building Makefile: "C:\Users\dev\Source\dev-cpp\Makefile.win"
Executing make...
make.exe -f "C:\Users\dev\Source\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.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__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__CONSOLE__ -fexpensive-optimizations -O1
In file included from C:/Dev-Cpp/include/boost/thread/future.hpp:12,
from C:/Dev-Cpp/include/boost/thread.hpp:24,
from ../otsystem.h:34,
from ../baseevents.h:20,
from ../actions.h:20,
from ../actions.cpp:20:
C:/Dev-Cpp/include/boost/exception_ptr.hpp:43: error: looser throw specifier for `virtual boost::exception_ptr::~exception_ptr()'
C:/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
Corrigido, bug na versão do Dev-C++ e nas includes.