On Mon, 2010-03-01 at 18:46 -0800, Kyle McKay wrote: > David, > > I had exactly the same problem. It turns out in my case the problem > is that the new version of ExtUtils::ParseXS is being installed into / > Library/Perl rather than /Library/Perl/Updates and since the @INC > search path is /Library/Perl/Updates, then /System/Library/Perl (where > the old, incompatible version lives) followed by /Library/Perl the Wx > build process finds the wrong one. Thanks Kyle, for us ExtUtils-ParseXS-2.2203 http://search.cpan.org/dist/ExtUtils-ParseXS/
fixed the problem as it installs ExtUtils/xsubpp too. http://bugs.gentoo.org/show_bug.cgi?id=304483 Bug fixes: | | - Build.PL was not including ExtUtils/xsubpp for installation. Fixed | by subclassing M::B::find_pm_files to include it [David Golden]