Mon, Apr 02, 2007 at 05:45:32AM -0500, Nadir Al-marzouki napsal(a):
> Ludek,
> I am new to unix based operating system. I am glad some one responded. Here
> is what i get from my bash shell after executing make command while i am in
> pgsql odbc dir:
>
> ***********
>
> make all-am
> if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I. -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> -I/include -g -O2 -MT connection.lo -MD -MP -MF ".deps/connection.Tpo" -c
> -o connection.lo connection.c; \
> then mv -f ".deps/connection.Tpo" ".deps/connection.Plo"; else rm -f
> ".deps/connection.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -Wall -Wmissing-prototypes
> -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels
> -fno-strict-aliasing -I/include -g -O2 -MT connection.lo -MD -MP -MF
> .deps/connection.Tpo -c connection.c -fno-common -DPIC -o
> .libs/connection.o
> In file included from connection.c:17:
> /include/libpq-fe.h:29:26: error: postgres_ext.h: No such file or directory
> In file included from connection.c:17:
Here is the problem. The compiler is unable to locate postgresql header
files (includes). As I wrote you before let's try CVS source instead of
version 08.02.0200. Hiroshi Saito made some changes in Mac OS compilation.
Here you find how to get the CVS source:
http://pgfoundry.org/scm/?group_id=1000125
Regards,
Luf
P.S. Please keep including psqlodbc list in comunication so other people
can participate or they can inspire themself.