Installing PAR::Packer on Windows, dmake error 255

柔情痞子 提交于 2019-12-11 00:08:26

问题


I am trying to create a binary of a perl script for Windows, and I cannot afford commercial applications such as perl2exe and Active Perl Dev Kit (I am aware there are trial versions).

Because of this I have installed strawberry perl on a Windows XP SP3 32bit Virtual Machine to try and compile my source file; something that I was easily able to do on Linux.

Strawberry perl installs fine however when I try to install the PAR::Packer module from cpan, I get the following errors:

dmake: Error code 129, while makeing 'ppresources.coff'
dmake.EXE: Error code 255, while making 'subdirs'
  RSCHUPP/PAR-Packer-1.013.tar.gz
  C:\strawberry\c\bin\dmake.EXE -- NOT OK

I have googled extensively, but as of yet haven't been able to find a solution, any help is greatly appreciated, thanks a lot!


回答1:


Adding answer to aggregate comments above for future searchers:

Here's what works for me building on Windows systems.

1) Use ActiveState Perl 5.x (I've used 5.10 through 5.14).

2) Use PPM to install all packages you can from ActiveState PPM repository.

3) Fall back to CPAN to actually install PAR::Packer and any other requirements not in the ActiveState PPM repository.



来源:https://stackoverflow.com/questions/9588100/installing-parpacker-on-windows-dmake-error-255

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!