我需要在ActivePerl 5.16.2上安装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
答案 0 :(得分:1)
tl; Padre for ActivePerl 5.16尚未发布。
以下内容只是我试图让它发挥作用。
首先我尝试了:
cpan Padre
我这样做了三次,但“dmake.exe”总是失败 互联网上没有关于此错误的参考。
其次,我使用an article in Padre Wiki尝试了PPM:
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开发人员交谈:
所以,显然我们无所事事,只能等待他们发展它 或者你当然可以参与开发了!
答案 1 :(得分:0)