| From: | "Boon Yeo" <cby(at)netspace(dot)net(dot)au> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | c++ wrappers |
| Date: | 2001-01-07 11:02:19 |
| Message-ID: | 939iag$1nmc$1@otis.netspace.net.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Are the progresql c++ wrappers ready for prime time?
I am having some problems with them while trying to
compile and link on my RH6.2 machine:
(1) Some of the headers have the following comments:
* NOTES
* Currently under construction.
(2) Compiling gives the following warnings:
testlibpq.cpp:56: warning: comparison between
`enum ConnStatusType' and `enum ExecStatusType'
(3) Linking fails with the following messages, eg.
/tmp/cc91anuM.o: In function
`__malloc_alloc_template<0>::oom_malloc(unsigned int)':
/tmp/cc91anuM.o(.__malloc_alloc_template<0>::gnu.linkonce.t.oom_malloc(unsig
ned int)
+0x17): undefined reference to `endl(ostream &)'
...etc...
Regards,
-Boon
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marcin Mazurek | 2001-01-07 11:22:57 | explain results in pg logs |
| Previous Message | Denis Perchine | 2001-01-07 11:02:15 | Re: Problems with order by, limit, and indices |