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

[libevent] Build error on x86-mingw-dynamic #38754

Open
skywind3000 opened this issue May 16, 2024 · 0 comments
Open

[libevent] Build error on x86-mingw-dynamic #38754

skywind3000 opened this issue May 16, 2024 · 0 comments
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.

Comments

@skywind3000
Copy link

skywind3000 commented May 16, 2024

Package: libevent[core,thread]:x86-mingw-dynamic@2.1.12+20230128

Host Environment

  • Host: x64-windows
  • Compiler: GNU 14.1.0
  • vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
    vcpkg-scripts version: bd2b548 2024-05-14 (34 hours ago)

To Reproduce

vcpkg install libevent --triplet=x86-mingw-dynamic

Failure logs

-- Using cached libevent-libevent-4d85d28acdbb83bb60e500e9345bab757b64d6d1.tar.gz.
-- Cleaning sources at E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/Local/vcpkg/downloads/libevent-libevent-4d85d28acdbb83bb60e500e9345bab757b64d6d1.tar.gz
-- Applying patch fix-uwp.patch
-- Applying patch fix-file_path.patch
-- Applying patch fix-LibeventConfig_cmake_in_path.patch
-- Applying patch fix-usage.patch
-- Using source at E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean
-- Configuring x86-mingw-dynamic
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:327 (message):
  The following variables are not used in CMakeLists.txt:

      EVENT__MSVC_STATIC_RUNTIME

  Please recheck them and remove the unnecessary options from the
  `vcpkg_cmake_configure` call.

  If these options should still be passed for whatever reason, please use the
  `MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
  ports/libevent/portfile.cmake:35 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)


-- Building x86-mingw-dynamic-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: C:/Users/Linwei/scoop/apps/cmake/3.29.3/bin/cmake.exe --build . --config Debug --target install -- -v -j13
    Working Directory: E:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg
    See logs for more information:
      E:\Local\vcpkg\buildtrees\libevent\install-x86-mingw-dynamic-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/libevent/portfile.cmake:47 (vcpkg_cmake_install)
  scripts/ports.cmake:175 (include)



E:\Local\vcpkg\buildtrees\libevent\install-x86-mingw-dynamic-dbg-out.log
Change Dir: 'E:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg'

Run Build Command(s): E:/Local/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v -v -j13 install
[1/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/bufferevent_filter.c.obj -MF CMakeFiles\event_core_shared.dir\bufferevent_filter.c.obj.d -o CMakeFiles/event_core_shared.dir/bufferevent_filter.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_filter.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_filter.c:58:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[2/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/evthread_win32.c.obj -MF CMakeFiles\event_core_shared.dir\evthread_win32.c.obj.d -o CMakeFiles/event_core_shared.dir/evthread_win32.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread_win32.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread_win32.c:45:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[3/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/bufferevent_pair.c.obj -MF CMakeFiles\event_core_shared.dir\bufferevent_pair.c.obj.d -o CMakeFiles/event_core_shared.dir/bufferevent_pair.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_pair.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_pair.c:41:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[4/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/bufferevent_sock.c.obj -MF CMakeFiles\event_core_shared.dir\bufferevent_sock.c.obj.d -o CMakeFiles/event_core_shared.dir/bufferevent_sock.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_sock.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_sock.c:72:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[5/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/evthread.c.obj -MF CMakeFiles\event_core_shared.dir\evthread.c.obj.d -o CMakeFiles/event_core_shared.dir/evthread.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread.c:39:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[6/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/bufferevent.c.obj -MF CMakeFiles\event_core_shared.dir\bufferevent.c.obj.d -o CMakeFiles/event_core_shared.dir/bufferevent.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:56:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:35:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c: In function 'bufferevent_setfd':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:879:30: warning: format '%I64d' expects argument of type 'long long int', but argument 4 has type 'intptr_t' {aka 'int'} [-Wformat=]
  879 |                 event_debug(("%s: cannot set fd for %p to "EV_SOCK_FMT, __func__, (void *)bev, fd));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    ~~
      |                                                                                                |
      |                                                                                                intptr_t {aka int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c: In function 'bufferevent_replacefd':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:896:36: warning: comparison of integer expressions of different signedness: 'intptr_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
  896 |                         if (old_fd != EVUTIL_INVALID_SOCKET) {
      |                                    ^~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:906:30: warning: format '%I64d' expects argument of type 'long long int', but argument 4 has type 'intptr_t' {aka 'int'} [-Wformat=]
  906 |                 event_debug(("%s: cannot replace fd for %p from "EV_SOCK_FMT" to "EV_SOCK_FMT, __func__, (void *)bev, old_fd, fd));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                     ~~~~~~
      |                                                                                                                       |
      |                                                                                                                       intptr_t {aka int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:906:30: warning: format '%I64d' expects argument of type 'long long int', but argument 5 has type 'intptr_t' {aka 'int'} [-Wformat=]
  906 |                 event_debug(("%s: cannot replace fd for %p from "EV_SOCK_FMT" to "EV_SOCK_FMT, __func__, (void *)bev, old_fd, fd));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                             ~~
      |                                                                                                                               |
      |                                                                                                                               intptr_t {aka int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
[7/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/bufferevent_ratelim.c.obj -MF CMakeFiles\event_core_shared.dir\bufferevent_ratelim.c.obj.d -o CMakeFiles/event_core_shared.dir/bufferevent_ratelim.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_ratelim.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_ratelim.c:44:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[8/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/evmap.c.obj -MF CMakeFiles\event_core_shared.dir\evmap.c.obj.d -o CMakeFiles/event_core_shared.dir/evmap.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evmap.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evmap.c:51:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[9/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/buffer.c.obj -MF CMakeFiles\event_core_shared.dir\buffer.c.obj.d -o CMakeFiles/event_core_shared.dir/buffer.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/buffer.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/buffer.c:88:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[10/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/event.c.obj -MF CMakeFiles\event_core_shared.dir\event.c.obj.d -o CMakeFiles/event_core_shared.dir/event.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c:63:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:35:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c: In function 'event_base_free_':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c:928:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  928 |                 event_debug(("%s: "EV_SIZE_FMT" events were still set in base",
      |                              ^~~~~~
  929 |                         __func__, n_deleted));
      |                                   ~~~~~~~~~
      |                                   |
      |                                   size_t {aka unsigned int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
...
Skipped 82 lines
...
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/epoll.c:60:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/epoll.c:117:29: warning: 'epollops_changelist' defined but not used [-Wunused-const-variable=]
  117 | static const struct eventop epollops_changelist = {
      |                             ^~~~~~~~~~~~~~~~~~~
[24/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_extra_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -DLITTLE_ENDIAN=1 -MD -MT CMakeFiles/event_extra_shared.dir/sha1.c.obj -MF CMakeFiles\event_extra_shared.dir\sha1.c.obj.d -o CMakeFiles/event_extra_shared.dir/sha1.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/sha1.c

[25/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_extra_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_extra_shared.dir/ws.c.obj -MF CMakeFiles\event_extra_shared.dir\ws.c.obj.d -o CMakeFiles/event_extra_shared.dir/ws.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/ws.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/ws.c:9:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[26/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_extra_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_extra_shared.dir/evdns.c.obj -MF CMakeFiles\event_extra_shared.dir\evdns.c.obj.d -o CMakeFiles/event_extra_shared.dir/evdns.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evdns.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evdns.c:103:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[27/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/evthread_win32.c.obj -MF CMakeFiles\event_shared.dir\evthread_win32.c.obj.d -o CMakeFiles/event_shared.dir/evthread_win32.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread_win32.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread_win32.c:45:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[28/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/buffer.c.obj -MF CMakeFiles\event_shared.dir\buffer.c.obj.d -o CMakeFiles/event_shared.dir/buffer.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/buffer.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/buffer.c:88:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[29/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_extra_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_extra_shared.dir/evrpc.c.obj -MF CMakeFiles\event_extra_shared.dir\evrpc.c.obj.d -o CMakeFiles/event_extra_shared.dir/evrpc.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evrpc.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/http-internal.h:14,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evrpc-internal.h:31,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evrpc.c:60:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[30/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/evutil_time.c.obj -MF CMakeFiles\event_core_shared.dir\evutil_time.c.obj.d -o CMakeFiles/event_core_shared.dir/evutil_time.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c

FAILED: CMakeFiles/event_core_shared.dir/evutil_time.c.obj 

D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/evutil_time.c.obj -MF CMakeFiles\event_core_shared.dir\evutil_time.c.obj.d -o CMakeFiles/event_core_shared.dir/evutil_time.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c:62:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c: In function 'evutil_date_rfc1123':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c:205:41: error: passing argument 2 of '_gmtime64_s' from incompatible pointer type [-Wincompatible-pointer-types]
  205 |                 err = _gmtime64_s(&sys, &t);
      |                                         ^~
      |                                         |
      |                                         time_t * {aka long int *}
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c:50:
D:/Dev/mingw32/include/time.h:188:73: note: expected 'const __time64_t *' {aka 'const long long int *'} but argument is of type 'time_t *' {aka 'long int *'}
  188 |   _SECIMP errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time);
      |                                                       ~~~~~~~~~~~~~~~~~~^~~~~
[31/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_core_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_core_shared.dir/wepoll.c.obj -MF CMakeFiles\event_core_shared.dir\wepoll.c.obj.d -o CMakeFiles/event_core_shared.dir/wepoll.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/wepoll.c

E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/wepoll.c:328:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  328 |     RTL_CONSTANT_STRING(L"\\Device\\Afd\\Wepoll");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/wepoll.c:187:44: note: in definition of macro 'RTL_CONSTANT_STRING'
  187 |   { sizeof(s) - sizeof((s)[0]), sizeof(s), s }
      |                                            ^
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/wepoll.c: In function 'port__poll':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/wepoll.c:1228:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 1228 |   BOOL r = GetQueuedCompletionStatusEx(port_state->iocp_handle,
      |   ^~~~
[32/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/bufferevent_pair.c.obj -MF CMakeFiles\event_shared.dir\bufferevent_pair.c.obj.d -o CMakeFiles/event_shared.dir/bufferevent_pair.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_pair.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_pair.c:41:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[33/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/bufferevent_filter.c.obj -MF CMakeFiles\event_shared.dir\bufferevent_filter.c.obj.d -o CMakeFiles/event_shared.dir/bufferevent_filter.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_filter.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_filter.c:58:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[34/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/bufferevent_sock.c.obj -MF CMakeFiles\event_shared.dir\bufferevent_sock.c.obj.d -o CMakeFiles/event_shared.dir/bufferevent_sock.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_sock.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_sock.c:72:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[35/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/bufferevent.c.obj -MF CMakeFiles\event_shared.dir\bufferevent.c.obj.d -o CMakeFiles/event_shared.dir/bufferevent.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:56:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:35:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c: In function 'bufferevent_setfd':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:879:30: warning: format '%I64d' expects argument of type 'long long int', but argument 4 has type 'intptr_t' {aka 'int'} [-Wformat=]
  879 |                 event_debug(("%s: cannot set fd for %p to "EV_SOCK_FMT, __func__, (void *)bev, fd));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                    ~~
      |                                                                                                |
      |                                                                                                intptr_t {aka int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c: In function 'bufferevent_replacefd':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:896:36: warning: comparison of integer expressions of different signedness: 'intptr_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
  896 |                         if (old_fd != EVUTIL_INVALID_SOCKET) {
      |                                    ^~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:906:30: warning: format '%I64d' expects argument of type 'long long int', but argument 4 has type 'intptr_t' {aka 'int'} [-Wformat=]
  906 |                 event_debug(("%s: cannot replace fd for %p from "EV_SOCK_FMT" to "EV_SOCK_FMT, __func__, (void *)bev, old_fd, fd));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                     ~~~~~~
      |                                                                                                                       |
      |                                                                                                                       intptr_t {aka int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent.c:906:30: warning: format '%I64d' expects argument of type 'long long int', but argument 5 has type 'intptr_t' {aka 'int'} [-Wformat=]
  906 |                 event_debug(("%s: cannot replace fd for %p from "EV_SOCK_FMT" to "EV_SOCK_FMT, __func__, (void *)bev, old_fd, fd));
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                             ~~
      |                                                                                                                               |
      |                                                                                                                               intptr_t {aka int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
[36/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/bufferevent_ratelim.c.obj -MF CMakeFiles\event_shared.dir\bufferevent_ratelim.c.obj.d -o CMakeFiles/event_shared.dir/bufferevent_ratelim.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_ratelim.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evthread-internal.h:37,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent-internal.h:38,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/bufferevent_ratelim.c:44:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[37/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/evmap.c.obj -MF CMakeFiles\event_shared.dir\evmap.c.obj.d -o CMakeFiles/event_shared.dir/evmap.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evmap.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evmap.c:51:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[38/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_extra_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_extra_shared.dir/http.c.obj -MF CMakeFiles\event_extra_shared.dir\http.c.obj.d -o CMakeFiles/event_extra_shared.dir/http.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/http.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/http.c:113:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/http.c: In function 'evhttp_connection_cb':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/http.c:1721:2: warning: label 'cleanup' defined but not used [-Wunused-label]
 1721 |  cleanup:
      |  ^~~~~~~
[39/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/event.c.obj -MF CMakeFiles\event_shared.dir\event.c.obj.d -o CMakeFiles/event_shared.dir/event.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/minheap-internal.h:36,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event-internal.h:41,
                 from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c:63:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:35:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c: In function 'event_base_free_':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c:928:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  928 |                 event_debug(("%s: "EV_SIZE_FMT" events were still set in base",
      |                              ^~~~~~
  929 |                         __func__, n_deleted));
      |                                   ~~~~~~~~~
      |                                   |
      |                                   size_t {aka unsigned int}
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/log-internal.h:81:31: note: in definition of macro 'event_debug'
   81 |                 event_debugx_ x;                \
      |                               ^
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c: In function 'dump_inserted_event_fn':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c:3813:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=]
 3813 |         fprintf(output, "  %p [%s "EV_SOCK_FMT"]%s%s%s%s%s%s%s",
      |                         ^~~~~~~~~~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:473:25: note: format string is defined here
  473 | #define EV_I64_FMT "%I64d"
      |                     ~~~~^
      |                         |
      |                         int
      |                     %I64lld
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c: In function 'dump_active_event_fn':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/event.c:3847:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=]
 3847 |         fprintf(output, "  %p [%s "EV_SOCK_FMT", priority=%d]%s%s%s%s%s active%s%s\n",
      |                         ^~~~~~~~~~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:473:25: note: format string is defined here
  473 | #define EV_I64_FMT "%I64d"
      |                     ~~~~^
      |                         |
      |                         int
      |                     %I64lld
[40/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/evutil.c.obj -MF CMakeFiles\event_shared.dir\evutil.c.obj.d -o CMakeFiles/event_shared.dir/evutil.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil.c:90:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil.c:245:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  245 | evutil_check_working_afunix_()
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[41/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/evutil_rand.c.obj -MF CMakeFiles\event_shared.dir\evutil_rand.c.obj.d -o CMakeFiles/event_shared.dir/evutil_rand.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_rand.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_rand.c:40:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
[42/64] D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/evutil_time.c.obj -MF CMakeFiles\event_shared.dir\evutil_time.c.obj.d -o CMakeFiles/event_shared.dir/evutil_time.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c

FAILED: CMakeFiles/event_shared.dir/evutil_time.c.obj 

D:\Dev\mingw32\bin\i686-w64-mingw32-gcc.exe -DHAVE_CONFIG_H -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -Devent_shared_EXPORTS -IE:/Local/vcpkg/buildtrees/libevent/x86-mingw-dynamic-dbg/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/include -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/compat -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean -IE:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/./WIN32-Code -fdiagnostics-color=always -Wall -Wextra -Wno-unused-parameter -Wstrict-aliasing -Wstrict-prototypes -Wundef -fno-strict-aliasing -Wmissing-prototypes -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement -Waddress -Wnormalized=id -Woverride-init -Wlogical-op -Wwrite-strings -Wno-unused-function -Wno-pragmas -g -fvisibility=hidden -MD -MT CMakeFiles/event_shared.dir/evutil_time.c.obj -MF CMakeFiles\event_shared.dir\evutil_time.c.obj.d -o CMakeFiles/event_shared.dir/evutil_time.c.obj -c E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c

In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c:62:
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/util-internal.h:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
  308 | int evutil_check_working_afunix_();
      | ^~~
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c: In function 'evutil_date_rfc1123':
E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c:205:41: error: passing argument 2 of '_gmtime64_s' from incompatible pointer type [-Wincompatible-pointer-types]
  205 |                 err = _gmtime64_s(&sys, &t);
      |                                         ^~
      |                                         |
      |                                         time_t * {aka long int *}
In file included from E:/Local/vcpkg/buildtrees/libevent/src/757b64d6d1-bfa17b9727.clean/evutil_time.c:50:
D:/Dev/mingw32/include/time.h:188:73: note: expected 'const __time64_t *' {aka 'const long long int *'} but argument is of type 'time_t *' {aka 'long int *'}
  188 |   _SECIMP errno_t __cdecl _gmtime64_s (struct tm *_Tm,const __time64_t *_Time);
      |                                                       ~~~~~~~~~~~~~~~~~~^~~~~
ninja: build stopped: subcommand failed.

@MonicaLiu0311 MonicaLiu0311 added the category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team. label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.
Projects
None yet
Development

No branches or pull requests

2 participants