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 In file included from /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.cpp:17: In file included from /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:22: In file included from /usr/bin/../lib/gcc/x86_64-linux-gnu/7.2.0/../../../../include/c++/7.2.0/system_error:35: /usr/bin/../lib/gcc/x86_64-linux-gnu/7.2.0/../../../../include/c++/7.2.0/bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^ In file included from /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.cpp:17: /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:32:7: error: no type named 'error_code' in namespace 'std' std::error_code type; ~~~~~^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:33:21: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkResult vk_result = VK_SUCCESS; // optional error value if a vulkan call failed ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:38:44: error: expected member name or ';' after declaration specifiers Result (const T& value) : m_value{ value }, m_init{ true } {} ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:38:35: error: expected '(' Result (const T& value) : m_value{ value }, m_init{ true } {} ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:38:42: error: expected ';' after expression Result (const T& value) : m_value{ value }, m_init{ true } {} ^ ; /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:117:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class InstanceError { ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:128:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class PhysicalDeviceError { ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:134:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class QueueError { ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:142:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class DeviceError { ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:145:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class SwapchainError { ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:153:6: error: no type named 'error_code' in namespace 'std' std::error_code make_error_code (InstanceError instance_error); ~~~~~^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:154:6: error: no type named 'error_code' in namespace 'std' std::error_code make_error_code (PhysicalDeviceError physical_device_error); ~~~~~^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:155:6: error: no type named 'error_code' in namespace 'std' std::error_code make_error_code (QueueError queue_error); ~~~~~^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:156:6: error: no type named 'error_code' in namespace 'std' std::error_code make_error_code (DeviceError device_error); ~~~~~^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:157:6: error: no type named 'error_code' in namespace 'std' std::error_code make_error_code (SwapchainError swapchain_error); ~~~~~^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:187:35: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool validation_layers_available = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:188:29: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool debug_utils_available = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:196:22: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkInstance instance = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:197:43: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkDebugUtilsMessengerEXT debug_messenger = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:198:46: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkAllocationCallbacks* allocation_callbacks = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:200:53: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] PFN_vkGetInstanceProcAddr fp_vkGetInstanceProcAddr = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:203:16: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool headless = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:204:28: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] uint32_t instance_version = VK_MAKE_VERSION (1, 0, 0); ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:200:55: error: use of undeclared identifier 'nullptr' PFN_vkGetInstanceProcAddr fp_vkGetInstanceProcAddr = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:279:24: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] const char* app_name = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:280:27: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] const char* engine_name = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:281:32: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] uint32_t application_version = 0; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:282:27: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] uint32_t engine_version = 0; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:283:33: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] uint32_t required_api_version = VK_MAKE_VERSION (1, 0, 0); ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:284:32: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] uint32_t desired_api_version = VK_MAKE_VERSION (1, 0, 0); ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:289:31: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkInstanceCreateFlags flags = 0; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:293:55: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] PFN_vkDebugUtilsMessengerCallbackEXT debug_callback = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:294:62: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkDebugUtilsMessageSeverityFlagsEXT debug_message_severity = ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:296:54: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkDebugUtilsMessageTypeFlagsEXT debug_message_type = ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:306:47: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkAllocationCallbacks* allocation_callbacks = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:308:34: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool request_validation_layers = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:309:33: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool enable_validation_layers = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:310:28: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool use_debug_messenger = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:311:25: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool headless_context = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:313:54: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] PFN_vkGetInstanceProcAddr fp_vkGetInstanceProcAddr = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:279:26: error: use of undeclared identifier 'nullptr' const char* app_name = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:280:29: error: use of undeclared identifier 'nullptr' const char* engine_name = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:293:57: error: use of undeclared identifier 'nullptr' PFN_vkDebugUtilsMessengerCallbackEXT debug_callback = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:313:56: error: use of undeclared identifier 'nullptr' PFN_vkGetInstanceProcAddr fp_vkGetInstanceProcAddr = nullptr; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:322:151: error: use of undeclared identifier 'nullptr' void destroy_debug_utils_messenger(VkInstance const instance, VkDebugUtilsMessengerEXT const messenger, VkAllocationCallbacks* allocation_callbacks = nullptr); ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:329:35: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkPhysicalDevice physical_device = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:330:23: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkSurfaceKHR surface = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:332:27: error: function definition does not declare parameters VkPhysicalDeviceFeatures features{}; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:333:29: error: function definition does not declare parameters VkPhysicalDeviceProperties properties{}; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:334:35: error: function definition does not declare parameters VkPhysicalDeviceMemoryProperties memory_properties{}; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:352:36: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool defer_surface_initialization = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:357:6: warning: scoped enumerations are a C++11 extension [-Wc++11-extensions] enum class PreferredDeviceType { ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:425:23: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkInstance instance = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:426:24: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkSurfaceKHR surface = VK_NULL_HANDLE; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:427:17: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] bool headless = false; ^ /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e/source_subfolder/src/VkBootstrap.h:431:32: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions] VkPhysicalDevice phys_device = VK_NULL_HANDLE; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 38 warnings and 20 errors generated. make[2]: *** [source_subfolder/CMakeFiles/vk-bootstrap.dir/src/VkBootstrap.cpp.o] Error 1 make[1]: *** [source_subfolder/CMakeFiles/vk-bootstrap.dir/all] Error 2 make: *** [all] Error 2 vulkan-headers/1.2.170.0: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/cci_PR-4738/.conan/data/vulkan-headers/1.2.170.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component vulkan-headers::vulkan-headers libdir "lib" does not contain any library [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component vulkan-headers::vulkan-headers libdir "lib" does not contain any declared library vk-bootstrap/0.2: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e vk-bootstrap/0.2: ERROR: Package 'b628be4bbe82f7ca79008efa06b862d9f4c3d45e' build failed vk-bootstrap/0.2: WARN: Build folder /home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e ERROR: vk-bootstrap/0.2: Error in build() method, line 62 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4738/.conan/data/vk-bootstrap/0.2/_/_/build/b628be4bbe82f7ca79008efa06b862d9f4c3d45e' '--' '-j3'