Re: The dbase conrtib doesn't compile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The dbase conrtib doesn't compile
Дата
Msg-id 13316.1008907398@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: The dbase conrtib doesn't compile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: The dbase conrtib doesn't compile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: The dbase conrtib doesn't compile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> So what's the fix?  I have iconv.h.  This is my system:
> Intel:

> /usr/include/sys/iconv.h
> /usr/local/include/giconv.h
> /usr/local/include/iconv.h

> And the Alpha:

> /usr/include/sys/iconv.h

Hmm, either it should be #include <sys/iconv.h> or you need to configure
--with-includes=/usr/local/include.  Try it and see.

You have to remember that the contrib stuff is not ready for prime time;
if it were, it'd likely be in the mainframe.  Portability problems are
par for the course.  (The cast things you just found in pgcrypto look
like they might be real bugs, btw.)
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib idea
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: contrib idea