Re: The dbase conrtib doesn't compile

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: The dbase conrtib doesn't compile
Date: 2001-12-21 04:29:29
Message-ID: 200112210429.fBL4TTE26861@candle.pha.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.)

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

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-12-21 04:33:09 Re: contrib idea
Previous Message Tom Lane 2001-12-21 04:29:16 Re: contrib idea