← Back to team overview

dolfin team mailing list archive

Problem with FFC 0.4.5 and Dolfin 0.8.0

 

Hello,

I'm new to Dolfin, and planning to use it ... the installation of version
0.8.0 from sources went smoothly on Ubuntu Hardy X64 linux box and the
demontration programs were ok too.

But, it seems there is a little problem with ffc (version 0.4.5) to compile
some form files, even those bundled with the demos of dolfin did not work at
runtime. Here is the output of the mixed_poisson solver in demo/pde/
subfolder:
Creating linear PDE.
Solving linear PDE.
terminate called after throwing an instance of 'std::runtime_error'
  what():  Not implemented (introduced in UFC v1.1).
[rtaff2:15161] *** Process received signal ***
[rtaff2:15161] Signal: Aborted (6)
[rtaff2:15161] Signal code:  (-6)
[rtaff2:15161] [ 0] /lib/libpthread.so.0 [0x7f044214e7d0]
[rtaff2:15161] [ 1] /lib/libc.so.6(gsignal+0x35) [0x7f0441e10095]
[rtaff2:15161] [ 2] /lib/libc.so.6(abort+0x110) [0x7f0441e11af0]

It seems there is a compatibility problem betweenn some of the versions of
dolfin & ffc ? What should I do ?
How to uninstall properly a working version of ffc ?

Thanks