Re: Cocoa Database Connection
Re: Cocoa Database Connection
- Subject: Re: Cocoa Database Connection
- From: Jeff LaMarche <email@hidden>
- Date: Fri, 21 Mar 2008 20:37:12 -0400
On Mar 21, 2008, at 7:50 PM, Justin Giboney wrote:
So, libpq sounds like a well supported way to go, but when I import
"libpq-fe.h" into my project I get an error that says
"postgres_ext.h: No such file or directory", along with 30 more
errors which I assume are related to the lack of this file. I
searched my computer for it and I can't find it.
There are actually several header files that make up the libpq; they
should be in the lib folder of your Postgresql installation, so just
add the missing headers along with libpq-fe.h and the library.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden