Re: [HACKERS] CVS ODBC does not compile - Mailing list pgsql-odbc

From Bruce Momjian
Subject Re: [HACKERS] CVS ODBC does not compile
Date
Msg-id 200109071708.f87H8XP25509@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] CVS ODBC does not compile  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] CVS ODBC does not compile  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
List pgsql-odbc
> Bruce Momjian <pgman@candle.pha.pa.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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] CVS ODBC does not compile
Next
From: "Hiroshi Inoue"
Date:
Subject: Re: [HACKERS] CVS ODBC does not compile