← Back to team overview

dolfin team mailing list archive

more compile errors

 

I now get the following. I think you are missing a CONST on line 28 of file: `FunctionSpace.cpp'

- Shawn

Found optional package: cholmod
Disabling compilation of Python wrappers
scons: done reading SConscript files.
scons: Building targets ...
c++ -o dolfin/function/FunctionSpace.os -c -Wall -pipe -ansi -Werror -DDEBUG -g -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.9.2\" -DHAS_PETSC=1 -DHAS_SLEPC=1 -DHAS_UMFPACK=1 -DHAS_GTS=1 -DHAS_CHOLMOD=1 -fPIC -I. -I/home/walker/build/include -I/home/walker/src/boost_1_38_0 -I/usr/include/libxml2 -I/home/walker/src/petsc-2.3.3-p13/bmake/linux-gnu-cxx-debug -I/home/walker/src/petsc-2.3.3-p13/include -I/home/walker/build/include -I/home/walker/build/lib -Idolfin -I/home/walker/src/slepc-2.3.3 -I/home/walker/src/slepc-2.3.3/include -I/home/walker/src/petsc-2.3.3-p13/bmake/linux-gnu-cxx-debug -I/home/walker/src/petsc-2.3.3-p13/include -I/home/walker/build/include -I/home/walker/build/lib -Idolfin -I/usr/include/suitesparse -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/walker/build/include -I/usr/include/suitesparse dolfin/function/FunctionSpace.cpp dolfin/function/FunctionSpace.cpp:30: error: prototype for olfin::FunctionSpace::FunctionSpace(dolfin::Mesh&, const dolfin::FiniteElement&, const dolfin::DofMap&)does not match any in class olfin::FunctionSpacedolfin/function/FunctionSpace.h:54: error: candidates are: dolfin::FunctionSpace::FunctionSpace(const dolfin::FunctionSpace&) dolfin/function/FunctionSpace.h:51: error: dolfin::FunctionSpace::FunctionSpace(boost::shared_ptr<const dolfin::Mesh>, boost::shared_ptr<const dolfin::FiniteElement>, boost::shared_ptr<const dolfin::DofMap>) dolfin/function/FunctionSpace.h:46: error: dolfin::FunctionSpace::FunctionSpace(const dolfin::Mesh&, const dolfin::FiniteElement&, const dolfin::DofMap&)
scons: *** [dolfin/function/FunctionSpace.os] Error 1
scons: building terminated because of errors.
dolfin/function/FunctionSpace.os failed: Error 1

- Shawn


References