Hi,
I'm trying to install the latest version of DealII but get the following error:
/home/lev/aspect/dealii_debug/source/base/function_parser.cc:478:16: required from here
/opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/stl_construct.h:75:7: error: use of deleted function ‘std::unique_ptr<_Tp, _Dp>::unique_ptr(const std::unique_ptr<_Tp, _Dp>&) [with _Tp = mu::Parser; _Dp = std::default_delete<mu::Parser>]’
{ ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
^
In file included from /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/memory:81:0,
from /home/lev/aspect/dealii_debug/include/deal.II/base/function_parser.h:28,
from /home/lev/aspect/dealii_debug/source/base/function_parser.cc:17:
/opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/unique_ptr.h:273:7: error: declared here
unique_ptr(const unique_ptr&) = delete;
^
make[2]: *** [source/base/CMakeFiles/obj_base_debug.dir/function_parser.cc.o] Error 1
make[1]: *** [source/base/CMakeFiles/obj_base_debug.dir/all] Error 2
make: *** [all] Error 2
Could you help me fix it please?