Re: BUG #13500: Windows binary zip doesn't include libintl.h

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: kou(at)clear-code(dot)com
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13500: Windows binary zip doesn't include libintl.h
Date: 2015-07-17 12:28:19
Message-ID: CANFyU971y=53dcLyZOaeP6cdxNbrP59GCZNfUgb83pryE8LUxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I think it's a GPL file and can't be bundled in the binaries/installers.

On Tue, Jul 14, 2015 at 6:07 PM, <kou(at)clear-code(dot)com> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 13500
> Logged by: Kouhei Sutou
> Email address: kou(at)clear-code(dot)com
> PostgreSQL version: 9.4.4
> Operating system: Windows
> Description:
>
> //
> get.enterprisedb.com/postgresql/postgresql-9.4.2-1-windows-x64-binaries.zip
> has pgsql\include\libintl.h but
> //
> get.enterprisedb.com/postgresql/postgresql-9.4.4-1-windows-x64-binaries.zip
> doesn't have it.
>
> libintl.h is included from pgsql\include\server\c.h. The c.h is included
> from pgsql\include\server\postgres.h.
>
> I want to build an extension, PGroonga, for Windows with the official
> PostgreSQL binary. But I get a build error caused by missing libintl.h.
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

--
Sandeep Thakkar

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-07-17 13:22:44 Re: BUG #13500: Windows binary zip doesn't include libintl.h
Previous Message Marko Kreen 2015-07-17 11:22:59 [9.4] SELECT repeatedly rewrites a table