Hi David, David Abbott wrote:
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
I'm pretty sure your ExtUtils::ParseXS is too old. Wx requires a minimum version of ExtUtils::XSpp which in turn requires a minimum version of EU::ParseXS. You might have missed one of the warnings from Makefile.PL/Build.PL.
Best regards, Steffen
