FROM : Jeff LaMarche
DATE : Sat Mar 22 01:37:12 2008
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.
DATE : Sat Mar 22 01:37:12 2008
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.
| Related mails | Author | Date |
|---|---|---|
| Justin Giboney | Mar 21, 23:33 | |
| Justin Giboney | Mar 22, 00:50 | |
| Jason Stephenson | Mar 22, 01:34 | |
| Jeff LaMarche | Mar 22, 01:37 | |
| Western Botanicals | Mar 24, 20:21 | |
| Jeff LaMarche | Mar 24, 20:54 | |
| Justin Giboney | Mar 24, 22:06 | |
| Jens Alfke | Mar 25, 04:25 | |
| Andrew Satori | Mar 26, 21:12 |






Cocoa mail archive

