hsmyers has asked for the wisdom of the Perl Monks concerning the following question:
This is ActiveState perl, v5.10.1 running under Vista Home Premium SP2 with 2.0GB of memory...C:\>makefile Set up gcc environment - 3.4.5 (mingw-vista special r3) Checking if your kit is complete... Looks good Writing Makefile for Lingua::EN::NameParse C:\>dmake dmake.exe: Warning: -- Target [blibdirs] was made but the time stamp +has not been updated. cp lib/Lingua/EN/NameGrammar.pm blib\lib\Lingua\EN\NameGrammar.pm cp lib/Lingua/EN/NameParse.pm blib\lib\Lingua\EN\NameParse.pm dmake.exe: Warning: -- Target [pure_all] was made but the time stamp +has not been updated. C:\>dmake test dmake.exe: Warning: -- Target [blibdirs] was made but the time stamp +has not been updated. dmake.exe: Warning: -- Target [pure_all] was made but the time stamp +has not been updated. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, ' +blib\lib', 'blib\arch')" t/*.t t/main.t .......... Useless use of string eq in void context at t/main +.t line 73. t/main.t .......... 1/12 Warning: Undefined (sub)rule "i" used in a production. t/main.t .......... ok t/pod-coverage.t .. ok t/pod.t ........... ok t/rules.t ......... ok All tests successful. Files=4, Tests=34, 2 wallclock secs ( 0.09 usr + 0.03 sys = 0.12 CP +U) Result: PASS C:\>dmake install dmake.exe: Warning: -- Target [blibdirs] was made but the time stamp +has not been updated. dmake.exe: Warning: -- Target [pure_all] was made but the time stamp +has not been updated. Appending installation info to C:\Perl\lib/perllocal.pod
--hsm
"Never try to teach a pig to sing...it wastes your time and it annoys the pig."
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: dmake warning question
by Anonymous Monk on Jan 07, 2011 at 00:23 UTC | |
by hsmyers (Canon) on Jan 07, 2011 at 05:08 UTC | |
by roboticus (Chancellor) on Jan 07, 2011 at 09:42 UTC | |
by CountZero (Bishop) on Jan 07, 2011 at 16:37 UTC | |
Re: dmake warning question
by Marshall (Canon) on Jan 08, 2011 at 23:44 UTC | |
by hsmyers (Canon) on Jan 09, 2011 at 21:49 UTC |