Re: CVS ODBC does not 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: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, PostgreSQL odbc list <pgsql-odbc(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS ODBC does not compile
Date: 2001-09-07 17:08:33
Message-ID: 200109071708.f87H8XP25509@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > The current CVS tree does not compile ODBC. All sorts of failure due to
> > const and undefined variables.
>
> I just got a ton of errors in odbc too, trying to build it with HP's cc.
> I have not tried to build ODBC at all lately, so I'm not sure
> how new the problem is.

Don't bother. Some are const prototype, non-const definition, but
others are undefined variable and possible variable used but not
initialized. I think we have to wait for Hiroshi.

--
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 Bruce Momjian 2001-09-07 17:11:23 Re: [BUGS] pgsql/src/backend/utils/mb encnames.c
Previous Message Tom Lane 2001-09-07 17:06:38 Re: CVS ODBC does not compile

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-09-08 02:26:30 Re: CVS ODBC does not compile
Previous Message Tom Lane 2001-09-07 17:06:38 Re: CVS ODBC does not compile