Running a stand-alone:
$ make xs_generate
fails with:
[...]
Can't locate Apache/FunctionTable.pm in @INC (@INC contains: lib
/home/stas/perl-bleed/lib/5.7.1/i686-linux-thread-multi
/home/stas/perl-bleed/lib/5.7.1
/home/stas/perl-bleed/lib/site_perl/5.7.1/i686-linux-thread-multi
/home/stas/perl-bleed/lib/site_perl/5.7.1
/home/stas/perl-bleed/lib/site_perl .) at lib/ModPerl/MapUtil.pm line 26.
make: *** [xs_generate] Error 2
adding:
use lib qw(xs/tables/current);
to util/xs_generate.pl solves the problem.
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.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]