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