evgen-i has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I am trying to install the pp module using cpan (from an ActiveState perl installation) under Windows 7. The installation procedure terminates write almost at the very end, when "make" is executed:
windres -i winres\pp.rc -o ppresource.coff --input-format=rc --output- +format=coff --target=pe-x86-64 windres: Can't detect target endianness and architecture.
Also, "windres" from MinGW was not in the PATH until I added it.
Any idea why I get this error?
Thanks, Eugene.
|
|---|