dmake

dmake not found when installing Perl module using CPAN

拈花ヽ惹草 提交于 2020-02-24 16:54:50
问题 I installed Perl from ActiveState. Plain version with no extensions. Windows 10. "This is perl 5, version 28, subversion 1 (v5.28.1) built for MSWin32-x64-multi-thread" A pre-existing perl script that I need to use accesses PostScript::Simple so I need to add that to my install. Supposedly, the right way to do this is to open cpan and run the command "install PostScript::Simple". However, it eventually fails with a dmake error. I've tried cpan install dmake and appears to be trying to do so,

How to install dmake with perl?

佐手、 提交于 2019-12-24 00:43:54
问题 Can someone please tell me how to download dmake with Perl? I have tried with CPAN, but this is what I get: cpan> install dmake Database was generated on Wed, 10 Jul 2019 10:13:05 GMT Running install for module 'dmake' '" "' is not recognized as an internal or external command, operable program or batch file. Checksum for C:\STRAWB~1\cpan\sources\authors\id\S\SH\SHAY\dmake-4.12.2.2.zip ok Scanning cache C:\STRAWB~1\cpan\build for sizes .........................................................

Can GNU make execute a rule whenever an error occurs?

寵の児 提交于 2019-12-20 11:48:33
问题 This is slightly different from Can a Makefile execute code ONLY when an error has occurred?. I'd like a rule or special target that is made whenever an error occurs (independent of the given target; without changing the rule for every target as the other answer seems to imply with the || operator). In dmake there is special target .ERROR that is executed whenever an error condition is detected . Is there a similar thing with GNU make? (I'm still using GNU make 3.81, but I didn't find

Can GNU make execute a rule whenever an error occurs?

筅森魡賤 提交于 2019-12-03 01:44:35
This is slightly different from Can a Makefile execute code ONLY when an error has occurred? . I'd like a rule or special target that is made whenever an error occurs (independent of the given target; without changing the rule for every target as the other answer seems to imply with the || operator). In dmake there is special target .ERROR that is executed whenever an error condition is detected . Is there a similar thing with GNU make? (I'm still using GNU make 3.81, but I didn't find anything in the documentation of the new GNU make 4.0 either) Gnu doesn't support it explicitly, but there's