← Back to team overview

dolfin team mailing list archive

Problems after shared_ptr patch

 

I can't run the Poisson demo in DOLFIN after applying all the
shared_ptr patches. JIT-compilation of forms sees to work, but it
breaks at the JIT-compilation of the Functions:

dolfin_compile_function_c2c6ca28e8e29b2498da8bbcedb6ff5e/compile.log
/scratch/fenics/dolfin/dolfin-dev/local/include/dolfin/swig/dolfin_shared_ptr_classes.i:6:
Error: Unable to find 'swig/ufc.i'
running build_ext
building '_dolfin_compile_function_c2c6ca28e8e29b2498da8bbcedb6ff5e'
extension
creating build
creating build/temp.linux-i686-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC
-I/scratch/fenics/dolfin/dolfin-dev/local/include
-I/usr/lib/python2.5/site-packages/numpy/core/include
-I/usr/local/lib/slepc -I/usr/local/lib/slepc/include
-I/usr/include/suitesparse -I/usr/include/python2.5
-I/usr/local/lib/petsc/bmake/linux-gnu-cxx-debug
-I/usr/local/lib/petsc/include -I/usr/local/include -I/usr/local/lib
-I. -I/usr/include -I/usr/include/libxml2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/lib/python2.5/site-packages/numpy/core/include
-I/usr/include/python2.5 -c
dolfin_compile_function_c2c6ca28e8e29b2498da8bbcedb6ff5e_wrap.cxx -o
build/temp.linux-i686-2.5/dolfin_compile_function_c2c6ca28e8e29b2498da8bbcedb6ff5e_wrap.o
gcc:
dolfin_compile_function_c2c6ca28e8e29b2498da8bbcedb6ff5e_wrap.cxx: No
such file or directory
gcc: no input files
error: command 'gcc' failed with exit status 1

I have ufc.i in /usr/include/swig/ufc.i

-- 
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups