Re: CVS ODBC does not compile

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: CVS ODBC does not compile
Дата
Msg-id EKEJJICOHDIEMGPNIFIJKEELFFAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответ на Re: CVS ODBC does not compile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: CVS ODBC does not compile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CVS ODBC does not compile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> -----Original Message-----
> From: Bruce Momjian
>
> > 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.

OK I removed the errors on cygwin port and will commit
the fix soon. However I couldn't check it on linux box now
unfortunately. I'm very happy if you could check it on your
environment.

regards,
Hiroshi Inoue


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: CURRENT CVS: MULTIBYTE: CANT CONNECT....
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: PL/pgSQL bug?