dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03561
Compilation failed: --enable-debug --enable-petsc --with-petsc-dir=/home/dolfin/local/lib/petsc
This is an automated message from the FEniCS compile bot.
Compilation failed with configure options --enable-debug --enable-petsc --with-petsc-dir=/home/dolfin/local/lib/petsc.
Revision number and compilation log follow below.
changeset: 2336:6b865f736a18
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Mon Oct 23 14:45:03 2006 +0200
summary: Fix very nasty memory bug in the mesh entity iterators.
[snip]
make[4]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode/homotopy/simple'
make[4]: Entering directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode/homotopy'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode/homotopy'
make[3]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode/homotopy'
Making all in lorenz
make[3]: Entering directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode/lorenz'
`pkg-config --variable=compiler dolfin` `pkg-config --cflags dolfin` -c main.cpp
main.cpp: In constructor 'Lorenz::Lorenz()':
main.cpp:28: error: no match for 'operator-' in '((Lorenz*)this)->Lorenz::p1 - ((Lorenz*)this)->Lorenz::p0'
main.cpp: In member function 'virtual bool Lorenz::update(const dolfin::uBlasVector&, dolfin::real, bool)':
main.cpp:72: error: no match for 'operator-' in 'p - ((Lorenz*)this)->Lorenz::p0'
main.cpp:84: error: no match for 'operator-' in 'p - ((Lorenz*)this)->Lorenz::p1'
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode/lorenz'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo/ode'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dolfin/tmp/cron/compilebot/dolfin/src/demo'
make: *** [demo] Error 2