Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
Дата
Msg-id CAFj8pRAOa_pRLL0_B1HLW2S2jOdNpZhvpvQpN4otdv6DzzVqcQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6  (Devrim Gündüz <devrim@gunduz.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
Следующее
От: Noah Misch
Дата:
Сообщение: [HACKERS] Re: CREATE COLLATION does not sanitize ICU's BCP 47 language tags.Should it?