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
