Re: The dbase conrtib doesn't compile

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: The dbase conrtib doesn't compile
Дата
Msg-id 200112210429.fBL4TTE26861@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: The dbase conrtib doesn't compile  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: The dbase conrtib doesn't compile  (Tom Lane <tgl@sss.pgh.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.)

Also, you need current CVS because I just added the -liconv in Makefile.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: contrib idea
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: The dbase conrtib doesn't compile