Re: plperl warnings on win32 - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: plperl warnings on win32
Date
Msg-id 20070724115045.GD19199@svr2.hagander.net
Whole thread Raw
In response to Re: plperl warnings on win32  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: plperl warnings on win32  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
On Tue, Jul 24, 2007 at 12:42:38PM +0100, Gregory Stark wrote:
>
> "Magnus Hagander" <magnus@hagander.net> writes:
>
> > When building with MingW, we get a ton of warnings of the type:
> > C:/Perl/lib/CORE/config.h:39:20: warning: "/*" within comment
> >
> > (see
> > http://pgbuildfarm.org/cgi-bin/show_stage_log.pl?nm=vaquita&dt=2007-07-23%20200011&stg=make)
>
> Huh, what's actually in your /Perl/lib/CORE/config.h ?

/*#define HAS_BCMP    /**/


and similar.


> Perhaps older versions of perl weren't so careful but on my machine perl
> generates a config.h like this:

The difference is in the space. This is with perl 5.8.8.819 from
ActiveState - the latest is 5.8.8.820, and I doubt they've changed
that there.

//Magnus

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Re: plperl warnings on win32
Next
From: Magnus Hagander
Date:
Subject: msvc const warnings