What about libpq-fe.h ?

From: Taurus2000(at)t-online(dot)de (Done)
To: pgsql-interfaces(at)postgresql(dot)org
Subject: What about libpq-fe.h ?
Date: 2002-02-16 23:21:30
Message-ID: 16cCI5-0EZJeyC@fwd04.sul.t-online.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces

Hi !

I have small problem with compiling a programm which uses
libpq-fe.h ($Id: libpq-fe.h,v 1.80 2001/11/08 20:37:52 momjian Exp $) ...
When i wana compile the programm i get the error
'sizeof appliend to an incomplete type' for statement sizeof(PGconn)
so the question is: for the statement 'typedef struct pg_conn PGconn;'
what about the struct pg_conn ?
how get libpq-fe.h access to struct pg_conn ?
and finally ... how can i fix it ?

mfg,
Antonio

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Welter 2002-02-16 23:34:03 JDBC
Previous Message Russell Yanofsky 2002-02-16 23:01:43 Re: Can PostgreSQL be used with ASP or .NET?

Browse pgsql-interfaces by date

  From Date Subject
Next Message paul 2002-02-17 01:36:54 RH Linux 7.2
Previous Message Markus Wagner 2002-02-15 07:36:23 serious trouble with bool and Access