Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2022
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.71 KB | None | 0 0
  1.  
  2. * Check Perl
  3.  
  4.  
  5. * Check Perl version
  6.  
  7.  
  8. * Install required perl modules
  9.  
  10. Database was generated on Sun, 02 Jan 2022 02:46:44 GMT
  11. Test2 is up to date (1.302188).
  12. Date::Manip is up to date (6.86).
  13. Running install for module 'Finance::Quote'
  14. Checksum for C:\STRAWB~1\cpan\sources\authors\id\B\BP\BPSCHUCK\Finance-Quote-1.51.tar.gz ok
  15. Configuring B/BP/BPSCHUCK/Finance-Quote-1.51.tar.gz with Makefile.PL
  16. Checking if your kit is complete...
  17. Looks good
  18. Warning: prerequisite Date::Range 0 not found.
  19. Warning: prerequisite Date::Simple 0 not found.
  20. Warning: prerequisite DateTime::Format::ISO8601 0 not found.
  21. Warning: prerequisite DateTime::Format::Strptime 0 not found.
  22. Warning: prerequisite HTML::TableExtract 0 not found.
  23. Warning: prerequisite HTML::TokeParser::Simple 0 not found.
  24. Warning: prerequisite HTML::TreeBuilder::XPath 0 not found.
  25. Warning: prerequisite Spreadsheet::XLSX 0 not found.
  26. Warning: prerequisite String::Util 0 not found.
  27. Warning: prerequisite Test::Perl::Critic 0 not found.
  28. Warning: prerequisite Web::Scraper 0 not found.
  29. Generating a gmake-style Makefile
  30. Writing Makefile for Finance::Quote
  31. Writing MYMETA.yml and MYMETA.json
  32.   BPSCHUCK/Finance-Quote-1.51.tar.gz
  33.   C:\Strawberry\perl\bin\perl.exe Makefile.PL -- OK
  34. Running make for B/BP/BPSCHUCK/Finance-Quote-1.51.tar.gz
  35. ---- Unsatisfied dependencies detected during ----
  36. ----    BPSCHUCK/Finance-Quote-1.51.tar.gz    ----
  37.     Date::Range [build_requires]
  38.     Date::Simple [build_requires]
  39.     DateTime::Format::ISO8601 [build_requires]
  40.     DateTime::Format::Strptime [requires]
  41.     HTML::TableExtract [requires]
  42.     HTML::TokeParser::Simple [requires]
  43.     HTML::TreeBuilder::XPath [requires]
  44.     Spreadsheet::XLSX [requires]
  45.     String::Util [requires]
  46.     Test::Perl::Critic [build_requires]
  47.     Web::Scraper [requires]
  48. Running install for module 'Date::Range'
  49. Checksum for C:\STRAWB~1\cpan\sources\authors\id\T\TM\TMTM\Date-Range-1.41.tar.gz ok
  50. Configuring T/TM/TMTM/Date-Range-1.41.tar.gz with Makefile.PL
  51. Checking if your kit is complete...
  52. Looks good
  53. Warning: prerequisite Date::Simple 0.03 not found.
  54. Generating a gmake-style Makefile
  55. Writing Makefile for Date::Range
  56. Writing MYMETA.yml and MYMETA.json
  57.   TMTM/Date-Range-1.41.tar.gz
  58.   C:\Strawberry\perl\bin\perl.exe Makefile.PL -- OK
  59. Running make for T/TM/TMTM/Date-Range-1.41.tar.gz
  60. ---- Unsatisfied dependencies detected during ----
  61. ----        TMTM/Date-Range-1.41.tar.gz       ----
  62.     Date::Simple [requires]
  63. Running install for module 'Date::Simple'
  64. Checksum for C:\STRAWB~1\cpan\sources\authors\id\I\IZ\IZUT\Date-Simple-3.03.tar.gz ok
  65. Configuring I/IZ/IZUT/Date-Simple-3.03.tar.gz with Makefile.PL
  66. Enabling XS code.
  67. If you get errors, run `make distclean'
  68. and try again using `perl Makefile.PL noxs'.
  69. Undefined requirement for Test::More treated as '0' at C:/Strawberry/perl/lib/ExtUtils/MakeMaker.pm line 474.
  70. Undefined requirement for Scalar::Util treated as '0' at C:/Strawberry/perl/lib/ExtUtils/MakeMaker.pm line 474.
  71. Checking if your kit is complete...
  72. Looks good
  73. Generating a gmake-style Makefile
  74. Writing Makefile for Date::Simple
  75. Writing MYMETA.yml and MYMETA.json
  76.   IZUT/Date-Simple-3.03.tar.gz
  77.   C:\Strawberry\perl\bin\perl.exe Makefile.PL -- OK
  78. Running make for I/IZ/IZUT/Date-Simple-3.03.tar.gz
  79. cp lib/Date/Simple/Fmt.pm blib\lib\Date\Simple\Fmt.pm
  80. cp lib/Date/Simple/NoXS.pm blib\lib\Date\Simple\NoXS.pm
  81. cp lib/Date/Simple/D8.pm blib\lib\Date\Simple\D8.pm
  82. cp lib/Date/Simple/ISO.pm blib\lib\Date\Simple\ISO.pm
  83. cp lib/Date/Simple.pm blib\lib\Date\Simple.pm
  84. Running Mkbootstrap for Simple ()
  85. "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "Simple.bs"
  86. "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Simple.bs blib\arch\auto\Date\Simple\Simple.bs 644
  87. "C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp"  -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap  Simple.xs > Simple.xsc
  88. Please specify prototyping behavior for Simple.xs (see perlxs manual)
  89. "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- Simple.xsc Simple.c
  90. gcc -c   -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2   -DVERSION=\"3.03\" -DXS_VERSION=\"3.03\"  "-IC:\STRAWB~1\perl\lib\CORE"   Simple.c
  91. In file included from Simple.xs:4:
  92. C:\STRAWB~1\perl\lib\CORE/inline.h: In function 'Perl_is_utf8_invariant_string_loc':
  93. C:\STRAWB~1\perl\lib\CORE/perl.h:2002:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cas
  94. ]
  95.  #define PTR2nat(p) (PTRV)(p) /* pointer to integer of PTRSIZE */
  96.                     ^
  97. C:\STRAWB~1\perl\lib\CORE/inline.h:437:48: note: in expansion of macro 'PTR2nat'
  98.  #  define PERL_IS_SUBWORD_ADDR(x) (1 & (       PTR2nat(x)                     \
  99.                                                 ^~~~~~~
  100. C:\STRAWB~1\perl\lib\CORE/inline.h:451:45: note: in expansion of macro 'PERL_IS_SUBWORD_ADDR'
  101.                            + PERL_WORDSIZE * PERL_IS_SUBWORD_ADDR(x)
  102.                                              ^~~~~~~~~~~~~~~~~~~~
  103. C:\STRAWB~1\perl\lib\CORE/perl.h:2002:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cas
  104. ]
  105.  #define PTR2nat(p) (PTRV)(p) /* pointer to integer of PTRSIZE */
  106.                     ^
  107. C:\STRAWB~1\perl\lib\CORE/inline.h:438:46: note: in expansion of macro 'PTR2nat'
  108.                                        |   (  PTR2nat(x) >> 1)                 \
  109.                                               ^~~~~~~
  110. C:\STRAWB~1\perl\lib\CORE/inline.h:451:45: note: in expansion of macro 'PERL_IS_SUBWORD_ADDR'
  111.                            + PERL_WORDSIZE * PERL_IS_SUBWORD_ADDR(x)
  112.                                              ^~~~~~~~~~~~~~~~~~~~
  113. C:\STRAWB~1\perl\lib\CORE/perl.h:2002:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cas
  114. ]
  115.  #define PTR2nat(p) (PTRV)(p) /* pointer to integer of PTRSIZE */
  116.                     ^
  117. C:\STRAWB~1\perl\lib\CORE/inline.h:439:46: note: in expansion of macro 'PTR2nat'
  118.                                        | ( ( (PTR2nat(x)                       \
  119.                                               ^~~~~~~
  120. C:\STRAWB~1\perl\lib\CORE/inline.h:451:45: note: in expansion of macro 'PERL_IS_SUBWORD_ADDR'
  121.                            + PERL_WORDSIZE * PERL_IS_SUBWORD_ADDR(x)
  122.                                              ^~~~~~~~~~~~~~~~~~~~
  123. C:\STRAWB~1\perl\lib\CORE/perl.h:2002:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cas
  124. ]
  125.  #define PTR2nat(p) (PTRV)(p) /* pointer to integer of PTRSIZE */
  126.                     ^
  127. C:\STRAWB~1\perl\lib\CORE/inline.h:454:30: note: in expansion of macro 'PTR2nat'
  128.                            - (PTR2nat(x) & PERL_WORD_BOUNDARY_MASK))
  129.                               ^~~~~~~
  130. C:\STRAWB~1\perl\lib\CORE/perl.h:2002:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cas
  131. ]
  132.  #define PTR2nat(p) (PTRV)(p) /* pointer to integer of PTRSIZE */
  133.                     ^
  134. C:\STRAWB~1\perl\lib\CORE/inline.h:459:16: note: in expansion of macro 'PTR2nat'
  135.          while (PTR2nat(x) & PERL_WORD_BOUNDARY_MASK) {
  136.                 ^~~~~~~
  137. "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
  138.      -e "Mksymlists('NAME'=>\"Date::Simple\", 'DLBASE' => 'Simple', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
  139. g++ Simple.def -o blib\arch\auto\Date\Simple\Simple.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" Simple.o   "C:\STRAWB~1\perl\lib\CORE\libperl532.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
  140. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible C:\STRAWB~1\c\lib/libiconv.a when searching for -liconv
  141. C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: skipping incompatible C:\STRAWB~1\c\lib\libiconv.a when searching for -liconv
  142. Simple.o:Simple.c:(.text+0x18d): undefined reference to `__imp_Perl_get_context'
  143. Simple.o:Simple.c:(.text+0x209): undefined reference to `__imp_Perl_sv_2iv_flags'
  144. Simple.o:Simple.c:(.text+0x2b2): undefined reference to `__imp_Perl_croak_xs_usage'
  145. Simple.o:Simple.c:(.text+0x2cf): undefined reference to `__imp_Perl_get_context'
  146. Simple.o:Simple.c:(.text+0x339): undefined reference to `__imp_Perl_sv_newmortal'
  147. Simple.o:Simple.c:(.text+0x450): undefined reference to `__imp_Perl_sv_2iv_flags'
  148. Simple.o:Simple.c:(.text+0x46d): undefined reference to `__imp_Perl_sv_setiv_mg'
  149. Simple.o:Simple.c:(.text+0x482): undefined reference to `__imp_Perl_croak_xs_usage'
  150. Simple.o:Simple.c:(.text+0x49f): undefined reference to `__imp_Perl_get_context'
  151. Simple.o:Simple.c:(.text+0x505): undefined reference to `__imp_Perl_sv_newmortal'
  152. Simple.o:Simple.c:(.text+0x5f0): undefined reference to `__imp_Perl_sv_2iv_flags'
  153. Simple.o:Simple.c:(.text+0x60d): undefined reference to `__imp_Perl_sv_setiv_mg'
  154. Simple.o:Simple.c:(.text+0x622): undefined reference to `__imp_Perl_croak_xs_usage'
  155. Simple.o:Simple.c:(.text+0x63f): undefined reference to `__imp_Perl_get_context'
  156. Simple.o:Simple.c:(.text+0x6a5): undefined reference to `__imp_Perl_sv_newmortal'
  157. Simple.o:Simple.c:(.text+0x790): undefined reference to `__imp_Perl_sv_2iv_flags'
  158. Simple.o:Simple.c:(.text+0x7ad): undefined reference to `__imp_Perl_sv_setiv_mg'
  159. Simple.o:Simple.c:(.text+0x7c2): undefined reference to `__imp_Perl_croak_xs_usage'
  160. Simple.o:Simple.c:(.text+0x7df): undefined reference to `__imp_Perl_get_context'
  161. Simple.o:Simple.c:(.text+0x845): undefined reference to `__imp_Perl_sv_newmortal'
  162. Simple.o:Simple.c:(.text+0x930): undefined reference to `__imp_Perl_sv_2iv_flags'
  163. Simple.o:Simple.c:(.text+0x94d): undefined reference to `__imp_Perl_sv_setiv_mg'
  164. Simple.o:Simple.c:(.text+0x962): undefined reference to `__imp_Perl_croak_xs_usage'
  165. Simple.o:Simple.c:(.text+0x981): undefined reference to `__imp_Perl_get_context'
  166. Simple.o:Simple.c:(.text+0x9ff): undefined reference to `__imp_Perl_call_method'
  167. Simple.o:Simple.c:(.text+0xa60): undefined reference to `__imp_Perl_call_pv'
  168. Simple.o:Simple.c:(.text+0xaa4): undefined reference to `__imp_Perl_call_method'
  169. Simple.o:Simple.c:(.text+0xab9): undefined reference to `__imp_Perl_markstack_grow'
  170. Simple.o:Simple.c:(.text+0xad8): undefined reference to `__imp_Perl_stack_grow'
  171. Simple.o:Simple.c:(.text+0xaeb): undefined reference to `__imp_Perl_markstack_grow'
  172. Simple.o:Simple.c:(.text+0xb13): undefined reference to `__imp_Perl_get_context'
  173. Simple.o:Simple.c:(.text+0xb9b): undefined reference to `__imp_Perl_sv_2iv_flags'
  174. Simple.o:Simple.c:(.text+0xc19): undefined reference to `__imp_Perl_newSViv'
  175. Simple.o:Simple.c:(.text+0xc2a): undefined reference to `__imp_Perl_newRV_noinc'
  176. Simple.o:Simple.c:(.text+0xc3e): undefined reference to `__imp_Perl_sv_bless'
  177. Simple.o:Simple.c:(.text+0xc9d): undefined reference to `__imp_Perl_call_method'
  178. Simple.o:Simple.c:(.text+0xd47): undefined reference to `__imp_Perl_sv_2mortal'
  179. Simple.o:Simple.c:(.text+0xd90): undefined reference to `__imp_Perl_sv_2iv_flags'
  180. Simple.o:Simple.c:(.text+0xda7): undefined reference to `__imp_Perl_markstack_grow'
  181. Simple.o:Simple.c:(.text+0xdc6): undefined reference to `__imp_Perl_stack_grow'
  182. Simple.o:Simple.c:(.text+0xde5): undefined reference to `__imp_Perl_stack_grow'
  183. Simple.o:Simple.c:(.text+0xdfc): undefined reference to `__imp_Perl_markstack_grow'
  184. Simple.o:Simple.c:(.text+0xe23): undefined reference to `__imp_Perl_stack_grow'
  185. Simple.o:Simple.c:(.text+0xe3b): undefined reference to `__imp_Perl_croak_xs_usage'
  186. Simple.o:Simple.c:(.text+0xe4d): undefined reference to `__imp_Perl_get_context'
  187. Simple.o:Simple.c:(.text+0xef9): undefined reference to `__imp_Perl_newSViv'
  188. Simple.o:Simple.c:(.text+0xf10): undefined reference to `__imp_Perl_sv_2mortal'
  189. Simple.o:Simple.c:(.text+0xf80): undefined reference to `__imp_Perl_sv_2iv_flags'
  190. Simple.o:Simple.c:(.text+0xfc3): undefined reference to `__imp_Perl_stack_grow'
  191. Simple.o:Simple.c:(.text+0xfdb): undefined reference to `__imp_Perl_croak_xs_usage'
  192. Simple.o:Simple.c:(.text+0xfed): undefined reference to `__imp_Perl_get_context'
  193. Simple.o:Simple.c:(.text+0x106b): undefined reference to `__imp_Perl_sv_2iv_flags'
  194. Simple.o:Simple.c:(.text+0x109d): undefined reference to `__imp_Perl_newSViv'
  195. Simple.o:Simple.c:(.text+0x10b4): undefined reference to `__imp_Perl_sv_2mortal'
  196. Simple.o:Simple.c:(.text+0x1143): undefined reference to `__imp_Perl_stack_grow'
  197. Simple.o:Simple.c:(.text+0x115b): undefined reference to `__imp_Perl_croak_xs_usage'
  198. Simple.o:Simple.c:(.text+0x116d): undefined reference to `__imp_Perl_get_context'
  199. Simple.o:Simple.c:(.text+0x11d5): undefined reference to `__imp_Perl_sv_2mortal'
  200. Simple.o:Simple.c:(.text+0x1220): undefined reference to `__imp_Perl_croak_xs_usage'
  201. Simple.o:Simple.c:(.text+0x123d): undefined reference to `__imp_Perl_get_context'
  202. Simple.o:Simple.c:(.text+0x12f9): undefined reference to `__imp_Perl_newSVpvf_nocontext'
  203. Simple.o:Simple.c:(.text+0x130a): undefined reference to `__imp_Perl_sv_2mortal'
  204. Simple.o:Simple.c:(.text+0x1344): undefined reference to `__imp_Perl_sv_2iv_flags'
  205. Simple.o:Simple.c:(.text+0x1370): undefined reference to `__imp_Perl_croak_xs_usage'
  206. Simple.o:Simple.c:(.text+0x138d): undefined reference to `__imp_Perl_get_context'
  207. Simple.o:Simple.c:(.text+0x1449): undefined reference to `__imp_Perl_newSVpvf_nocontext'
  208. Simple.o:Simple.c:(.text+0x145a): undefined reference to `__imp_Perl_sv_2mortal'
  209. Simple.o:Simple.c:(.text+0x1494): undefined reference to `__imp_Perl_sv_2iv_flags'
  210. Simple.o:Simple.c:(.text+0x14c0): undefined reference to `__imp_Perl_croak_xs_usage'
  211. Simple.o:Simple.c:(.text+0x168f): undefined reference to `__imp_Perl_get_context'
  212. Simple.o:Simple.c:(.text+0x170b): undefined reference to `__imp_Perl_sv_2iv_flags'
  213. Simple.o:Simple.c:(.text+0x174b): undefined reference to `__imp_Perl_sv_2iv_flags'
  214. Simple.o:Simple.c:(.text+0x178b): undefined reference to `__imp_Perl_sv_2iv_flags'
  215. Simple.o:Simple.c:(.text+0x17b5): undefined reference to `__imp_Perl_newSViv'
  216. Simple.o:Simple.c:(.text+0x17cf): undefined reference to `__imp_Perl_sv_2mortal'
  217. Simple.o:Simple.c:(.text+0x1872): undefined reference to `__imp_Perl_croak_xs_usage'
  218. Simple.o:Simple.c:(.text+0x188f): undefined reference to `__imp_Perl_get_context'
  219. Simple.o:Simple.c:(.text+0x190b): undefined reference to `__imp_Perl_sv_2iv_flags'
  220. Simple.o:Simple.c:(.text+0x194b): undefined reference to `__imp_Perl_sv_2iv_flags'
  221. Simple.o:Simple.c:(.text+0x1969): undefined reference to `__imp_Perl_sv_newmortal'
  222. Simple.o:Simple.c:(.text+0x1a6d): undefined reference to `__imp_Perl_sv_setiv_mg'
  223. Simple.o:Simple.c:(.text+0x1a81): undefined reference to `__imp_Perl_croak_nocontext'
  224. Simple.o:Simple.c:(.text+0x1a91): undefined reference to `__imp_Perl_croak_xs_usage'
  225. Simple.o:Simple.c:(.text+0x1ab1): undefined reference to `__imp_Perl_get_context'
  226. Simple.o:Simple.c:(.text+0x1b39): undefined reference to `__imp_Perl_sv_2iv_flags'
  227. Simple.o:Simple.c:(.text+0x1b79): undefined reference to `__imp_Perl_sv_2iv_flags'
  228. Simple.o:Simple.c:(.text+0x1b97): undefined reference to `__imp_Perl_sv_newmortal'
  229. Simple.o:Simple.c:(.text+0x1c72): undefined reference to `__imp_Perl_sv_2nv_flags'
  230. Simple.o:Simple.c:(.text+0x1cb0): undefined reference to `__imp_Perl_sv_2iv_flags'
  231. Simple.o:Simple.c:(.text+0x1d3d): undefined reference to `__imp_Perl_sv_setiv_mg'
  232. Simple.o:Simple.c:(.text+0x1d52): undefined reference to `__imp_Perl_croak_xs_usage'
  233. Simple.o:Simple.c:(.text+0x1d73): undefined reference to `__imp_Perl_get_context'
  234. Simple.o:Simple.c:(.text+0x1ec8): undefined reference to `__imp_Perl_newSViv'
  235. Simple.o:Simple.c:(.text+0x1f1b): undefined reference to `__imp_Perl_newSViv'
  236. Simple.o:Simple.c:(.text+0x1f2c): undefined reference to `__imp_Perl_newRV_noinc'
  237. Simple.o:Simple.c:(.text+0x1f40): undefined reference to `__imp_Perl_sv_bless'
  238. Simple.o:Simple.c:(.text+0x1fa4): undefined reference to `__imp_Perl_call_method'
  239. Simple.o:Simple.c:(.text+0x204e): undefined reference to `__imp_Perl_sv_2mortal'
  240. Simple.o:Simple.c:(.text+0x209a): undefined reference to `__imp_Perl_croak_nocontext'
  241. Simple.o:Simple.c:(.text+0x20b0): undefined reference to `__imp_Perl_sv_2iv_flags'
  242. Simple.o:Simple.c:(.text+0x20d0): undefined reference to `__imp_Perl_sv_2iv_flags'
  243. Simple.o:Simple.c:(.text+0x20f1): undefined reference to `__imp_Perl_sv_2iv_flags'
  244. Simple.o:Simple.c:(.text+0x2110): undefined reference to `__imp_Perl_sv_2iv_flags'
  245. Simple.o:Simple.c:(.text+0x2148): undefined reference to `__imp_Perl_mg_get'
  246. Simple.o:Simple.c:(.text+0x2165): undefined reference to `__imp_Perl_sv_2bool_flags'
  247. Simple.o:Simple.c:(.text+0x2175): undefined reference to `__imp_Perl_markstack_grow'
  248. Simple.o:Simple.c:(.text+0x2194): undefined reference to `__imp_Perl_stack_grow'
  249. Simple.o:Simple.c:(.text+0x21b3): undefined reference to `__imp_Perl_stack_grow'
  250. Simple.o:Simple.c:(.text+0x21ca): undefined reference to `__imp_Perl_markstack_grow'
  251. Simple.o:Simple.c:(.text+0x21e9): undefined reference to `__imp_Perl_stack_grow'
  252. Simple.o:Simple.c:(.text+0x223f): undefined reference to `__imp_Perl_croak_xs_usage'
  253. Simple.o:Simple.c:(.text+0x226b): undefined reference to `__imp_Perl_get_context'
  254. Simple.o:Simple.c:(.text+0x22e6): undefined reference to `__imp_Perl_gv_stashpv'
  255. Simple.o:Simple.c:(.text+0x22f7): undefined reference to `__imp_Perl_newSViv'
  256. Simple.o:Simple.c:(.text+0x2308): undefined reference to `__imp_Perl_newRV_noinc'
  257. Simple.o:Simple.c:(.text+0x2325): undefined reference to `__imp_Perl_sv_bless'
  258. Simple.o:Simple.c:(.text+0x237b): undefined reference to `__imp_Perl_get_context'
  259. Simple.o:Simple.c:(.text+0x238f): undefined reference to `__imp_Perl_newSViv'
  260. Simple.o:Simple.c:(.text+0x23a0): undefined reference to `__imp_Perl_newRV_noinc'
  261. Simple.o:Simple.c:(.text+0x23c7): undefined reference to `__imp_Perl_sv_2pv_flags'
  262. Simple.o:Simple.c:(.text+0x23e8): undefined reference to `__imp_Perl_sv_2bool_flags'
  263. Simple.o:Simple.c:(.text+0x2408): undefined reference to `__imp_Perl_mg_get'
  264. Simple.o:Simple.c:(.text+0x245d): undefined reference to `__imp_Perl_get_context'
  265. Simple.o:Simple.c:(.text+0x25ae): undefined reference to `__imp_Perl_sv_2mortal'
  266. Simple.o:Simple.c:(.text+0x2605): undefined reference to `__imp_Perl_sv_2pv_flags'
  267. Simple.o:Simple.c:(.text+0x261f): undefined reference to `__imp_Perl_croak_xs_usage'
  268. Simple.o:Simple.c:(.text+0x2641): undefined reference to `__imp_Perl_get_context'
  269. Simple.o:Simple.c:(.text+0x26c9): undefined reference to `__imp_Perl_sv_2iv_flags'
  270. Simple.o:Simple.c:(.text+0x2709): undefined reference to `__imp_Perl_sv_2iv_flags'
  271. Simple.o:Simple.c:(.text+0x2749): undefined reference to `__imp_Perl_sv_2iv_flags'
  272. Simple.o:Simple.c:(.text+0x277e): undefined reference to `__imp_Perl_sv_2mortal'
  273. Simple.o:Simple.c:(.text+0x2823): undefined reference to `__imp_Perl_croak_xs_usage'
  274. Simple.o:Simple.c:(.text+0x2841): undefined reference to `__imp_Perl_get_context'
  275. Simple.o:Simple.c:(.text+0x291b): undefined reference to `__imp_Perl_sv_2bool_flags'
  276. Simple.o:Simple.c:(.text+0x29b8): undefined reference to `__imp_Perl_mg_get'
  277. Simple.o:Simple.c:(.text+0x2a40): undefined reference to `__imp_Perl_sv_2iv_flags'
  278. Simple.o:Simple.c:(.text+0x2a61): undefined reference to `__imp_Perl_sv_2iv_flags'
  279. Simple.o:Simple.c:(.text+0x2a73): undefined reference to `__imp_Perl_croak_xs_usage'
  280. Simple.o:Simple.c:(.text+0x2a91): undefined reference to `__imp_Perl_get_context'
  281. Simple.o:Simple.c:(.text+0x2b6b): undefined reference to `__imp_Perl_sv_2bool_flags'
  282. Simple.o:Simple.c:(.text+0x2c08): undefined reference to `__imp_Perl_mg_get'
  283. Simple.o:Simple.c:(.text+0x2c90): undefined reference to `__imp_Perl_sv_2iv_flags'
  284. Simple.o:Simple.c:(.text+0x2cb1): undefined reference to `__imp_Perl_sv_2iv_flags'
  285. Simple.o:Simple.c:(.text+0x2cc3): undefined reference to `__imp_Perl_croak_xs_usage'
  286. Simple.o:Simple.c:(.text+0x2ce3): undefined reference to `__imp_Perl_get_context'
  287. Simple.o:Simple.c:(.text+0x2e57): undefined reference to `__imp_Perl_sv_newmortal'
  288. Simple.o:Simple.c:(.text+0x2f78): undefined reference to `__imp_Perl_mg_get'
  289. Simple.o:Simple.c:(.text+0x2f91): undefined reference to `__imp_Perl_sv_2iv_flags'
  290. Simple.o:Simple.c:(.text+0x2fb0): undefined reference to `__imp_Perl_sv_2iv_flags'
  291. Simple.o:Simple.c:(.text+0x2ff4): undefined reference to `__imp_Perl_sv_2bool_flags'
  292. Simple.o:Simple.c:(.text+0x300d): undefined reference to `__imp_Perl_sv_setiv_mg'
  293. Simple.o:Simple.c:(.text+0x3022): undefined reference to `__imp_Perl_croak_xs_usage'
  294. Simple.o:Simple.c:(.text+0x303a): undefined reference to `__imp_Perl_get_context'
  295. Simple.o:Simple.c:(.text+0x3064): undefined reference to `__imp_Perl_xs_handshake'
  296. Simple.o:Simple.c:(.text+0x3073): undefined reference to `__imp_Perl_newXS_deffile'
  297. Simple.o:Simple.c:(.text+0x322a): undefined reference to `__imp_Perl_xs_boot_epilog'
  298. collect2.exe: error: ld returned 1 exit status
  299. gmake: *** [Makefile:471: blib\arch\auto\Date\Simple\Simple.xs.dll] Error 1
  300.   IZUT/Date-Simple-3.03.tar.gz
  301.   C:\STRAWB~1\c\bin\gmake.exe -- NOT OK
  302. Stopping: 'install' failed for 'Date::Simple'.
  303.  
  304. * Check environment variable ALPHAVANTAGE_API_KEY
  305.  
  306.   ***
  307.   *** You need an API key (from https://www.alphavantage.co)
  308.   ***   to run the Perl module Finance::Quote.
  309.   ***
  310.   *** Make it available to GnuCash by
  311.   ***    - setting the environment variable ALPHAVANTAGE_API_KEY or
  312.   ***    - starting GnuCash and adding the Alpha Vantage api key in
  313.   ***        Edit->Preferences->Online Quotes
  314.   ***
  315.  
  316. * Run gnc-fq-check
  317.  
  318.  
  319. You need to install the following Perl modules:
  320.   Finance::Quote
  321.  
  322. Use your system's package manager to install them,
  323. or run 'gnc-fq-update' as root.
  324. missing-lib
  325.  
  326. An error occurred, see above.
  327.  
  328. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement