Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.11 KB | None | 0 0
  1.  
  2. C:\Users\Admin\Documents\GitHub\openkore>python2 src/scons-local-3.0.1/scons.py || echo -e "\e[1;31mCompilation failed. Please read http://wiki.openkore.com/index.php/How_to_run_OpenKore for help.\e[0m"
  3. scons: Reading SConscript files ...
  4. Checking Perl configuration ...(cached) yes
  5. scons: done reading SConscript files.
  6. scons: Building targets ...
  7. g++ -o src\auto\XSTools\win32\netredirect.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -Wall -O3 -pipe -fpermissive -DWINx86_64 -DWIN32 src\auto\XSTools\win32\netredirect.cpp
  8. g++ -o src\auto\XSTools\win32\utils-netredirect.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -Wall -O3 -pipe -fpermissive -DWINx86_64 -DWIN32 src\auto\XSTools\win32\utils-netredirect.cpp
  9. g++ -shared -o src\auto\XSTools\NetRedirect.dll src\auto\XSTools\win32\netredirect.os src\auto\XSTools\win32\utils-netredirect.os -lws2_32 -Wl,--out-implib,src\auto\XSTools\libNetRedirect.a
  10. g++ -o src\auto\XSTools\PathFinding\algorithm.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PathFinding\algorithm.cpp
  11. In file included from c:\mingw\include\stdlib.h:49,
  12. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  13. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  14. from src\auto\XSTools\PathFinding\algorithm.cpp:1:
  15. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  16. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  17. ^~~~~~~
  18. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  19. # pragma message "See <_mingw.h> for preferred feature activation methods."
  20. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. src\auto\XSTools\PathFinding\algorithm.cpp: In function 'int CalcPath_pathStep(CalcPath_session*)':
  22. src\auto\XSTools\PathFinding\algorithm.cpp:261:103: warning: array subscript has type 'char' [-Wchar-subscripts]
  23. newg = fullList->array[cur].g + weight[CalcPath_getMap(map, width, height, &fullList->array[suc].p)];
  24. ^
  25. buildXS(["src\auto\XSTools\PathFinding\PathFinding.xs.cpp"], ["src\auto\XSTools\PathFinding\PathFinding.xs"])
  26. Creating src\auto\XSTools\PathFinding\PathFinding.xs.cpp ...
  27. g++ -o src\auto\XSTools\PathFinding\PathFinding.xs.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PathFinding\PathFinding.xs.cpp
  28. In file included from c:\mingw\include\stdlib.h:49,
  29. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  30. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  31. from src\\auto\\XSTools\\PathFinding\\PathFinding.xs:1:
  32. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  33. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  34. ^~~~~~~
  35. In file included from c:\mingw\include\stdlib.h:49,
  36. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  37. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  38. from src\\auto\\XSTools\\PathFinding\\PathFinding.xs:1:
  39. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  40. # pragma message "See <_mingw.h> for preferred feature activation methods."
  41. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42. g++ -o src\auto\XSTools\Translation\filereader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\Translation\filereader.cpp
  43. g++ -o src\auto\XSTools\Translation\translator.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\Translation\translator.cpp
  44. In file included from c:\mingw\include\stdlib.h:49,
  45. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  46. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  47. from src\auto\XSTools\Translation\translator.cpp:1:
  48. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  49. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  50. ^~~~~~~
  51. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  52. # pragma message "See <_mingw.h> for preferred feature activation methods."
  53. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54. src\auto\XSTools\Translation\translator.cpp: In member function 'const char* Translator::getOrigMessage(unsigned int)':
  55. src\auto\XSTools\Translation\translator.cpp:50:6: warning: variable 'len' set but not used [-Wunused-but-set-variable]
  56. int len, msgOffset;
  57. ^~~
  58. g++ -o src\auto\XSTools\Translation\utils.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\Translation\utils.cpp
  59. In file included from c:\mingw\include\string.h:39,
  60. from c:\mingw\include\winnt.h:49,
  61. from c:\mingw\include\windef.h:269,
  62. from c:\mingw\include\windows.h:42,
  63. from src\auto\XSTools\Translation\utils.cpp:21:
  64. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  65. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  66. ^~~~~~~
  67. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  68. # pragma message "See <_mingw.h> for preferred feature activation methods."
  69. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  70. buildXS(["src\auto\XSTools\Translation\Translation.xs.cpp"], ["src\auto\XSTools\Translation\Translation.xs"])
  71. Creating src\auto\XSTools\Translation\Translation.xs.cpp ...
  72. g++ -o src\auto\XSTools\Translation\Translation.xs.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\Translation\Translation.xs.cpp
  73. In file included from c:\mingw\include\stdio.h:55,
  74. from src\\auto\\XSTools\\Translation\\Translation.xs:1:
  75. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  76. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  77. ^~~~~~~
  78. In file included from c:\mingw\include\stdio.h:55,
  79. from src\\auto\\XSTools\\Translation\\Translation.xs:1:
  80. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  81. # pragma message "See <_mingw.h> for preferred feature activation methods."
  82. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  83. g++ -o src\auto\XSTools\Translation\winfilereader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\Translation\winfilereader.cpp
  84. In file included from c:\mingw\include\string.h:39,
  85. from c:\mingw\include\winnt.h:49,
  86. from c:\mingw\include\windef.h:269,
  87. from c:\mingw\include\windows.h:42,
  88. from src\auto\XSTools\Translation\winfilereader.h:4,
  89. from src\auto\XSTools\Translation\winfilereader.cpp:1:
  90. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  91. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  92. ^~~~~~~
  93. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  94. # pragma message "See <_mingw.h> for preferred feature activation methods."
  95. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  96. src\auto\XSTools\Translation\winfilereader.cpp: In constructor 'WinFileReader::WinFileReader(const char*)':
  97. src\auto\XSTools\Translation\winfilereader.cpp:7:11: warning: variable 'buf' set but not used [-Wunused-but-set-variabl ]
  98. OFSTRUCT buf;
  99. ^~~
  100. g++ -o src\auto\XSTools\win32\utils.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\win32\utils.cpp
  101. In file included from c:\mingw\include\string.h:39,
  102. from c:\mingw\include\winnt.h:49,
  103. from c:\mingw\include\windef.h:269,
  104. from c:\mingw\include\windows.h:42,
  105. from src\auto\XSTools\win32\utils.cpp:1:
  106. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  107. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  108. ^~~~~~~
  109. In file included from c:\mingw\include\string.h:39,
  110. from c:\mingw\include\winnt.h:49,
  111. from c:\mingw\include\windef.h:269,
  112. from c:\mingw\include\windows.h:42,
  113. from src\auto\XSTools\win32\utils.cpp:1:
  114. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  115. # pragma message "See <_mingw.h> for preferred feature activation methods."
  116. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  117. buildXS(["src\auto\XSTools\win32\wrapper.c"], ["src\auto\XSTools\win32\wrapper.xs"])
  118. Creating src\auto\XSTools\win32\wrapper.c ...
  119. g++ -o src\auto\XSTools\win32\wrapper.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\win32\wrapper.c
  120. In file included from c:\mingw\include\stdio.h:55,
  121. from src\\auto\\XSTools\\win32\\wrapper.xs:1:
  122. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  123. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  124. ^~~~~~~
  125. In file included from c:\mingw\include\stdio.h:55,
  126. from src\\auto\\XSTools\\win32\\wrapper.xs:1:
  127. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  128. # pragma message "See <_mingw.h> for preferred feature activation methods."
  129. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  130. g++ -o src\auto\XSTools\utils\http-reader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\http-reader.cpp
  131. g++ -o src\auto\XSTools\utils\std-http-reader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\std-http-reader.cpp
  132. In file included from c:\mingw\include\stdio.h:55,
  133. from src\auto\XSTools\utils\std-http-reader.cpp:20:
  134. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  135. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  136. ^~~~~~~
  137. In file included from c:\mingw\include\stdio.h:55,
  138. from src\auto\XSTools\utils\std-http-reader.cpp:20:
  139. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  140. # pragma message "See <_mingw.h> for preferred feature activation methods."
  141. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142. g++ -o src\auto\XSTools\utils\mirror-http-reader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\mirror-http-reader.cpp
  143. In file included from c:\mingw\include\stdlib.h:49,
  144. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  145. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  146. from src\auto\XSTools\utils\mirror-http-reader.cpp:21:
  147. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  148. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  149. ^~~~~~~
  150. In file included from c:\mingw\include\stdlib.h:49,
  151. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  152. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  153. from src\auto\XSTools\utils\mirror-http-reader.cpp:21:
  154. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  155. # pragma message "See <_mingw.h> for preferred feature activation methods."
  156. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157. g++ -o src\auto\XSTools\utils\c-bindings\http-reader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\c-bindings\http-reader.cpp
  158. In file included from c:\mingw\include\stdio.h:55,
  159. from src\auto\XSTools\utils\c-bindings\http-reader.cpp:24:
  160. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  161. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  162. ^~~~~~~
  163. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  164. # pragma message "See <_mingw.h> for preferred feature activation methods."
  165. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166. buildXS(["src\auto\XSTools\utils\perl\HttpReader.cpp"], ["src\auto\XSTools\utils\perl\HttpReader.xs"])
  167. Creating src\auto\XSTools\utils\perl\HttpReader.cpp ...
  168. g++ -o src\auto\XSTools\utils\perl\HttpReader.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\perl\HttpReader.cpp
  169. In file included from c:\mingw\include\sys\types.h:38,
  170. from C:\Perl64\lib\CORE/perl.h:699,
  171. from src\\auto\\XSTools\\utils\\perl\\HttpReader.xs:6:
  172. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  173. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  174. ^~~~~~~
  175. In file included from c:\mingw\include\sys\types.h:38,
  176. from C:\Perl64\lib\CORE/perl.h:699,
  177. from src\\auto\\XSTools\\utils\\perl\\HttpReader.xs:6:
  178. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  179. # pragma message "See <_mingw.h> for preferred feature activation methods."
  180. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181. g++ -o src\auto\XSTools\utils\whirlpool-algorithm.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\whirlpool-algorithm.c
  182. In file included from c:\mingw\include\stdlib.h:49,
  183. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstdlib:75,
  184. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdlib.h:36,
  185. from src\auto\XSTools\utils\whirlpool-algorithm.c:17:
  186. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  187. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  188. ^~~~~~~
  189. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  190. # pragma message "See <_mingw.h> for preferred feature activation methods."
  191. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192. buildXS(["src\auto\XSTools\utils\perl\Whirlpool.c"], ["src\auto\XSTools\utils\perl\Whirlpool.xs"])
  193. Creating src\auto\XSTools\utils\perl\Whirlpool.c ...
  194. g++ -o src\auto\XSTools\utils\perl\Whirlpool.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\perl\Whirlpool.c
  195. In file included from c:\mingw\include\sys\types.h:38,
  196. from C:\Perl64\lib\CORE/perl.h:699,
  197. from src\\auto\\XSTools\\utils\\perl\\Whirlpool.xs:6:
  198. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  199. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  200. ^~~~~~~
  201. In file included from c:\mingw\include\sys\types.h:38,
  202. from C:\Perl64\lib\CORE/perl.h:699,
  203. from src\\auto\\XSTools\\utils\\perl\\Whirlpool.xs:6:
  204. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  205. # pragma message "See <_mingw.h> for preferred feature activation methods."
  206. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  207. g++ -o src\auto\XSTools\utils\Rijndael.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\Rijndael.cpp
  208. In file included from c:\mingw\include\string.h:39,
  209. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstring:42,
  210. from src\auto\XSTools\utils\Rijndael.cpp:4:
  211. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  212. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  213. ^~~~~~~
  214. In file included from c:\mingw\include\string.h:39,
  215. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cstring:42,
  216. from src\auto\XSTools\utils\Rijndael.cpp:4:
  217. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  218. # pragma message "See <_mingw.h> for preferred feature activation methods."
  219. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  220. buildXS(["src\auto\XSTools\utils\perl\Rijndael.xs.cpp"], ["src\auto\XSTools\utils\perl\Rijndael.xs"])
  221. Creating src\auto\XSTools\utils\perl\Rijndael.xs.cpp ...
  222. g++ -o src\auto\XSTools\utils\perl\Rijndael.xs.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\perl\Rijndael.xs.cpp
  223. In file included from c:\mingw\include\wchar.h:53,
  224. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cwchar:44,
  225. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\postypes.h:40,
  226. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:40,
  227. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  228. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdexcept:39,
  229. from src\auto\XSTools\utils\perl\../Rijndael.h:7,
  230. from src\\auto\\XSTools\\utils\\perl\\Rijndael.xs:1:
  231. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  232. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  233. ^~~~~~~
  234. In file included from c:\mingw\include\wchar.h:53,
  235. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\cwchar:44,
  236. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\postypes.h:40,
  237. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\bits\char_traits.h:40,
  238. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\string:40,
  239. from c:\mingw\lib\gcc\mingw32\8.2.0\include\c++\stdexcept:39,
  240. from src\auto\XSTools\utils\perl\../Rijndael.h:7,
  241. from src\\auto\\XSTools\\utils\\perl\\Rijndael.xs:1:
  242. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  243. # pragma message "See <_mingw.h> for preferred feature activation methods."
  244. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245. src\auto\XSTools\utils\perl\Rijndael.c: In function 'void XS_Utils__Rijndael_Encrypt(PerlInterpreter*, CV*)':
  246. src\auto\XSTools\utils\perl\Rijndael.c:257:8: warning: unused variable 'not_used' [-Wunused-variable]
  247. src\auto\XSTools\utils\perl\Rijndael.c: In function 'void XS_Utils__Rijndael_Decrypt(PerlInterpreter*, CV*)':
  248. src\auto\XSTools\utils\perl\Rijndael.c:297:8: warning: unused variable 'not_used' [-Wunused-variable]
  249. g++ -o src\auto\XSTools\utils\rijndael-alg-fst.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\rijndael-alg-fst.c
  250. In file included from c:\mingw\include\assert.h:18,
  251. from src\auto\XSTools\utils\rijndael-alg-fst.c:26:
  252. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  253. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  254. ^~~~~~~
  255. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  256. # pragma message "See <_mingw.h> for preferred feature activation methods."
  257. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  258. g++ -o src\auto\XSTools\utils\rijndael-api-fst.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\rijndael-api-fst.c
  259. In file included from c:\mingw\include\assert.h:18,
  260. from src\auto\XSTools\utils\rijndael-api-fst.c:38:
  261. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  262. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  263. ^~~~~~~
  264. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  265. # pragma message "See <_mingw.h> for preferred feature activation methods."
  266. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  267. g++ -o src\auto\XSTools\utils\aes-cfb.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\aes-cfb.c
  268. In file included from c:\mingw\include\stdio.h:55,
  269. from src\auto\XSTools\utils\aes-cfb.c:40:
  270. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  271. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  272. ^~~~~~~
  273. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  274. # pragma message "See <_mingw.h> for preferred feature activation methods."
  275. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  276. buildXS(["src\auto\XSTools\utils\perl\Benchmark.cpp"], ["src\auto\XSTools\utils\perl\Benchmark.xs"])
  277. Creating src\auto\XSTools\utils\perl\Benchmark.cpp ...
  278. g++ -o src\auto\XSTools\utils\perl\Benchmark.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\utils\perl\Benchmark.cpp
  279. In file included from c:\mingw\include\stdio.h:55,
  280. from src\auto\XSTools\utils\perl\../dense_hash_map.h:88,
  281. from src\\auto\\XSTools\\utils\\perl\\Benchmark.xs:1:
  282. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  283. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  284. ^~~~~~~
  285. In file included from c:\mingw\include\stdio.h:55,
  286. from src\auto\XSTools\utils\perl\../dense_hash_map.h:88,
  287. from src\\auto\\XSTools\\utils\\perl\\Benchmark.xs:1:
  288. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  289. # pragma message "See <_mingw.h> for preferred feature activation methods."
  290. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  291. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\cast.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\cast.c
  292. In file included from c:\mingw\include\string.h:39,
  293. from src\auto\XSTools\PaddedPackets\Algorithms\cast.c:8:
  294. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  295. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  296. ^~~~~~~
  297. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  298. # pragma message "See <_mingw.h> for preferred feature activation methods."
  299. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  300. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\feal8.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\feal8.c
  301. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\mcg_cipher.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\mcg_cipher.c
  302. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\misty1.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\misty1.c
  303. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\rmd128.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\rmd128.c
  304. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\safer.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\safer.c
  305. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\seal.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\seal.c
  306. In file included from c:\mingw\include\stdio.h:55,
  307. from src\auto\XSTools\PaddedPackets\Algorithms\seal.c:5:
  308. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  309. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  310. ^~~~~~~
  311. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  312. # pragma message "See <_mingw.h> for preferred feature activation methods."
  313. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  314. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\snefru.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\snefru.c
  315. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\tiger.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\tiger.c
  316. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\turtle.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\turtle.c
  317. In file included from c:\mingw\include\stdio.h:55,
  318. from src\auto\XSTools\PaddedPackets\Algorithms\turtle.c:16:
  319. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  320. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  321. ^~~~~~~
  322. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  323. # pragma message "See <_mingw.h> for preferred feature activation methods."
  324. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  325. g++ -o src\auto\XSTools\PaddedPackets\Algorithms\algorithms.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\Algorithms\algorithms.cpp
  326. g++ -o src\auto\XSTools\PaddedPackets\block.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\block.cpp
  327. In file included from c:\mingw\include\string.h:39,
  328. from c:\mingw\include\memory.h:7,
  329. from src\auto\XSTools\PaddedPackets\block.h:19,
  330. from src\auto\XSTools\PaddedPackets\block.cpp:1:
  331. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  332. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  333. ^~~~~~~
  334. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  335. # pragma message "See <_mingw.h> for preferred feature activation methods."
  336. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  337. g++ -o src\auto\XSTools\PaddedPackets\engine.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\engine.cpp
  338. In file included from c:\mingw\include\string.h:39,
  339. from c:\mingw\include\memory.h:7,
  340. from src\auto\XSTools\PaddedPackets\engine.cpp:16:
  341. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  342. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  343. ^~~~~~~
  344. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  345. # pragma message "See <_mingw.h> for preferred feature activation methods."
  346. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347. buildXS(["src\auto\XSTools\PaddedPackets\PaddedPackets.xs.cpp"], ["src\auto\XSTools\PaddedPackets\PaddedPackets.xs"])
  348. Creating src\auto\XSTools\PaddedPackets\PaddedPackets.xs.cpp ...
  349. g++ -o src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\PaddedPackets\PaddedPackets.xs.cpp
  350. In file included from c:\mingw\include\sys\types.h:38,
  351. from C:\Perl64\lib\CORE/perl.h:699,
  352. from src\\auto\\XSTools\\PaddedPackets\\PaddedPackets.xs:2:
  353. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  354. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  355. ^~~~~~~
  356. In file included from c:\mingw\include\sys\types.h:38,
  357. from C:\Perl64\lib\CORE/perl.h:699,
  358. from src\\auto\\XSTools\\PaddedPackets\\PaddedPackets.xs:2:
  359. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  360. # pragma message "See <_mingw.h> for preferred feature activation methods."
  361. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  362. buildXS(["src\auto\XSTools\misc\misc.c"], ["src\auto\XSTools\misc\misc.xs"])
  363. Creating src\auto\XSTools\misc\misc.c ...
  364. g++ -o src\auto\XSTools\misc\misc.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\misc\misc.c
  365. In file included from c:\mingw\include\string.h:39,
  366. from src\\auto\\XSTools\\misc\\misc.xs:1:
  367. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  368. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  369. ^~~~~~~
  370. In file included from c:\mingw\include\string.h:39,
  371. from src\\auto\\XSTools\\misc\\misc.xs:1:
  372. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  373. # pragma message "See <_mingw.h> for preferred feature activation methods."
  374. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375. buildXS(["src\auto\XSTools\misc\fastutils.cpp"], ["src\auto\XSTools\misc\fastutils.xs"])
  376. Creating src\auto\XSTools\misc\fastutils.cpp ...
  377. g++ -o src\auto\XSTools\misc\fastutils.os -c -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -Wall -O3 -pipe -fpermissive -DWINx86_64 -s -Wno-comments -fwrapv -fno-strict-aliasing -mms-bitfields -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -IC:\Perl64\lib\CORE src\auto\XSTools\misc\fastutils.cpp
  378. In file included from c:\mingw\include\stdio.h:55,
  379. from src\\auto\\XSTools\\misc\\fastutils.xs:2:
  380. c:\mingw\include\_mingw.h:413:3: warning: #warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated." [-Wcpp]
  381. # warning "Direct definition of __USE_MINGW_ANSI_STDIO is deprecated."
  382. ^~~~~~~
  383. In file included from c:\mingw\include\stdio.h:55,
  384. from src\\auto\\XSTools\\misc\\fastutils.xs:2:
  385. c:\mingw\include\_mingw.h:414:18: note: #pragma message: See <_mingw.h> for preferred feature activation methods.
  386. # pragma message "See <_mingw.h> for preferred feature activation methods."
  387. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  388. src\\auto\\XSTools\\misc\\fastutils.xs: In function 'void XS_Utils_timeOut(PerlInterpreter*, CV*)':
  389. src\\auto\\XSTools\\misc\\fastutils.xs:107:54: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  390. if (!r_time || !SvOK (r_time) || !SvTYPE (r_time) == SVt_PV)
  391. ^~
  392. src\\auto\\XSTools\\misc\\fastutils.xs:107:37: note: add parentheses around left hand side expression to silence this warning
  393. if (!r_time || !SvOK (r_time) || !SvTYPE (r_time) == SVt_PV)
  394. src\\auto\\XSTools\\misc\\fastutils.xs:107:54: warning: comparison of constant '3' with boolean expression is always false [-Wbool-compare]
  395. if (!r_time || !SvOK (r_time) || !SvTYPE (r_time) == SVt_PV)
  396. ~~~~~~~~~~~~~~~~~^~~~~~~~~
  397. g++ -shared -o src\auto\XSTools\XSTools.dll src\auto\XSTools\PathFinding\algorithm.os src\auto\XSTools\PathFinding\PathFinding.xs.os src\auto\XSTools\Translation\filereader.os src\auto\XSTools\Translation\translator.os src\auto\XSTools\Translation\utils.os src\auto\XSTools\Translation\Translation.xs.os src\auto\XSTools\Translation\winfilereader.os src\auto\XSTools\win32\utils.os src\auto\XSTools\win32\wrapper.os src\auto\XSTools\utils\http-reader.os src\auto\XSTools\utils\std-http-reader.os src\auto\XSTools\utils\mirror-http-reader.os src\auto\XSTools\utils\c-bindings\http-reader.os src\auto\XSTools\utils\perl\HttpReader.os src\auto\XSTools\utils\whirlpool-algorithm.os src\auto\XSTools\utils\perl\Whirlpool.os src\auto\XSTools\utils\Rijndael.os src\auto\XSTools\utils\perl\Rijndael.xs.os src\auto\XSTools\utils\rijndael-alg-fst.os src\auto\XSTools\utils\rijndael-api-fst.os src\auto\XSTools\utils\aes-cfb.os src\auto\XSTools\utils\perl\Benchmark.os src\auto\XSTools\PaddedPackets\Algorithms\cast.os src\auto\XSTools\PaddedPackets\Algorithms\feal8.os src\auto\XSTools\PaddedPackets\Algorithms\mcg_cipher.os src\auto\XSTools\PaddedPackets\Algorithms\misty1.os src\auto\XSTools\PaddedPackets\Algorithms\rmd128.os src\auto\XSTools\PaddedPackets\Algorithms\safer.os src\auto\XSTools\PaddedPackets\Algorithms\seal.os src\auto\XSTools\PaddedPackets\Algorithms\snefru.os src\auto\XSTools\PaddedPackets\Algorithms\tiger.os src\auto\XSTools\PaddedPackets\Algorithms\turtle.os src\auto\XSTools\PaddedPackets\Algorithms\algorithms.os src\auto\XSTools\PaddedPackets\block.os src\auto\XSTools\PaddedPackets\engine.os src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os src\auto\XSTools\misc\misc.os src\auto\XSTools\misc\fastutils.os -LC:\Perl64\lib\CORE -lperl522 -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -lwinmm -lwininet -Wl,--out-implib,src\auto\XSTools\libXSTools.a
  398. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  399. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x4f): undefined reference to `_imp__Perl_sv_derived_from'
  400. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x95): undefined reference to `_imp__Perl_sv_2iv_flags'
  401. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x10d): undefined reference to `_imp__Perl_sv_free2'
  402. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x120): undefined reference to `_imp__Perl_sv_free2'
  403. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x12f): undefined reference to `_imp__Perl_croak_nocontext'
  404. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x144): undefined reference to `_imp__Perl_croak_xs_usage'
  405. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x159): undefined reference to `_imp__Perl_get_context'
  406. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x199): undefined reference to `_imp__Perl_sv_newmortal'
  407. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x1c2): undefined reference to `_imp__Perl_sv_derived_from'
  408. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x20c): undefined reference to `_imp__Perl_sv_2iv_flags'
  409. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x264): undefined reference to `_imp__Perl_sv_setiv'
  410. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x2cb): undefined reference to `_imp__Perl_mg_set'
  411. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x2da): undefined reference to `_imp__Perl_croak_nocontext'
  412. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x2ef): undefined reference to `_imp__Perl_croak_xs_usage'
  413. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x309): undefined reference to `_imp__Perl_get_context'
  414. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x352): undefined reference to `_imp__Perl_sv_derived_from'
  415. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x39c): undefined reference to `_imp__Perl_sv_2iv_flags'
  416. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x3d7): undefined reference to `_imp__Perl_newSVpvn'
  417. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x3e8): undefined reference to `_imp__Perl_sv_2mortal'
  418. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x459): undefined reference to `_imp__Perl_newSViv'
  419. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x477): undefined reference to `_imp__Perl_sv_2mortal'
  420. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x495): undefined reference to `_imp__Perl_croak_xs_usage'
  421. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x4a2): undefined reference to `_imp__Perl_croak_nocontext'
  422. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x4b9): undefined reference to `_imp__Perl_get_context'
  423. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x510): undefined reference to `_imp__Perl_sv_derived_from'
  424. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x55e): undefined reference to `_imp__Perl_sv_2iv_flags'
  425. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x58c): undefined reference to `_imp__Perl_newSV_type'
  426. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x5a2): undefined reference to `_imp__Perl_sv_2mortal'
  427. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x5cd): undefined reference to `_imp__Perl_av_extend'
  428. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x5da): undefined reference to `_imp__Perl_newRV'
  429. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x647): undefined reference to `_imp__Perl_newSViv'
  430. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x67c): undefined reference to `_imp__Perl_hv_common_key_len'
  431. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x69f): undefined reference to `_imp__Perl_newSViv'
  432. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x6d4): undefined reference to `_imp__Perl_hv_common_key_len'
  433. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x6fc): undefined reference to `_imp__Perl_av_push'
  434. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x7c2): undefined reference to `_imp__Perl_croak_xs_usage'
  435. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x7cf): undefined reference to `_imp__Perl_croak_nocontext'
  436. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x7e9): undefined reference to `_imp__Perl_get_context'
  437. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x83c): undefined reference to `_imp__Perl_sv_newmortal'
  438. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x86b): undefined reference to `_imp__Perl_sv_derived_from'
  439. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x8b9): undefined reference to `_imp__Perl_sv_2iv_flags'
  440. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x961): undefined reference to `_imp__Perl_sv_setiv'
  441. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x9df): undefined reference to `_imp__Perl_mg_set'
  442. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xa04): undefined reference to `_imp__Perl_av_len'
  443. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xa3b): undefined reference to `_imp__Perl_av_extend'
  444. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xa75): undefined reference to `_imp__Perl_newSV_type'
  445. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xa86): undefined reference to `_imp__Perl_sv_2mortal'
  446. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xab7): undefined reference to `_imp__Perl_newSViv'
  447. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xaec): undefined reference to `_imp__Perl_hv_common_key_len'
  448. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xb0f): undefined reference to `_imp__Perl_newSViv'
  449. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xb44): undefined reference to `_imp__Perl_hv_common_key_len'
  450. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xb53): undefined reference to `_imp__Perl_newRV'
  451. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xb7c): undefined reference to `_imp__Perl_av_store'
  452. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xbaf): undefined reference to `_imp__Perl_av_clear'
  453. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xbc9): undefined reference to `_imp__Perl_croak_nocontext'
  454. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xbde): undefined reference to `_imp__Perl_croak_xs_usage'
  455. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xbeb): undefined reference to `_imp__Perl_croak_nocontext'
  456. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xbf9): undefined reference to `_imp__Perl_get_context'
  457. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xc75): undefined reference to `_imp__Perl_sv_2uv_flags'
  458. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xcb5): undefined reference to `_imp__Perl_sv_2uv_flags'
  459. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xcf5): undefined reference to `_imp__Perl_sv_2uv_flags'
  460. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xd36): undefined reference to `_imp__Perl_sv_2uv_flags'
  461. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xd77): undefined reference to `_imp__Perl_sv_2uv_flags'
  462. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xdb8): more undefined references to `_imp__Perl_sv_2uv_flags' follow
  463. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xe1d): undefined reference to `_imp__Perl_sv_derived_from'
  464. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0xe67): undefined reference to `_imp__Perl_sv_2iv_flags'
  465. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x10a6): undefined reference to `_imp__Perl_sv_2pv_flags'
  466. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x10ce): undefined reference to `_imp__Perl_sv_2pv_flags'
  467. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x122d): undefined reference to `_imp__Perl_sv_free2'
  468. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x124d): undefined reference to `_imp__Perl_sv_free2'
  469. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x12a2): undefined reference to `_imp__Perl_croak_nocontext'
  470. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x12af): undefined reference to `_imp__Perl_croak_nocontext'
  471. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x12c7): undefined reference to `_imp__Perl_croak_xs_usage'
  472. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x12d4): undefined reference to `_imp__Perl_croak_nocontext'
  473. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x12e9): undefined reference to `_imp__Perl_get_context'
  474. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x131a): undefined reference to `_imp__Perl_sv_newmortal'
  475. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x133a): undefined reference to `_imp__Perl_sv_setref_pv'
  476. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x136b): undefined reference to `_imp__Perl_croak_xs_usage'
  477. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x1378): undefined reference to `_imp__Perl_get_context'
  478. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x13a3): undefined reference to `_imp__Perl_xs_handshake'
  479. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x13b1): undefined reference to `_imp__Perl_newXS_flags'
  480. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PathFinding\PathFinding.xs.os:PathFinding.xs.cpp:(.text+0x150e): undefined reference to `_imp__Perl_xs_boot_epilog'
  481. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  482. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x40): undefined reference to `_imp__Perl_sv_newmortal'
  483. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x5f): undefined reference to `_imp__Perl_sv_setpv'
  484. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0xad): undefined reference to `_imp__Perl_mg_set'
  485. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0xc4): undefined reference to `_imp__Perl_croak_xs_usage'
  486. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0xd9): undefined reference to `_imp__Perl_get_context'
  487. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x13b): undefined reference to `_imp__Perl_sv_2iv_flags'
  488. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x1e5): undefined reference to `_imp__Perl_sv_setpvn'
  489. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x24b): undefined reference to `_imp__Perl_sv_2pv_flags'
  490. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x265): undefined reference to `_imp__Perl_croak_xs_usage'
  491. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x278): undefined reference to `_imp__Perl_get_context'
  492. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x2d2): undefined reference to `_imp__Perl_sv_2iv_flags'
  493. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x32c): undefined reference to `_imp__Perl_croak_xs_usage'
  494. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x33b): undefined reference to `_imp__Perl_get_context'
  495. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x3bf): undefined reference to `_imp__Perl_sv_2pv_flags'
  496. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x3f4): undefined reference to `_imp__Perl_newSViv'
  497. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x412): undefined reference to `_imp__Perl_sv_2mortal'
  498. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x44e): undefined reference to `_imp__Perl_croak_xs_usage'
  499. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x468): undefined reference to `_imp__Perl_get_context'
  500. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x493): undefined reference to `_imp__Perl_xs_handshake'
  501. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x4a1): undefined reference to `_imp__Perl_newXS_flags'
  502. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\Translation\Translation.xs.os:Translation.xs.cpp:(.text+0x571): undefined reference to `_imp__Perl_xs_boot_epilog'
  503. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x12): undefined reference to `_imp__Perl_get_context'
  504. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x77): undefined reference to `_imp__Perl_sv_2iv_flags'
  505. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x12c): undefined reference to `_imp__Perl_newSVpvn'
  506. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x144): undefined reference to `_imp__Perl_sv_2mortal'
  507. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1a7): undefined reference to `_imp__Perl_croak_xs_usage'
  508. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1b9): undefined reference to `_imp__Perl_get_context'
  509. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x21e): undefined reference to `_imp__Perl_sv_2uv_flags'
  510. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2ae): undefined reference to `_imp__Perl_newSVpvn'
  511. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2e9): undefined reference to `_imp__Perl_sv_2mortal'
  512. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x333): undefined reference to `_imp__Perl_sv_2pv_flags'
  513. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x375): undefined reference to `_imp__Perl_croak_xs_usage'
  514. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x389): undefined reference to `_imp__Perl_get_context'
  515. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x3ee): undefined reference to `_imp__Perl_sv_2uv_flags'
  516. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x47e): undefined reference to `_imp__Perl_newSVpvn'
  517. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x4c0): undefined reference to `_imp__Perl_sv_2mortal'
  518. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x505): undefined reference to `_imp__Perl_sv_2pv_flags'
  519. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x547): undefined reference to `_imp__Perl_croak_xs_usage'
  520. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x558): undefined reference to `_imp__Perl_get_context'
  521. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x60b): undefined reference to `_imp__Perl_sv_2pv_flags'
  522. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x622): undefined reference to `_imp__Perl_croak_xs_usage'
  523. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x638): undefined reference to `_imp__Perl_get_context'
  524. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x6eb): undefined reference to `_imp__Perl_sv_2pv_flags'
  525. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x702): undefined reference to `_imp__Perl_croak_xs_usage'
  526. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x719): undefined reference to `_imp__Perl_get_context'
  527. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x750): undefined reference to `_imp__Perl_sv_newmortal'
  528. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x7b2): undefined reference to `_imp__Perl_sv_setpv'
  529. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xe2b): undefined reference to `_imp__Perl_mg_set'
  530. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xe45): undefined reference to `_imp__Perl_croak_xs_usage'
  531. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xe58): undefined reference to `_imp__Perl_get_context'
  532. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xeb2): undefined reference to `_imp__Perl_sv_2uv_flags'
  533. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xef4): undefined reference to `_imp__Perl_croak_xs_usage'
  534. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xf09): undefined reference to `_imp__Perl_get_context'
  535. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xf72): undefined reference to `_imp__Perl_sv_2uv_flags'
  536. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xfb2): undefined reference to `_imp__Perl_sv_2uv_flags'
  537. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0xfd7): undefined reference to `_imp__Perl_sv_newmortal'
  538. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1050): undefined reference to `_imp__Perl_sv_setuv'
  539. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x10f2): undefined reference to `_imp__Perl_mg_set'
  540. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x111b): undefined reference to `_imp__Perl_sv_2pv_flags'
  541. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1139): undefined reference to `_imp__Perl_croak_xs_usage'
  542. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1149): undefined reference to `_imp__Perl_get_context'
  543. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x11b2): undefined reference to `_imp__Perl_sv_2uv_flags'
  544. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x11f2): undefined reference to `_imp__Perl_sv_2uv_flags'
  545. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1232): undefined reference to `_imp__Perl_sv_2uv_flags'
  546. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1297): undefined reference to `_imp__Perl_newSVpvn'
  547. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x12cc): undefined reference to `_imp__Perl_sv_2mortal'
  548. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x135c): undefined reference to `_imp__Perl_croak_xs_usage'
  549. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1369): undefined reference to `_imp__Perl_get_context'
  550. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x13d2): undefined reference to `_imp__Perl_sv_2uv_flags'
  551. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1412): undefined reference to `_imp__Perl_sv_2uv_flags'
  552. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1452): undefined reference to `_imp__Perl_sv_2uv_flags'
  553. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1492): undefined reference to `_imp__Perl_sv_2uv_flags'
  554. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x14ae): undefined reference to `_imp__Perl_sv_newmortal'
  555. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1515): undefined reference to `_imp__Perl_sv_setuv'
  556. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x15db): undefined reference to `_imp__Perl_mg_set'
  557. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x15f5): undefined reference to `_imp__Perl_croak_xs_usage'
  558. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1609): undefined reference to `_imp__Perl_get_context'
  559. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1640): undefined reference to `_imp__Perl_sv_newmortal'
  560. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1682): undefined reference to `_imp__Perl_sv_setuv'
  561. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x16cb): undefined reference to `_imp__Perl_mg_set'
  562. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x16e2): undefined reference to `_imp__Perl_croak_xs_usage'
  563. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x16f9): undefined reference to `_imp__Perl_get_context'
  564. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1730): undefined reference to `_imp__Perl_sv_newmortal'
  565. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1772): undefined reference to `_imp__Perl_sv_setuv'
  566. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x17bb): undefined reference to `_imp__Perl_mg_set'
  567. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x17d2): undefined reference to `_imp__Perl_croak_xs_usage'
  568. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x17e9): undefined reference to `_imp__Perl_get_context'
  569. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1820): undefined reference to `_imp__Perl_sv_newmortal'
  570. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1862): undefined reference to `_imp__Perl_sv_setuv'
  571. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x18ab): undefined reference to `_imp__Perl_mg_set'
  572. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x18c2): undefined reference to `_imp__Perl_croak_xs_usage'
  573. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x18d9): undefined reference to `_imp__Perl_get_context'
  574. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1942): undefined reference to `_imp__Perl_sv_2uv_flags'
  575. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1982): undefined reference to `_imp__Perl_sv_2uv_flags'
  576. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x199a): undefined reference to `_imp__Perl_sv_newmortal'
  577. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x19d9): undefined reference to `_imp__Perl_sv_setuv'
  578. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1a4e): undefined reference to `_imp__Perl_mg_set'
  579. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1a65): undefined reference to `_imp__Perl_croak_xs_usage'
  580. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1a78): undefined reference to `_imp__Perl_get_context'
  581. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1ad6): undefined reference to `_imp__Perl_sv_2iv_flags'
  582. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1b31): undefined reference to `_imp__Perl_croak_xs_usage'
  583. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1b48): undefined reference to `_imp__Perl_get_context'
  584. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1bae): undefined reference to `_imp__Perl_sv_2pv_flags'
  585. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1c0f): undefined reference to `_imp__Perl_croak_xs_usage'
  586. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1c2c): undefined reference to `_imp__Perl_get_context'
  587. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1cb2): undefined reference to `_imp__Perl_newRV'
  588. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1ced): undefined reference to `_imp__Perl_newSV_type'
  589. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1cfe): undefined reference to `_imp__Perl_sv_2mortal'
  590. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1d1b): undefined reference to `_imp__Perl_newSVpv'
  591. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1d50): undefined reference to `_imp__Perl_hv_common_key_len'
  592. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1d67): undefined reference to `_imp__Perl_newSVuv'
  593. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1d9c): undefined reference to `_imp__Perl_hv_common_key_len'
  594. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1dd4): undefined reference to `_imp__Perl_stack_grow'
  595. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1e15): undefined reference to `_imp__Perl_croak_xs_usage'
  596. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1e29): undefined reference to `_imp__Perl_get_context'
  597. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1e92): undefined reference to `_imp__Perl_sv_2uv_flags'
  598. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1ee3): undefined reference to `_imp__Perl_sv_2pv_flags'
  599. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1f01): undefined reference to `_imp__Perl_sv_newmortal'
  600. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x1f99): undefined reference to `_imp__Perl_sv_setiv'
  601. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2030): undefined reference to `_imp__Perl_mg_set'
  602. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x205b): undefined reference to `_imp__Perl_sv_2pv_flags'
  603. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2075): undefined reference to `_imp__Perl_croak_xs_usage'
  604. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2089): undefined reference to `_imp__Perl_get_context'
  605. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x20ee): undefined reference to `_imp__Perl_sv_2uv_flags'
  606. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2138): undefined reference to `_imp__Perl_sv_2pv_flags'
  607. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x21b4): undefined reference to `_imp__Perl_croak_xs_usage'
  608. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x21c9): undefined reference to `_imp__Perl_get_context'
  609. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x223a): undefined reference to `_imp__Perl_sv_2pv_flags'
  610. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2252): undefined reference to `_imp__Perl_sv_newmortal'
  611. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x227e): undefined reference to `_imp__Perl_sv_setuv'
  612. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x22ce): undefined reference to `_imp__Perl_mg_set'
  613. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x22e5): undefined reference to `_imp__Perl_croak_xs_usage'
  614. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x22f8): undefined reference to `_imp__Perl_get_context'
  615. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2323): undefined reference to `_imp__Perl_xs_handshake'
  616. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x2331): undefined reference to `_imp__Perl_newXS_flags'
  617. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\win32\wrapper.os:wrapper.c:(.text+0x26f1): undefined reference to `_imp__Perl_xs_boot_epilog'
  618. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xb): undefined reference to `_imp__Perl_get_context'
  619. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x97): undefined reference to `_imp__Perl_sv_2pv_flags'
  620. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x105): undefined reference to `_imp__Perl_av_len'
  621. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x162): undefined reference to `_imp__Perl_av_fetch'
  622. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x1ee): undefined reference to `_imp__Perl_sv_newmortal'
  623. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x20a): undefined reference to `_imp__Perl_sv_setref_pv'
  624. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x27e): undefined reference to `_imp__Perl_sv_2pv_flags'
  625. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x2f0): undefined reference to `_imp__Perl_sv_2uv_flags'
  626. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x30e): undefined reference to `_imp__Perl_mg_get'
  627. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x355): undefined reference to `_imp__Perl_croak_nocontext'
  628. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x369): undefined reference to `_imp__Perl_croak_xs_usage'
  629. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x389): undefined reference to `_imp__Perl_get_context'
  630. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x3fb): undefined reference to `_imp__Perl_sv_2pv_flags'
  631. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x450): undefined reference to `_imp__Perl_sv_2pv_flags'
  632. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x477): undefined reference to `_imp__Perl_sv_newmortal'
  633. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x494): undefined reference to `_imp__Perl_sv_setref_pv'
  634. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x57b): undefined reference to `_imp__Perl_sv_2pv_flags'
  635. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x596): undefined reference to `_imp__Perl_croak_xs_usage'
  636. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x5a3): undefined reference to `_imp__Perl_croak_nocontext'
  637. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x5b8): undefined reference to `_imp__Perl_get_context'
  638. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x602): undefined reference to `_imp__Perl_croak_xs_usage'
  639. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x619): undefined reference to `_imp__Perl_get_context'
  640. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x65a): undefined reference to `_imp__Perl_sv_isobject'
  641. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x67d): undefined reference to `_imp__Perl_warn_nocontext'
  642. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x6ea): undefined reference to `_imp__Perl_sv_2iv_flags'
  643. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x734): undefined reference to `_imp__Perl_croak_xs_usage'
  644. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x749): undefined reference to `_imp__Perl_get_context'
  645. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x785): undefined reference to `_imp__Perl_sv_newmortal'
  646. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x7a4): undefined reference to `_imp__Perl_sv_isobject'
  647. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x7c7): undefined reference to `_imp__Perl_warn_nocontext'
  648. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x852): undefined reference to `_imp__Perl_sv_2iv_flags'
  649. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x884): undefined reference to `_imp__Perl_sv_setiv'
  650. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x8c2): undefined reference to `_imp__Perl_mg_set'
  651. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x8d9): undefined reference to `_imp__Perl_croak_xs_usage'
  652. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x8e9): undefined reference to `_imp__Perl_get_context'
  653. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x925): undefined reference to `_imp__Perl_sv_newmortal'
  654. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x944): undefined reference to `_imp__Perl_sv_isobject'
  655. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x967): undefined reference to `_imp__Perl_warn_nocontext'
  656. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x9f2): undefined reference to `_imp__Perl_sv_2iv_flags'
  657. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xa25): undefined reference to `_imp__Perl_sv_setiv'
  658. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xa62): undefined reference to `_imp__Perl_mg_set'
  659. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xa79): undefined reference to `_imp__Perl_croak_xs_usage'
  660. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xa89): undefined reference to `_imp__Perl_get_context'
  661. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xaeb): undefined reference to `_imp__Perl_sv_2uv_flags'
  662. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xb05): undefined reference to `_imp__Perl_sv_newmortal'
  663. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xb24): undefined reference to `_imp__Perl_sv_isobject'
  664. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xb47): undefined reference to `_imp__Perl_warn_nocontext'
  665. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xbe9): undefined reference to `_imp__Perl_sv_2iv_flags'
  666. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xc3a): undefined reference to `_imp__Perl_sv_setuv'
  667. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xc60): undefined reference to `_imp__Perl_sv_setpv'
  668. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xcaf): undefined reference to `_imp__Perl_mg_set'
  669. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xcd1): undefined reference to `_imp__Perl_mg_set'
  670. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xceb): undefined reference to `_imp__Perl_croak_xs_usage'
  671. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xcf9): undefined reference to `_imp__Perl_get_context'
  672. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xd35): undefined reference to `_imp__Perl_sv_newmortal'
  673. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xd54): undefined reference to `_imp__Perl_sv_isobject'
  674. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xd77): undefined reference to `_imp__Perl_warn_nocontext'
  675. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xe02): undefined reference to `_imp__Perl_sv_2iv_flags'
  676. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xe28): undefined reference to `_imp__Perl_sv_setpv'
  677. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xe6f): undefined reference to `_imp__Perl_mg_set'
  678. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xe86): undefined reference to `_imp__Perl_croak_xs_usage'
  679. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xe99): undefined reference to `_imp__Perl_get_context'
  680. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xf04): undefined reference to `_imp__Perl_sv_2uv_flags'
  681. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xf1e): undefined reference to `_imp__Perl_sv_newmortal'
  682. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xf41): undefined reference to `_imp__Perl_sv_isobject'
  683. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0xf64): undefined reference to `_imp__Perl_warn_nocontext'
  684. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x1016): undefined reference to `_imp__Perl_sv_2iv_flags'
  685. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x10b1): undefined reference to `_imp__Perl_sv_setiv'
  686. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x110b): undefined reference to `_imp__Perl_sv_grow'
  687. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x113f): undefined reference to `_imp__Perl_sv_pvn_force_flags'
  688. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x116f): undefined reference to `_imp__Perl_mg_set'
  689. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x1189): undefined reference to `_imp__Perl_croak_xs_usage'
  690. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x1198): undefined reference to `_imp__Perl_get_context'
  691. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x11c3): undefined reference to `_imp__Perl_xs_handshake'
  692. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x11d1): undefined reference to `_imp__Perl_newXS_flags'
  693. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\HttpReader.os:HttpReader.cpp:(.text+0x138c): undefined reference to `_imp__Perl_xs_boot_epilog'
  694. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  695. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x4a): undefined reference to `_imp__Perl_sv_isobject'
  696. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x6d): undefined reference to `_imp__Perl_warn_nocontext'
  697. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0xda): undefined reference to `_imp__Perl_sv_2iv_flags'
  698. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x124): undefined reference to `_imp__Perl_croak_xs_usage'
  699. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x139): undefined reference to `_imp__Perl_get_context'
  700. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x17a): undefined reference to `_imp__Perl_sv_isobject'
  701. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x19d): undefined reference to `_imp__Perl_warn_nocontext'
  702. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x20a): undefined reference to `_imp__Perl_sv_2iv_flags'
  703. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x231): undefined reference to `_imp__Perl_newSVpvn'
  704. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x242): undefined reference to `_imp__Perl_sv_2mortal'
  705. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x276): undefined reference to `_imp__Perl_croak_xs_usage'
  706. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x289): undefined reference to `_imp__Perl_get_context'
  707. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x2d7): undefined reference to `_imp__Perl_sv_isobject'
  708. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x2fa): undefined reference to `_imp__Perl_warn_nocontext'
  709. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x35e): undefined reference to `_imp__Perl_sv_2iv_flags'
  710. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x40f): undefined reference to `_imp__Perl_sv_2pv_flags'
  711. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x42a): undefined reference to `_imp__Perl_croak_xs_usage'
  712. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x439): undefined reference to `_imp__Perl_get_context'
  713. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x47a): undefined reference to `_imp__Perl_sv_isobject'
  714. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x49d): undefined reference to `_imp__Perl_warn_nocontext'
  715. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x50a): undefined reference to `_imp__Perl_sv_2iv_flags'
  716. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x554): undefined reference to `_imp__Perl_croak_xs_usage'
  717. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x569): undefined reference to `_imp__Perl_get_context'
  718. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x5d6): undefined reference to `_imp__Perl_sv_2pv_flags'
  719. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x5ec): undefined reference to `_imp__Perl_sv_newmortal'
  720. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x609): undefined reference to `_imp__Perl_sv_setref_pv'
  721. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x653): undefined reference to `_imp__Perl_croak_xs_usage'
  722. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x668): undefined reference to `_imp__Perl_get_context'
  723. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x693): undefined reference to `_imp__Perl_xs_handshake'
  724. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x6a1): undefined reference to `_imp__Perl_newXS_flags'
  725. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Whirlpool.os:Whirlpool.c:(.text+0x7a0): undefined reference to `_imp__Perl_xs_boot_epilog'
  726. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  727. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x4a): undefined reference to `_imp__Perl_sv_isobject'
  728. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x6d): undefined reference to `_imp__Perl_warn_nocontext'
  729. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xda): undefined reference to `_imp__Perl_sv_2iv_flags'
  730. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x124): undefined reference to `_imp__Perl_croak_xs_usage'
  731. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x139): undefined reference to `_imp__Perl_get_context'
  732. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x1a3): undefined reference to `_imp__Perl_sv_2pv_flags'
  733. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x1eb): undefined reference to `_imp__Perl_sv_2pv_flags'
  734. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x227): undefined reference to `_imp__Perl_sv_2uv_flags'
  735. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x267): undefined reference to `_imp__Perl_sv_2iv_flags'
  736. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x286): undefined reference to `_imp__Perl_sv_isobject'
  737. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x2a9): undefined reference to `_imp__Perl_warn_nocontext'
  738. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x319): undefined reference to `_imp__Perl_sv_2iv_flags'
  739. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x36f): undefined reference to `_imp__Perl_newSVpv'
  740. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x38c): undefined reference to `_imp__Perl_sv_2mortal'
  741. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x42c): undefined reference to `_imp__Perl_croak_xs_usage'
  742. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x439): undefined reference to `_imp__Perl_get_context'
  743. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x4a3): undefined reference to `_imp__Perl_sv_2pv_flags'
  744. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x4eb): undefined reference to `_imp__Perl_sv_2pv_flags'
  745. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x527): undefined reference to `_imp__Perl_sv_2uv_flags'
  746. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x567): undefined reference to `_imp__Perl_sv_2iv_flags'
  747. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x586): undefined reference to `_imp__Perl_sv_isobject'
  748. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x5a9): undefined reference to `_imp__Perl_warn_nocontext'
  749. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x619): undefined reference to `_imp__Perl_sv_2iv_flags'
  750. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x66f): undefined reference to `_imp__Perl_newSVpv'
  751. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x68c): undefined reference to `_imp__Perl_sv_2mortal'
  752. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x72c): undefined reference to `_imp__Perl_croak_xs_usage'
  753. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x739): undefined reference to `_imp__Perl_get_context'
  754. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x7a3): undefined reference to `_imp__Perl_sv_2pv_flags'
  755. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x7eb): undefined reference to `_imp__Perl_sv_2pv_flags'
  756. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x82b): undefined reference to `_imp__Perl_sv_2iv_flags'
  757. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x86b): undefined reference to `_imp__Perl_sv_2iv_flags'
  758. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x88a): undefined reference to `_imp__Perl_sv_isobject'
  759. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x8ad): undefined reference to `_imp__Perl_warn_nocontext'
  760. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x91e): undefined reference to `_imp__Perl_sv_2iv_flags'
  761. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0x9f7): undefined reference to `_imp__Perl_croak_xs_usage'
  762. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xa09): undefined reference to `_imp__Perl_get_context'
  763. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xa7a): undefined reference to `_imp__Perl_sv_2pv_flags'
  764. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xa9e): undefined reference to `_imp__Perl_sv_newmortal'
  765. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xabb): undefined reference to `_imp__Perl_sv_setref_pv'
  766. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xb03): undefined reference to `_imp__Perl_croak_xs_usage'
  767. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xb18): undefined reference to `_imp__Perl_get_context'
  768. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xb43): undefined reference to `_imp__Perl_xs_handshake'
  769. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xb51): undefined reference to `_imp__Perl_newXS_flags'
  770. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Rijndael.xs.os:Rijndael.xs.cpp:(.text+0xc50): undefined reference to `_imp__Perl_xs_boot_epilog'
  771. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  772. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x6e): undefined reference to `_imp__Perl_sv_2nv_flags'
  773. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x88): undefined reference to `_imp__Perl_sv_newmortal'
  774. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0xac): undefined reference to `_imp__Perl_sv_setnv'
  775. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x10b): undefined reference to `_imp__Perl_mg_set'
  776. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x122): undefined reference to `_imp__Perl_croak_xs_usage'
  777. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x138): undefined reference to `_imp__Perl_get_context'
  778. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x198): undefined reference to `_imp__Perl_hv_common_key_len'
  779. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x1e6): undefined reference to `_imp__Perl_sv_2iv_flags'
  780. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x1f5): undefined reference to `_imp__Perl_croak_nocontext'
  781. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x202): undefined reference to `_imp__Perl_croak_nocontext'
  782. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x217): undefined reference to `_imp__Perl_croak_xs_usage'
  783. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x28d): undefined reference to `_imp__Perl_get_context'
  784. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x338): undefined reference to `_imp__Perl_get_context'
  785. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x363): undefined reference to `_imp__Perl_xs_handshake'
  786. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x371): undefined reference to `_imp__Perl_newXS_flags'
  787. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x470): undefined reference to `_imp__Perl_xs_boot_epilog'
  788. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x489): undefined reference to `_imp__Perl_get_context'
  789. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x4f3): undefined reference to `_imp__Perl_sv_2pv_flags'
  790. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x571): undefined reference to `_imp__Perl_croak_xs_usage'
  791. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x589): undefined reference to `_imp__Perl_get_context'
  792. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x696): undefined reference to `_imp__Perl_newSV_type'
  793. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x6b0): undefined reference to `_imp__Perl_sv_2mortal'
  794. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x747): undefined reference to `_imp__Perl_newSViv'
  795. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x780): undefined reference to `_imp__Perl_hv_common_key_len'
  796. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x79e): undefined reference to `_imp__Perl_newSVnv'
  797. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x7d3): undefined reference to `_imp__Perl_hv_common_key_len'
  798. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x7e2): undefined reference to `_imp__Perl_newRV'
  799. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x826): undefined reference to `_imp__Perl_hv_common_key_len'
  800. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x848): undefined reference to `_imp__Perl_newRV'
  801. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x969): undefined reference to `_imp__Perl_croak_xs_usage'
  802. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0x999): undefined reference to `_imp__Perl_get_context'
  803. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0xa03): undefined reference to `_imp__Perl_sv_2pv_flags'
  804. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\utils\perl\Benchmark.os:Benchmark.cpp:(.text+0xd1b): undefined reference to `_imp__Perl_croak_xs_usage'
  805. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  806. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x6b): undefined reference to `_imp__Perl_sv_2uv_flags'
  807. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xa7): undefined reference to `_imp__Perl_sv_2uv_flags'
  808. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x103): undefined reference to `_imp__Perl_croak_xs_usage'
  809. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x119): undefined reference to `_imp__Perl_get_context'
  810. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x182): undefined reference to `_imp__Perl_sv_2uv_flags'
  811. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x19a): undefined reference to `_imp__Perl_sv_newmortal'
  812. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x1ce): undefined reference to `_imp__Perl_sv_setuv'
  813. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x220): undefined reference to `_imp__Perl_mg_set'
  814. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x237): undefined reference to `_imp__Perl_croak_xs_usage'
  815. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x249): undefined reference to `_imp__Perl_get_context'
  816. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x2b3): undefined reference to `_imp__Perl_sv_2pv_flags'
  817. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x2ed): undefined reference to `_imp__Perl_sv_2uv_flags'
  818. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x351): undefined reference to `_imp__Perl_croak_xs_usage'
  819. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x369): undefined reference to `_imp__Perl_get_context'
  820. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x3d3): undefined reference to `_imp__Perl_sv_2pv_flags'
  821. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x411): undefined reference to `_imp__Perl_sv_2uv_flags'
  822. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x453): undefined reference to `_imp__Perl_sv_2uv_flags'
  823. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x4d5): undefined reference to `_imp__Perl_croak_xs_usage'
  824. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x4e8): undefined reference to `_imp__Perl_get_context'
  825. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x542): undefined reference to `_imp__Perl_sv_2uv_flags'
  826. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x591): undefined reference to `_imp__Perl_croak_xs_usage'
  827. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x5a8): undefined reference to `_imp__Perl_get_context'
  828. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x602): undefined reference to `_imp__Perl_sv_2uv_flags'
  829. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x651): undefined reference to `_imp__Perl_croak_xs_usage'
  830. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x668): undefined reference to `_imp__Perl_get_context'
  831. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x6c2): undefined reference to `_imp__Perl_sv_2uv_flags'
  832. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x711): undefined reference to `_imp__Perl_croak_xs_usage'
  833. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x729): undefined reference to `_imp__Perl_get_context'
  834. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x79a): undefined reference to `_imp__Perl_sv_2pv_flags'
  835. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x7da): undefined reference to `_imp__Perl_sv_2uv_flags'
  836. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x81a): undefined reference to `_imp__Perl_sv_2uv_flags'
  837. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x85a): undefined reference to `_imp__Perl_sv_2uv_flags'
  838. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x876): undefined reference to `_imp__Perl_sv_newmortal'
  839. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x8f1): undefined reference to `_imp__Perl_sv_setuv'
  840. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x9b0): undefined reference to `_imp__Perl_mg_set'
  841. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x9ca): undefined reference to `_imp__Perl_croak_xs_usage'
  842. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x9d9): undefined reference to `_imp__Perl_get_context'
  843. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xa4a): undefined reference to `_imp__Perl_sv_2pv_flags'
  844. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xa8a): undefined reference to `_imp__Perl_sv_2uv_flags'
  845. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xac8): undefined reference to `_imp__Perl_sv_2uv_flags'
  846. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xae2): undefined reference to `_imp__Perl_sv_newmortal'
  847. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xb49): undefined reference to `_imp__Perl_sv_setuv'
  848. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xbcb): undefined reference to `_imp__Perl_mg_set'
  849. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xbe5): undefined reference to `_imp__Perl_croak_xs_usage'
  850. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xbf9): undefined reference to `_imp__Perl_get_context'
  851. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xc6a): undefined reference to `_imp__Perl_sv_2pv_flags'
  852. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xcaa): undefined reference to `_imp__Perl_sv_2uv_flags'
  853. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xcc6): undefined reference to `_imp__Perl_sv_newmortal'
  854. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xd42): undefined reference to `_imp__Perl_sv_setuv'
  855. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xdbb): undefined reference to `_imp__Perl_mg_set'
  856. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xdd2): undefined reference to `_imp__Perl_croak_xs_usage'
  857. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xdf8): undefined reference to `_imp__Perl_get_context'
  858. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xe23): undefined reference to `_imp__Perl_xs_handshake'
  859. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0xe31): undefined reference to `_imp__Perl_newXS_flags'
  860. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\PaddedPackets\PaddedPackets.xs.os:PaddedPackets.xs.cpp:(.text+0x101b): undefined reference to `_imp__Perl_xs_boot_epilog'
  861. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  862. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x45): undefined reference to `_imp__Perl_get_sv'
  863. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x8a): undefined reference to `_imp__Perl_get_hv'
  864. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0xc7): undefined reference to `_imp__Perl_hv_common_key_len'
  865. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x123): undefined reference to `_imp__Perl_push_scope'
  866. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x139): undefined reference to `_imp__Perl_save_strlen'
  867. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x166): undefined reference to `_imp__Perl_eval_pv'
  868. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x185): undefined reference to `_imp__Perl_pop_scope'
  869. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x1ab): undefined reference to `_imp__Perl_sv_2pv_flags'
  870. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x1c7): undefined reference to `_imp__Perl_free_tmps'
  871. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x1de): undefined reference to `_imp__Perl_croak_xs_usage'
  872. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x1f9): undefined reference to `_imp__Perl_get_context'
  873. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x230): undefined reference to `_imp__Perl_sv_newmortal'
  874. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x25b): undefined reference to `_imp__Perl_sv_setiv'
  875. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x29d): undefined reference to `_imp__Perl_mg_set'
  876. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x2b4): undefined reference to `_imp__Perl_croak_xs_usage'
  877. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x2c9): undefined reference to `_imp__Perl_get_context'
  878. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x300): undefined reference to `_imp__Perl_sv_newmortal'
  879. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x32b): undefined reference to `_imp__Perl_sv_setiv'
  880. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x36d): undefined reference to `_imp__Perl_mg_set'
  881. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x384): undefined reference to `_imp__Perl_croak_xs_usage'
  882. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x398): undefined reference to `_imp__Perl_get_context'
  883. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x3c3): undefined reference to `_imp__Perl_xs_handshake'
  884. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x3d1): undefined reference to `_imp__Perl_newXS_flags'
  885. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\misc.os:misc.c:(.text+0x472): undefined reference to `_imp__Perl_xs_boot_epilog'
  886. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x9): undefined reference to `_imp__Perl_get_context'
  887. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x95): undefined reference to `_imp__Perl_sv_2iv_flags'
  888. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xe5): undefined reference to `_imp__Perl_sv_2iv_flags'
  889. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x181): undefined reference to `_imp__Perl_sv_2pv_flags'
  890. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x19d): undefined reference to `_imp__Perl_safesysmalloc'
  891. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x565): undefined reference to `_imp__Perl_newSVpv'
  892. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x576): undefined reference to `_imp__Perl_sv_2mortal'
  893. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x681): undefined reference to `_imp__Perl_croak_xs_usage'
  894. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x699): undefined reference to `_imp__Perl_get_context'
  895. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x6f1): undefined reference to `_imp__Perl_sv_newmortal'
  896. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x747): undefined reference to `_imp__Perl_hv_common_key_len'
  897. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x972): undefined reference to `_imp__Perl_sv_setiv'
  898. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x9ab): undefined reference to `_imp__Perl_sv_2nv_flags'
  899. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x9c7): undefined reference to `_imp__Perl_sv_2nv_flags'
  900. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x9e7): undefined reference to `_imp__Perl_sv_2nv_flags'
  901. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xa17): undefined reference to `_imp__Perl_sv_2nv_flags'
  902. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xa3f): undefined reference to `_imp__Perl_mg_set'
  903. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xac5): undefined reference to `_imp__Perl_hv_common_key_len'
  904. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xbab): undefined reference to `_imp__Perl_sv_2iv_flags'
  905. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xbdb): undefined reference to `_imp__Perl_sv_2iv_flags'
  906. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xbfa): undefined reference to `_imp__Perl_croak_xs_usage'
  907. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xc0b): undefined reference to `_imp__Perl_croak_nocontext'
  908. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xc1c): undefined reference to `_imp__Perl_croak_nocontext'
  909. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xc29): undefined reference to `_imp__Perl_get_context'
  910. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xce3): undefined reference to `_imp__Perl_av_len'
  911. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xd67): undefined reference to `_imp__Perl_av_fetch'
  912. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xda5): undefined reference to `_imp__Perl_sv_2pv_flags'
  913. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xdde): undefined reference to `_imp__Perl_newSViv'
  914. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xdef): undefined reference to `_imp__Perl_sv_2mortal'
  915. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xe1b): undefined reference to `_imp__Perl_sv_2pv_flags'
  916. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xe39): undefined reference to `_imp__Perl_croak_xs_usage'
  917. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xe4b): undefined reference to `_imp__Perl_get_context'
  918. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xec7): undefined reference to `_imp__Perl_sv_2iv_flags'
  919. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xf11): undefined reference to `_imp__Perl_sv_2iv_flags'
  920. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xf66): undefined reference to `_imp__Perl_sv_2pv_flags'
  921. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0xf89): undefined reference to `_imp__Perl_sv_newmortal'
  922. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x11a7): undefined reference to `_imp__Perl_safesysmalloc'
  923. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x11dc): undefined reference to `_imp__Perl_sv_setpv'
  924. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x1302): undefined reference to `_imp__Perl_mg_set'
  925. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x136f): undefined reference to `_imp__Perl_croak_xs_usage'
  926. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x1388): undefined reference to `_imp__Perl_get_context'
  927. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x13b3): undefined reference to `_imp__Perl_xs_handshake'
  928. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x13c1): undefined reference to `_imp__Perl_newXS_flags'
  929. c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: src\auto\XSTools\misc\fastutils.os:fastutils.cpp:(.text+0x1491): undefined reference to `_imp__Perl_xs_boot_epilog'
  930. collect2.exe: error: ld returned 1 exit status
  931. scons: *** [src\auto\XSTools\XSTools.dll] Error 1
  932. scons: building terminated because of errors.
  933. -e "\e[1;31mCompilation failed. Please read http://wiki.openkore.com/index.php/How_to_run_OpenKore for help.\e[0m"
  934.  
  935. C:\Users\Admin\Documents\GitHub\openkore>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement