CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-4363/4/99cd0d03-4a74-4c83-b334-65cb2bafcccc/recipes/keychain/all/test_package/test_package.cpp:1:0: /home/conan/w/cci_PR-4363/.conan/data/keychain/1.2.0/_/_/package/e98dae1941ce3638f29d0c2b6ee1de6b0bde3fbe/include/keychain/keychain.h:87:1: warning: scoped enums only available with -std=c++11 or -std=gnu++11 enum class ErrorType { ^ /home/conan/w/cci_PR-4363/.conan/data/keychain/1.2.0/_/_/package/e98dae1941ce3638f29d0c2b6ee1de6b0bde3fbe/include/keychain/keychain.h: In constructor ‘keychain::Error::Error()’: /home/conan/w/cci_PR-4363/.conan/data/keychain/1.2.0/_/_/package/e98dae1941ce3638f29d0c2b6ee1de6b0bde3fbe/include/keychain/keychain.h:103:20: error: ‘ErrorType’ is not a class or namespace Error() : type(ErrorType::NoError) {} ^ /home/conan/w/cci_PR-4363/.conan/data/keychain/1.2.0/_/_/package/e98dae1941ce3638f29d0c2b6ee1de6b0bde3fbe/include/keychain/keychain.h: In member function ‘keychain::Error::operator bool() const’: /home/conan/w/cci_PR-4363/.conan/data/keychain/1.2.0/_/_/package/e98dae1941ce3638f29d0c2b6ee1de6b0bde3fbe/include/keychain/keychain.h:126:36: error: ‘ErrorType’ is not a class or namespace operator bool() const { return ErrorType::NoError != type; } ^ /home/conan/w/cci_PR-4363/4/99cd0d03-4a74-4c83-b334-65cb2bafcccc/recipes/keychain/all/test_package/test_package.cpp: In function ‘int main()’: /home/conan/w/cci_PR-4363/4/99cd0d03-4a74-4c83-b334-65cb2bafcccc/recipes/keychain/all/test_package/test_package.cpp:8:26: error: ‘ErrorType’ is not a class or namespace return error.type == ErrorType::NoError ? 0 : 1; ^ make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: keychain/1.2.0 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4363/4/99cd0d03-4a74-4c83-b334-65cb2bafcccc/recipes/keychain/all/test_package/build/51356ff1bc7ea71cd8f6a80b332306c81528a873' '--' '-j3'