提示のコンソールですがErrorが出るのでcmakeにパスを通す必要があるのですがcmake Error部ように参考サイトを参考にやってもエラーになってしまいます。これはどうやってパスを通すのでしょうか?
参考サイト: https://copyprogramming.com/howto/cmake-could-t-find-boost
Google 翻訳
あなたはそれを正しい方法でやっていると確信していますか?アイデアは、CMake が 自動的 BOOST_INCLUDE_DIR に , BOOST_LIBRARYDIR を 設定するというものです。 BOOST_ROOT で次のようにし CMakeLists.txt ます。
cmake Error
shigurechan@shigurechan-System-Product-Name:~/ダウンロード/LspCpp/_build$ SET(CMAKE_PATH ${CMAKE_INCLUDE_PATH} "/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0") bash: 予期しないトークン `CMAKE_PATH' 周辺に構文エラーがあります
Error
Could NOT find Boost: missing: date_time chrono filesystem system thread program_options (found /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0")) CMake Error at CMakeLists.txt:183 (message): Can't find boost,please build boost and install it. or install boost with : sudo apt-get install libboost-dev
コンソール
shigurechan@shigurechan-System-Product-Name:~/ダウンロード/LspCpp/_build$ cmake .. -- Configure compiler Using GNU C++ Flags: -std=c++11 -Wall -Werror -Wno-parentheses link flags: Configuring documentation -- Could NOT find Boost: missing: date_time chrono filesystem system thread program_options (found /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0")) CMake Error at CMakeLists.txt:183 (message): Can't find boost,please build boost and install it. or install boost with : sudo apt-get install libboost-dev -- Configuring incomplete, errors occurred! See also "/home/shigurechan/ダウンロード/LspCpp/_build/CMakeFiles/CMakeOutput.log". shigurechan@shigurechan-System-Product-Name:~/ダウンロード/LspCpp/_build$
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。