Building the psqlODBC enhanced branch (Linux) - Mailing list pgsql-odbc

From Dave Page
Subject Building the psqlODBC enhanced branch (Linux)
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40103E1E9@ratbert.vale-housing.co.uk
Whole thread Raw
Responses Re: Building the psqlODBC enhanced branch (Linux)
List pgsql-odbc
Hi Hiroshi,

Continuing my earlier testing, I've moved onto Linux. My test machine
has UnixODBC 2.2.11 rather than iODBC installed - unfortunately I get a
compile failure:

if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I/usr/local/pgsql/include  -g -O2 -MT convert.lo -MD -MP -MF
".deps/convert.Tpo" -c -o convert.lo convert.c; \
then mv -f ".deps/convert.Tpo" ".deps/convert.Plo"; else rm -f
".deps/convert.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/pgsql/include -g -O2 -MT
convert.lo -MD -MP -MF .deps/convert.Tpo -c convert.c  -fPIC -DPIC -o
convert.lo
convert.c: In function `copy_and_convert_field':
convert.c:1239: error: incompatible types in assignment
convert.c:1241: error: incompatible types in assignment
convert.c:1247: error: incompatible types in assignment
convert.c:1249: error: incompatible types in assignment
make[1]: *** [convert.lo] Error 1
make[1]: Leaving directory `/home/dpage/psqlodbc'
make: *** [all] Error 2

That's with gcc 3.4.5.

:-(

That is actually on developer.pgadmin.org, so you can login and take a
look yourself if you like.

Regards, Dave.

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Building the psqlODBC enhanced branch (Windows)
Next
From: Mark Morgan Lloyd
Date:
Subject: Production version of ODBC drivers