ecpg problem in 7.4 beta

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: ecpg problem in 7.4 beta
Date: 2003-08-06 00:22:06
Message-ID: 200308060022.h760M6K29050@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I tried running ecpg in 7.4 beta and got:

$ ecpg x.pgc
$ gcc -I/usr/local/pgsql/include -L/usr/local/pgsql/lib -lpgtypes -lecpg x.c
In file included from x.c:4:
/usr/local/pgsql/include/ecpglib.h:9: postgres_fe.h: No such file or
directory

Why is ecpglib.h referencing postgres_fe.h? I only see postgres_fe.h in
the install directory under pgsql/include/internal.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Alastair G. Hogge 2003-08-06 01:23:31 Re: Seeking PyGreSQL help
Previous Message Frank van Vugt 2003-08-05 21:45:21 Re: Multi-threaded user app segfaults when using libpq with separate connections