>From [EMAIL PROTECTED] Mon Apr 17 11:34:59 2000
Received: from [216.46.38.113] (helo=gdev.net)
        by gadolinium with esmtp (Exim 2.05 #1)
        id 12h8rq-00006M-00
        for [EMAIL PROTECTED]; Mon, 17 Apr 2000 11:34:59 +0100
Received: (from majordom@localhost)
        by gdev.net (8.9.3/8.8.7) id CAA15324
        for glade-devel-list; Mon, 17 Apr 2000 02:50:26 -0400
X-Authentication-Warning: gdev.net: majordom set sender to 
[EMAIL PROTECTED] using -f
Received: from zeroink.com (IDENT:[EMAIL PROTECTED] [209.181.245.3])
        by gdev.net (8.9.3/8.8.7) with ESMTP id CAA15321
        for <[EMAIL PROTECTED]>; Mon, 17 Apr 2000 02:50:24 -0400
Received: from zeroink.com (nic-25-c110-166.mn.mediaone.net [24.25.110.166])
        by zeroink.com (8.9.3/8.8.7) with ESMTP id BAA21350;
        Mon, 17 Apr 2000 01:48:28 -0500
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 17 Apr 2000 01:48:28 -0500
From: Jay J <[EMAIL PROTECTED]>
X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.14 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Subject: Re: ANNOUNCE: Glade-Perl 0.54 (Perl 5.6 users)
References: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: [EMAIL PROTECTED]
Precedence: bulk
Reply-To: [EMAIL PROTECTED]

Dermot Musgrove wrote:
> 
> Hi all,
> 
> I have just uploaded perl module Glade-Perl-0.54.tar.gz to CPAN
>     ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Glade/

Greetings,

Unicode::String 2.05 fails compilation under (default) Perl 5.6.0, which
is needed for Glade-Perl. I sent a message to the maintainer, perhaps a
patch will show up soon ..

It dies because PERL_POLLUTE is disabled by default in 5.6 which
includes these lines (from embedvar.h):

#define na                    PL_na
#define dowarn                        PL_dowarn

Adding those to the top of String.xs should cure any "'dowarn'
undeclared/undefined  (first use in this function)" messages when
compiling Unicode::String.

Maybe there's a better way to handle this, but - I spent 20 minutes
figuring it out, I may as well tell someone about it, right?

-Jay J

+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.


+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to