Re: psqlodbc compile problem on Solaris 9

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Shields, Rusty (IMS)" <ShieldsR(at)imsweb(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlodbc compile problem on Solaris 9
Date: 2005-06-30 11:56:10
Message-ID: 200506301356.11145.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Am Mittwoch, 29. Juni 2005 21:20 schrieb Shields, Rusty (IMS):
> In file included from info.c:19:
> psqlodbc.h:43:17: sql.h: No such file or directory
> psqlodbc.h:44:20: sqlext.h: No such file or directory
> psqlodbc.h:46:23: sqlucode.h: No such file or directory
> psqlodbc.h:52:22: odbcinst.h: No such file or directory
> In file included from info.c:19:
> psqlodbc.h:277: error: parse error before "SDWORD"
> ...
>
>
> What am I missing? Thanks.

Apparently, all those header files. They should have been included in the
unixODBC installation. Perhaps you need to add -I/usr/local/include
somewhere?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Jonathan Fuerth 2005-06-30 14:25:02 Re: libpq enabled psqlodbc
Previous Message Dave Page 2005-06-30 09:31:03 Re: Patch for cursor type fallback