Re: configure problem --with-libxml

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: configure problem --with-libxml
Дата
Msg-id 200612221503.50622.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: configure problem --with-libxml  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Ответы Re: configure problem --with-libxml  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Nikolay Samokhvalov wrote:
> another way is:
> export CPPFLAGS=$(xml2-config --cflags); ./configure --with-libxml
>
> I think that such thing can be used in configure script itself,
> overwise a lot of people will try, fail and do not use SQL/XML at
> all.

The reason why I did not do this was that this could resolve 
to -I/usr/include or -I/usr/local/include, but adding such a standard 
path explicitly is wrong on some systems.

Clearly, we need to improve this, but I don't know how yet.  Ideas 
welcome.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: Load distributed checkpoint
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: xmlagg is not supported?