Re: The dbase conrtib doesn't compile

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: The dbase conrtib doesn't compile
Date: 2001-12-21 04:03:18
Message-ID: 13316.1008907398@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-12-21 04:03:25 Re: contrib idea
Previous Message Christopher Kings-Lynne 2001-12-21 03:59:35 Re: The dbase conrtib doesn't compile