Michael G Schwern wrote:
On Mon, Jul 28, 2003 at 07:08:51PM +0200, Stas Bekman wrote:

The latest MakeMaker's xsubpp_version (from MM_Unix.pm) fails with the
latest maint perl-5.8.1 (works with 5.8.0). It generates a test .xs files which the latest maint perl doesn't like. Here is the generated file:


I don't even know what xsubpp_version does, so someobdy else is going to
have to field this one.

AFAIK one line of that subroutine has been touched since I took over
maintenance.

-    my $command = "$self->{PERL} -I$self->{PERL_LIB} $xsubpp -v 2>&1";
+    my $command = qq{$self->{PERL} "-I$self->{PERL_LIB}" $xsubpp -v 2>&1};

OTOH, the xsubpp program has changed a lot, though nothing in the last
7 months.
http://public.activestate.com/cgi-bin/perlbrowse?file=lib%2FExtUtils%2Fxsubpp&log=1

Is it possible that xsubpp in 5.8.0 was automatically picking the installation-wide typemap and now it doesn't? Notice that the solution I have used is to add: -typemap path/to/lib/5.8.1/ExtUtils/typemap


p5p?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to