Re: New minor release? - Mailing list pgadmin-hackers

From Dave Page
Subject Re: New minor release?
Date
Msg-id 937d27e10909080227h3b814401rf8df0d0956cf67ab@mail.gmail.com
Whole thread Raw
In response to Re: New minor release?  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgadmin-hackers
On Mon, Sep 7, 2009 at 8:37 PM, Zdenek Kotala<Zdenek.Kotala@sun.com> wrote:
>
> Yeah, I hit this problem as well. At this moment some build machine uses
> old SS12 version and some new one (I tested it with old compiler
> version), but next month all is going to switch to the latest one. I
> need it fixed asap, else new pgAdmin will be removed from Solaris :(.
> See http://trac.wxwidgets.org/ticket/10660
>
> The problem is with _T macro which has conflict with STL. something like
> #undef _T in pgAdmin sources should help. I will look on it and I hope
> send patch soon.

Ahh yes, that's exactly what I ran into. Patching pgAdmin alone
doesn't help me much though - it's wxWidgets I can't build and I
cannot download the older compiler from anywhere :-(

> I guess that Solaris 9 only bug is mostly GTK problem on Solaris 9 not
> Sparc specific, but who knows.

A number of the bugs reported look like they may all have one root
cause - namely that a combo box is not firing an item selected event,
which may well be GTK. That results in problems like selecting a
column to add to an index, but the 'Add' button remaining disabled.

On the plus side - I just had a call that my sparc box is going to
arrive earlier than expected; this Thursday :-)

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: New minor release?
Next
From: Zdenek Kotala
Date:
Subject: [pre-patch] wxWidget versus SUN CC macro clash