I have installed Prima successfully, but installation of PDL::Graphics::Prima failed with errors building prerequisite:

Building PDL-Drawing-Prima gcc -c -I"C:\sw\pdl\perl\vendor\lib\PDL\Core" -I"C:\sw\pdl\perl\site\l +ib\Prima\CORE" -I"C:\sw\pdl\perl\site\lib\Prima\CORE\generic" -I"C:\s +w\pdl\c\include\libpng16" -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -D__U +SE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT - +DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bit +fields -s -O2 "-DVERSION=\"0.12\"" "-DXS_VERSION=\"0.12\"" -I"C:\sw\p +dl\perl\lib\CORE" -I"C:\sw\pdl\c\include" -o "lib\PDL\Drawing\Prima.o +" "lib\PDL\Drawing\Prima.c" ====================================================================== lib/PDL/Drawing/Prima.pm.PL: In function 'pdl_prima_fillpolys_readdata +': lib/PDL/Drawing/Prima.pm.PL:949:45: error: 'struct _Drawable_vmt' has +no member named 'get_fillWinding' curr_$singular = orig_$singular = $uncast my->get_$singular(widget +_handle); ^~ lib/PDL/Drawing/Prima.pm.PL:952:26: error: 'struct _Drawable_vmt' has +no member named 'get_fillWinding' orig_$singular = $uncast my->get_$singular(widget_handle); ^~ lib/PDL/Drawing/Prima.pm.PL:954:6: error: 'struct _Drawable_vmt' has n +o member named 'set_fillWinding' my->set_$singular(widget_handle, $cast curr_$singular); ====================================================================== error building xs.dll file from 'lib\PDL\Drawing\Prima.c' at C:/sw/pdl +/perl/lib/ExtUtils/CBuilder/Platform/Windows.pm line 128. -> FAIL Installing PDL::Drawing::Prima failed. See C:\sw\pdl\data\.cpa +nm\work\1582130333.17256\build.log for details. Retry with --force to + force install it. -> FAIL Installing the dependencies failed: Module 'PDL::Drawing::Prim +a' is not installed -> FAIL Bailing out the installation for PDL-Graphics-Prima-0.17.


In reply to Re^2: Failure to install PDL::Graphics::Simple on Windows 10 by zubenel0
in thread Failure to install PDL::Graphics::Simple on Windows 10 by zubenel0

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.