wxWidgets 2.9.2 compatibility - Mailing list pgadmin-hackers

From Dave Page
Subject wxWidgets 2.9.2 compatibility
Date
Msg-id CA+OCxoz7BYToP=XFw_MjX6V_L1-N1oS-HDn0sut7Rw9jO4RtpA@mail.gmail.com
Whole thread Raw
Responses Re: wxWidgets 2.9.2 compatibility  (Dave Page <dpage@pgadmin.org>)
Re: wxWidgets 2.9.2 compatibility  (Peter Geoghegan <peter@2ndquadrant.com>)
List pgadmin-hackers
So here's the patch I needed to get pgAdmin to build against wxWidgets
2.9.2 on Mac. The only obvious problem I see with it when running is
that the toolbars are displaying text over the graphical buttons which
needs further investigation.

I'm not really sure why the compiler is unable to resolve this:

./slony/dlgRepCluster.cpp:815: error: request for member
‘GetClientData’ is ambiguous
/usr/local/include/wx-2.9/wx/ctrlsub.h:297: error: candidates are:
void* wxItemContainer::GetClientData(unsigned int) const
/usr/local/include/wx-2.9/wx/event.h:3234: error:
void* wxEvtHandler::GetClientData() const

Any ideas Peter? It's easy to give it a hint of course, but quite ugly.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #329: Duplicate column names allowed (was: Duplicate columns ignored)
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #327: Table SQL pane doesn't show column variables