Re: [GENERAL] Error while including PQXX library

2009-05-19 Thread Malinka Rellikwodahs
On Tue, May 19, 2009 at 12:37, aravind chandu wrote: > Hello, > >   I wrote a small program in cpp which uses pqxx API.The file that i > included are > >       #include >   #include > > After compiling i got the following error : >     prog29.cpp:5:21: pqxx/conne

Re: [GENERAL] Error while including PQXX library

2009-05-19 Thread Richard Huxton
aravind chandu wrote: #include #include prog29.cpp:5:21: pqxx/connection: No such file or directory prog29.cpp:5:21: pqxx/transaction: No such file or directory I checked the include directory and all these files were there Doubtful. I've neve

[GENERAL] Error while including PQXX library

2009-05-19 Thread aravind chandu
Hello,   I wrote a small program in cpp which uses pqxx API.The file that i included are         #include   #include   After compiling i got the following error :     prog29.cpp:5:21: pqxx/connection: No such file or directory     prog29.cpp:5:21: p