Compile Failue on win32 - pipe.c using ereport

From: Mark Kirkwood <markir(at)coretech(dot)co(dot)nz>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Compile Failue on win32 - pipe.c using ereport
Date: 2004-06-30 08:27:49
Message-ID: 40E27985.7060506@coretech.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

For the past few days I have experienced compile failure with CVS HEAD
on win32.
The culprit is src/port/pipe.c which uses ereport() when it only
#includes "c.h".

I cured the error by #including "postgres.h" - but after a bit of
thought suspect that "utils/elog.h" is all that is necessary!

Is anyone else able to confirm this? I am using mingw 3.1.0-1, msys
1.0.10 and gcc 3.3.1 on win 2003 server.

regards

Mark

Browse pgsql-hackers by date

  From Date Subject
Next Message Doug Quale 2004-06-30 09:03:26 Re: grant execute on many functions
Previous Message Michael Meskes 2004-06-30 07:12:53 Re: recursive SQL