Hi,
I have recently installed pgsql 8.0.4 on a suse linux 10.0 system (with
unixODBC 2.2.11-2 installed). I am now trying to build the psql-odbc driver,
but running make won't work for me. Here's the end of a long list of
warnings and errors I am getting. Could anyone help?
========================
info.c:4816: warning: data definition has no type or storage class
info.c:4817: warning: parameter names (without types) in function
declaration
info.c:4817: error: conflicting types for 'QR_Destructor'
qresult.h:159: error: previous declaration of 'QR_Destructor' was here
info.c:4817: warning: data definition has no type or storage class
info.c:4818: warning: parameter names (without types) in function
declaration
info.c:4818: error: conflicting types for 'QR_Destructor'
qresult.h:159: error: previous declaration of 'QR_Destructor' was here
info.c:4818: warning: data definition has no type or storage class
info.c:4819: error: syntax error before 'return'
make[1]: *** [info.lo] Error 1
make[1]: Leaving directory `/usr/local/pgsql/psqlodbc-08.00.0102'
make: *** [all] Error 2
=========================
Many thanks in advance from a newbie