参考URL
https://qiita.com/ma91n/items/e188b0d5d21fe7aa0de7
上記URLを参考に地図経路検索サーバを構築してますが、次の環境でcmakeのコマンドが正しく実行できません。
環境
# cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) # gcc --version gcc (GCC) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # cmake --version cmake version 3.20.3 CMake suite maintained and supported by Kitware (kitware.com/cmake).
コマンド実行結果
上記の環境にてコマンドの事項結果が以下の通りになります。
# cmake .. CMake Deprecation Warning at CMakeLists.txt:57 (cmake_policy): The OLD behavior for policy CMP0048 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Building on a 64 bit system CMake Error at CMakeLists.txt:125 (message): GCC>=5.0 required. In case you are on Ubuntu upgrade via ppa:ubuntu-toolchain-r/test -- Configuring incomplete, errors occurred!
調べた事
GCCのバージョンを5.0以上にアップグレードする旨エラーが出ております。
しかしGCCのバージョンは7.3.0の為、原因が分からない状態です。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/13 09:47
2021/06/13 10:00
2021/06/13 11:00
2021/06/13 11:19