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
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
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
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