it doesn't like that dmake fails to exist
You'll need dmake, as that's the key to getting stuff installed correctly - even then you might not achieve what you want. (I can't get my installation of Active Perl-5.28.1 to install anything.)
Download
https://cpan.metacpan.org/authors/id/S/SH/SHAY/dmake-4.12.2.2.zip to some location. ( I've placed it in
C:\d )
Then create and cd to a new folder in which you wish to install dmake. ( For me that meant
mkdir \foo then
cd \foo )
Then unzip the distro you downloaded. ( For me
unzip \d\dmake-4.12.2.2.zip )
Then add the dmake directory to the PATH. ( For me
set PATH=C:\foo\dmake;%PATH% )
Then check that dmake is available:
For me:
C:\>dmake -V
dmake - Version 4.12.2.2 (Windows / MS Visual C++)
Copyright (c) 1990,...,1997 by WTI Corp.
Default Configuration:
MAXLINELENGTH := 32766
MAXPROCESSLIMIT := 64
.IMPORT .IGNORE: DMAKEROOT
.MAKEFILES : makefile.mk makefile
.SOURCE : .NULL
DMAKEROOT *= $(ABSMAKECMD:d)startup
MAKESTARTUP := $(DMAKEROOT)\startup.mk
Please read the NEWS file for the latest release notes.
C:\>
All is done.
Then re-run your cpan installation command(s) and cross your fingers.
One of the nice things about Strawberry Perl is that it comes with the make utility already installed.
Older versions of Strawberry Perl shipped with (and used) 'dmake', but newer versions ship with (and use) 'gmake'.
Cheers,
Rob
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.