Hello,
I'm attempting to install Fenics 1.4.0 and as part of the process I'm compiling Dolfin 1.4.0. I'm using the Intel compilers on a RHELS 6.3 system. I find that the installation of Dolfin fails complaining about a number of .h files in the distribution. This is typical of the failure/error messages that I see:
[ 86%] Building CXX object dolfin/CMakeFiles/dolfin.dir/mesh/MeshFunction.cpp.o
/local/software/fenics/1.4.0/source/dolfin-1.4.0/dolfin/ale/Poisson1D.h(927): error: expected a ";"
static const std::vector enabled({});
Has anyone else seen these3 messages and/or managed to successfully install this version of Dolfin? I'm not a C++ programmer and so any advice would be appreciated, please. Given that there is a ";" character at the end of the offending statement I have no idea how to move on from this.
Best regards -- David.