fixing uuid-ossp

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема fixing uuid-ossp
Дата
Msg-id 4649B313.1050702@dunslane.net
обсуждение исходный текст
Ответы Re: fixing uuid-ossp  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
I propose to unbreak this contrib module for machines that don't have 
uuid.h installed in a directory called ossp (e.g. fc6), by changing #include <ossp/uuid.h>
to #include <uuid.h>

People who *do* have it installed in such a directory can add to the 
build with a --with-includes configure directive.

If someone feels like fixing this using some configure magic calling 
uuid-config in a similar way to the way we use tclConfig.sh, that might 
be nice, but I don't have time right now.

cheers

andrew


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Invalid magic number in log file?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Invalid magic number in log file?