******************************************************************************** conan install imgui/1.76@#4df820578f18ce6293bf3244ef6fd43d --build=imgui -pr /home/conan/w/prod/BuildSingleReference/4358/4e29a5e7-3b57-467b-aaa4-657c8c9404ff/profile_linux_5_libstdcpp11_gcc_debug_64.imgui-shared-False.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] imgui:shared=False [build_requires] [env] imgui/1.76: Forced build from source Installing package: imgui/1.76 Requirements imgui/1.76 from local cache - Cache Packages imgui/1.76:fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK imgui/1.76: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK imgui/1.76: Copying sources to build folder imgui/1.76: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb imgui/1.76: Generator cmake created conanbuildinfo.cmake imgui/1.76: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK imgui/1.76: Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb' ----------------- -- The CXX compiler identification is GNU 5.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++11 -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb' '--' '-j3' ----------------- Scanning dependencies of target binary_to_compressed_c [ 14%] Building CXX object CMakeFiles/binary_to_compressed_c.dir/source_subfolder/misc/fonts/binary_to_compressed_c.cpp.o Scanning dependencies of target imgui [ 28%] Building CXX object CMakeFiles/imgui.dir/source_subfolder/imgui.cpp.o [ 42%] Building CXX object CMakeFiles/imgui.dir/source_subfolder/imgui_demo.cpp.o [ 57%] Linking CXX executable bin/binary_to_compressed_c [ 57%] Built target binary_to_compressed_c [ 71%] Building CXX object CMakeFiles/imgui.dir/source_subfolder/imgui_draw.cpp.o [ 85%] Building CXX object CMakeFiles/imgui.dir/source_subfolder/imgui_widgets.cpp.o [100%] Linking CXX static library lib/libimgui.a [100%] Built target imgui imgui/1.76: Package 'fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb' built imgui/1.76: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb imgui/1.76: Generated conaninfo.txt imgui/1.76: Generated conanbuildinfo.txt imgui/1.76: Generating the package imgui/1.76: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb imgui/1.76: Calling package() ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/build/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb' '--target' 'install' '--' '-j3' ----------------- [ 28%] Built target binary_to_compressed_c [100%] Built target imgui Install the project... -- Install configuration: "Debug" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/lib/libimgui.a -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/bin/binary_to_compressed_c -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imconfig.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imgui.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imgui_internal.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imstb_rectpack.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imstb_textedit.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imstb_truetype.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/imgui_user_config.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/res/fonts/Cousine-Regular.ttf -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/res/fonts/DroidSans.ttf -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/res/fonts/Karla-Regular.ttf -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/res/fonts/ProggyClean.ttf -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/res/fonts/ProggyTiny.ttf -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/res/fonts/Roboto-Medium.ttf [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK imgui/1.76 package(): Packaged 1 file: binary_to_compressed_c imgui/1.76 package(): Packaged 1 '.a' file: libimgui.a imgui/1.76 package(): Packaged 22 '.h' files imgui/1.76 package(): Packaged 1 '.txt' file: LICENSE.txt imgui/1.76 package(): Packaged 13 '.cpp' files imgui/1.76 package(): Packaged 2 '.mm' files: imgui_impl_metal.mm, imgui_impl_osx.mm imgui/1.76 package(): Packaged 6 '.ttf' files imgui/1.76: Package 'fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb' created imgui/1.76: Created package revision c8d8d062bbb1d31d9ad5f0d5ba8a8cee imgui/1.76: Appending PATH env var with : /home/conan/w/prod/BuildSingleReference/.conan/data/imgui/1.76/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/bin [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 Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY