Install wxPerl on Strawberries

I am trying to install wxperl on strawberries. I can not install Alien :: wxWidgets. I tried everything I could think of. I usually get an error like this:

Creating library file: ..\..\src\stc\..\..\..\lib\gcc_dll\libwxmsw28u_stc.a
compilet.exp:fake:(.edata+0x3c): undefined reference to `boot_compilet'
compilet.exp:fake:(.edata+0x40): undefined reference to `boot_compilet'

I do not know what it means. I tried using wxWidgets v 2.8.12 and 2.9.3 and various options. I started with cpanm and later called perl Build.PL manually with all kinds of options.

I am on a 64-bit version of Windows 7. I tried with 5.14.2 32bit and 64bit. I am sure that there is no other perl installation in my path other than the one I am currently using.

Any ideas? Thank!

+5
source share
2 answers

Using strawberry-perl-5.16.3.1-32bit on Windows 7.

, , , Alien:: wxWidgets, , .

: Alien:: wxWidgets SVN. 'build test' , 'build install'. Wx , . Padre , , .

PPM Strawberry perl:

ppm wxPerl http://www.wxperl.co.uk/repo29 ( WxWidgets-2.9.4)

ppm install Alien:: wxWidgets ( 0.61)

, Padre Alien:: wxWidgets 0.62, Padre CPAN Alien:: wxWidgets .

Citrus Perl, Mark Dootson. , Perl, 5.16.1, , , ​​ DWIM Perl Strawberry Perl 5.14.2.1 RC.

Strawberry Perl 5.16.3 5.14.4.1 , , " ". :

http://www.vuxml.org/freebsd/CVE-2013-1667.html

+5

DWIM Perl, Perl, Strawberry, CPAN, Alien::wxWidgets.

+2
source

All Articles