Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to discover Boost.Python on Windows 10 #76

Closed
dzhoshkun opened this issue Apr 5, 2019 · 2 comments
Closed

Unable to discover Boost.Python on Windows 10 #76

dzhoshkun opened this issue Apr 5, 2019 · 2 comments
Assignees

Comments

@dzhoshkun
Copy link
Contributor

None of the following as recommended seems to work:

582  history
  583  export BOOST_INCLUDEDIR=C:/Boost/boost_1_69_0
  584  export BOOST_LIBRARYDIR=C:/Boost/boost_1_69_0/stage/lib
  585  export BOOST_ROOT=C:/Boost/boost_1_69_0
  586  rm -rf ./*
  587  cmake ../../GIFT-Grab/src/cmake/boost.python/
  588  history
  589  rm -rf ./*
  590  cmake -D BOOST_ROOT=C:/Boost/boost_1_69_0 -D BOOST_INCLUDEDIR=C:/Boost/boost_1_69_0 -D BOOST_LIBRARYDIR=C:/Boost/boost_1_69_0/stage/lib ../../GIFT-Grab/src/cmake/boost.python/
  591  history

The error message is:



CMake Error at C:/Program Files/CMake/share/cmake-3.12/Modules/FindBoost.cmake:2048 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: C:/Boost/boost_1_69_0

  Could not find the following Boost libraries:

          boost_python

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "C:/Users/dzhoshkun/ws/_b/gg-boost/CMakeFiles/CMakeOutput.log".
@dzhoshkun dzhoshkun self-assigned this Apr 5, 2019
dzhoshkun added a commit that referenced this issue Apr 8, 2019
dzhoshkun added a commit that referenced this issue Apr 8, 2019
@dzhoshkun
Copy link
Contributor Author

dzhoshkun commented Apr 8, 2019

@dzhoshkun
Copy link
Contributor Author

The above commit fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant