Re: [HACKERS] CVS tip build failure (win32)

2005-06-28 Thread Dave Page
> -Original Message- > From: Stephen Frost [mailto:[EMAIL PROTECTED] > Sent: 28 June 2005 18:30 > To: Dave Page > Cc: PostgreSQL-development > Subject: Re: [HACKERS] CVS tip build failure (win32) > > * Dave Page (dpage@vale-housing.co.uk) wrote: > > I

Re: [HACKERS] CVS tip build failure (win32)

2005-06-28 Thread Stephen Frost
* Dave Page (dpage@vale-housing.co.uk) wrote: > I'm seeing the following failure on win32, post roles patch application: [...] > 'InitializeAcl' [...] > That's following a cvs update and a make clean. All was fine before I > updated :-( Wow. Apparently 'InitializeAcl' is part of the Windows API.

Re: [HACKERS] CVS tip build failure (win32)

2005-06-28 Thread Tom Lane
"Dave Page" writes: > ../../../src/include/utils/acl.h:214: error: conflicting types for > 'InitializeAcl' > c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/winbase.h:1571 > : error: previous declaration of 'InitializeAcl' was here Grumble. I'll change the routine name. Thanks...

[HACKERS] CVS tip build failure (win32)

2005-06-28 Thread Dave Page
I'm seeing the following failure on win32, post roles patch application: gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wold-style-definition -Wendif-labels -fno-strict-aliasing -I../../../src/include -I./src/include/port/win32 -DEXEC_BACKEND "-I../../../src/inc