Re: problems installing pgsql odbc driver

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Nadir Al-marzouki <nadir_512(at)hotmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: problems installing pgsql odbc driver
Date: 2007-04-02 11:02:30
Message-ID: 20070402110230.GG31269@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Josef Springer 2007-04-02 11:36:57 "Select * from table' ignores some records
Previous Message Nadir Al-marzouki 2007-04-02 10:56:16 problems i nstalling pgsql odbc driver with more detail