******************************************************************************** conan test conan-center-index/recipes/tomlplusplus/all/test_package/conanfile.py tomlplusplus/2.0.0@ --profile=/home/conan/w/BuildSingleReference/39183/6c15f5e0-768a-443e-a813-d78ff21dbc20/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 10.0 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=10 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libstdc++ compiler.version=10 os=Linux os_build=Linux [options] [build_requires] [env] tomlplusplus/2.0.0 (test package): Installing package Requirements tomlplusplus/2.0.0 from local cache - Cache Packages tomlplusplus/2.0.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... tomlplusplus/2.0.0: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'c3i_PR-7350' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz tomlplusplus/2.0.0: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 tomlplusplus/2.0.0: Downloaded package revision 9131e67de60d140c8fe1ae3acd8dc9a0 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK tomlplusplus/2.0.0 (test package): Generator txt created conanbuildinfo.txt tomlplusplus/2.0.0 (test package): Generator cmake created conanbuildinfo.cmake tomlplusplus/2.0.0 (test package): Aggregating env generators tomlplusplus/2.0.0 (test package): Generated conaninfo.txt tomlplusplus/2.0.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/build/49823488007a9f4c84eac5b12c767f8dbe3b99f8/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK tomlplusplus/2.0.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/build/49823488007a9f4c84eac5b12c767f8dbe3b99f8' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/build/49823488007a9f4c84eac5b12c767f8dbe3b99f8/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package' ----------------- -- The C compiler identification is Clang 10.0.1 -- The CXX compiler identification is Clang 10.0.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler Clang>=8, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++ -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/build/49823488007a9f4c84eac5b12c767f8dbe3b99f8 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/build/49823488007a9f4c84eac5b12c767f8dbe3b99f8' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o CMakeFiles/test_package.dir/build.make:81: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/test_package.dir/all' failed Makefile:102: recipe for target 'all' failed 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/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:15: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_preprocessor.h:380:9: warning: 'TOML_LIB_SINGLE_HEADER' macro redefined [-Wmacro-redefined] #define TOML_LIB_SINGLE_HEADER 0 ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:46:9: note: previous definition is here #define TOML_LIB_SINGLE_HEADER 1 ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:87:24: error: redefinition of 'operator""_sz' TOML_CONSTEVAL size_t operator"" _sz(unsigned long long n) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:572:24: note: previous definition is here TOML_CONSTEVAL size_t operator"" _sz(unsigned long long n) noexcept ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:121:13: error: redefinition of 'node_type' enum class node_type : uint8_t ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:605:13: note: previous definition is here enum class node_type : uint8_t ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:186:26: error: redefinition of 'source_position' struct TOML_TRIVIAL_ABI source_position ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:641:26: note: previous definition is here struct TOML_TRIVIAL_ABI source_position ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:265:9: error: redefinition of 'source_region' struct source_region ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:681:9: note: previous definition is here struct source_region ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:313:9: error: redefinition of 'is_one_of_' struct is_one_of_ : std::integral_constant::value; ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:722:24: note: previous definition is here inline constexpr bool is_one_of = is_one_of_::value; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:321:24: error: redefinition of 'is_cvref' inline constexpr bool is_cvref = std::is_reference_v || std::is_const_v || std::is_volatile_v; ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:725:24: note: previous definition is here inline constexpr bool is_cvref = std::is_reference_v || std::is_const_v || std::is_volatile_v; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:327:38: error: redefinition of 'unbox_enum' constexpr std::underlying_type_t unbox_enum(T val) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:731:38: note: previous definition is here constexpr std::underlying_type_t unbox_enum(T val) noexcept ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:335:13: error: redefinition of 'fp_class' enum class fp_class : unsigned { ok, neg_inf, pos_inf, nan }; ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:739:13: note: previous definition is here enum class fp_class : unsigned { ok, neg_inf, pos_inf, nan }; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:338:18: error: redefinition of 'fpclassify' inline fp_class fpclassify(const double& val) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:742:18: note: previous definition is here inline fp_class fpclassify(const double& val) noexcept ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:359:18: error: redefinition of 'find' inline const T* find(const std::vector& haystack, const T& needle) noexcept ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:763:18: note: previous definition is here inline const T* find(const std::vector& haystack, const T& needle) noexcept ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:387:9: error: redefinition of 'value_traits' struct value_traits ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:791:9: note: previous definition is here struct value_traits ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:396:31: error: redefinition of 'value_traits' template struct value_traits : value_traits {}; ^~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:800:31: note: previous definition is here template struct value_traits : value_traits {}; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:397:31: error: redefinition of 'value_traits' template struct value_traits : value_traits {}; ^~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:801:31: note: previous definition is here template struct value_traits : value_traits {}; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:398:31: error: redefinition of 'value_traits' template struct value_traits : value_traits{}; ^~~~~~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:802:31: note: previous definition is here template struct value_traits : value_traits{}; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:399:31: error: redefinition of 'value_traits' template struct value_traits : value_traits{}; ^~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:803:31: note: previous definition is here template struct value_traits : value_traits{}; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:400:31: error: redefinition of 'value_traits' template struct value_traits : value_traits{}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:804:31: note: previous definition is here template struct value_traits : value_traits{}; ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:405:9: error: redefinition of 'unsigned_integer_value_traits' struct unsigned_integer_value_traits ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:809:9: note: previous definition is here struct unsigned_integer_value_traits ^ In file included from /home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/test_package.cpp:3: In file included from /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml.h:16: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml++/toml_common.h:419:9: error: redefinition of 'signed_integer_value_traits' struct signed_integer_value_traits ^ /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/include/toml.hpp:823:9: note: previous definition is here struct signed_integer_value_traits ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. 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 tomlplusplus/2.0.0: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/tomlplusplus/2.0.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/lib ERROR: tomlplusplus/2.0.0 (test package): Error in build() method, line 16 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/tomlplusplus/all/test_package/build/49823488007a9f4c84eac5b12c767f8dbe3b99f8' '--' '-j3'