in reply to Building Win32::GuiTest for perl 5.14 or higher
:Perlbinperl.exe: not found .... dmake.exe
This means the makefile was written for nmake and not dmake, so it won't work with dmake
Try cpanp -i Win32::GuiTest
or use cpanp -z Win32::GuiTest then perl Makefile.PL MAKE=dmake && dmake test then dmake install
This shouldn't happen on activestate, but ActiveState is know to patch ExtUtils::MakeMaker and fudge it up, you might consider installing the latest manually from CPAN
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building Win32::GuiTest for perl 5.14 or higher
by syphilis (Archbishop) on Jun 26, 2012 at 07:39 UTC | |
by Anonymous Monk on Jun 26, 2012 at 08:14 UTC |