Thanks, Johan. I added swig to my package list in the platform file,
and now I have a new swig in my FEniCS build directory. How to I
get dorsal to use it when compiling UFC? I am still seeing
the same error. -- Doug
On 06/30/2011 12:18 AM, Johan Hake wrote:
3) The ufc build failed with:
Building ufc
ERROR UFC requires SWIG version 2.0 or greater. You have version 1.3.40.
Set UFC_ENABLE_PYTHON to False or install correct SWIG version.
SWIG_MODULE_LOCATION
[snip]
Seems that I need to set UFC_ENABLE_PYTHON, but I don't know how or
where to do that.
You have a too low SWIG version. Try adding "swig" to your package list.
Johan