On Sun, 24 Jun 2001, Stas Bekman wrote:
>
> Running a stand-alone:
>
> $ make xs_generate
yeah, that isn't meant be used at the moment.
> unfortunately 'make source_scan' shocks with:
> Expecting parenth after identifier in `apr_sms_t **sms'
> after `apr_sms_t ' at /home/stas/perl-bleed/lib/5.7.1/C/Scan.pm line 851.
>
> with the Scan.pm from your site Doug. But you've mentioned this already.
it works fine for me with the current sources. there is one difference in
my local copy (patch from gerald), however source_scan.pl runs fine either
way for me.
--- /home/dougm/tar/Scan.pm Mon Jun 25 16:38:02 2001
+++ /home/dougm/perl/C-Scan-0.75/Scan.pm Wed May 2 20:57:45 2001
@@ -914,7 +914,7 @@
}
my $stream = $class->new(@_);
my $oh = select $stream;
- $/ = undef;
+ local $/ = undef;
select $oh;
<$stream>;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]