[Gmsh] Gmshpy Build Error
Jake Downs
iostream333 at gmail.com
Wed Jun 18 21:43:34 CEST 2014
Hello,
I am attempting to install gmshpy on Ubuntu 12.04. I downloaded
gmsh-2.8.5-dynamic-svn-Linux and unarchived it. I then tried running:
python setup.py build
I received the following error:
#################################
bjC but not for C++ [enabled by default]
In file included from src/gmshGeoPYTHON_wrap.cxx:3679:0:
../include/gmsh/GmshConfig.h:20:0: warning: "HAVE_DLOPEN" redefined
[enabled by default]
/usr/include/python2.7/pyconfig.h:182:0: note: this is the location of
the previous definition
In file included from ../include/gmsh/MPoint.h:10:0,
from src/gmshGeoPYTHON_wrap.cxx:3703:
./extra_include/BasisFactory.h:13:25: fatal error: MetricBasis.h: No
such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
#################################
I also tried the same thing on another machine, but this yielded the
same error. I checked to make sure the GCC was up to date. I could never
find a file called MetricBasis.h. Any ideas?
Thank you,
Jake