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 /usr/include/c++/5/cstdint:35:0, from /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc.h:376, from /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:23, from /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp:1: /usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #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-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:23:0, from /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp:1: /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc.h:393:85: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 mi_stl_allocator() mi_attr_noexcept = default; ^ /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc.h:394:85: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 mi_stl_allocator(const mi_stl_allocator&) mi_attr_noexcept = default; ^ In file included from /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:23:0, from /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp:1: /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc.h: In member function ‘mi_stl_allocator::size_type mi_stl_allocator::max_size() const’: /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc.h:418:61: error: ‘PTRDIFF_MAX’ was not declared in this scope size_type max_size() const mi_attr_noexcept { return (PTRDIFF_MAX/sizeof(value_type)); } ^ In file included from /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp:1:0: /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h: At global scope: /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:25:33: error: expected initializer before ‘noexcept’ void operator delete(void* p) noexcept { mi_free(p); }; ^ /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:26:35: error: expected initializer before ‘noexcept’ void operator delete[](void* p) noexcept { mi_free(p); }; ^ /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:28:37: error: expected initializer before ‘noexcept’ void* operator new(std::size_t n) noexcept(false) { return mi_new(n); } ^ /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:29:39: error: expected initializer before ‘noexcept’ void* operator new[](std::size_t n) noexcept(false) { return mi_new(n); } ^ /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:31:66: error: expected initializer before ‘noexcept’ void* operator new (std::size_t n, const std::nothrow_t& tag) noexcept { (void)(tag); return mi_new_nothrow(n); } ^ /home/conan/w/cci_PR-2463/.conan/data/mimalloc/1.6.4/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/mimalloc-1.6/include/mimalloc-new-delete.h:32:66: error: expected initializer before ‘noexcept’ void* operator new[](std::size_t n, const std::nothrow_t& tag) noexcept { (void)(tag); return mi_new_nothrow(n); } ^ /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp: In function ‘int main()’: /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp:7:11: error: ISO C++ forbids declaration of ‘data’ with no type [-fpermissive] auto *data = new int(1024); ^ /home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/test_basic.cpp:11:24: error: ‘nullptr’ was not declared in this scope mi_stats_print_out(nullptr, nullptr); ^ make[2]: *** [CMakeFiles/test_basic_cpp.dir/test_basic.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_basic_cpp.dir/all] Error 2 make: *** [all] Error 2 ERROR: mimalloc/1.6.4 (test package): Error in build() method, line 27 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-2463/50/af3d9986-ed9e-445a-a3fc-f39c44746dbe/recipes/mimalloc/all/test_package/build/d3ca8443e5ddef160efef4063a5b426e2c4df285' '--' '-j3'