Re: [C++-sig] "cmake can't find boost python (Paddy Finn)"

2019-05-21 Thread Lewis Evans
We use cmake and build C++ against boost-python (boost 1.70.0, python 3.7). We set the envvar "BOOST_ROOT" to the correct folder; Include files are in folder %BOOST_ROOT%\boost Libraries are in %BOOST_ROOT%\libs. Once you've done that, cmake's command find_package(Boost REQUIRED_COMPONENTS date_tim

[C++-sig] Boost.Python simple example won't build

2019-05-21 Thread Andrew Voelkel
Hello, I am new to Boost.Python and am trying to follow the Getting Started instructions here: https://www.boost.org/doc/libs/1_70_0/libs/python/doc/html/building/no_install_quickstart.html The first step is to “get the bjam build driver” and I’m referred to section 5 of the generic Boost Gett

[C++-sig] cmake can't find boost python

2019-05-21 Thread Paddy Finn
Hi, Please let me say at he outset, that I'm sure this is something daft that I'm doing wrong / not doing but this isn't my area of expertise. . . I've managed to build openexr and Ilmbase but am having trouble building pyilmbase that other projects need like alembic etc. I found an openexr build

[C++-sig] openexr can't find boost python

2019-05-21 Thread Patrick Finn
Hi, I've managed to build openexr and Ilmbase but am having trouble building pyilmbase that other projects need like alembic etc. I found an openexr build that has a single CMakeLIsts.txt to build the whole project so tried that instead and the only error that is popping up so far is an inability