It looks like you're right as usual, though I didn't have the module cached in my packages directory, so I'm not sure when I must have built it.
I do however have a fix for you. Comment out lines 27-29 of GUITest.cpp:
//#ifndef SIZE_T
//# define SIZE_T DWORD
//#endif
I do get one test failure:
t/05_which.t ......... 1/?
# Failed test 'progman'
# at t/05_which.t line 21.
# ''
# doesn't match '(?i-xsm:progman)'
# Looks like you failed 1 test of 7.
which seems to be trying to test an application that is not distributed any more.
I also originally had a couple of other test failures, but a) ensuring calc.exe wasn't already running before starting the nmake test fixed some of them; b) turning off the View->"Digit grouping" checkbox fixed the rest.
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.