dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04617
Re: pydolfin compile problems
On Fri, Apr 13, 2007 at 11:46:18AM +0200, Ola Skavhaug wrote:
> We are trying to compile pydolfin, but run into some problems. A fresh hg
> clone, configure, make, make install give the following problem:
>
> ../../src/kernel/parameter/dolfin/ParameterSystem.h:49: Warning(302): Identifier 'oldget' redefined (ignored) (Renamed from 'get'),
> ../../src/kernel/parameter/dolfin/ParameterSystem.h:29: Warning(302): previous definition of 'oldget' (Renamed from 'dolfin::get').
> dolfin_fem_post.i:1: Error: Undefined scope 'dolfin::FEM'
> dolfin_fem_post.i:1: Error: Template 'dolfin::FEM::lump' undefined.
> ../../src/kernel/la/dolfin/uBlasVector.h:37: Warning(401): Nothing known about base class 'ublas_vector'. Ignored.
>
>
> Ola
It's expected. DOLFIN and PyDOLFIN are currently severely broken in
many places, while we are moving to the UFC-based assembly (and
redesigning most everything in the process: assembly, functions, i/o
etc).
It will be a few days or one or two weeks until dolfin-dev is useful
again. Try dolfin-stable until then. (Or even better, help us fix it.)
/Anders
References