Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[poco] Build error on x86-mingw-static #4600

Open
raoufowo opened this issue Jul 9, 2024 · 0 comments
Open

[poco] Build error on x86-mingw-static #4600

raoufowo opened this issue Jul 9, 2024 · 0 comments

Comments

@raoufowo
Copy link

raoufowo commented Jul 9, 2024

Package: poco:[email protected]
that's happen only when using xXX-mingw-XXXXX
Host Environment

  • Host: x64-windows
  • Compiler: GNU 13.2.0
  • vcpkg-tool version: 2024-06-10-02590c430e4ed9215d27870138c2e579cc338772
    vcpkg-scripts version: unknown

To Reproduce

vcpkg install POCO:x86-mingw-static

Failure logs

-- Using cached pocoproject-poco-poco-1.13.3-release.tar.gz.
-- Cleaning sources at C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vccpkg/downloads/pocoproject-poco-poco-1.13.3-release.tar.gz
-- Applying patch 0001-static-pcre.patch
-- Applying patch 0002-arm64-pcre.patch
-- Applying patch 0003-fix-dependency.patch
-- Applying patch 0004-fix-feature-sqlite3.patch
-- Applying patch 0005-fix-error-c3861.patch
-- Applying patch 0007-find-pcre2.patch
-- Using source at C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean
-- Configuring x86-mingw-static
-- Building x86-mingw-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j5
    Working Directory: C:/vccpkg/buildtrees/poco/x86-mingw-static-dbg
    See logs for more information:
      C:\vccpkg\buildtrees\poco\install-x86-mingw-static-dbg-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
  ports/poco/portfile.cmake:84 (vcpkg_cmake_install)
  scripts/ports.cmake:191 (include)



C:\vccpkg\buildtrees\poco\install-x86-mingw-static-dbg-out.log
Change Dir: 'C:/vccpkg/buildtrees/poco/x86-mingw-static-dbg'

Run Build Command(s): C:/vccpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v -v -j5 install
[1/626] C:\Windows\system32\cmd.exe /C "cd /D C:\vccpkg\buildtrees\poco\x86-mingw-static-dbg\Foundation && "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x86\mc.exe" -h C:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -r C:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/pocomsg.mc"
MC: Compiling C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/pocomsg.mc
[2/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/NullChannel.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\NullChannel.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/NullChannel.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/NullChannel.cpp
[3/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/Notification.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\Notification.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/Notification.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/Notification.cpp
[4/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/NotificationCenter.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\NotificationCenter.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/NotificationCenter.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/NotificationCenter.cpp
[5/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/NestedDiagnosticContext.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\NestedDiagnosticContext.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/NestedDiagnosticContext.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/NestedDiagnosticContext.cpp
[6/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/NotificationQueue.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\NotificationQueue.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/NotificationQueue.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/NotificationQueue.cpp
[7/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/Manifest.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\Manifest.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/Manifest.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/Manifest.cpp
[8/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/Mutex.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\Mutex.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/Mutex.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/Mutex.cpp
[9/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/MemoryPool.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\MemoryPool.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/MemoryPool.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/MemoryPool.cpp
[10/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/Message.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\Message.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/Message.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/Message.cpp
[11/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/MemoryStream.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\MemoryStream.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/MemoryStream.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/MemoryStream.cpp
[12/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/NullStream.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\NullStream.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/NullStream.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/NullStream.cpp
[13/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -D_pcre2_OP_lengths_8=_poco_pcre2_OP_lengths_8 -D_pcre2_callout_end_delims_8=_poco_pcre2_callout_end_delims_8 -D_pcre2_callout_start_delims_8=_poco_pcre2_callout_start_delims_8 -D_pcre2_hspace_list_8=_poco_pcre2_hspace_list_8 -D_pcre2_ucp_gbtable_8=_poco_pcre2_ucp_gbtable_8 -D_pcre2_ucp_gentype_8=_poco_pcre2_ucp_gentype_8 -D_pcre2_utf8_table1=_poco_pcre2_utf8_table1 -D_pcre2_utf8_table1_size=_poco_pcre2_utf8_table1_size -D_pcre2_utf8_table2=_poco_pcre2_utf8_table2 -D_pcre2_utf8_table3=_poco_pcre2_utf8_table3 -D_pcre2_utf8_table4=_poco_pcre2_utf8_table4 -D_pcre2_utt_8=_poco_pcre2_utt_8 -D_pcre2_utt_names_8=_poco_pcre2_utt_names_8 -D_pcre2_utt_size_8=_poco_pcre2_utt_size_8 -D_pcre2_vspace_list_8=_poco_pcre2_vspace_list_8 -IC:/vccpkg/buildtrees/poco/x86-mingw-static-dbg/Foundation -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Foundation/CMakeFiles/Foundation.dir/src/NamedMutex.cpp.obj -MF Foundation\CMakeFiles\Foundation.dir\src\NamedMutex.cpp.obj.d -o Foundation/CMakeFiles/Foundation.dir/src/NamedMutex.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/NamedMutex.cpp
...
Skipped 416 lines
...
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/HTTPRequestHandler.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/AbstractHTTPRequestHandler.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/AbstractHTTPRequestHandler.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
[367/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Net/CMakeFiles/Net.dir/src/DatagramSocket.cpp.obj -MF Net\CMakeFiles\Net.dir\src\DatagramSocket.cpp.obj.d -o Net/CMakeFiles/Net.dir/src/DatagramSocket.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DatagramSocket.cpp
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/DatagramSocket.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DatagramSocket.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
[368/626] C:\Windows\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E rm -f lib\libPocoUtild.a && C:\msys64\mingw64\bin\ar.exe qc lib\libPocoUtild.a  Util/CMakeFiles/Util.dir/src/AbstractConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/Application.cpp.obj Util/CMakeFiles/Util.dir/src/ConfigurationMapper.cpp.obj Util/CMakeFiles/Util.dir/src/ConfigurationView.cpp.obj Util/CMakeFiles/Util.dir/src/FilesystemConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/HelpFormatter.cpp.obj Util/CMakeFiles/Util.dir/src/IniFileConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/IntValidator.cpp.obj Util/CMakeFiles/Util.dir/src/JSONConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/LayeredConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/LocalConfigurationView.cpp.obj Util/CMakeFiles/Util.dir/src/LoggingConfigurator.cpp.obj Util/CMakeFiles/Util.dir/src/LoggingSubsystem.cpp.obj Util/CMakeFiles/Util.dir/src/MapConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/Option.cpp.obj Util/CMakeFiles/Util.dir/src/OptionCallback.cpp.obj Util/CMakeFiles/Util.dir/src/OptionException.cpp.obj Util/CMakeFiles/Util.dir/src/OptionProcessor.cpp.obj Util/CMakeFiles/Util.dir/src/OptionSet.cpp.obj Util/CMakeFiles/Util.dir/src/PropertyFileConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/RegExpValidator.cpp.obj Util/CMakeFiles/Util.dir/src/ServerApplication.cpp.obj Util/CMakeFiles/Util.dir/src/Subsystem.cpp.obj Util/CMakeFiles/Util.dir/src/SystemConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/Timer.cpp.obj Util/CMakeFiles/Util.dir/src/TimerTask.cpp.obj Util/CMakeFiles/Util.dir/src/Validator.cpp.obj Util/CMakeFiles/Util.dir/src/WinRegistryConfiguration.cpp.obj Util/CMakeFiles/Util.dir/src/WinRegistryKey.cpp.obj Util/CMakeFiles/Util.dir/src/WinService.cpp.obj Util/CMakeFiles/Util.dir/src/XMLConfiguration.cpp.obj && C:\msys64\mingw64\bin\ranlib.exe lib\libPocoUtild.a && cd ."
[369/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Net/CMakeFiles/Net.dir/src/DNS.cpp.obj -MF Net\CMakeFiles\Net.dir\src\DNS.cpp.obj.d -o Net/CMakeFiles/Net.dir/src/DNS.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DNS.cpp
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/DNS.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DNS.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
[370/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Net/CMakeFiles/Net.dir/src/DatagramSocketImpl.cpp.obj -MF Net\CMakeFiles\Net.dir\src\DatagramSocketImpl.cpp.obj.d -o Net/CMakeFiles/Net.dir/src/DatagramSocketImpl.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DatagramSocketImpl.cpp
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/DatagramSocketImpl.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DatagramSocketImpl.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
[371/626] C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -g  PocoDoc/CMakeFiles/PocoDoc.dir/src/DocWriter.cpp.obj PocoDoc/CMakeFiles/PocoDoc.dir/src/PocoDoc.cpp.obj -o bin\PocoDoc.exe -Wl,--out-implib,lib\libPocoDoc.dll.a -Wl,--major-image-version,0,--minor-image-version,0  lib/libPocoUtild.a  lib/libPocoXMLd.a  lib/libPocoCppParserd.a  C:/msys64/mingw64/lib/libexpat.dll.a  -lm  lib/libPocoJSONd.a  lib/libPocoFoundationd.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libpcre2-8d.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libzlibd.a  -liphlpapi  -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
FAILED: bin/PocoDoc.exe 
C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -g  PocoDoc/CMakeFiles/PocoDoc.dir/src/DocWriter.cpp.obj PocoDoc/CMakeFiles/PocoDoc.dir/src/PocoDoc.cpp.obj -o bin\PocoDoc.exe -Wl,--out-implib,lib\libPocoDoc.dll.a -Wl,--major-image-version,0,--minor-image-version,0  lib/libPocoUtild.a  lib/libPocoXMLd.a  lib/libPocoCppParserd.a  C:/msys64/mingw64/lib/libexpat.dll.a  -lm  lib/libPocoJSONd.a  lib/libPocoFoundationd.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libpcre2-8d.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libzlibd.a  -liphlpapi  -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `MatchData':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:33:(.text+0x21): undefined reference to `pcre2_match_data_create_from_pattern_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `~MatchData':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:40:(.text+0x115): undefined reference to `pcre2_match_data_free_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `data':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:50:(.text+0x137): undefined reference to `pcre2_get_ovector_pointer_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::RegularExpression(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, bool)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:75:(.text+0x1ab): undefined reference to `pcre2_compile_context_create_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:79:(.text+0x270): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:81:(.text+0x298): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:83:(.text+0x2bd): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:85:(.text+0x2e2): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:87:(.text+0x2f8): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:89:(.text+0x358): undefined reference to `pcre2_compile_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:90:(.text+0x371): undefined reference to `pcre2_compile_context_free_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:95:(.text+0x39b): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:101:(.text+0x477): undefined reference to `pcre2_pattern_info_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:102:(.text+0x498): undefined reference to `pcre2_pattern_info_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:103:(.text+0x4b9): undefined reference to `pcre2_pattern_info_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:108:(.text+0x507): undefined reference to `pcre2_substring_number_from_name_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::~RegularExpression()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:116:(.text+0x691): undefined reference to `pcre2_code_free_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::match(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long, Poco::RegularExpression::Match&, int) const':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:125:(.text+0x7a8): undefined reference to `pcre2_match_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:143:(.text+0x936): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::match(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long, std::vector<Poco::RegularExpression::Match, std::allocator<Poco::RegularExpression::Match> >&, int) const':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:160:(.text+0xbfb): undefined reference to `pcre2_match_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:176:(.text+0xd6c): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::substOne(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int) const':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:283:(.text+0x1665): undefined reference to `pcre2_match_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:299:(.text+0x17d8): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::istream&, Poco::DeflatingStreamBuf::StreamType, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:45:(.text+0x18d): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:49:(.text+0x1d8): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::istream&, int, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:70:(.text+0x3a6): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:74:(.text+0x3f1): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::ostream&, Poco::DeflatingStreamBuf::StreamType, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:95:(.text+0x5d0): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:99:(.text+0x61b): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::ostream&, int, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:120:(.text+0x7ea): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:124:(.text+0x835): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::~DeflatingStreamBuf()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:139:(.text+0x937): undefined reference to `deflateEnd'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::close()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:151:(.text+0xa04): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:152:(.text+0xa38): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:159:(.text+0xbbd): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:160:(.text+0xbf1): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::sync()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:183:(.text+0xee4): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:184:(.text+0xf0e): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:191:(.text+0x1092): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:192:(.text+0x10bc): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::readFromDevice(char*, long long)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:234:(.text+0x145d): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:240:(.text+0x14c1): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::writeToDevice(char const*, long long)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:279:(.text+0x16b9): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:280:(.text+0x16ea): undefined reference to `zError'
collect2.exe: error: ld returned 1 exit status
[372/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Net/CMakeFiles/Net.dir/src/EscapeHTMLStream.cpp.obj -MF Net\CMakeFiles\Net.dir\src\EscapeHTMLStream.cpp.obj.d -o Net/CMakeFiles/Net.dir/src/EscapeHTMLStream.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/EscapeHTMLStream.cpp
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/EscapeHTMLStream.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/EscapeHTMLStream.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
[373/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Net/CMakeFiles/Net.dir/src/DialogSocket.cpp.obj -MF Net\CMakeFiles\Net.dir\src\DialogSocket.cpp.obj.d -o Net/CMakeFiles/Net.dir/src/DialogSocket.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DialogSocket.cpp
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/DialogSocket.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/DialogSocket.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
[374/626] C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -g  PageCompiler/File2Page/CMakeFiles/File2Page.dir/src/File2Page.cpp.obj -o bin\f2cpsp.exe -Wl,--out-implib,lib\libf2cpsp.dll.a -Wl,--major-image-version,0,--minor-image-version,0  lib/libPocoUtild.a  lib/libPocoXMLd.a  C:/msys64/mingw64/lib/libexpat.dll.a  -lm  lib/libPocoJSONd.a  lib/libPocoFoundationd.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libpcre2-8d.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libzlibd.a  -liphlpapi  -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
FAILED: bin/f2cpsp.exe 
C:\Windows\system32\cmd.exe /C "cd . && C:\msys64\mingw64\bin\c++.exe -g  PageCompiler/File2Page/CMakeFiles/File2Page.dir/src/File2Page.cpp.obj -o bin\f2cpsp.exe -Wl,--out-implib,lib\libf2cpsp.dll.a -Wl,--major-image-version,0,--minor-image-version,0  lib/libPocoUtild.a  lib/libPocoXMLd.a  C:/msys64/mingw64/lib/libexpat.dll.a  -lm  lib/libPocoJSONd.a  lib/libPocoFoundationd.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libpcre2-8d.a  C:/vccpkg/installed/x86-mingw-static/debug/lib/libzlibd.a  -liphlpapi  -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `MatchData':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:33:(.text+0x21): undefined reference to `pcre2_match_data_create_from_pattern_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `~MatchData':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:40:(.text+0x115): undefined reference to `pcre2_match_data_free_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `data':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:50:(.text+0x137): undefined reference to `pcre2_get_ovector_pointer_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::RegularExpression(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int, bool)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:75:(.text+0x1ab): undefined reference to `pcre2_compile_context_create_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:79:(.text+0x270): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:81:(.text+0x298): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:83:(.text+0x2bd): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:85:(.text+0x2e2): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:87:(.text+0x2f8): undefined reference to `pcre2_set_newline_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:89:(.text+0x358): undefined reference to `pcre2_compile_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:90:(.text+0x371): undefined reference to `pcre2_compile_context_free_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:95:(.text+0x39b): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:101:(.text+0x477): undefined reference to `pcre2_pattern_info_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:102:(.text+0x498): undefined reference to `pcre2_pattern_info_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:103:(.text+0x4b9): undefined reference to `pcre2_pattern_info_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:108:(.text+0x507): undefined reference to `pcre2_substring_number_from_name_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::~RegularExpression()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:116:(.text+0x691): undefined reference to `pcre2_code_free_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::match(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long, Poco::RegularExpression::Match&, int) const':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:125:(.text+0x7a8): undefined reference to `pcre2_match_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:143:(.text+0x936): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::match(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned long long, std::vector<Poco::RegularExpression::Match, std::allocator<Poco::RegularExpression::Match> >&, int) const':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:160:(.text+0xbfb): undefined reference to `pcre2_match_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:176:(.text+0xd6c): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(RegularExpression.cpp.obj): in function `Poco::RegularExpression::substOne(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, unsigned long long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int) const':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:283:(.text+0x1665): undefined reference to `pcre2_match_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/RegularExpression.cpp:299:(.text+0x17d8): undefined reference to `pcre2_get_error_message_8'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::istream&, Poco::DeflatingStreamBuf::StreamType, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:45:(.text+0x18d): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:49:(.text+0x1d8): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::istream&, int, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:70:(.text+0x3a6): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:74:(.text+0x3f1): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::ostream&, Poco::DeflatingStreamBuf::StreamType, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:95:(.text+0x5d0): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:99:(.text+0x61b): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::DeflatingStreamBuf(std::ostream&, int, int)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:120:(.text+0x7ea): undefined reference to `deflateInit2_'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:124:(.text+0x835): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::~DeflatingStreamBuf()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:139:(.text+0x937): undefined reference to `deflateEnd'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::close()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:151:(.text+0xa04): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:152:(.text+0xa38): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:159:(.text+0xbbd): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:160:(.text+0xbf1): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::sync()':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:183:(.text+0xee4): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:184:(.text+0xf0e): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:191:(.text+0x1092): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:192:(.text+0x10bc): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::readFromDevice(char*, long long)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:234:(.text+0x145d): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:240:(.text+0x14c1): undefined reference to `zError'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: lib/libPocoFoundationd.a(DeflatingStream.cpp.obj): in function `Poco::DeflatingStreamBuf::writeToDevice(char const*, long long)':
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:279:(.text+0x16b9): undefined reference to `deflate'
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/src/DeflatingStream.cpp:280:(.text+0x16ea): undefined reference to `zError'
collect2.exe: error: ld returned 1 exit status
[375/626] C:\msys64\mingw64\bin\c++.exe -DMINGW32 -DODBCVER=0x0300 -DPOCO_ENABLE_CPP11 -DPOCO_ENABLE_CPP14 -DPOCO_NO_AUTOMATIC_LIBS -DPOCO_OS_FAMILY_WINDOWS -DPOCO_STATIC -DPOCO_THREAD_STACK_SIZE -DPOCO_UNBUNDLED -DPOCO_WIN32_UTF8 -DUNICODE -DWC_NO_BEST_FIT_CHARS=0x400 -DWINVER=0x500 -D_DEBUG -D_UNICODE -D_WIN32 -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src -IC:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Foundation/include -isystem C:/vccpkg/installed/x86-mingw-static/include -g -std=gnu++17 -MD -MT Net/CMakeFiles/Net.dir/src/HTTPResponse.cpp.obj -MF Net\CMakeFiles\Net.dir\src\HTTPResponse.cpp.obj.d -o Net/CMakeFiles/Net.dir/src/HTTPResponse.cpp.obj -c C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/HTTPResponse.cpp
In file included from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/HTTPResponse.h:21,
                 from C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/src/HTTPResponse.cpp:15:
C:/vccpkg/buildtrees/poco/src/.3-release-bdefce8352.clean/Net/include/Poco/Net/Net.h:106:33: warning: attributes ignored on elaborated-type-specifier that is not a forward declaration [-Wattributes]
  106 | extern "C" const struct Net_API NetworkInitializer pocoNetworkInitializer;
      |                                 ^~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant