Error while compiling (scons)

Asked by kassbohm

I am using 1.0.0 of fenics and also 1.0.0 of fenics-plasticity.

After doing scons install and source fenics-plasticity.conf I would like to run the test and demos.

Trying to run the tests I get:

$ cd test/verify_demos/
$ python test.py

Checking results for: 2Dsimple/2Dlinear_QE
Error while compiling (scons)
and a similar error message for 3 other tests.

Trying to run the demos... well, how can I anyway?

Question information

Language:
English Edit question
Status:
Solved
For:
FEniCS Plasticity Edit question
Assignee:
No assignee Edit question
Solved by:
Kristian B. Ølgaard
Solved:
Last query:
Last reply:
Revision history for this message
Best Kristian B. Ølgaard (k.b.oelgaard) said :
#1

You need to compile the form files first.

cd demo/forms

./compile_forms

Then try again.
The error message should be improved and perhaps the test script should compile the forms automatically although this introduces some overhead.

Revision history for this message
kassbohm (kassbohm) said :
#2

Thanks Kristian B. Ølgaard, that solved my question.