I tried to run the test but it ended with the error.
c:\sam>cpanp -t Win32::GUI Set up gcc environment - 3.4.5 (mingw-vista special r3) Testing Win32::GUI (1.06) Running [C:\Perl\bin\perl.exe -e use strict; BEGIN { my $old = select +STDERR; $| ++; select $old; $|++; $0 = shift(@ARGV); my $rv = do($0); die $@ if $ +@; } C:\Us ers\BLACKDOG\.cpanplus\5.16.3\build\Win32-GUI-1.06\Makefile.PL]... Set up gcc environment - 3.4.5 (mingw-vista special r3) Building on OS MSWin32 with compiler C:\Perl\site\bin\gcc.exe is not o +fficially supported. To force a build call this script with the additional parameter 'BUILD +ENV': perl Makefile.PL BUILDENV=xxxx where xxxx is one of: Build Environment unsupported BEGIN failed--compilation aborted at -e line 1. vc (MSWin32 and Visual C++) mingw (MSWin32 and MinGW) cygwin (Cygwin) [ERROR] Could not run 'C:\Perl\bin\perl.exe Makefile.PL': Set up gcc e +nvironment - 3.4.5 (mingw-vista special r3) Building on OS MSWin32 with compiler C:\Perl\site\bin\gcc.exe is not o +fficially supported. To force a build call this script with the additional parameter 'BUILD +ENV': perl Makefile.PL BUILDENV=xxxx where xxxx is one of: Build Environment unsupported BEGIN failed--compilation aborted at -e line 1. vc (MSWin32 and Visual C++) mingw (MSWin32 and MinGW) cygwin (Cygwin) -- cannot continue [ERROR] Unable to create a new distribution object for 'Win32::GUI' -- + cannot co ntinue *** Install log written to: C:\Users\BLACKDOG\.cpanplus\install-logs\Win32-GUI-1.06-1367848691.l +og

In reply to Re^8: Win32::GUI in Active perl 5.16.3 by samir_gambler
in thread Win32::GUI in Active perl 5.16.3 by samir_gambler

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.