← Back to team overview

dolfin team mailing list archive

Re: compile error

 

I added a step to the buildbots that compiles DOLFIN without the demos so that it is easier to check if DOLFIN at least compiles:
http://fenics.org:8010/dolfin/

ilmar

Garth N. Wells wrote:
Only a limited number of demos have been updated for the new interface. Feel free to send a patch!

Garth

Shawn Walker wrote:
I am still getting this error on one of the demos:

Here is an excerpt from the compile .log:

ome/walker/src/petsc-2.3.3-p13/include -I/home/walker/build/include -I/home/walker/build/lib -Idemo -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 -Idemo -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 demo/pde/bcs/cpp/main.cpp
demo/pde/bcs/cpp/main.cpp: In function nt main()
demo/pde/bcs/cpp/main.cpp:22: error: no matching function for call to olfin::Function::Function(dolfin::Mesh&, double)./dolfin/function/Function.h:58: note: candidates are: dolfin::Function::Function(const dolfin::Function&) ./dolfin/function/Function.h:55: note: dolfin::Function::Function(const dolfin::SubFunction&) ./dolfin/function/Function.h:52: note: dolfin::Function::Function(std::string) ./dolfin/function/Function.h:49: note: dolfin::Function::Function(std::tr1::shared_ptr<const dolfin::FunctionSpace>) ./dolfin/function/Function.h:46: note: dolfin::Function::Function(const dolfin::FunctionSpace&) ./dolfin/function/Function.h:43: note: dolfin::Function::Function() demo/pde/bcs/cpp/main.cpp:23: error: no matching function for call to oissonBilinearForm::PoissonBilinearForm()

- Shawn
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev


References