2

我需要在 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
4

2 回答 2

1

tl;ActivePerl 5.16 的 Padre 博士尚未发布。

以下内容只是我试图让它发挥作用。

首先我试过:

cpan Padre

我这样做了三遍,但“dmake.exe”总是失败。
Internet 上没有关于此错误的参考。

其次,我用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 开发人员交谈:

在此处输入图像描述

因此,显然我们无事可做,只能等待他们开发它。
当然,您也可以参与开发!

于 2013-06-12T14:54:48.310 回答
0

这篇文章应该有所帮助:使用 ActivePerl 的 Wx (wxWidgets fomerly wxWindows) 的安装说明

于 2013-06-11T03:10:26.027 回答