dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #11655
Re: Problems after shared_ptr patch
On Tuesday 13 January 2009 18:36:26 Anders Logg wrote:
> 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_p
>tr_classes.i:6: Error: Unable to find 'swig/ufc.i'
Should be fixed now.
Johan
> 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_c2c6ca28e8e29b2498da8bbce
>db6ff5e_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
Follow ups
References