At 2:34 PM -0700 4/20/00, Ying Li wrote:
>Hi,
>
>I'm trying to install the module Unicode-String-2.05, but I ran 
>across the following error message while running the make routine. 
>Did I miss something? How could I make it work?
>
>Any help would be appreciated. Thanks.

Go into the Unicode-String-2.05 directory and

perl Makefile.PL POLLUTE=1
make
make test
make install

You're running into a change in 5.6.0.  The deprecated "dowarn" and 
"na" are now only available by request (the preferred versions are 
now "PL_dowarn", and "PL_na").

>
>Ying
>
>Error Message:
># make
>gcc -c  -I/usr/local/include -D_LARGEFILE_SOURCE 
>-D_FILE_OFFSET_BITS=64 -O     -
>DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC 
>-I/usr/local/perl/lib/5.6.0/sun4-s
>olaris/CORE  String.c
>String.xs: In function `XS_Unicode__String_latin1':
>String.xs:60: `dowarn' undeclared (first use in this function)
>String.xs:60: (Each undeclared identifier is reported only once
>String.xs:60: for each function it appears in.)
>String.xs:77: `na' undeclared (first use in this function)
>String.xs: In function `XS_Unicode__String_ucs4':
>String.xs:118: `na' undeclared (first use in this function)
>String.xs:125: `dowarn' undeclared (first use in this function)
>String.xs: In function `XS_Unicode__String_utf8':
>String.xs:212: `dowarn' undeclared (first use in this function)
>String.xs: In function `XS_Unicode__String_byteswap2':
>String.xs:395: `dowarn' undeclared (first use in this function)
>make: *** [String.o] Error 1

-- 
--
Paul Schinder
[EMAIL PROTECTED]

Reply via email to