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

From Tom Lane
Subject Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
Date
Msg-id 2312.1506752294@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] extension build issue with PostgreSQL 10 on Centos6  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6
List pgsql-hackers
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.
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: konstantin knizhnik
Date:
Subject: Re: [HACKERS] pg_prepared_xact_status
Next
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] extension build issue with PostgreSQL 10 on Centos6