Thread: Latest release of PostgreSQL ODBC driver

Latest release of PostgreSQL ODBC driver

From
Dado Colussi
Date:
Hi,

I tried to compile the latest snapshot (psqlodbc-08.01.0108) on my Mac
OS X 10.4.4 with little success. The compiler generated many signess
warnings and stopped at an error:

results.c:168: error: conflicting types for 'PGAPI_DescribeCol'
pgapifunc.h:62: error: previous declaration of 'PGAPI_DescribeCol' was here

Is there a working release (not dev snapshot) of the driver or should I
just forget about ODBC with PostgreSQL?

Dado

Re: Latest release of PostgreSQL ODBC driver

From
Tom Lane
Date:
Dado Colussi <gdc@iki.fi> writes:
> I tried to compile the latest snapshot (psqlodbc-08.01.0108) on my Mac
> OS X 10.4.4 with little success.

This is probably the same thing complained of here:
http://archives.postgresql.org/pgsql-odbc/2005-11/msg00157.php

I don't think anyone's yet worked out whether Apple's headers are
actually broken, or it's a valid situation that we need to cope with.
In any case it's unlikely to get fixed until someone who wants to use
ODBC on OS X sits down and does the work.

            regards, tom lane