>----Messaggio originale---- >Da: da...@dwabbott.com >Data: 11/02/2010 17.45 >A: "mattia.bar...@libero.it"<mattia.bar...@libero.it> >Cc: <wxperl-users@perl.org> >Ogg: Re: R: Wx-0.97 fails to build on Perl 5.8.8 Cmd -e xspp ? > >On Thu, 2010-02-11 at 16:37 +0100, mattia.bar...@libero.it wrote: >> Hi, >> >> >Attempting to fix a bug and looking for help. >> >On Perl 5.10.1 Wx-0.97 installs fine. >> >On Perl 5.8.8 Wx-0.97 fails with; >> >/usr/bin/perl5.8.8 /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -noprototypes >> >-nolinenumbers -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap >> >-typemap ../../typemap -typemap typemap RichText.xs > RichText.xsc && >> >mv RichText.xsc RichText.c >> >Error: Function definition too short 'INCLUDE_COMMAND: $^X >> >-MExtUtils::XSpp::Cmd -e xspp -- -t typemap.xsp -t ../../typemap.xsp >> >XS/RichTextCtrl.xsp' in RichText.xs, line 65 >> >> It's a missing dependency; just upgrade ExtUtils::ParseXS to 0.2202 and >> ExtUtils::XSpp to 0.09; >> I just released wxPerl 0.9701 that adds an explicit dependency. >> >> HTH, >> Mattia >> >> > >Thanks but I get the same error just updated ExtUtils::XSpp to 0.09 >ExtUtils::ParseXS was already at 0.2202 >wxPerl 0.94 installs fine
Maybe EU::PXS is not in module search path? That's exactly the error message I get when I downgrade EU::PXS to 2.22. A wrong EU::XSpp would give a different error message. Regards, Mattia