Skip to content

Instantly share code, notes, and snippets.

@shogo82148
Created March 22, 2026 03:25
Show Gist options
  • Select an option

  • Save shogo82148/741ed46e67dbfa93c8bfe913698e980f to your computer and use it in GitHub Desktop.

Select an option

Save shogo82148/741ed46e67dbfa93c8bfe913698e980f to your computer and use it in GitHub Desktop.
building Win32 fails on 5.8.2, 5.8.1, 5.8.0
2026-03-21T11:09:59.9262700Z ##[group]installing Win32 from https://cpan.metacpan.org/authors/id/J/JD/JDB/Win32-0.59.tar.gz
2026-03-21T11:10:00.0001402Z
2026-03-21T11:10:00.0002063Z 7-Zip 26.00 (x64) : Copyright (c) 1999-2026 Igor Pavlov : 2026-02-12
2026-03-21T11:10:00.0002764Z
2026-03-21T11:10:00.0002778Z
2026-03-21T11:10:00.0002906Z Extracting archive:
2026-03-21T11:10:00.0115396Z --
2026-03-21T11:10:00.0115702Z Path =
2026-03-21T11:10:00.0115973Z Type = tar
2026-03-21T11:10:00.0116142Z Code Page = UTF-8
2026-03-21T11:10:00.0116582Z Characteristics = ASCII
2026-03-21T11:10:00.0117028Z
2026-03-21T11:10:00.0118033Z Everything is Ok
2026-03-21T11:10:00.0118225Z
2026-03-21T11:10:00.0118324Z Folders: 2
2026-03-21T11:10:00.0118537Z Files: 23
2026-03-21T11:10:00.0118754Z Size: 162356
2026-03-21T11:10:00.0119005Z Compressed: 16384
2026-03-21T11:10:00.1459176Z Checking if your kit is complete...
2026-03-21T11:10:00.1459569Z Looks good
2026-03-21T11:10:00.1727279Z Note (probably harmless): No library found for '-luserenv'
2026-03-21T11:10:00.1730859Z Note (probably harmless): No library found for '-lwinhttp'
2026-03-21T11:10:00.1734306Z Note (probably harmless): No library found for '-lmoldname'
2026-03-21T11:10:00.1737629Z Note (probably harmless): No library found for '-lkernel32'
2026-03-21T11:10:00.1741136Z Note (probably harmless): No library found for '-luser32'
2026-03-21T11:10:00.1746503Z Note (probably harmless): No library found for '-lgdi32'
2026-03-21T11:10:00.1750242Z Note (probably harmless): No library found for '-lwinspool'
2026-03-21T11:10:00.1753735Z Note (probably harmless): No library found for '-lcomdlg32'
2026-03-21T11:10:00.1757244Z Note (probably harmless): No library found for '-ladvapi32'
2026-03-21T11:10:00.1760819Z Note (probably harmless): No library found for '-lshell32'
2026-03-21T11:10:00.1764405Z Note (probably harmless): No library found for '-lole32'
2026-03-21T11:10:00.1767965Z Note (probably harmless): No library found for '-loleaut32'
2026-03-21T11:10:00.1771395Z Note (probably harmless): No library found for '-lnetapi32'
2026-03-21T11:10:00.1774811Z Note (probably harmless): No library found for '-luuid'
2026-03-21T11:10:00.1778387Z Note (probably harmless): No library found for '-lws2_32'
2026-03-21T11:10:00.1781722Z Note (probably harmless): No library found for '-lmpr'
2026-03-21T11:10:00.1785155Z Note (probably harmless): No library found for '-lwinmm'
2026-03-21T11:10:00.1788619Z Note (probably harmless): No library found for '-lversion'
2026-03-21T11:10:00.1792061Z Note (probably harmless): No library found for '-lodbc32'
2026-03-21T11:10:00.1795400Z Note (probably harmless): No library found for '-lodbccp32'
2026-03-21T11:10:00.2190932Z Writing Makefile for Win32
2026-03-21T11:10:00.6858886Z cp Win32.pm blib\lib\Win32.pm
2026-03-21T11:10:00.7327937Z C:\hostedtoolcache\windows\perl\5.8.0\x64\bin\perl.exe C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\ExtUtils/xsubpp -typemap C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\ExtUtils\typemap Win32.xs > Win32.xsc && C:\hostedtoolcache\windows\perl\5.8.0\x64\bin\perl.exe -MExtUtils::Command -e mv Win32.xsc Win32.c
2026-03-21T11:10:00.8119190Z gcc -c -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DNO_STRICT -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"0.59\" -DXS_VERSION=\"0.59\" "-IC:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE" Win32.c
2026-03-21T11:10:01.9005532Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/win32.h:332,
2026-03-21T11:10:01.9006305Z from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:1983,
2026-03-21T11:10:01.9007018Z from Win32.xs:16:
2026-03-21T11:10:01.9007536Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/sys/socket.h:22: warning: "ENOTSOCK" redefined
2026-03-21T11:10:01.9008120Z #define ENOTSOCK WSAENOTSOCK
2026-03-21T11:10:01.9008347Z
2026-03-21T11:10:01.9008691Z In file included from C:/strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/mm_malloc.h:28,
2026-03-21T11:10:01.9009254Z from C:/strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/xmmintrin.h:34,
2026-03-21T11:10:01.9009932Z from C:/strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/x86intrin.h:33,
2026-03-21T11:10:01.9010396Z from C:/strawberry/c/x86_64-w64-mingw32/include/winnt.h:1554,
2026-03-21T11:10:01.9010812Z from C:/strawberry/c/x86_64-w64-mingw32/include/minwindef.h:163,
2026-03-21T11:10:01.9011350Z from C:/strawberry/c/x86_64-w64-mingw32/include/windef.h:8,
2026-03-21T11:10:01.9011748Z from C:/strawberry/c/x86_64-w64-mingw32/include/windows.h:69,
2026-03-21T11:10:01.9012069Z from Win32.xs:5:
2026-03-21T11:10:01.9012514Z C:/strawberry/c/x86_64-w64-mingw32/include/errno.h:146: note: this is the location of the previous definition
2026-03-21T11:10:01.9013005Z #define ENOTSOCK 128
2026-03-21T11:10:01.9013190Z
2026-03-21T11:10:01.9426584Z In file included from Win32.xs:17:
2026-03-21T11:10:01.9427183Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/XSUB.h:412: warning: "popen" redefined
2026-03-21T11:10:01.9427894Z # define popen PerlProc_popen
2026-03-21T11:10:01.9428350Z
2026-03-21T11:10:01.9428940Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/win32.h:72,
2026-03-21T11:10:01.9429510Z from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:1983,
2026-03-21T11:10:01.9429916Z from Win32.xs:16:
2026-03-21T11:10:01.9430416Z C:/strawberry/c/x86_64-w64-mingw32/include/stdio.h:667: note: this is the location of the previous definition
2026-03-21T11:10:01.9430932Z #define popen _popen
2026-03-21T11:10:01.9431124Z
2026-03-21T11:10:01.9431286Z In file included from Win32.xs:17:
2026-03-21T11:10:01.9431694Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/XSUB.h:413: warning: "pclose" redefined
2026-03-21T11:10:01.9432141Z # define pclose PerlProc_pclose
2026-03-21T11:10:01.9432378Z
2026-03-21T11:10:01.9432682Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/win32.h:72,
2026-03-21T11:10:01.9433209Z from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:1983,
2026-03-21T11:10:01.9433584Z from Win32.xs:16:
2026-03-21T11:10:01.9434066Z C:/strawberry/c/x86_64-w64-mingw32/include/stdio.h:668: note: this is the location of the previous definition
2026-03-21T11:10:01.9434582Z #define pclose _pclose
2026-03-21T11:10:01.9434777Z
2026-03-21T11:10:01.9608353Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9608986Z from Win32.xs:16:
2026-03-21T11:10:01.9609281Z Win32.xs: In function 'boot_Win32':
2026-03-21T11:10:01.9615472Z Win32.xs:2032:62: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9616319Z newXS("Win32::LookupAccountName", w32_LookupAccountName, file);
2026-03-21T11:10:01.9616743Z ^~~~
2026-03-21T11:10:01.9617618Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9618587Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9619118Z ^
2026-03-21T11:10:01.9620032Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9620637Z from Win32.xs:16:
2026-03-21T11:10:01.9621322Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9622200Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9622735Z ^~~~~~~~~~
2026-03-21T11:10:01.9623242Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9623707Z from Win32.xs:16:
2026-03-21T11:10:01.9624506Z Win32.xs:2033:60: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9625567Z newXS("Win32::LookupAccountSID", w32_LookupAccountSID, file);
2026-03-21T11:10:01.9626238Z ^~~~
2026-03-21T11:10:01.9627183Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9627908Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9628311Z ^
2026-03-21T11:10:01.9628799Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9629324Z from Win32.xs:16:
2026-03-21T11:10:01.9630071Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9630891Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9631325Z ^~~~~~~~~~
2026-03-21T11:10:01.9631799Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9632329Z from Win32.xs:16:
2026-03-21T11:10:01.9633063Z Win32.xs:2034:72: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9633969Z newXS("Win32::InitiateSystemShutdown", w32_InitiateSystemShutdown, file);
2026-03-21T11:10:01.9634445Z ^~~~
2026-03-21T11:10:01.9635137Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9635783Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9636033Z ^
2026-03-21T11:10:01.9636566Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9637041Z from Win32.xs:16:
2026-03-21T11:10:01.9637681Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9638562Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9639122Z ^~~~~~~~~~
2026-03-21T11:10:01.9639529Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9640061Z from Win32.xs:16:
2026-03-21T11:10:01.9640808Z Win32.xs:2035:66: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9641709Z newXS("Win32::AbortSystemShutdown", w32_AbortSystemShutdown, file);
2026-03-21T11:10:01.9642125Z ^~~~
2026-03-21T11:10:01.9642749Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9643440Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9643755Z ^
2026-03-21T11:10:01.9644324Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9644946Z from Win32.xs:16:
2026-03-21T11:10:01.9645561Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9646577Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9647114Z ^~~~~~~~~~
2026-03-21T11:10:01.9647560Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9648098Z from Win32.xs:16:
2026-03-21T11:10:01.9648830Z Win32.xs:2036:76: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9649988Z newXS("Win32::ExpandEnvironmentStrings", w32_ExpandEnvironmentStrings, file);
2026-03-21T11:10:01.9650482Z ^~~~
2026-03-21T11:10:01.9651280Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9651960Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9652330Z ^
2026-03-21T11:10:01.9652805Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9653367Z from Win32.xs:16:
2026-03-21T11:10:01.9653966Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9654830Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9655374Z ^~~~~~~~~~
2026-03-21T11:10:01.9655820Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9656291Z from Win32.xs:16:
2026-03-21T11:10:01.9657062Z Win32.xs:2037:40: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9657860Z newXS("Win32::MsgBox", w32_MsgBox, file);
2026-03-21T11:10:01.9658105Z ^~~~
2026-03-21T11:10:01.9658760Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9659413Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9659689Z ^
2026-03-21T11:10:01.9660221Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9660612Z from Win32.xs:16:
2026-03-21T11:10:01.9661319Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9662164Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9662602Z ^~~~~~~~~~
2026-03-21T11:10:01.9663035Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9663409Z from Win32.xs:16:
2026-03-21T11:10:01.9663922Z Win32.xs:2038:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9664509Z newXS("Win32::LoadLibrary", w32_LoadLibrary, file);
2026-03-21T11:10:01.9664775Z ^~~~
2026-03-21T11:10:01.9665194Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9665637Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9665872Z ^
2026-03-21T11:10:01.9666221Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9666672Z from Win32.xs:16:
2026-03-21T11:10:01.9667140Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9667733Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9668066Z ^~~~~~~~~~
2026-03-21T11:10:01.9668383Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9668733Z from Win32.xs:16:
2026-03-21T11:10:01.9669240Z Win32.xs:2039:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9669862Z newXS("Win32::FreeLibrary", w32_FreeLibrary, file);
2026-03-21T11:10:01.9670135Z ^~~~
2026-03-21T11:10:01.9670547Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9671062Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9671308Z ^
2026-03-21T11:10:01.9671649Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9672008Z from Win32.xs:16:
2026-03-21T11:10:01.9672469Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9673072Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9673398Z ^~~~~~~~~~
2026-03-21T11:10:01.9673718Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9674080Z from Win32.xs:16:
2026-03-21T11:10:01.9674580Z Win32.xs:2040:56: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9675187Z newXS("Win32::GetProcAddress", w32_GetProcAddress, file);
2026-03-21T11:10:01.9675495Z ^~~~
2026-03-21T11:10:01.9675922Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9676360Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9676599Z ^
2026-03-21T11:10:01.9676948Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9677304Z from Win32.xs:16:
2026-03-21T11:10:01.9677770Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9678369Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9678708Z ^~~~~~~~~~
2026-03-21T11:10:01.9679023Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9679388Z from Win32.xs:16:
2026-03-21T11:10:01.9679894Z Win32.xs:2041:56: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9680486Z newXS("Win32::RegisterServer", w32_RegisterServer, file);
2026-03-21T11:10:01.9680779Z ^~~~
2026-03-21T11:10:01.9681200Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9681639Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9681872Z ^
2026-03-21T11:10:01.9682217Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9682576Z from Win32.xs:16:
2026-03-21T11:10:01.9683031Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9683680Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9684010Z ^~~~~~~~~~
2026-03-21T11:10:01.9684322Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9684670Z from Win32.xs:16:
2026-03-21T11:10:01.9685178Z Win32.xs:2042:60: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9685784Z newXS("Win32::UnregisterServer", w32_UnregisterServer, file);
2026-03-21T11:10:01.9686104Z ^~~~
2026-03-21T11:10:01.9687244Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9687684Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9687926Z ^
2026-03-21T11:10:01.9688345Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9688712Z from Win32.xs:16:
2026-03-21T11:10:01.9689176Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9689774Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9690099Z ^~~~~~~~~~
2026-03-21T11:10:01.9690414Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9690772Z from Win32.xs:16:
2026-03-21T11:10:01.9691274Z Win32.xs:2043:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9691861Z newXS("Win32::GetArchName", w32_GetArchName, file);
2026-03-21T11:10:01.9692137Z ^~~~
2026-03-21T11:10:01.9692554Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9692986Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9693226Z ^
2026-03-21T11:10:01.9693576Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9693935Z from Win32.xs:16:
2026-03-21T11:10:01.9694394Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9694994Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9695331Z ^~~~~~~~~~
2026-03-21T11:10:01.9695646Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9696009Z from Win32.xs:16:
2026-03-21T11:10:01.9696521Z Win32.xs:2044:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9697102Z newXS("Win32::GetChipArch", w32_GetChipArch, file);
2026-03-21T11:10:01.9697377Z ^~~~
2026-03-21T11:10:01.9697801Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9698244Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9698479Z ^
2026-03-21T11:10:01.9698828Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9699203Z from Win32.xs:16:
2026-03-21T11:10:01.9699657Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9700332Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9700668Z ^~~~~~~~~~
2026-03-21T11:10:01.9700994Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9701355Z from Win32.xs:16:
2026-03-21T11:10:01.9701871Z Win32.xs:2045:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9702456Z newXS("Win32::GetChipName", w32_GetChipName, file);
2026-03-21T11:10:01.9702746Z ^~~~
2026-03-21T11:10:01.9703165Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9703664Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9703910Z ^
2026-03-21T11:10:01.9704257Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9704692Z from Win32.xs:16:
2026-03-21T11:10:01.9705227Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9705837Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9706168Z ^~~~~~~~~~
2026-03-21T11:10:01.9706489Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9706853Z from Win32.xs:16:
2026-03-21T11:10:01.9707366Z Win32.xs:2046:42: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9707931Z newXS("Win32::GuidGen", w32_GuidGen, file);
2026-03-21T11:10:01.9708172Z ^~~~
2026-03-21T11:10:01.9708585Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9709026Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9709309Z ^
2026-03-21T11:10:01.9709657Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9710015Z from Win32.xs:16:
2026-03-21T11:10:01.9710472Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9711984Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9712517Z ^~~~~~~~~~
2026-03-21T11:10:01.9712877Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9713272Z from Win32.xs:16:
2026-03-21T11:10:01.9713810Z Win32.xs:2047:54: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9714431Z newXS("Win32::GetFolderPath", w32_GetFolderPath, file);
2026-03-21T11:10:01.9714720Z ^~~~
2026-03-21T11:10:01.9715158Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9715621Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9715862Z ^
2026-03-21T11:10:01.9716220Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9716591Z from Win32.xs:16:
2026-03-21T11:10:01.9717063Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9717659Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9717999Z ^~~~~~~~~~
2026-03-21T11:10:01.9718498Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9718865Z from Win32.xs:16:
2026-03-21T11:10:01.9719386Z Win32.xs:2048:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9719973Z newXS("Win32::IsAdminUser", w32_IsAdminUser, file);
2026-03-21T11:10:01.9720244Z ^~~~
2026-03-21T11:10:01.9720663Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9721109Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9721417Z ^
2026-03-21T11:10:01.9721763Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9722130Z from Win32.xs:16:
2026-03-21T11:10:01.9722675Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9723278Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9723609Z ^~~~~~~~~~
2026-03-21T11:10:01.9723934Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9724309Z from Win32.xs:16:
2026-03-21T11:10:01.9724815Z Win32.xs:2049:56: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9725410Z newXS("Win32::GetFileVersion", w32_GetFileVersion, file);
2026-03-21T11:10:01.9725711Z ^~~~
2026-03-21T11:10:01.9726158Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9726629Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9726876Z ^
2026-03-21T11:10:01.9727227Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9727589Z from Win32.xs:16:
2026-03-21T11:10:01.9728049Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9728650Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9728980Z ^~~~~~~~~~
2026-03-21T11:10:01.9729290Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9729651Z from Win32.xs:16:
2026-03-21T11:10:01.9730159Z Win32.xs:2051:40: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9730711Z newXS("Win32::GetCwd", w32_GetCwd, file);
2026-03-21T11:10:01.9730940Z ^~~~
2026-03-21T11:10:01.9731341Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9731780Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9732006Z ^
2026-03-21T11:10:01.9732346Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9732699Z from Win32.xs:16:
2026-03-21T11:10:01.9733155Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9733738Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9734069Z ^~~~~~~~~~
2026-03-21T11:10:01.9734381Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9734775Z from Win32.xs:16:
2026-03-21T11:10:01.9735277Z Win32.xs:2052:40: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9735822Z newXS("Win32::SetCwd", w32_SetCwd, file);
2026-03-21T11:10:01.9736053Z ^~~~
2026-03-21T11:10:01.9736444Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9736877Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9737109Z ^
2026-03-21T11:10:01.9737446Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9737840Z from Win32.xs:16:
2026-03-21T11:10:01.9738305Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9738973Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9739297Z ^~~~~~~~~~
2026-03-21T11:10:01.9739615Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9739969Z from Win32.xs:16:
2026-03-21T11:10:01.9740465Z Win32.xs:2053:62: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9741080Z newXS("Win32::GetNextAvailDrive", w32_GetNextAvailDrive, file);
2026-03-21T11:10:01.9741404Z ^~~~
2026-03-21T11:10:01.9741838Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9742272Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9742513Z ^
2026-03-21T11:10:01.9742858Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9743216Z from Win32.xs:16:
2026-03-21T11:10:01.9743675Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9744266Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9744596Z ^~~~~~~~~~
2026-03-21T11:10:01.9744907Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9745265Z from Win32.xs:16:
2026-03-21T11:10:01.9745763Z Win32.xs:2054:52: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9746336Z newXS("Win32::GetLastError", w32_GetLastError, file);
2026-03-21T11:10:01.9746616Z ^~~~
2026-03-21T11:10:01.9747034Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9747467Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9747695Z ^
2026-03-21T11:10:01.9748035Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9748389Z from Win32.xs:16:
2026-03-21T11:10:01.9748835Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9749422Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9749749Z ^~~~~~~~~~
2026-03-21T11:10:01.9750062Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9750409Z from Win32.xs:16:
2026-03-21T11:10:01.9750917Z Win32.xs:2055:52: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9751537Z newXS("Win32::SetLastError", w32_SetLastError, file);
2026-03-21T11:10:01.9751805Z ^~~~
2026-03-21T11:10:01.9752221Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9752661Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9752895Z ^
2026-03-21T11:10:01.9753240Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9753600Z from Win32.xs:16:
2026-03-21T11:10:01.9754100Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9754688Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9755023Z ^~~~~~~~~~
2026-03-21T11:10:01.9755413Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9755779Z from Win32.xs:16:
2026-03-21T11:10:01.9756286Z Win32.xs:2056:46: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9756856Z newXS("Win32::LoginName", w32_LoginName, file);
2026-03-21T11:10:01.9757112Z ^~~~
2026-03-21T11:10:01.9757521Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9757963Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9758203Z ^
2026-03-21T11:10:01.9758540Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9758898Z from Win32.xs:16:
2026-03-21T11:10:01.9759360Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9759955Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9760279Z ^~~~~~~~~~
2026-03-21T11:10:01.9760597Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9760955Z from Win32.xs:16:
2026-03-21T11:10:01.9761448Z Win32.xs:2057:44: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9762007Z newXS("Win32::NodeName", w32_NodeName, file);
2026-03-21T11:10:01.9762256Z ^~~~
2026-03-21T11:10:01.9762660Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9763090Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9763332Z ^
2026-03-21T11:10:01.9763678Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9764027Z from Win32.xs:16:
2026-03-21T11:10:01.9764484Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9765074Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9765401Z ^~~~~~~~~~
2026-03-21T11:10:01.9765711Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9766063Z from Win32.xs:16:
2026-03-21T11:10:01.9766566Z Win32.xs:2058:48: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9767133Z newXS("Win32::DomainName", w32_DomainName, file);
2026-03-21T11:10:01.9767434Z ^~~~
2026-03-21T11:10:01.9767845Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9768275Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9768506Z ^
2026-03-21T11:10:01.9768844Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9769196Z from Win32.xs:16:
2026-03-21T11:10:01.9769664Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9770307Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9770638Z ^~~~~~~~~~
2026-03-21T11:10:01.9770950Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9771303Z from Win32.xs:16:
2026-03-21T11:10:01.9772678Z Win32.xs:2059:40: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9773290Z newXS("Win32::FsType", w32_FsType, file);
2026-03-21T11:10:01.9773534Z ^~~~
2026-03-21T11:10:01.9773944Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9774391Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9774630Z ^
2026-03-21T11:10:01.9774973Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9775342Z from Win32.xs:16:
2026-03-21T11:10:01.9775810Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9776408Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9776737Z ^~~~~~~~~~
2026-03-21T11:10:01.9777057Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9777419Z from Win32.xs:16:
2026-03-21T11:10:01.9777922Z Win32.xs:2060:52: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9778510Z newXS("Win32::GetOSVersion", w32_GetOSVersion, file);
2026-03-21T11:10:01.9778796Z ^~~~
2026-03-21T11:10:01.9779218Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9779658Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9779900Z ^
2026-03-21T11:10:01.9780244Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9780606Z from Win32.xs:16:
2026-03-21T11:10:01.9781069Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9781664Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9782018Z ^~~~~~~~~~
2026-03-21T11:10:01.9782331Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9782696Z from Win32.xs:16:
2026-03-21T11:10:01.9783204Z Win32.xs:2061:42: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9783757Z newXS("Win32::IsWinNT", w32_IsWinNT, file);
2026-03-21T11:10:01.9783998Z ^~~~
2026-03-21T11:10:01.9784401Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9784897Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9785128Z ^
2026-03-21T11:10:01.9785466Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9785822Z from Win32.xs:16:
2026-03-21T11:10:01.9786277Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9786870Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9787200Z ^~~~~~~~~~
2026-03-21T11:10:01.9787552Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9787898Z from Win32.xs:16:
2026-03-21T11:10:01.9788393Z Win32.xs:2062:42: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9789014Z newXS("Win32::IsWin95", w32_IsWin95, file);
2026-03-21T11:10:01.9789245Z ^~~~
2026-03-21T11:10:01.9789641Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9790080Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9790310Z ^
2026-03-21T11:10:01.9790643Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9790996Z from Win32.xs:16:
2026-03-21T11:10:01.9791449Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9792036Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9792361Z ^~~~~~~~~~
2026-03-21T11:10:01.9792676Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9793031Z from Win32.xs:16:
2026-03-21T11:10:01.9793523Z Win32.xs:2063:54: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9794108Z newXS("Win32::FormatMessage", w32_FormatMessage, file);
2026-03-21T11:10:01.9794396Z ^~~~
2026-03-21T11:10:01.9794807Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9795241Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9795477Z ^
2026-03-21T11:10:01.9795820Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9796169Z from Win32.xs:16:
2026-03-21T11:10:01.9796629Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9797216Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9797535Z ^~~~~~~~~~
2026-03-21T11:10:01.9797848Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9798203Z from Win32.xs:16:
2026-03-21T11:10:01.9798700Z Win32.xs:2064:38: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9799240Z newXS("Win32::Spawn", w32_Spawn, file);
2026-03-21T11:10:01.9799472Z ^~~~
2026-03-21T11:10:01.9799870Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9800297Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9800580Z ^
2026-03-21T11:10:01.9800923Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9801281Z from Win32.xs:16:
2026-03-21T11:10:01.9801728Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9802316Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9802645Z ^~~~~~~~~~
2026-03-21T11:10:01.9802953Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9803306Z from Win32.xs:16:
2026-03-21T11:10:01.9803842Z Win32.xs:2065:52: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9804418Z newXS("Win32::GetTickCount", w32_GetTickCount, file);
2026-03-21T11:10:01.9804696Z ^~~~
2026-03-21T11:10:01.9805177Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9805617Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9805841Z ^
2026-03-21T11:10:01.9806181Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9806534Z from Win32.xs:16:
2026-03-21T11:10:01.9806984Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9807565Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9807952Z ^~~~~~~~~~
2026-03-21T11:10:01.9808265Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9808615Z from Win32.xs:16:
2026-03-21T11:10:01.9809113Z Win32.xs:2066:60: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9809735Z newXS("Win32::GetShortPathName", w32_GetShortPathName, file);
2026-03-21T11:10:01.9810055Z ^~~~
2026-03-21T11:10:01.9810491Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9810957Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9811196Z ^
2026-03-21T11:10:01.9811544Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9811905Z from Win32.xs:16:
2026-03-21T11:10:01.9812363Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9812966Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9813292Z ^~~~~~~~~~
2026-03-21T11:10:01.9813678Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9814035Z from Win32.xs:16:
2026-03-21T11:10:01.9814544Z Win32.xs:2067:58: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9815147Z newXS("Win32::GetFullPathName", w32_GetFullPathName, file);
2026-03-21T11:10:01.9815455Z ^~~~
2026-03-21T11:10:01.9815883Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9816320Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9816556Z ^
2026-03-21T11:10:01.9816944Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9817306Z from Win32.xs:16:
2026-03-21T11:10:01.9817758Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9818350Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9818683Z ^~~~~~~~~~
2026-03-21T11:10:01.9818991Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9819348Z from Win32.xs:16:
2026-03-21T11:10:01.9819855Z Win32.xs:2068:58: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9820495Z newXS("Win32::GetLongPathName", w32_GetLongPathName, file);
2026-03-21T11:10:01.9820794Z ^~~~
2026-03-21T11:10:01.9821284Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9821725Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9821954Z ^
2026-03-21T11:10:01.9822300Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9822655Z from Win32.xs:16:
2026-03-21T11:10:01.9823108Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9823695Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9824025Z ^~~~~~~~~~
2026-03-21T11:10:01.9824342Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9824689Z from Win32.xs:16:
2026-03-21T11:10:01.9825190Z Win32.xs:2069:58: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9825788Z newXS("Win32::GetANSIPathName", w32_GetANSIPathName, file);
2026-03-21T11:10:01.9826091Z ^~~~
2026-03-21T11:10:01.9826506Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9826938Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9827173Z ^
2026-03-21T11:10:01.9827518Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9827865Z from Win32.xs:16:
2026-03-21T11:10:01.9828318Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9828908Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9829232Z ^~~~~~~~~~
2026-03-21T11:10:01.9829547Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9829906Z from Win32.xs:16:
2026-03-21T11:10:01.9830424Z Win32.xs:2070:44: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9830997Z newXS("Win32::CopyFile", w32_CopyFile, file);
2026-03-21T11:10:01.9831253Z ^~~~
2026-03-21T11:10:01.9831669Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9832103Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9832344Z ^
2026-03-21T11:10:01.9832690Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9833095Z from Win32.xs:16:
2026-03-21T11:10:01.9833552Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9834156Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9834486Z ^~~~~~~~~~
2026-03-21T11:10:01.9834794Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9835152Z from Win32.xs:16:
2026-03-21T11:10:01.9835659Z Win32.xs:2071:38: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9836211Z newXS("Win32::Sleep", w32_Sleep, file);
2026-03-21T11:10:01.9836477Z ^~~~
2026-03-21T11:10:01.9836876Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9837314Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9837611Z ^
2026-03-21T11:10:01.9837958Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9838313Z from Win32.xs:16:
2026-03-21T11:10:01.9838770Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9839356Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9839690Z ^~~~~~~~~~
2026-03-21T11:10:01.9840003Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9840356Z from Win32.xs:16:
2026-03-21T11:10:01.9840858Z Win32.xs:2072:62: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9841477Z newXS("Win32::OutputDebugString", w32_OutputDebugString, file);
2026-03-21T11:10:01.9841805Z ^~~~
2026-03-21T11:10:01.9842227Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9842672Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9842910Z ^
2026-03-21T11:10:01.9843249Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9843607Z from Win32.xs:16:
2026-03-21T11:10:01.9844060Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9844649Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9844970Z ^~~~~~~~~~
2026-03-21T11:10:01.9845284Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9845642Z from Win32.xs:16:
2026-03-21T11:10:01.9846138Z Win32.xs:2073:66: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9846764Z newXS("Win32::GetCurrentProcessId", w32_GetCurrentProcessId, file);
2026-03-21T11:10:01.9847101Z ^~~~
2026-03-21T11:10:01.9847528Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9847956Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9848189Z ^
2026-03-21T11:10:01.9848534Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9848886Z from Win32.xs:16:
2026-03-21T11:10:01.9849335Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9849967Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9850294Z ^~~~~~~~~~
2026-03-21T11:10:01.9850599Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9850951Z from Win32.xs:16:
2026-03-21T11:10:01.9851456Z Win32.xs:2074:64: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9852072Z newXS("Win32::GetCurrentThreadId", w32_GetCurrentThreadId, file);
2026-03-21T11:10:01.9852391Z ^~~~
2026-03-21T11:10:01.9852858Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9853295Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9853526Z ^
2026-03-21T11:10:01.9853932Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9854289Z from Win32.xs:16:
2026-03-21T11:10:01.9854743Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9855327Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9855656Z ^~~~~~~~~~
2026-03-21T11:10:01.9855969Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9856319Z from Win32.xs:16:
2026-03-21T11:10:01.9856849Z Win32.xs:2075:58: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9857448Z newXS("Win32::CreateDirectory", w32_CreateDirectory, file);
2026-03-21T11:10:01.9857756Z ^~~~
2026-03-21T11:10:01.9867634Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9868472Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9868758Z ^
2026-03-21T11:10:01.9869152Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9869538Z from Win32.xs:16:
2026-03-21T11:10:01.9870037Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9870669Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9871030Z ^~~~~~~~~~
2026-03-21T11:10:01.9871360Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9871741Z from Win32.xs:16:
2026-03-21T11:10:01.9872290Z Win32.xs:2076:48: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9872883Z newXS("Win32::CreateFile", w32_CreateFile, file);
2026-03-21T11:10:01.9873153Z ^~~~
2026-03-21T11:10:01.9873583Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9874031Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9874284Z ^
2026-03-21T11:10:01.9874656Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9875033Z from Win32.xs:16:
2026-03-21T11:10:01.9875510Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9876229Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9876569Z ^~~~~~~~~~
2026-03-21T11:10:01.9876897Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9877254Z from Win32.xs:16:
2026-03-21T11:10:01.9877774Z Win32.xs:2077:60: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9878389Z newXS("Win32::GetSystemMetrics", w32_GetSystemMetrics, file);
2026-03-21T11:10:01.9878713Z ^~~~
2026-03-21T11:10:01.9879149Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9879662Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9879911Z ^
2026-03-21T11:10:01.9880260Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9880703Z from Win32.xs:16:
2026-03-21T11:10:01.9881184Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9881788Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9882118Z ^~~~~~~~~~
2026-03-21T11:10:01.9882442Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9882803Z from Win32.xs:16:
2026-03-21T11:10:01.9883313Z Win32.xs:2078:56: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9883915Z newXS("Win32::GetProductInfo", w32_GetProductInfo, file);
2026-03-21T11:10:01.9884220Z ^~~~
2026-03-21T11:10:01.9884657Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9885097Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9885341Z ^
2026-03-21T11:10:01.9885687Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9886048Z from Win32.xs:16:
2026-03-21T11:10:01.9886506Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9887104Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9887438Z ^~~~~~~~~~
2026-03-21T11:10:01.9887753Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9888114Z from Win32.xs:16:
2026-03-21T11:10:01.9888630Z Win32.xs:2079:40: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9889192Z newXS("Win32::GetACP", w32_GetACP, file);
2026-03-21T11:10:01.9889423Z ^~~~
2026-03-21T11:10:01.9889835Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9890275Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9890506Z ^
2026-03-21T11:10:01.9890854Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9891209Z from Win32.xs:16:
2026-03-21T11:10:01.9891670Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9892259Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9893148Z ^~~~~~~~~~
2026-03-21T11:10:01.9893483Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9893850Z from Win32.xs:16:
2026-03-21T11:10:01.9894368Z Win32.xs:2080:52: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9894961Z newXS("Win32::GetConsoleCP", w32_GetConsoleCP, file);
2026-03-21T11:10:01.9895251Z ^~~~
2026-03-21T11:10:01.9895672Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9896117Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9896411Z ^
2026-03-21T11:10:01.9896756Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9897118Z from Win32.xs:16:
2026-03-21T11:10:01.9897655Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9898260Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9898586Z ^~~~~~~~~~
2026-03-21T11:10:01.9898907Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9899270Z from Win32.xs:16:
2026-03-21T11:10:01.9899791Z Win32.xs:2081:64: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9900422Z newXS("Win32::GetConsoleOutputCP", w32_GetConsoleOutputCP, file);
2026-03-21T11:10:01.9900766Z ^~~~
2026-03-21T11:10:01.9901206Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9901659Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9901901Z ^
2026-03-21T11:10:01.9902257Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9902625Z from Win32.xs:16:
2026-03-21T11:10:01.9903090Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9903694Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9904033Z ^~~~~~~~~~
2026-03-21T11:10:01.9904358Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9904717Z from Win32.xs:16:
2026-03-21T11:10:01.9905233Z Win32.xs:2082:44: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9905806Z newXS("Win32::GetOEMCP", w32_GetOEMCP, file);
2026-03-21T11:10:01.9906057Z ^~~~
2026-03-21T11:10:01.9906472Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9906915Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9907155Z ^
2026-03-21T11:10:01.9907494Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9907859Z from Win32.xs:16:
2026-03-21T11:10:01.9908384Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9908982Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9909315Z ^~~~~~~~~~
2026-03-21T11:10:01.9909642Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9910048Z from Win32.xs:16:
2026-03-21T11:10:01.9910548Z Win32.xs:2083:52: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9911139Z newXS("Win32::SetConsoleCP", w32_SetConsoleCP, file);
2026-03-21T11:10:01.9911421Z ^~~~
2026-03-21T11:10:01.9911834Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9912272Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9912507Z ^
2026-03-21T11:10:01.9912855Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9913246Z from Win32.xs:16:
2026-03-21T11:10:01.9913702Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9914364Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9914701Z ^~~~~~~~~~
2026-03-21T11:10:01.9915010Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9915364Z from Win32.xs:16:
2026-03-21T11:10:01.9915874Z Win32.xs:2084:64: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9916493Z newXS("Win32::SetConsoleOutputCP", w32_SetConsoleOutputCP, file);
2026-03-21T11:10:01.9916830Z ^~~~
2026-03-21T11:10:01.9917269Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9917708Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9917942Z ^
2026-03-21T11:10:01.9918298Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9918659Z from Win32.xs:16:
2026-03-21T11:10:01.9919118Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9919717Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9920054Z ^~~~~~~~~~
2026-03-21T11:10:01.9920378Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9920733Z from Win32.xs:16:
2026-03-21T11:10:01.9921242Z Win32.xs:2085:68: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9921886Z newXS("Win32::GetProcessPrivileges", w32_GetProcessPrivileges, file);
2026-03-21T11:10:01.9922235Z ^~~~
2026-03-21T11:10:01.9922678Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9923123Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9923363Z ^
2026-03-21T11:10:01.9923700Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9924057Z from Win32.xs:16:
2026-03-21T11:10:01.9924514Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9925104Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9925440Z ^~~~~~~~~~
2026-03-21T11:10:01.9925761Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9926196Z from Win32.xs:16:
2026-03-21T11:10:01.9926711Z Win32.xs:2086:72: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9927373Z newXS("Win32::IsDeveloperModeEnabled", w32_IsDeveloperModeEnabled, file);
2026-03-21T11:10:01.9927752Z ^~~~
2026-03-21T11:10:01.9928200Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9928644Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9928887Z ^
2026-03-21T11:10:01.9929242Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9929647Z from Win32.xs:16:
2026-03-21T11:10:01.9930115Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9930780Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9931112Z ^~~~~~~~~~
2026-03-21T11:10:01.9931435Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3400,
2026-03-21T11:10:01.9931799Z from Win32.xs:16:
2026-03-21T11:10:01.9932305Z Win32.xs:2091:50: warning: passing argument 4 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
2026-03-21T11:10:01.9932879Z newXS("Win32::HttpGetFile", w32_HttpGetFile, file);
2026-03-21T11:10:01.9933177Z ^~~~
2026-03-21T11:10:01.9933597Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/embed.h:2023:44: note: in definition of macro 'newXS'
2026-03-21T11:10:01.9934041Z #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c)
2026-03-21T11:10:01.9934273Z ^
2026-03-21T11:10:01.9934620Z In file included from C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/perl.h:3368,
2026-03-21T11:10:01.9934976Z from Win32.xs:16:
2026-03-21T11:10:01.9935428Z C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE/proto.h:546:19: note: expected 'char *' but argument is of type 'const char *'
2026-03-21T11:10:01.9936022Z PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
2026-03-21T11:10:01.9936357Z ^~~~~~~~~~
2026-03-21T11:10:02.5836560Z "Running Mkbootstrap for Win32 ()"
2026-03-21T11:10:02.6339907Z C:\hostedtoolcache\windows\perl\5.8.0\x64\bin\perl.exe -MExtUtils::Command -e chmod 644 Win32.bs
2026-03-21T11:10:02.6631250Z C:\hostedtoolcache\windows\perl\5.8.0\x64\bin\perl.exe -MExtUtils::Mksymlists \
2026-03-21T11:10:02.6631961Z -e "Mksymlists('NAME'=>\"Win32\", 'DLBASE' => 'Win32', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
2026-03-21T11:10:02.6824414Z dlltool --def Win32.def --output-exp dll.exp
2026-03-21T11:10:02.6963479Z g++ -o blib\arch\auto\Win32\Win32.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE" -L"C:\strawberry\c\lib" Win32.o -Wl,--image-base,0x65470000 C:\hostedtoolcache\windows\perl\5.8.0\x64\lib\CORE\libperl58.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 dll.exp
2026-03-21T11:10:02.8310866Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x55b6): undefined reference to `WinHttpCrackUrl'
2026-03-21T11:10:02.8312636Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x55fe): undefined reference to `WinHttpCloseHandle'
2026-03-21T11:10:02.8314300Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5844): undefined reference to `WinHttpOpen'
2026-03-21T11:10:02.8316087Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5869): undefined reference to `WinHttpConnect'
2026-03-21T11:10:02.8317645Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x58be): undefined reference to `WinHttpOpenRequest'
2026-03-21T11:10:02.8318705Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5966): undefined reference to `WinHttpGetProxyForUrl'
2026-03-21T11:10:02.8319753Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5999): undefined reference to `WinHttpSendRequest'
2026-03-21T11:10:02.8320871Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x59c4): undefined reference to `WinHttpCloseHandle'
2026-03-21T11:10:02.8321975Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x59d1): undefined reference to `WinHttpCloseHandle'
2026-03-21T11:10:02.8322948Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5bd2): undefined reference to `WinHttpSetOption'
2026-03-21T11:10:02.8323933Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5c06): undefined reference to `WinHttpReceiveResponse'
2026-03-21T11:10:02.8324932Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5c4a): undefined reference to `WinHttpQueryHeaders'
2026-03-21T11:10:02.8325913Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5c91): undefined reference to `WinHttpQueryHeaders'
2026-03-21T11:10:02.8326870Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5d74): undefined reference to `WinHttpReadData'
2026-03-21T11:10:02.8327819Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5e42): undefined reference to `WinHttpSetOption'
2026-03-21T11:10:02.8328796Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5ef3): undefined reference to `CreateEnvironmentBlock'
2026-03-21T11:10:02.8329801Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5fb1): undefined reference to `DestroyEnvironmentBlock'
2026-03-21T11:10:02.8360701Z C:/strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: Win32.o:Win32.c:(.text+0x5fc5): undefined reference to `DestroyEnvironmentBlock'
2026-03-21T11:10:02.8362348Z collect2.exe: error: ld returned 1 exit status
2026-03-21T11:10:02.8381114Z gmake: *** [Makefile:426: blib\arch\auto\Win32\Win32.dll] Error 1
2026-03-21T11:10:02.8395950Z failed to execute gmake install: exit code 512 at build.pl line 89.
2026-03-21T11:10:02.8396421Z main::execute_or_die("gmake", "install") called at build.pl line 130
2026-03-21T11:10:02.8397119Z main::cpan_install("https://cpan.metacpan.org/authors/id/J/JD/JDB/Win32-0.59.tar.gz", "Win32", "Win32", "5.6.0", "5.8.3") called at build.pl line 219
2026-03-21T11:10:02.8397708Z main::run() called at build.pl line 290
2026-03-21T11:10:02.8674297Z ##[error]Process completed with exit code 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment