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

From: Kouhei Sutou <kou(at)clear-code(dot)com>
To: sandeep(dot)thakkar(at)enterprisedb(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13500: Windows binary zip doesn't include libintl.h
Date: 2015-07-17 14:01:36
Message-ID: 20150717.230136.210343312872939479.kou@clear-code.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

In <CANFyU971y=53dcLyZOaeP6cdxNbrP59GCZNfUgb83pryE8LUxQ(at)mail(dot)gmail(dot)com>
"Re: [BUGS] BUG #13500: Windows binary zip doesn't include libintl.h" on Fri, 17 Jul 2015 17:58:19 +0530,
Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com> wrote:

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

It's not GPL. It's LGPL. We don't need to change PostgreSQL
license when we use LGPL library as dynamic link library for
PostgreSQL.

> 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 Dave Page 2015-07-17 14:27:30 Re: BUG #13500: Windows binary zip doesn't include libintl.h
Previous Message Jeevan Chalke 2015-07-17 13:25:52 GSets: Getting collation related error when GSets has text column