我需要在ActivePerl 5.16.2上安装Padre。但是Padre没有Padre ppm包,cpan Padre说:
MDOOTSON/Alien-wxWidgets-0.64.tar.gz
C:\Perl\site\bin\dmake.exe -- NOT OK
CPAN: YAML::XS loaded ok (v0.38)
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Running make for P/PL/PLAVEN/Padre-0.98.tar.gz
Warning: Prerequisite 'Alien::wxWidgets => 0.62' for 'PLAVEN/Padre-0.98.tar.gz' failed when processing 'MDOOTSON/Alien-wxWidgets-0.64.tar
CPAN: Time::HiRes loaded ok (v1.9725)
CPAN.pm: Building P/PL/PLAVEN/Padre-0.98.tar.gz
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Can't locate Alien/wxWidgets.pm in @INC (@INC contains: inc privinc C:\Perl\dbg C:/Perl/site/lib C:/Perl/lib .) at Makefile.PL line 52.
BEGIN failed--compilation aborted at Makefile.PL line 52.
Warning: No success on command[C:\Perl\bin\perl.exe Makefile.PL INSTALLDIRS=site]
PLAVEN/Padre-0.98.tar.gz
C:\Perl\bin\perl.exe Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites发布于 2013-06-12 22:54:48
ActivePerl 5.16版的dr Padre尚未发布。
以下内容只是我试图让它工作的内容。
首先,我尝试了:
cpan Padre我这样做了三次,但是"dmake.exe“总是失败。
互联网上没有关于这个错误的参考资料。
其次,我尝试使用an article in Padre Wiki进行项目经理制
ppm rep add wxperl http://www.wxperl.co.uk/repository
ppm install Alien-wxWidgets
ppm install Wx
ppm install Padre但最后一句话声称:
ppm install failed: Can't find any package that provides Padre最后,我情不自禁地与Padre开发人员交谈:

因此,显然我们没有什么可做的,只能等待他们开发它。
当然,您也可以参与开发!
发布于 2013-06-11 11:10:26
这篇文章应该会有所帮助:Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl
https://stackoverflow.com/questions/16997441
复制相似问题