Re: MSVC compile errors

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: MSVC compile errors
Date: 2004-12-26 18:57:00
Message-ID: 41CF097C.9070203@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:

>
>
> I am also seeing non-fatal warnings about redefinition of SIG_ERR
> SIG_DFL and SIG_IGN which I will investigate.
>
>

The cure for this seems to be to add

#include <signal.h>

near the top of src/include/port/win32.h.

cheers

andrew

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-12-26 19:21:41 Re: MSVC compile errors
Previous Message Andrew Dunstan 2004-12-26 18:32:58 MSVC compile errors