Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: How to install pp, Wx module in 64 bit windows7 system

by syphilis (Archbishop)
on Jul 15, 2012 at 03:13 UTC ( [id://981875]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to install pp, Wx module in 64 bit windows7 system
in thread How to install pp, Wx module in 64 bit windows7 system

I think the last time I tried, dmake can run a nmake syntax makefile

That doesn't work for me - in relation to building perl modules, at least. I get the error:
dmake: Error: -- `c:\_32\perl_vc7\5.10.0\libConfig.pm' not found, and + can't be made
ExtUtils/MM_Win32.pm caters for this difference with:
sub init_DIRFILESEP { my($self) = shift; # The ^ makes sure its not interpreted as an escape in nmake $self->{DIRFILESEP} = $self->is_make_type('nmake') ? '^\\' : $self->is_make_type('dmake') ? '\\\\' : '\\'; }
Cheers,
Rob

Replies are listed 'Best First'.
Re^4: How to install pp, Wx module in 64 bit windows7 system
by Anonymous Monk on Jul 15, 2012 at 05:11 UTC
Re^4: How to install pp, Wx module in 64 bit windows7 system
by bulk88 (Priest) on Jul 16, 2012 at 06:25 UTC
    I often do a dmake clean by accident on a nmake makefile. It works without any fatal errors. I've never tried a dmake install on a nmake makefile.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found