Excellent! The configure script worked after installing python3-dev
(on an Ubuntu build) and using the two lines below:
--with-python-version=3.6 \
--with-python-dir="/usr" \
I'm now getting another error in the make
stage though (the same one I saw when using Python 2). The error message is as follows:
Making all in wrappers
make[3]: Entering directory '/home/jovyan/trunk/src/wrappers'
Making all in python
make[4]: Entering directory '/home/jovyan/trunk/src/wrappers/python'
CXX io/libISSMPython_la-WritePythonData.lo
CXX io/libISSMPython_la-CheckNumPythonArguments.lo
CXX io/libISSMPython_la-FetchPythonData.lo
CXX io/libISSMApi_la-ApiPrintf.lo
CXX ../BamgConvertMesh/BamgConvertMesh_python_la-BamgConvertMesh.lo
CXX ../BamgTriangulate/BamgTriangulate_python_la-BamgTriangulate.lo
CXX ../BamgMesher/BamgMesher_python_la-BamgMesher.lo
CXX ../ContourToMesh/ContourToMesh_python_la-ContourToMesh.lo
In file included from /usr/include/python3.6/Python.h:8:0,
from ./io/./../include/pythonincludes.h:20,
from ./io/./pythonio.h:14,
from ./io/FetchPythonData.cpp:14:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:1398: recipe for target 'io/libISSMPython_la-FetchPythonData.lo' failed
make[4]: *** [io/libISSMPython_la-FetchPythonData.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from /usr/include/python3.6/Python.h:8:0,
from ../BamgTriangulate/./.././python/include/pythonincludes.h:20,
from ../BamgTriangulate/./../bindings.h:11,
from ../BamgTriangulate/./BamgTriangulate.h:19,
from ../BamgTriangulate/BamgTriangulate.cpp:4:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/python3.6/Python.h:8:0,
from ./io/./../include/pythonincludes.h:20,
from ./io/./pythonio.h:14,
from ./io/CheckNumPythonArguments.cpp:8:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/python3.6/Python.h:8:0,
from ../BamgConvertMesh/./.././python/include/pythonincludes.h:20,
from ../BamgConvertMesh/./../bindings.h:11,
from ../BamgConvertMesh/./BamgConvertMesh.h:19,
from ../BamgConvertMesh/BamgConvertMesh.cpp:4:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/python3.6/Python.h:8:0,
from ./io/./../include/pythonincludes.h:20,
from ./io/./pythonio.h:14,
from ./io/ApiPrintf.cpp:11:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:1265: recipe for target '../BamgTriangulate/BamgTriangulate_python_la-BamgTriangulate.lo' failed
make[4]: *** [../BamgTriangulate/BamgTriangulate_python_la-BamgTriangulate.lo] Error 1
Makefile:1391: recipe for target 'io/libISSMPython_la-CheckNumPythonArguments.lo' failed
make[4]: *** [io/libISSMPython_la-CheckNumPythonArguments.lo] Error 1
Makefile:1377: recipe for target 'io/libISSMApi_la-ApiPrintf.lo' failed
make[4]: *** [io/libISSMApi_la-ApiPrintf.lo] Error 1
Makefile:1251: recipe for target '../BamgConvertMesh/BamgConvertMesh_python_la-BamgConvertMesh.lo' failed
make[4]: *** [../BamgConvertMesh/BamgConvertMesh_python_la-BamgConvertMesh.lo] Error 1
In file included from /usr/include/python3.6/Python.h:8:0,
from ../ContourToMesh/./.././python/include/pythonincludes.h:20,
from ../ContourToMesh/./../bindings.h:11,
from ../ContourToMesh/./ContourToMesh.h:20,
from ../ContourToMesh/ContourToMesh.cpp:6:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /usr/include/python3.6/Python.h:8:0,
from ./io/./../include/pythonincludes.h:20,
from ./io/./pythonio.h:14,
from ./io/WritePythonData.cpp:14:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:1279: recipe for target '../ContourToMesh/ContourToMesh_python_la-ContourToMesh.lo' failed
make[4]: *** [../ContourToMesh/ContourToMesh_python_la-ContourToMesh.lo] Error 1
Makefile:1384: recipe for target 'io/libISSMPython_la-WritePythonData.lo' failed
make[4]: *** [io/libISSMPython_la-WritePythonData.lo] Error 1
In file included from /usr/include/python3.6/Python.h:8:0,
from ../BamgMesher/./.././python/include/pythonincludes.h:20,
from ../BamgMesher/./../bindings.h:11,
from ../BamgMesher/./BamgMesher.h:22,
from ../BamgMesher/BamgMesher.cpp:4:
/usr/include/python3.6/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory
# include <x86_64-linux-gnu/python3.6m/pyconfig.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:1258: recipe for target '../BamgMesher/BamgMesher_python_la-BamgMesher.lo' failed
make[4]: *** [../BamgMesher/BamgMesher_python_la-BamgMesher.lo] Error 1
make[4]: Leaving directory '/home/jovyan/trunk/src/wrappers/python'
Makefile:465: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/jovyan/trunk/src/wrappers'
Makefile:463: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/jovyan/trunk/src'
Makefile:584: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jovyan/trunk'
Makefile:481: recipe for target 'all' failed
make: *** [all] Error 2
This forum post suggests that installing libpython3-dev
will provide the missing pyconfig.h
file, but I'm pretty sure that installing python3-dev
automatically installs libpython3-dev
. Is there an extra setting I need to make to fix this?