2 Feb
2016
2 Feb
'16
1:17 p.m.
On 02/01/2016 08:01 PM, Novosielski, Ryan wrote: > So I'm using 1.59.0 and the issue has gone away. The Python trouble > remains. I have all of -DCMAKE_INCLUDE_PATH, -DPYTHON_INCLUDE_DIR, and > -DPYTHON_LIBRARY defined -- no help. I'd have expected the latter two to > suffice anyway.
Either your PYTHON_INCLUDE_DIR cmake variable is pointing to the wrong directory (doesn't include Python.h) or for some reason the compiler isn't being given the right arguments. You can get more information (the compiler command line is most useful) by running "make VERBOSE=1".
Ben
--
ben@salilab.org https://salilab.org/~ben/
"It is a capital mistake to theorize before one has data."
- Sir Arthur Conan Doyle