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

From: kou(at)clear-code(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13500: Windows binary zip doesn't include libintl.h
Date: 2015-07-14 12:37:22
Message-ID: 20150714123722.2346.38618@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-07-14 12:45:32 Re: BUG #13490: Segmentation fault on pg_stat_activity
Previous Message Michael Bommarito 2015-07-14 12:21:56 Re: BUG #13490: Segmentation fault on pg_stat_activity