-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello, I was trying to compile the bugfix 1.0.1 version on ubuntu 22.04. Towards the end of make it started with many of the following errors:
In file included from /public/software/dechat/DeChat-1.0.1/gatb-core/gatb-core/thirdparty/boost/config.hpp:61,
from /public/software/dechat/DeChat-1.0.1/gatb-core/gatb-core/thirdparty/boost/type_index.hpp:17,
from /public/software/dechat/DeChat-1.0.1/gatb-core/gatb-core/thirdparty/boost/variant/variant.hpp:21,
from /public/software/dechat/DeChat-1.0.1/gatb-core/gatb-core/thirdparty/boost/variant.hpp:17,
from /public/software/dechat/DeChat-1.0.1/gatb-core/gatb-core/src/gatb/tools/designpattern/impl/IteratorHelpers.hpp:32,
from /public/software/dechat/DeChat-1.0.1/gatb-core/gatb-core/src/gatb/gatb_core.hpp:35,
from /public/software/dechat/DeChat-1.0.1/src/dechat_1.hpp:7,
from /public/software/dechat/DeChat-1.0.1/src/main.cpp:4:
/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:50:31: error: expected ‘;’ at end of member declaration
50 | char const * what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/smart_ptr/detail/shared_count.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:17,
from /usr/include/boost/property_map/vector_property_map.hpp:14,
from /usr/include/boost/property_map/property_map.hpp:602,
from /usr/include/boost/graph/adjacency_list.hpp:27,
from /public/software/dechat/DeChat-1.0.1/aligner-correct/lordec.h:12,
from /public/software/dechat/DeChat-1.0.1/aligner-correct/correct_round1.h:5,
from /public/software/dechat/DeChat-1.0.1/src/main.cpp:10:
/usr/include/boost/smart_ptr/bad_weak_ptr.hpp:50:57: error: ‘BOOST_OVERRIDE’ does not name a type; did you mean ‘BOOST_VERSION’?
50 | char const * what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE
g++ version is g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0