Re: build psqlodbc-08.00.0102' with pgsql 8.0.4

From: "Johann ROTURIER" <rhotule(at)hotmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: build psqlodbc-08.00.0102' with pgsql 8.0.4
Date: 2005-12-10 11:40:01
Message-ID: BAY105-F16AC0CACF88A5E71E58649B2440@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I would like to thank Ludek Finstrle for pointing out that I should have
installed unixODBC-devel rather unixODBC. Maybe this should be made more
explicit in the install's requirements.

Thanks

J

>From: "Johann ROTURIER" <rhotule(at)hotmail(dot)com>
>To: pgsql-odbc(at)postgresql(dot)org
>Subject: [ODBC] build psqlodbc-08.00.0102' with pgsql 8.0.4
>Date: Fri, 09 Dec 2005 21:46:32 +0000
>
>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
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2005-12-10 12:03:26 Re: build psqlodbc-08.00.0102' with pgsql 8.0.4
Previous Message Ludek Finstrle 2005-12-10 06:19:19 Re: Where to get the latest source for Linux