Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

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

by syphilis (Archbishop)
on Jul 14, 2012 at 08:51 UTC ( [id://981791]=note: print w/replies, xml ) Need Help??


in reply to How to install pp, Wx module in 64 bit windows7 system

It looks like you don't have a C compiler and make utility installed

Apparently you don't have a suitable C compiler installed for this build of perl - and, despite the advice to the contrary, you won't get one via ppm. (For 32-bit builds of ActivePerl you will but, alas, not for their 64-bit builds.)

You can:
a) install a 64-bit Microsoft Compiler and use it;
or
b) install a 64-bit build of MinGW, and then install ExtUtils::FakeConfig;
or
c) switch to a 64-bit build of Strawberry Perl (which comes with a 64-bit compiler).

I guess there are other options - but those are the main ones, and the ones that come first to mind.

Cheers,
Rob
  • Comment on Re: How to install pp, Wx module in 64 bit windows7 system

Log In?
Username:
Password:

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

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

    No recent polls found