Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"

by jffry (Hermit)
on Dec 02, 2011 at 23:41 UTC ( [id://941456]=note: print w/replies, xml ) Need Help??


in reply to Re: Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"
in thread Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"

My other posts in this thread show that I am now starting all over again with a virgin installation, but have the same problem.

I have not installed a new version of ExtUtils::MakeMaker. It looks like the version I have is 6.56.

C:\strawberry\perl\lib\ExtUtils > find "our $VERSION" MakeMaker.pm ---------- MAKEMAKER.PM our $VERSION = '6.56';

That subroutine in MM_Win32.pm is identical to the one you've shown (but I added line numbers).

127 sub init_DIRFILESEP { 128 my($self) = shift; 129 130 # The ^ makes sure its not interpreted as an escape in nmake 131 $self->{DIRFILESEP} = $self->is_make_type('nmake') ? '^\\' : 132 $self->is_make_type('dmake') ? '\\\\' 133 : '\\'; 134 }

And my Perl make configvar seems to point at dmake.

C:\strawberry\cpan\build > perl -V:make make='dmake';
  • Comment on Re^2: Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"
  • Select or Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://941456]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found