Andrew Savige wrote:

>I tried to build libwin32-0.24, but in the nmake step, xsubpp
>choked with:
>
>"Didn't find a 'MODULE ... PACKAGE ... PREFIX' line"
>
>on the following files:
>
>NetAdmin.xs
>ODBC.xs
>Pipe.xs
>Win32.xs
>
>Googling around, I applied this ParseXS patch from Steve Hay which
>seemed to work around my build problem:
>
>http://rt.cpan.org/NoAuth/Bug.html?id=11472
>
>However, it seems better to fix the offending modules so that they
>don't choke on the standard perl 5.8.6 version of ParseXS.
>  
>
Note that ExtUtils::ParseXS is not a standard (core) module, nor even in 
ActivePerl.  It's a CPAN module that you, or someone else, has added to 
your Perl.  xsubpp is a standard tool which gets updated when you 
install ExtUtils::ParseXS.

I definitely see it as a bug in the latter that things that used to 
build with the standard xsubpp no longer build after the update.

As I said in the bug report, I see no mention of a requirement for XS 
files to contain the MODULE... line.


>Can anyone confirm that after applying the ParseXS patch, I now
>have a clean build of libwin32?
>  
>
I certainly believe so, but then I'm biased ;)

- Steve


------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender 
immediately.  The unauthorized use, disclosure, copying or alteration of this 
message is strictly forbidden.  Note that any views or opinions presented in 
this email are solely those of the author and do not necessarily represent 
those of Radan Computational Ltd.  The recipient(s) of this message should 
check it and any attached files for viruses: Radan Computational will accept no 
liability for any damage caused by any virus transmitted by this email.

Reply via email to