Re: libpqxx

From: "Julie Russell" <julie(dot)russell(at)throughput(dot)com(dot)au>
To: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
Cc: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: libpqxx
Date: 2003-11-11 22:42:28
Message-ID: CAEDLLCOCGBPMAAFIFOCOELFCAAA.julie.russell@throughput.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi there,

I downloaded libpqxx-2.0.0 from
http://gborg.postgresql.org/project/libpqxx/download/download.php

I implemented the code in class DatabaseHandler which compiles fine, but as
soon as I #include "DatabaseHandler.h" in any other class, it pulls up
compiler errors from libpqxx. I do have #ifdefs so the header shouldn't be
included twice... Any ideas?

Cheers,
Julie.

> -----Original Message-----
> From: pgsql-interfaces-owner(at)postgresql(dot)org
> [mailto:pgsql-interfaces-owner(at)postgresql(dot)org]On Behalf Of Jeroen T.
> Vermeulen
> Sent: Wednesday, 12 November 2003 5:43 AM
> To: Julie Russell
> Cc: pgsql-interfaces(at)postgresql(dot)org
> Subject: Re: [INTERFACES] libpqxx
>
>
> *This message was transferred with a trial version of CommuniGate(tm) Pro*
> On Wed, Nov 12, 2003 at 05:25:05AM +1100, Julie Russell wrote:
> >
> > /usr/include/pqxx/connection.h:185: error: extraneous `int' ignored
> > /usr/include/pqxx/connection.h:185: error: parse error before `)' token
>
> Looks like you're using an outdated version... Have you looked at the
> 2.0 release? See http://pqxx.tk/ (slightly easier than looking it up
> at GBorg).
>
> Out of interest, which version were you using and where did you get it
> from? Because I don't recall ever seeing this problem before with 1.5.1,
> which has been the stable release for many months and is still fairly
> widely used AFAIK.
>
>
> Jeroen
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
>

In response to

  • Re: libpqxx at 2003-11-11 18:42:56 from Jeroen T. Vermeulen

Responses

  • Re: libpqxx at 2003-11-11 22:52:13 from Jeroen T. Vermeulen

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2003-11-11 22:52:13 Re: libpqxx
Previous Message Jeroen T. Vermeulen 2003-11-11 18:42:56 Re: libpqxx