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

Could not find boost #18

Open
ajk0024 opened this issue Apr 14, 2021 · 3 comments
Open

Could not find boost #18

ajk0024 opened this issue Apr 14, 2021 · 3 comments
Milestone

Comments

@ajk0024
Copy link

ajk0024 commented Apr 14, 2021

Hi, when I go to install cmake using cmake .. I get this error:

`
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindBoost.cmake:2179 (find_package_handle_standard_args)
CMakeLists.txt:5 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/andre/tools/build/CMakeFiles/CMakeOutput.log".

`

I stupidly thought I could ignore this however, when trying to run skr --init the config file I get does not look anything like the example one.

Apologies this is all new to me

@DavRack
Copy link
Owner

DavRack commented Apr 17, 2021

what's your os?

@ajk0024
Copy link
Author

ajk0024 commented Apr 19, 2021

I’m using Ubuntu 20.04

@DavRack DavRack added this to the go-rewrite milestone Apr 27, 2022
@tycho-bear
Copy link

I'm also getting this error on Ubuntu 24.04.01. Here's my output from running cmake ..:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Error at /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Boost (missing: Boost_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.28/Modules/FindBoost.cmake:2393 (find_package_handle_standard_args)
  CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!

Is there a fix? I'd really like to use SKR.

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

No branches or pull requests

3 participants