On Sat, Mar 3, 2012 at 1:54 PM, Colin Beckingham <col...@start.ca> wrote: > Inspired by Guillaume's successful compile of the dev version with 2.9.x I > felt adventurous and installed wxWidgets 2.9.3 (from source, no 2.9.x > version available from opensuse yet) and tried to recompile pgadmin3, which > failed: > > checking wxWidgets version... failed > configure: error: The version of wxWidgets required (2.8) is not supported > by the installations in /usr/local. > > Opensuse 12.1, pgadmin latest 1.15 dev from git. > > configure of wxwidgets with: > > ./configure --with-gtk --enable-gtk2 --enable-unicode > > make & make install apparently successful. Ran ldconfig. System reboot, no > apparent issues. > > Ran make uninstall, make clean in wxwidgets, reinstalled wxwidgets-container > + devel (2.8.x) with Yast, but configure problem in pgadmin persists. > > My current version of pgadmin3 previously compiled is still working, just > cannot update.
Sounds like you didn't tell pgAdmin's configure script to use wxWidgets 2.9, eg. ./configure --with-wx-version=2.9 If that's not it, please send the config.log file. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support