Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Jimmy-Hu/0bac9219af0294e2b6c0396d2485fb18 to your computer and use it in GitHub Desktop.
Save Jimmy-Hu/0bac9219af0294e2b6c0396d2485fb18 to your computer and use it in GitHub Desktop.
Microsoft (R) Program Maintenance Utility Version 14.23.28105.4
Copyright (C) Microsoft Corporation. All rights reserved.
Command line: -confirm-license -opensource -verbose -system-zlib -system-libjpeg -system-libpng -system-freetype -system-pcre -system-doubleconversion -system-sqlite -system-harfbuzz -opengl dynamic -nomake examples -nomake tests "LIBJPEG_LIBS=JPEG_DEBUG-NOTFOUND" "ZLIB_LIBS=ZLIB_DEBUG-NOTFOUND" "LIBPNG_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" "PCRE2_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/pcre2-16d.lib" "FREETYPE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/freetyped.lib BZ2_DEBUG-NOTFOUND D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" "QMAKE_LIBS_PRIVATE+=BZ2_DEBUG-NOTFOUND" "QMAKE_LIBS_PRIVATE+=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib" "PSQL_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpqd.lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/ssleay32.lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libeay32.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib" "SQLITE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/sqlite3.lib" "HARFBUZZ_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/harfbuzz.lib" -debug -prefix D:/GitHub/vcpkg/installed/x64-windows -extprefix D:/GitHub/vcpkg/installed/x64-windows -hostprefix D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -hostlibdir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug/lib -hostbindir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug/bin -archdatadir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -datadir D:/GitHub/vcpkg/installed/x64-windows/share/qt5/debug -plugindir D:/GitHub/vcpkg/installed/x64-windows/debug/plugins -qmldir D:/GitHub/vcpkg/installed/x64-windows/debug/qml -headerdir D:/GitHub/vcpkg/installed/x64-windows/include -libexecdir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -bindir D:/GitHub/vcpkg/installed/x64-windows/debug/bin -libdir D:/GitHub/vcpkg/installed/x64-windows/debug/lib -I D:/GitHub/vcpkg/installed/x64-windows/include -L D:/GitHub/vcpkg/installed/x64-windows/debug/lib -L D:/GitHub/vcpkg/installed/x64-windows/debug/lib/manual-link -xplatform win32-msvc
This is the Qt Open Source Edition.
You have already accepted the terms of the Open Source license.
Running configuration tests...
Checking for valid makespec...
+ cd /d D:\GitHub\vcpkg\buildtrees\qt5-base\x64-windows-dbg\config.tests\verifyspec && D:\GitHub\vcpkg\buildtrees\qt5-base\x64-windows-dbg\bin\qmake.exe "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" "QMAKE_LIBDIR += D:/GitHub/vcpkg/installed/x64-windows/debug/lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/manual-link" "INCLUDEPATH += D:/GitHub/vcpkg/installed/x64-windows/include" "QMAKE_LIBS_PRIVATE+=BZ2_DEBUG-NOTFOUND" "QMAKE_LIBS_PRIVATE+=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib" D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.5-0f870116d4/config.tests/verifyspec
> Info: creating stash file D:\GitHub\vcpkg\buildtrees\qt5-base\x64-windows-dbg\config.tests\.qmake.stash
+ cd /d D:\GitHub\vcpkg\buildtrees\qt5-base\x64-windows-dbg\config.tests\verifyspec && set MAKEFLAGS=& nmake
> Microsoft (R) Program Maintenance Utility Version 14.23.28105.4
> Copyright (C) Microsoft Corporation. All rights reserved.
> cl -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W0 -EHsc -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DNDEBUG -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.5-0f870116d4\config.tests\verifyspec -I. -ID:\GitHub\vcpkg\installed\x64-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.5-0f870116d4\mkspecs\win32-msvc -Fo @C:\Users\JimmyHu\AppData\Local\Temp\nm54DB.tmp
> verifyspec.cpp
> link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST:embed /OUT:verifyspec.exe @C:\Users\JimmyHu\AppData\Local\Temp\nm54FC.tmp
> LINK : fatal error LNK1181: cannot open input file 'BZ2_DEBUG-NOTFOUND.obj'
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x64\link.EXE"' : return code '0x49d'
> Stop.
ERROR: Cannot compile a minimal program. The toolchain or QMakeSpec is broken.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment