-
Notifications
You must be signed in to change notification settings - Fork 73
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
CMake Error: #70
Comments
Could you try just I'm not sure if relative directories are supported there, and I'm also not familiar with the |
I tried running : cmake -DBOOST_ROOT=/home/nitin/git/Boost.NumPy/boost |
|
Hi Termoshtt, I installed libboost-dev and now i running the following the command : I get a different error now Boost version: 1.54.0 Boost include path: /usr/include Could not find the following Boost libraries:
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the -- Boost Paths: |
Please confirm
|
I installed libboost-dev and libboost-python-dev as u suggested. But still getting the same error. Also i dont know about find_package (where and how to run it.) |
Sorry, I misunderstood what you are doing. Please forget the above comment :< I reproduce same error when I install libboost-dev, and it is recovered when libboost-python-dev is installed. I guess |
From both the commands
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the |
Could you confirm |
I have following softlink files in directory :/usr/lib/x86_64-linux-gnu/ |
Hey, thanks for continuously helping me. I did the following and it worked Followed the link : belltailjp/selective_search_py#6 |
Good 👍 I think this issue has been resolved by #56, but it seems not complete :<
|
I installed anaconda |
Thanks, I will test on such env. |
I am running the following command
cmake -DBOOST_ROOT:PATH=.. ..
I am getting the following error :
-- Detected architecture 'x86_64'
-- Using Python3
CMake Error at /usr/share/cmake-3.2/Modules/FindBoost.cmake:1202 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:50 (find_package)
-- Boost Paths:
-- Include : Boost_INCLUDE_DIR-NOTFOUND
-- Libraries:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/src
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/example
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
used as include directory in directory /home/nitin/git/Boost.NumPy/libs/numpy/test
-- Configuring incomplete, errors occurred!
See also "/home/nitin/git/Boost.NumPy/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: