microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.8k stars 6.3k forks source link

[dpp] Build failure on x64-mingw-dynamic #40478

Open OfficialAudite opened 4 weeks ago

OfficialAudite commented 4 weeks ago

Package: dpp:x64-mingw-dynamic@10.0.30

Host Environment

To Reproduce

vcpkg install dpp

Failure logs

-- Using cached brainboxdotcc-DPP-v10.0.30.tar.gz.
-- Cleaning sources at C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/info/.vcpkg-clion/vcpkg/downloads/brainboxdotcc-DPP-v10.0.30.tar.gz
-- Using source at C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean
-- Found external ninja('1.11.1').
-- Configuring x64-mingw-dynamic-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:/Users/info/.vcpkg-clion/vcpkg/packages/dpp_x64-mingw-dynamic/debug -DFETCHCONTENT_FULLY_DISCONNECTED=ON "-DCMAKE_MAKE_PROGRAM=C:/Program Files/CMake/bin/ninja.exe" -DCMAKE_SYSTEM_NAME=MinGW -DBUILD_SHARED_LIBS=ON -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/Users/info/.vcpkg-clion/vcpkg/scripts/toolchains/mingw.cmake -DVCPKG_TARGET_TRIPLET=x64-mingw-dynamic -DVCPKG_SET_CHARSET_FLAG=ON -DVCPKG_PLATFORM_TOOLSET=external -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE -DCMAKE_VERBOSE_MAKEFILE=ON -DVCPKG_APPLOCAL_DEPS=OFF -DCMAKE_TOOLCHAIN_FILE=C:/Users/info/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON -DVCPKG_CXX_FLAGS= -DVCPKG_CXX_FLAGS_RELEASE= -DVCPKG_CXX_FLAGS_DEBUG= -DVCPKG_C_FLAGS= -DVCPKG_C_FLAGS_RELEASE= -DVCPKG_C_FLAGS_DEBUG= -DVCPKG_CRT_LINKAGE=dynamic -DVCPKG_LINKER_FLAGS= -DVCPKG_LINKER_FLAGS_RELEASE= -DVCPKG_LINKER_FLAGS_DEBUG= -DVCPKG_TARGET_ARCHITECTURE=x64 -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCMAKE_INSTALL_BINDIR:STRING=bin -D_VCPKG_ROOT_DIR=C:/Users/info/.vcpkg-clion/vcpkg -D_VCPKG_INSTALLED_DIR=C:/Users/info/.vcpkg-clion/vcpkg/installed -DVCPKG_MANIFEST_INSTALL=OFF
    Working Directory: C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg
    Error code: 1
    See logs for more information:
      C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-CMakeCache.txt.log
      C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-CMakeConfigureLog.yaml.log
      C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-out.log
      C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-err.log

Call Stack (most recent call first):
  installed/x64-mingw-dynamic/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:287 (vcpkg_execute_required_process)
  ports/dpp/portfile.cmake:8 (vcpkg_cmake_configure)
  scripts/ports.cmake:192 (include)
C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-err.log ``` -- INFO: Using VCPKG if detected -- INFO: Configuring .rc resource script -- Using bundled nlohmann::json CMake Error: Error evaluating generator expression: $ TARGET_PDB_FILE is not supported by the target linker. CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_LIBDIR FETCHCONTENT_FULLY_DISCONNECTED VCPKG_PLATFORM_TOOLSET VCPKG_SET_CHARSET_FLAG CMake Generate step failed. Build files cannot be regenerated correctly. ```
C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-out.log ``` -- The CXX compiler identification is GNU 13.1.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/mingw/bin/g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test AVX1 -- Performing Test AVX1 - Success -- Performing Test AVX2 -- Performing Test AVX2 - Success -- Performing Test AVX512 -- Performing Test AVX512 - Failed -- Detected x86_64 AVX type: AVX2 (FLAGS: -mavx2) -- Found nlohmann_json: C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/share/nlohmann_json/nlohmann_jsonConfig.cmake (found version "3.11.3") -- Found OpenSSL: C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libcrypto.dll.a (found version "3.3.1") -- Found ZLIB: optimized;C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/lib/libzlib.dll.a;debug;C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libzlibd.dll.a (found version "1.3.1") -- Configuring done (2.5s) -- Generating done (0.0s) ```
C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-CMakeCache.txt.log ``` # This is the CMakeCache file. # For build in directory: c:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg # It was generated by CMake: C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Force AVX type for speeding up audio mixing AVX_TYPE:BOOL=OFF //Build shared libraries BUILD_SHARED_LIBS:BOOL=ON //Build voice support BUILD_VOICE_SUPPORT:BOOL=ON //Path to a program. CMAKE_ADDR2LINE:FILEPATH=C:/mingw/bin/addr2line.exe //Path to a program. CMAKE_AR:FILEPATH=C:/mingw/bin/ar.exe //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Debug CMAKE_CROSSCOMPILING:BOOL=OFF //Path to a program. CMAKE_CXX_COMPILER:FILEPATH=C:/mingw/bin/g++.exe //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_AR:FILEPATH=C:/mingw/bin/gcc-ar.exe //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/mingw/bin/gcc-ranlib.exe CMAKE_CXX_COMPILER_TARGET:STRING=x86_64-windows-gnu //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Libraries linked by default with all C++ applications. CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 //Path to a program. CMAKE_C_COMPILER:FILEPATH=CMAKE_C_COMPILER-NOTFOUND CMAKE_C_COMPILER_TARGET:STRING=x86_64-windows-gnu //Path to a program. CMAKE_DLLTOOL:FILEPATH=C:/mingw/bin/dlltool.exe //No help, variable specified on the command line. CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //No help, variable specified on the command line. CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON //No help, variable specified on the command line. CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON //No help, variable specified on the command line. CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY:UNINITIALIZED=ON //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/pkgRedirects //Convert GNU import libraries to MS format (requires Visual Studio) CMAKE_GNUtoMS:BOOL=OFF //No help, variable specified on the command line. CMAKE_INSTALL_BINDIR:STRING=bin //No help, variable specified on the command line. CMAKE_INSTALL_LIBDIR:STRING=lib //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=C:/Users/info/.vcpkg-clion/vcpkg/packages/dpp_x64-mingw-dynamic/debug //No help, variable specified on the command line. CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP:UNINITIALIZED=TRUE //Path to a program. CMAKE_LINKER:FILEPATH=C:/mingw/bin/ld.exe //make program CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files/CMake/bin/ninja.exe //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=C:/mingw/bin/nm.exe //Path to a program. CMAKE_OBJCOPY:FILEPATH=C:/mingw/bin/objcopy.exe //Path to a program. CMAKE_OBJDUMP:FILEPATH=C:/mingw/bin/objdump.exe //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC=An incredibly lightweight C++ Discord library. //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC=https://dpp.dev/ //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=dpp //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=10.0.30 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=10 //Value Computed by CMake CMAKE_PROJECT_VERSION_MINOR:STATIC=0 //Value Computed by CMake CMAKE_PROJECT_VERSION_PATCH:STATIC=30 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= //Path to a program. CMAKE_RANLIB:FILEPATH=C:/mingw/bin/ranlib.exe //Path to a program. CMAKE_RC_COMPILER:FILEPATH=C:/mingw/bin/windres.exe //Flags for Windows Resource Compiler during all build types. CMAKE_RC_FLAGS:STRING= //Flags for Windows Resource Compiler during DEBUG builds. CMAKE_RC_FLAGS_DEBUG:STRING= //Flags for Windows Resource Compiler during MINSIZEREL builds. CMAKE_RC_FLAGS_MINSIZEREL:STRING= //Flags for Windows Resource Compiler during RELEASE builds. CMAKE_RC_FLAGS_RELEASE:STRING= //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_READELF:FILEPATH=C:/mingw/bin/readelf.exe //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=C:/mingw/bin/strip.exe CMAKE_SYSTEM_NAME:STRING=Windows CMAKE_SYSTEM_PROCESSOR:STRING=x86_64 //Path to a program. CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND //The CMake toolchain file CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/scripts/buildsystems/vcpkg.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=ON //Build the test program DPP_BUILD_TEST:BOOL=ON //Experimental support for C++20 coroutines DPP_CORO:BOOL=OFF //Generate the install target DPP_INSTALL:BOOL=ON //No VCPKG DPP_NO_VCPKG:BOOL=OFF //Use an external installation of nlohmann::json DPP_USE_EXTERNAL_JSON:BOOL=OFF //Use precompiled headers to speed up compilation DPP_USE_PCH:BOOL=OFF //No help, variable specified on the command line. FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON //Path to a library. LIB_EAY:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libcrypto.dll.a //Path to a file. OPENSSL_INCLUDE_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/include //The directory containing a CMake configuration file for Opus. Opus_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/share/opus //Run ldconfig after installation RUN_LDCONFIG:BOOL=ON //Path to a library. SSL_EAY:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libssl.dll.a //Automatically copy dependencies into the output directory for // executables. VCPKG_APPLOCAL_DEPS:BOOL=OFF //No help, variable specified on the command line. VCPKG_CHAINLOAD_TOOLCHAIN_FILE:UNINITIALIZED=C:/Users/info/.vcpkg-clion/vcpkg/scripts/toolchains/mingw.cmake //No help, variable specified on the command line. VCPKG_CRT_LINKAGE:UNINITIALIZED=dynamic //No help, variable specified on the command line. VCPKG_CXX_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_CXX_FLAGS_RELEASE:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_C_FLAGS_RELEASE:UNINITIALIZED= //The directory which contains the installed libraries for each // triplet VCPKG_INSTALLED_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed //No help, variable specified on the command line. VCPKG_LINKER_FLAGS:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_DEBUG:UNINITIALIZED= //No help, variable specified on the command line. VCPKG_LINKER_FLAGS_RELEASE:UNINITIALIZED= //The path to the vcpkg manifest directory. VCPKG_MANIFEST_DIR:PATH= //Use manifest mode, as opposed to classic mode. VCPKG_MANIFEST_MODE:BOOL=OFF //No help, variable specified on the command line. VCPKG_PLATFORM_TOOLSET:UNINITIALIZED=external //Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH // and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are // found after toolchain/system libraries/packages. VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF //Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON //No help, variable specified on the command line. VCPKG_SET_CHARSET_FLAG:UNINITIALIZED=ON //Path to a library. VCPKG_SODIUM_LIBRARY_DEBUG:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libsodium.dll.a //Path to a library. VCPKG_SODIUM_LIBRARY_RELEASE:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/lib/libsodium.dll.a //No help, variable specified on the command line. VCPKG_TARGET_ARCHITECTURE:UNINITIALIZED=x64 //Vcpkg target triplet (ex. x86-windows) VCPKG_TARGET_TRIPLET:STRING=x64-mingw-dynamic //Trace calls to find_package() VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF //Enables messages from the VCPKG toolchain for debugging purposes. VCPKG_VERBOSE:BOOL=OFF //(experimental) Automatically copy dependencies into the install // target directory for executables. Requires CMake 3.14. X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF //(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force // serialization. X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF //Path to a file. ZLIB_INCLUDE_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libzlibd.dll.a //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/lib/libzlib.dll.a //The directory which contains the installed libraries for each // triplet _VCPKG_INSTALLED_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed //No help, variable specified on the command line. _VCPKG_ROOT_DIR:UNINITIALIZED=C:/Users/info/.vcpkg-clion/vcpkg //Value Computed by CMake dpp_BINARY_DIR:STATIC=C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg //Value Computed by CMake dpp_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake dpp_SOURCE_DIR:STATIC=C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean //The directory containing a CMake configuration file for nlohmann_json. nlohmann_json_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/share/nlohmann_json //The directory containing a CMake configuration file for unofficial-sodium. unofficial-sodium_DIR:PATH=C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/share/unofficial-sodium ######################## # INTERNAL cache entries ######################## //Test AVX1 AVX1:INTERNAL=1 //Result of TRY_COMPILE AVX1_COMPILED:INTERNAL=TRUE //Result of try_run() AVX1_EXITCODE:INTERNAL=0 //Test AVX2 AVX2:INTERNAL=1 //Result of TRY_COMPILE AVX2_COMPILED:INTERNAL=TRUE //Result of try_run() AVX2_EXITCODE:INTERNAL=0 //Test AVX512 AVX512:INTERNAL= //Result of TRY_COMPILE AVX512_COMPILED:INTERNAL=FALSE //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=29 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/ctest.exe //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Ninja //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TAPI CMAKE_TAPI-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Details about finding OpenSSL FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libcrypto.dll.a][C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/include][c ][v3.3.1()] //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[optimized;C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/lib/libzlib.dll.a;debug;C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/debug/lib/libzlibd.dll.a][C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/include][c ][v1.3.1()] //Details about finding nlohmann_json FIND_PACKAGE_MESSAGE_DETAILS_nlohmann_json:INTERNAL=[C:/Users/info/.vcpkg-clion/vcpkg/installed/x64-mingw-dynamic/share/nlohmann_json/nlohmann_jsonConfig.cmake][v3.11.3()] //ADVANCED property for variable: LIB_EAY LIB_EAY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENSSL_INCLUDE_DIR OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SSL_EAY SSL_EAY-ADVANCED:INTERNAL=1 //Install the dependencies listed in your manifest: //\n If this is off, you will have to manually install your dependencies. //\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md // for more info. //\n VCPKG_MANIFEST_INSTALL:INTERNAL=OFF //ADVANCED property for variable: VCPKG_VERBOSE VCPKG_VERBOSE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //Making sure VCPKG_MANIFEST_MODE doesn't change Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF //Vcpkg root directory Z_VCPKG_ROOT_DIR:INTERNAL=C:/Users/info/.vcpkg-clion/vcpkg //linker supports push/pop state _CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE ```
C:\Users\info\.vcpkg-clion\vcpkg\buildtrees\dpp\config-x64-mingw-dynamic-dbg-CMakeConfigureLog.yaml.log ``` --- events: - kind: "message-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineSystem.cmake:205 (message)" - "CMakeLists.txt:65 (project)" message: | The system is: Windows - - x86_64 - kind: "message-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:65 (project)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. Compiler: C:/mingw/bin/g++.exe Build flags: Id flags: -c;--target=x86_64-windows-gnu The output was: 1 g++.exe: error: unrecognized command-line option '--target=x86_64-windows-gnu' - kind: "message-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - "CMakeLists.txt:65 (project)" message: | Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: C:/mingw/bin/g++.exe Build flags: Id flags: The output was: 0 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.exe" The CXX compiler identification is GNU, found in: C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/3.29.2/CompilerIdCXX/a.exe - kind: "try_compile-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:64 (try_compile)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:65 (project)" checks: - "Detecting CXX compiler ABI info" directories: source: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-up5exl" binary: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-up5exl" cmakeVariables: CMAKE_CXX_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" CMAKE_C_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: ";C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean/cmake/" VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Users/info/.vcpkg-clion/vcpkg/scripts/toolchains/mingw.cmake" VCPKG_CRT_LINKAGE: "dynamic" VCPKG_CXX_FLAGS: "" VCPKG_CXX_FLAGS_DEBUG: "" VCPKG_CXX_FLAGS_RELEASE: "" VCPKG_C_FLAGS: "" VCPKG_C_FLAGS_DEBUG: "" VCPKG_C_FLAGS_RELEASE: "" VCPKG_INSTALLED_DIR: "C:/Users/info/.vcpkg-clion/vcpkg/installed" VCPKG_LINKER_FLAGS: "" VCPKG_LINKER_FLAGS_DEBUG: "" VCPKG_LINKER_FLAGS_RELEASE: "" VCPKG_PREFER_SYSTEM_LIBS: "OFF" VCPKG_TARGET_ARCHITECTURE: "x64" VCPKG_TARGET_TRIPLET: "x64-mingw-dynamic" Z_VCPKG_ROOT_DIR: "C:/Users/info/.vcpkg-clion/vcpkg" buildResult: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | Change Dir: 'C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-up5exl' Run Build Command(s): "C:/Program Files/CMake/bin/ninja.exe" -v cmTC_a4ba5 [1/2] C:\\mingw\\bin\\g++.exe -v -o CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp Using built-in specs. COLLECT_GCC=C:\\mingw\\bin\\g++.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.1.0 (GCC) COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_a4ba5.dir/' C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/cc1plus.exe -quiet -v -iprefix C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/ -D_REENTRANT C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a4ba5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=nocona -version -o C:\\Users\\info\\AppData\\Local\\Temp\\cc9MOpHJ.s GNU C++17 (GCC) version 13.1.0 (x86_64-w64-mingw32) compiled by GNU C version 13.1.0, GMP version 6.2.1, MPFR version 4.2.0-p4, MPC version 1.3.1, isl version none GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++" ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32" ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward" ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include" ignoring nonexistent directory "/win/include" ignoring duplicate directory "C:/mingw/lib/gcc/../../include" ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed" ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include" ignoring duplicate directory "/mingw/include" #include "..." search starts here: #include <...> search starts here: C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32 C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include End of search list. Compiler executable checksum: e75de627edc3c57e31324b930b15b056 COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_a4ba5.dir/' as -v -o CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\info\\AppData\\Local\\Temp\\cc9MOpHJ.s GNU assembler version 2.40 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.40 COMPILER_PATH=C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;C:/mingw/bin/../libexec/gcc/ LIBRARY_PATH=C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;C:/mingw/bin/../lib/gcc/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;/mingw/lib/../lib/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../;/mingw/lib/ COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.' [2/2] C:\\windows\\system32\\cmd.exe /C "cd . && C:\\mingw\\bin\\g++.exe -v -Wl,-v CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_a4ba5.exe -Wl,--out-implib,libcmTC_a4ba5.dll.a -Wl,--major-image-version,0,--minor-image-version,0 && cd ." Using built-in specs. COLLECT_GCC=C:\\mingw\\bin\\g++.exe COLLECT_LTO_WRAPPER=C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.1.0 (GCC) COMPILER_PATH=C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/;C:/mingw/bin/../libexec/gcc/ LIBRARY_PATH=C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/;C:/mingw/bin/../lib/gcc/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/;/mingw/lib/../lib/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/;C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../;/mingw/lib/ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a4ba5.exe' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_a4ba5.' ... Skipped 65 lines ... ignore line: [ignoring nonexistent directory "/win/include"] ignore line: [ignoring duplicate directory "C:/mingw/lib/gcc/../../include"] ignore line: [ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"] ignore line: [ignoring duplicate directory "C:/mingw/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"] ignore line: [ignoring duplicate directory "/mingw/include"] ignore line: [#include "..." search starts here:] ignore line: [#include <...> search starts here:] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed] ignore line: [ C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: e75de627edc3c57e31324b930b15b056] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_a4ba5.dir/'] ignore line: [ as -v -o CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\info\\AppData\\Local\\Temp\\cc9MOpHJ.s] ignore line: [GNU assembler version 2.40 (x86_64-w64-mingw32) using BFD version (GNU Binutils) 2.40] ignore line: [COMPILER_PATH=C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] ignore line: [C:/mingw/bin/../libexec/gcc/] ignore line: [LIBRARY_PATH=C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] ignore line: [C:/mingw/bin/../lib/gcc/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] ignore line: [/mingw/lib/../lib/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] ignore line: [/mingw/lib/] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.'] ignore line: [[2/2] C:\\windows\\system32\\cmd.exe /C "cd . && C:\\mingw\\bin\\g++.exe -v -Wl -v CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_a4ba5.exe -Wl --out-implib libcmTC_a4ba5.dll.a -Wl --major-image-version 0 --minor-image-version 0 && cd ."] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=C:\\mingw\\bin\\g++.exe] ignore line: [COLLECT_LTO_WRAPPER=C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/lto-wrapper.exe] ignore line: [Target: x86_64-w64-mingw32] ignore line: [Configured with: ../gcc-13.1.0/configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --build=x86_64-alpine-linux-musl --prefix=/win --enable-checking=release --enable-fully-dynamic-string --enable-languages=c,c++ --with-arch=nocona --with-tune=generic --enable-libatomic --enable-libgomp --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --enable-seh-exceptions --enable-shared --enable-static --enable-threads=posix --enable-version-specific-runtime-libs --disable-bootstrap --disable-graphite --disable-libada --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-libquadmath --disable-lto --disable-nls --disable-multilib --disable-rpath --disable-symvers --disable-werror --disable-win32-registry --with-gnu-as --with-gnu-ld --with-system-libiconv --with-system-libz --with-gmp=/win/makedepends --with-mpfr=/win/makedepends --with-mpc=/win/makedepends] ignore line: [Thread model: posix] ignore line: [Supported LTO compression algorithms: zlib] ignore line: [gcc version 13.1.0 (GCC) ] ignore line: [COMPILER_PATH=C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/] ignore line: [C:/mingw/bin/../libexec/gcc/] ignore line: [LIBRARY_PATH=C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/] ignore line: [C:/mingw/bin/../lib/gcc/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib/] ignore line: [/mingw/lib/../lib/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/] ignore line: [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../] ignore line: [/mingw/lib/] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a4ba5.exe' '-shared-libgcc' '-mtune=generic' '-march=nocona' '-dumpdir' 'cmTC_a4ba5.'] link line: [ C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe -m i386pep -Bdynamic -o cmTC_a4ba5.exe C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LC:/mingw/bin/../lib/gcc -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -L/mingw/lib/../lib -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. -L/mingw/lib -v CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_a4ba5.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] arg [C:/mingw/bin/../libexec/gcc/x86_64-w64-mingw32/13.1.0/collect2.exe] ==> ignore arg [-m] ==> ignore arg [i386pep] ==> ignore arg [-Bdynamic] ==> search dynamic arg [-o] ==> ignore arg [cmTC_a4ba5.exe] ==> ignore arg [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] arg [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] ==> obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] arg [-LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0] ==> dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0] arg [-LC:/mingw/bin/../lib/gcc] ==> dir [C:/mingw/bin/../lib/gcc] arg [-LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib] arg [-LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib] ==> dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib] arg [-L/mingw/lib/../lib] ==> dir [/mingw/lib/../lib] arg [-LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib] ==> dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib] arg [-LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../..] ==> dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../..] arg [-L/mingw/lib] ==> dir [/mingw/lib] arg [-v] ==> ignore arg [CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore arg [--out-implib] ==> ignore arg [libcmTC_a4ba5.dll.a] ==> ignore arg [--major-image-version] ==> ignore arg [0] ==> ignore arg [--minor-image-version] ==> ignore arg [0] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lmingw32] ==> lib [mingw32] arg [-lgcc_s] ==> lib [gcc_s] arg [-lgcc] ==> lib [gcc] arg [-lmoldname] ==> lib [moldname] arg [-lmingwex] ==> lib [mingwex] arg [-lmsvcrt] ==> lib [msvcrt] arg [-lkernel32] ==> lib [kernel32] arg [-lpthread] ==> lib [pthread] arg [-ladvapi32] ==> lib [advapi32] arg [-lshell32] ==> lib [shell32] arg [-luser32] ==> lib [user32] arg [-lkernel32] ==> lib [kernel32] arg [-liconv] ==> lib [iconv] arg [-lmingw32] ==> lib [mingw32] arg [-lgcc_s] ==> lib [gcc_s] arg [-lgcc] ==> lib [gcc] arg [-lmoldname] ==> lib [moldname] arg [-lmingwex] ==> lib [mingwex] arg [-lmsvcrt] ==> lib [msvcrt] arg [-lkernel32] ==> lib [kernel32] arg [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o] ==> obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o] arg [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] ==> obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] ignore line: [collect2 version 13.1.0] ignore line: [C:\\mingw\\bin/ld.exe -m i386pep -Bdynamic -o cmTC_a4ba5.exe C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0 -LC:/mingw/bin/../lib/gcc -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib -L/mingw/lib/../lib -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib -LC:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../.. -L/mingw/lib -v CMakeFiles/cmTC_a4ba5.dir/CMakeCXXCompilerABI.cpp.obj --out-implib libcmTC_a4ba5.dll.a --major-image-version 0 --minor-image-version 0 -lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -liconv -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -lkernel32 C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] linker tool for 'CXX': C:/mingw/bin/ld.exe remove lib [msvcrt] remove lib [msvcrt] collapse obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o] ==> [C:/mingw/x86_64-w64-mingw32/lib/crt2.o] collapse obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] ==> [C:/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o] collapse obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib/default-manifest.o] ==> [C:/mingw/x86_64-w64-mingw32/lib/default-manifest.o] collapse obj [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] ==> [C:/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] collapse library dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0] ==> [C:/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0] collapse library dir [C:/mingw/bin/../lib/gcc] ==> [C:/mingw/lib/gcc] collapse library dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib/../lib] ==> [C:/mingw/x86_64-w64-mingw32/lib] collapse library dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../lib] ==> [C:/mingw/lib] collapse library dir [/mingw/lib/../lib] ==> [/mingw/lib] collapse library dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/lib] ==> [C:/mingw/x86_64-w64-mingw32/lib] collapse library dir [C:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../..] ==> [C:/mingw/lib] collapse library dir [/mingw/lib] ==> [/mingw/lib] implicit libs: [stdc++;mingw32;gcc_s;gcc;moldname;mingwex;kernel32;pthread;advapi32;shell32;user32;kernel32;iconv;mingw32;gcc_s;gcc;moldname;mingwex;kernel32] implicit objs: [C:/mingw/x86_64-w64-mingw32/lib/crt2.o;C:/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/crtbegin.o;C:/mingw/x86_64-w64-mingw32/lib/default-manifest.o;C:/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0/crtend.o] implicit dirs: [C:/mingw/lib/gcc/x86_64-w64-mingw32/13.1.0;C:/mingw/lib/gcc;C:/mingw/x86_64-w64-mingw32/lib;C:/mingw/lib;/mingw/lib] implicit fwks: [] - kind: "message-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeDetermineCompilerABI.cmake:207 (cmake_determine_linker_id)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:65 (project)" message: | Running the CXX compiler's linker: "C:/mingw/bin/ld.exe" "-v" GNU ld (GNU Binutils) 2.40 - kind: "try_run-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/Internal/CheckSourceRuns.cmake:93 (try_run)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CheckCXXSourceRuns.cmake:52 (cmake_check_source_runs)" - "cmake/DetectArchitecture.cmake:16 (CHECK_CXX_SOURCE_RUNS)" - "cmake/DetectArchitecture.cmake:55 (check_instruction_set)" - "library-vcpkg/CMakeLists.txt:15 (include)" checks: - "Performing Test AVX1" directories: source: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-oajcec" binary: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-oajcec" cmakeVariables: CMAKE_CXX_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" CMAKE_C_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: ";C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean/cmake/" VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Users/info/.vcpkg-clion/vcpkg/scripts/toolchains/mingw.cmake" VCPKG_CRT_LINKAGE: "dynamic" VCPKG_CXX_FLAGS: "" VCPKG_CXX_FLAGS_DEBUG: "" VCPKG_CXX_FLAGS_RELEASE: "" VCPKG_C_FLAGS: "" VCPKG_C_FLAGS_DEBUG: "" VCPKG_C_FLAGS_RELEASE: "" VCPKG_INSTALLED_DIR: "C:/Users/info/.vcpkg-clion/vcpkg/installed" VCPKG_LINKER_FLAGS: "" VCPKG_LINKER_FLAGS_DEBUG: "" VCPKG_LINKER_FLAGS_RELEASE: "" VCPKG_PREFER_SYSTEM_LIBS: "OFF" VCPKG_TARGET_ARCHITECTURE: "x64" VCPKG_TARGET_TRIPLET: "x64-mingw-dynamic" Z_VCPKG_ROOT_DIR: "C:/Users/info/.vcpkg-clion/vcpkg" buildResult: variable: "AVX1_COMPILED" cached: true stdout: | Change Dir: 'C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-oajcec' Run Build Command(s): "C:/Program Files/CMake/bin/ninja.exe" -v cmTC_d82ec [1/2] C:\\mingw\\bin\\g++.exe -DAVX1 -mavx -o CMakeFiles/cmTC_d82ec.dir/src.cxx.obj -c C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-oajcec/src.cxx [2/2] C:\\windows\\system32\\cmd.exe /C "cd . && C:\\mingw\\bin\\g++.exe -mavx CMakeFiles/cmTC_d82ec.dir/src.cxx.obj -o cmTC_d82ec.exe -Wl,--out-implib,libcmTC_d82ec.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ." exitCode: 0 runResult: variable: "AVX1_EXITCODE" cached: true stdout: | stderr: | exitCode: 0 - kind: "try_run-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/Internal/CheckSourceRuns.cmake:93 (try_run)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CheckCXXSourceRuns.cmake:52 (cmake_check_source_runs)" - "cmake/DetectArchitecture.cmake:16 (CHECK_CXX_SOURCE_RUNS)" - "cmake/DetectArchitecture.cmake:55 (check_instruction_set)" - "library-vcpkg/CMakeLists.txt:15 (include)" checks: - "Performing Test AVX2" directories: source: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-wxwrmq" binary: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-wxwrmq" cmakeVariables: CMAKE_CXX_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" CMAKE_C_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: ";C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean/cmake/" VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Users/info/.vcpkg-clion/vcpkg/scripts/toolchains/mingw.cmake" VCPKG_CRT_LINKAGE: "dynamic" VCPKG_CXX_FLAGS: "" VCPKG_CXX_FLAGS_DEBUG: "" VCPKG_CXX_FLAGS_RELEASE: "" VCPKG_C_FLAGS: "" VCPKG_C_FLAGS_DEBUG: "" VCPKG_C_FLAGS_RELEASE: "" VCPKG_INSTALLED_DIR: "C:/Users/info/.vcpkg-clion/vcpkg/installed" VCPKG_LINKER_FLAGS: "" VCPKG_LINKER_FLAGS_DEBUG: "" VCPKG_LINKER_FLAGS_RELEASE: "" VCPKG_PREFER_SYSTEM_LIBS: "OFF" VCPKG_TARGET_ARCHITECTURE: "x64" VCPKG_TARGET_TRIPLET: "x64-mingw-dynamic" Z_VCPKG_ROOT_DIR: "C:/Users/info/.vcpkg-clion/vcpkg" buildResult: variable: "AVX2_COMPILED" cached: true stdout: | Change Dir: 'C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-wxwrmq' Run Build Command(s): "C:/Program Files/CMake/bin/ninja.exe" -v cmTC_989d8 [1/2] C:\\mingw\\bin\\g++.exe -DAVX2 -mavx2 -o CMakeFiles/cmTC_989d8.dir/src.cxx.obj -c C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-wxwrmq/src.cxx [2/2] C:\\windows\\system32\\cmd.exe /C "cd . && C:\\mingw\\bin\\g++.exe -mavx2 CMakeFiles/cmTC_989d8.dir/src.cxx.obj -o cmTC_989d8.exe -Wl,--out-implib,libcmTC_989d8.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ." exitCode: 0 runResult: variable: "AVX2_EXITCODE" cached: true stdout: | stderr: | exitCode: 0 - kind: "try_run-v1" backtrace: - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/Internal/CheckSourceRuns.cmake:93 (try_run)" - "C:/Users/info/.vcpkg-clion/vcpkg/downloads/tools/cmake-3.29.2-windows/cmake-3.29.2-windows-i386/share/cmake-3.29/Modules/CheckCXXSourceRuns.cmake:52 (cmake_check_source_runs)" - "cmake/DetectArchitecture.cmake:16 (CHECK_CXX_SOURCE_RUNS)" - "cmake/DetectArchitecture.cmake:55 (check_instruction_set)" - "library-vcpkg/CMakeLists.txt:15 (include)" checks: - "Performing Test AVX512" directories: source: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8" binary: "C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8" cmakeVariables: CMAKE_CXX_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" CMAKE_C_COMPILER_TARGET: "x86_64-windows-gnu" CMAKE_EXE_LINKER_FLAGS: "" CMAKE_MODULE_PATH: ";C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/src/v10.0.30-95a230dbde.clean/cmake/" VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Users/info/.vcpkg-clion/vcpkg/scripts/toolchains/mingw.cmake" VCPKG_CRT_LINKAGE: "dynamic" VCPKG_CXX_FLAGS: "" VCPKG_CXX_FLAGS_DEBUG: "" VCPKG_CXX_FLAGS_RELEASE: "" VCPKG_C_FLAGS: "" VCPKG_C_FLAGS_DEBUG: "" VCPKG_C_FLAGS_RELEASE: "" VCPKG_INSTALLED_DIR: "C:/Users/info/.vcpkg-clion/vcpkg/installed" VCPKG_LINKER_FLAGS: "" VCPKG_LINKER_FLAGS_DEBUG: "" VCPKG_LINKER_FLAGS_RELEASE: "" VCPKG_PREFER_SYSTEM_LIBS: "OFF" VCPKG_TARGET_ARCHITECTURE: "x64" VCPKG_TARGET_TRIPLET: "x64-mingw-dynamic" Z_VCPKG_ROOT_DIR: "C:/Users/info/.vcpkg-clion/vcpkg" buildResult: variable: "AVX512_COMPILED" cached: true stdout: | Change Dir: 'C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8' Run Build Command(s): "C:/Program Files/CMake/bin/ninja.exe" -v cmTC_95e23 [1/2] C:\\mingw\\bin\\g++.exe -DAVX512 -mavx512f -o CMakeFiles/cmTC_95e23.dir/src.cxx.obj -c C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8/src.cxx FAILED: CMakeFiles/cmTC_95e23.dir/src.cxx.obj C:\\mingw\\bin\\g++.exe -DAVX512 -mavx512f -o CMakeFiles/cmTC_95e23.dir/src.cxx.obj -c C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8/src.cxx C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8/src.cxx: In function 'int main()': C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8/src.cxx:6:38: error: '_mm512i' does not name a type; did you mean '__m512i'? 6 | int32_t result[16];const _mm512i& value{};_mm512_store_si512(result, value); | ^~~~~~~ | __m512i C:/Users/info/.vcpkg-clion/vcpkg/buildtrees/dpp/x64-mingw-dynamic-dbg/CMakeFiles/CMakeScratch/TryCompile-nfn3q8/src.cxx:6:82: error: 'value' was not declared in this scope 6 | int32_t result[16];const _mm512i& value{};_mm512_store_si512(result, value); | ^~~~~ ninja: build stopped: subcommand failed. exitCode: 1 runResult: variable: "AVX512_EXITCODE" cached: true ... ```
dg0yt commented 4 weeks ago

@braindigitalis

braindigitalis commented 4 weeks ago

this package does not support mingw

dg0yt commented 3 weeks ago

@braindigitalis Since your CI dictates the port, please update supports.