I'd been meaning to get around to trying BrowserUk's Windows screengrab with GD, but I didn't have all the packages and didn't have time to install them until recently.

I made some time while updating my perl install at work, but to my disappointment, it seems that Win32::GuiTest is not available from my usual suspects for perls past 5.12... http://code.activestate.com/ppm/Win32-GuiTest/ and http://trouchelle.com/perl/ppmrepview.pl?id=66915&v=14 for example.

>cpan install Win32::GuiTest is also failing with

CPAN.pm: Building K/KA/KARASIK/Win32-GuiTest-1.59.tar.gz Set up gcc environment - 3.4.5 (mingw-vista special r3) Checking if your kit is complete... Looks good Writing Makefile for Win32::GuiTest Writing MYMETA.yml and MYMETA.json C:Perlbinperl.exe: not found dmake.exe: Error code 255, while making 'blib\lib\Win32\.exists' KARASIK/Win32-GuiTest-1.59.tar.gz C:\Perl\site\bin\dmake.exe -- NOT OK

Has anybody been able to build and run Win32::GuiTest under perl 5.14 or higher, and if so, any tips on how to get this working?


Solution: Re: Building Win32::GuiTest for perl 5.14 or higher - Use Bribes http://www.bribes.org/perl/ppmdir.html

Thanks, syphilis!


In reply to Building Win32::GuiTest for perl 5.14 or higher by SuicideJunkie

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.