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

Stable 0.13.0-final doesn't build on Ubuntu 18.04 #876

Open
ecarew opened this issue Jul 4, 2019 · 1 comment
Open

Stable 0.13.0-final doesn't build on Ubuntu 18.04 #876

ecarew opened this issue Jul 4, 2019 · 1 comment

Comments

@ecarew
Copy link

ecarew commented Jul 4, 2019

I have boost 1.65 installed outside this directory, along with 1.55.

`CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:53 (find_package)

CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:53 (find_package)

CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:53 (find_package)

CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:53 (find_package)

CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:53 (find_package)

-- Boost version: 1.68.0
-- Found the following Boost libraries:
-- system
-- thread
-- chrono
-- date_time
-- atomic
CMake Error at CMakeLists.txt:128 (add_subdirectory):
The source directory

/home/evan/projects/cpp-netlib/cpp-netlib-0.13.0-final/deps/googletest

does not contain a CMakeLists.txt file.

-- Configuring incomplete, errors occurred!
See also "/home/evan/projects/cpp-netlib/cpp-netlib-0.13.0-final/build/CMakeFiles/CMakeOutput.log".
See also "/home/evan/projects/cpp-netlib/cpp-netlib-0.13.0-final/build/CMakeFiles/CMakeError.log".
evan@evan-Gazelle-Pro:~/projects/cpp-netlib/cpp-netlib-0.13.0-final
`

@mihikjw
Copy link

mihikjw commented Jul 18, 2019

Not hugely helpful for resolving the root issue, but I've managed to get around this build issue by switching the CMakeLists.txt option CPP-NETLIB_BUILD_TESTS to OFF.

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

2 participants