ProfileGibbs.hpp requires the definition of doublerealspace for some member functions it defines.
Adding lines like this:
ifndef HMMOC_BFLOAT_ALGEBRA_HPP
include "Algebra.hpp"
endif
or, more in line with the installation instructions:
include "../HMMoC-BFloat-Algebra/Algebra.hpp"