← Back to team overview

dolfin team mailing list archive

Re: [Question #141422]: DOLFIN/FEniCS integrationin otherPython installation

 

Question #141422 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/141422

Till B posted a new comment:
No, I did not this, I thought this is done by CMake, beginners mistake.
Now I did and I get a lot of output. The output on the SDTERR handle
starts with

C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:2806:32: error: boost/shared_ptr.hpp: No such file or directory
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx: In function 'PyObject* _wrap_delete_finite_element(PyObject*, PyObject*)':
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:3703: error: 'boost' has not been declared
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:3703: error: expected primary-expression before '>' token
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:3703: error: 'tempshared1' was not declared in this scope
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:3704: error: 'boost' has not been declared
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:3704: error: expected primary-expression before '>' token
...

goes on in the same style and then finally ends with

...
C:\tempbuild\src\ufc\ufcPYTHON_wrap.cxx:6076: error: expected ';' before ':' token
make[2]: *** [CMakeFiles/_ufc.dir/src/ufc/ufcPYTHON_wrap.cxx.obj] Error 1
make[1]: *** [CMakeFiles/_ufc.dir/all] Error 2
make: *** [all] Error 2

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.