[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: [BUG REPORT] WML SNAP, Any
- From: Denis Barbier <nospam@thanx>
- Date: Sun, 27 Aug 2000 01:37:09 +0200
On Tue, Aug 08, 2000 at 11:19:50AM +0200, duenki@isi.ee.ethz.ch wrote:
> Problem Description:
> | Hi,
> |
> | While compiling wml_common/bitvector you can get
> | into trouble, if your perl is of version prior to
> | 5.005. According to the INSTALL.txt (this file is
> | missing in the wml distribution) of Bit-Vector-5.8
> | a small change is needed:
> |
> | Preliminary steps for use with Perl prior to version 5.005:
> | -----------------------------------------------------------
> |
> | Edit the file "Vector.xs" and change all occurrences (just two)
> | of "PL_na" into "na".
> |
> |
> | If your perl is even prior to version 5.002, more changes are required.
Hi,
previous version of Bit::Vector was hacked to compile well under all
recent Perl versions, by adding these 3 lines
#if (PERL_VERSION < 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION <= 5))
# define PL_na na
#endif
I will fix Bit::Vector ASAP, thanks for your help.
--
Denis Barbier
WML Maintainer
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com