c++ wrappers - Mailing list pgsql-general

From Boon Yeo
Subject c++ wrappers
Date
Msg-id 939iag$1nmc$1@otis.netspace.net.au
Whole thread Raw
List 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



pgsql-general by date:

Previous
From:
Date:
Subject: Question about default transaction isolation level
Next
From: "Robert B. Easter"
Date:
Subject: Re: Outer Joins