Tom Lane wrote:
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > Johann Zuschlag wrote:
> >> I just retrieved the new CVS. When I try to compile it (VC++ 5.0), I get the following errors:
>
> > Hmm you don't seem to be linking odbcapi30.obj.
>
> Which is unsurprising considering that the currently-committed
> odbc/GNUmakefile doesn't call for it.
He is compiling under Windows because he uses VC++.
I may have taken a mistake in changing win32.mak too.
>
> I just retrieved current CVS of interfaces/odbc, and I can report that
> it doesn't even begin to compile on Unix: there are literally thousands
> of lines of error reports. The major problem seems to be that there is
> no definition anywhere for SQLRETURN, so pgapifunc.h is completely broken.
Oops sorry, I didn't think someone would try to complie on UNIX
at once. OK I would fix the compile error.
regards,
Hiroshi Inoue