From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | andreas+pg(at)gate450(dot)dyndns(dot)org, masm(at)fciencias(dot)unam(dot)mx, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: localization problem (and solution) |
Date: | 2005-12-29 14:31:08 |
Message-ID: | 43B3F32C.2010106@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
>Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
>
>>We have a build failure to fix first:
>>http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=loris&dt=2005-12-29%2000:44:52
>>
>>
>
>Weird. It seems to be choking on linking to check_function_bodies,
>but plpgsql does that exactly the same way, and there's no problem
>there. I wonder whether all those warnings in the perl header files
>mean anything ...
>
>
>
I have committed a fix - the perl headers were mangling DLLIMPORT so I
moved the declaration above the perl includes.
I would also like to add -Wno-comment to the CFLAGS for win32/gcc, top
suppress at least some of those warnings.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Rod Taylor | 2005-12-29 14:35:27 | Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and |
Previous Message | Simon Riggs | 2005-12-29 13:19:45 | Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and |