Re: conflicting gettimeofday with MinGW

From: "Zeugswetter Andreas ADI SD" <ZeugswetterA(at)spardat(dot)at>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: conflicting gettimeofday with MinGW
Date: 2007-04-11 16:17:19
Message-ID: E1539E0ED7043848906A8FF995BDA57901E7BC50@m0143.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > That page is ages out of date. The intended sync is
> apparently broken.
> > The current download area is on sourceforge
> > http://sf.net/project/showfiles.php?group_id=2435
> >
> >
>
> *sigh*
>
> And what is in 3.12, which is apparently the current version?

Sorry that was implied. sys/time.h did not change between 3.10 and 3.12.
There is no #define to remove the declaration.

In cvs the file is marked as dead and gives a reference to cygwin's
w32api.
Maybe the answer is to simply note that the mingw-runtime binary from
sourceforge above 3.9 has a broken sys/time.h (it is not the file from
cygwin but the dead one from cvs).

Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Roman Neuhauser 2007-04-11 16:57:44 Re: UUID generation functions
Previous Message Andrew Dunstan 2007-04-11 15:47:17 Re: conflicting gettimeofday with MinGW