2017-08-30 4 views
1

が、私は3.91に2.7.13とcmakeのにパイソンを更新したCentOSのに失敗したが、エラーメッセージの下、実行cmakeの中に設定arangodbは、私はCentOSの5システムをArangoDBを移植する必要が5

-- Will compile in hand-optimized assembler code for CRC32. 
CMake Error at arangod/CMakeLists.txt:448 (target_compile_features): 
    target_compile_features The compiler feature "cxx_constexpr" is not known 
    to CXX compiler 

    "GNU" 

    version 4.1.2. 


-- building for git revision: 
-- Configuring incomplete, errors occurred! 

が誰かを行い登場しましたどのようにこのエラーについて知っていますか?

答えて

0

ArangoDBには、C++ 11標準をサポートするコンパイラが必要です。 gcc 4.8以上が必要です。上記のエラーは、コンパイラがconstexprキーワードを認識しないことを通知しています。また、Centos 5は2017年3月(https://www.centos.org/forums/viewtopic.php?t=57398)の時点で有効期限が切れており、実際にはもう操作しないようにしてください。しかし、実際にCentos 5の周りに道がない場合、CentOS 5にgcc 4.8を提供するドッカーコンテナがあります。

関連する問題