Re: problem with compiling beta3 on mingw32+WinXP - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: problem with compiling beta3 on mingw32+WinXP
Date
Msg-id 4E2DC173.3050003@dunslane.net
Whole thread Raw
In response to Re: problem with compiling beta3 on mingw32+WinXP  (pasman pasmański <pasman.p@gmail.com>)
List pgsql-hackers


On 07/25/2011 02:56 PM, pasman pasmański wrote:
> After googling i found that mingw's gcc works with 64 bit integers.
> But printf is incompatible :( . Possible workaround: include
> inttypes.h , define macros and convert printf strings:
>
> printf("%" LL,(long long)10000000000)

Postgres builds under mingw and runs perfectly well on 32 bit Windows 
XP. See
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=frogmouth&dt=2011-07-25%2006%3A30%3A01> 
for example.

(Also, please avoid top-posting).

cheers

andrew




pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: Another issue with invalid XML values
Next
From: Robert Haas
Date:
Subject: write scalability