Re: [BUGS] Error with refering to the header files

2012-05-15 Thread Tom Lane
"Ibrahim, Karim Aly Mohi Eldin" writes: > I’m new to postgres and I have some C files that execute sql commands in the > early parser stage.. > It has to include #include "libpq-fe.h" which is in the "interface" folder > not the "include" folder so I edited the make file like following: Not su

[BUGS] Error with refering to the header files

2012-05-14 Thread Ibrahim, Karim Aly Mohi Eldin
Hi , I’m new to postgres and I have some C files that execute sql commands in the early parser stage.. It has to include #include "libpq-fe.h" which is in the "interface" folder not the "include" folder so I edited the make file like following: #--