Re: The dbase conrtib doesn't compile - Mailing list pgsql-hackers

From Tom Lane
Subject Re: The dbase conrtib doesn't compile
Date
Msg-id 13316.1008907398@sss.pgh.pa.us
Whole thread Raw
In response to Re: The dbase conrtib doesn't compile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses 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>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: contrib idea
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: contrib idea