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

build error #4

Closed
ancjf opened this issue Mar 2, 2021 · 1 comment
Closed

build error #4

ancjf opened this issue Mar 2, 2021 · 1 comment

Comments

@ancjf
Copy link

ancjf commented Mar 2, 2021

I have a project error when compiling on ubuntu 20.04:

root@cjf-ubuntu:/mnt/hgfs/src/clarion/build# cmake -DCMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem program_options
date_time chrono iostreams coroutine)
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:15 (find_package)

-- Configuring incomplete, errors occurred!
See also "/mnt/hgfs/src/clarion/build/CMakeFiles/CMakeOutput.log".

ubuntu 20.04

@kcoder2016
Copy link

"
Could NOT find Boost (missing: Boost_INCLUDE_DIR filesystem program_options
date_time chrono iostreams coroutine)

"
install boost first.

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