Including libpq++.h

From: Greg Hulands <ghulands(at)bigpond(dot)net(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Including libpq++.h
Date: 2001-04-20 01:09:36
Message-ID: 200104200108.f3K18b387156@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I am a newbie for developing with postgresql. I have included the header file
by : #include <postgresql/libpq++.h> (I am using 7.1) When I compile it i get
the following errors:
In pgconnection.h
line 41 postgres_fe.h: No such file or directory
line 42 libpq-fe.h: No such file or directory

The files are located in the directory above where pgconnection.h is located

Am I doing anything wrong with the way i am including it?

Greg

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-04-20 01:14:41 Re: RFC: planner statistics in 7.2
Previous Message Philip Warner 2001-04-20 01:02:54 Re: RFC: planner statistics in 7.2