Re: compiling postgres in winxp

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jaime Casanova <systemguards(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compiling postgres in winxp
Date: 2007-12-01 06:41:27
Message-ID: Pine.BSO.4.64.0712010138520.16534@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 1 Dec 2007, Jaime Casanova wrote:

> i'm trying to compile postgres in winxp for the first time in order to
> try recent Magnus patch discussed here
> http://archives.postgresql.org/pgsql-hackers/2007-11/msg01307.php
>
> /mingw/lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:27: error:
> redefinition of `struct timezone'
> /mingw/lib/gcc/mingw32/3.4.5/../../../../include/sys/time.h:40: error:
> conflicting types for 'gettimeofday'
> .../../src/include/port.h:292: error: previous declaration of
> 'gettimeofday' was here

Only very recently can the 8.2 release be built with recent mingw
releases. Upgrade pg to the top of REL8_2_STABLE or downgrade mingw.

http://archives.postgresql.org/pgsql-committers/2007-11/msg00566.php

Kris Jurka

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mac_man2005 2007-12-01 08:12:51 Re: compiling postgres in winxp
Previous Message Jaime Casanova 2007-12-01 06:12:09 compiling postgres in winxp