Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6 - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
Date
Msg-id CAFj8pRAOa_pRLL0_B1HLW2S2jOdNpZhvpvQpN4otdv6DzzVqcQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
List pgsql-hackers


2017-09-30 8:18 GMT+02:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.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.

probably rpm is created with --with-icu



                        regards, tom lane

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
Next
From: Noah Misch
Date:
Subject: [HACKERS] Re: CREATE COLLATION does not sanitize ICU's BCP 47 language tags.Should it?