Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C > Re: Compile OCI...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 26123 of 26977
Post > Topic >>

Re: Compile OCI and Postgres

by Antoninus Twink <nospam@[EMAIL PROTECTED] > May 8, 2008 at 10:17 PM

On  8 May 2008 at 19:59, iavian wrote:
> #include "postgres.h"
> #include "fmgr.h"
[snip]
> pemsPg.c:1:22: postgres.h: No such file or directory
> pemsPg.c:2:18: fmgr.h: No such file or directory

These headers might be in subdirectories of your main system include
directory. For example,
#include "postgresql/postgres.h"
#include "postgresql/fmgr.h"
might work (or check the path on your system).

You should also consider using <...> instead of "..." for system-wide
headers, and client-side code should normally include postgres_fe.h
instead of postgres.h.
 




 4 Posts in Topic:
Compile OCI and Postgres
iavian <vijay@[EMAIL P  2008-05-08 12:59:11 
Re: Compile OCI and Postgres
Antoninus Twink <nospa  2008-05-08 22:17:21 
Re: Compile OCI and Postgres
Flash Gordon <spam@[EM  2008-05-08 21:16:02 
Re: Compile OCI and Postgres
CBFalconer <cbfalconer  2008-05-08 19:16:23 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 3:52:38 CDT 2008.