Re: SVN Commit by andreas: r4171 - in trunk/pgadmin3/src: . base ctl include/base

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SVN Commit by andreas: r4171 - in trunk/pgadmin3/src: . base ctl include/base
Date: 2005-05-09 09:49:26
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490DC46@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 09 May 2005 10:36
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] SVN Commit by andreas: r4171 -
> in trunk/pgadmin3/src: . base ctl include/base
>
> Dave Page wrote:
> > Hmm, looks like this had an unfortunate side effect:
> > ../src/include/base/pgSetBase.h: In member function `long int
> > pgSetIterator::GetLong(int) const':
> > ../src/include/base/pgSetBase.h:109: error: ISO C++ says
> that `long int
> > pgSetBase::GetLong(int) const' and `long int
> pgSetBase::GetLong(const
> >
> > wxString&)' are ambiguous even though the worst
> conversion for the
> > former is
> > better than the worst conversion for the latter
>
> I got this message *before* 4171, and from the errmsg I can
> see that you
> didn't svn update :-)

That's the automated test build - the first thing it does is delete the
entire tree and checkout a fresh copy!

But then I grant you that your commit was after the build :-)

Sorry for the noise...

/D

Browse pgadmin-hackers by date

  From Date Subject
Next Message OpenMacNews 2005-05-09 16:01:22 path allocation failure in make of pgadmin3-svn on OSX 10.4 w/ wxwidgets-cvs
Previous Message Andreas Pflug 2005-05-09 09:35:48 Re: SVN Commit by andreas: r4171 - in trunk/pgadmin3/src: