> On Feb 1, 2016, at 18:49, Ben Webb ben@salilab.org wrote: > >> On 2/1/16 2:29 PM, Novosielski, Ryan wrote: >> Doing just a make fails on what looks like a problem with Boost. >> Perhaps Boost 1.60.0 isn’t supported? > > Boost 1.60 is broken - nothing we can do about that, sorry. Complain to > the Boost folks. The relevant bug is here: > https://svn.boost.org/trac/boost/ticket/11880
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.
Linking CXX shared module ../../../../../lib/rmfplugin.so [ 53%] Built target RMF-vmd [ 54%] Swig source /usr/src/imp-2.5.0/modules/rmf/dependency/RMF/include/RMF/BufferConstHandle.h:48: Warning 467: Overloaded method RMF::BufferConstHandle::BufferConstHandle(std::vector< char,std::allocator< char > > const &) not supported (no type checking rule for 'std::vector< char,std::allocator< char > > const &'). Scanning dependencies of target _RMF [ 54%] Building CXX object src/dependency/RMF/swig/CMakeFiles/_RMF.dir/RMFPYTHON_wrap.cxx.o /usr/src/imp-2.5.0-build/src/dependency/RMF/swig/RMFPYTHON_wrap.cxx:151:20: fatal error: Python.h: No such file or directory #include <Python.h> ^ compilation terminated. make[2]: *** [src/dependency/RMF/swig/CMakeFiles/_RMF.dir/RMFPYTHON_wrap.cxx.o] Error 1 make[1]: *** [src/dependency/RMF/swig/CMakeFiles/_RMF.dir/all] Error 2 make: *** [all] Error 2