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/