Re: extension build issue with PostgreSQL 10 on Centos6

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Subject: Re: extension build issue with PostgreSQL 10 on Centos6
Date: 2017-09-30 06:18:14
Message-ID: 2312.1506752294@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> /usr/pgsql-10/include/server/utils/pg_locale.h:19:26: error:
> unicode/ucol.h: Adresář nebo soubor neexistuje

> This mean not optional dependency on ICU.

Really? That file has

#ifdef USE_ICU
#include <unicode/ucol.h>
#endif

So if you managed to get that error without having said --with-icu,
I'd be very interested to see how.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2017-09-30 06:19:57 Re: extension build issue with PostgreSQL 10 on Centos6
Previous Message konstantin knizhnik 2017-09-30 06:10:53 Re: pg_prepared_xact_status