This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Problem running NSBench G2 solver - compile error

+2 votes

Hello,

I am trying to run NSBench cylinder demo with the G2 solver. However I get the following complie error:

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found SWIG: /usr/bin/swig2.0 (found version "2.0.11")
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

DEBUG

-- Build files have been written to: /tmp/tmp_KhxaN2014-7-15-11-
(omitted due to limit of characters)
^
make[2]: *** [CMakeFiles/_dolfin_compile_code_836ae703c5900003142d4fcbfabd25af.dir/dolfin_compile_code_836ae703c5900003142d4fcbfabd25afPYTHON_wrap.cxx.o] Error 1
make[2]: Leaving directory /tmp/tmp_KhxaN2014-7-15-11-26_instant_f59c5a025983b4fcf2f4f4426d2bebd537267e86/dolfin_compile_code_836ae703c5900003142d4fcbfabd25af' make[1]: *** [CMakeFiles/_dolfin_compile_code_836ae703c5900003142d4fcbfabd25af.dir/all] Error 2 make[1]: Leaving directory/tmp/tmp_KhxaN2014-7-15-11-26_instant_f59c5a025983b4fcf2f4f4426d2bebd537267e86/dolfin_compile_code_836ae703c5900003142d4fcbfabd25af'
make: *** [all] Error 2

Could anyone please help? Any reply is appreciated.

Regards,

Fangyuan

closed with the note: Please send this question to the FEniCS support mailing list: http://fenicsproject.org/mailman/listinfo/fenics-support
asked Jul 15, 2014 by fangyuan FEniCS Novice (160 points)
closed Jul 16, 2014 by johannr
...