Re: 1.15 Dev with wxwidgets 2.9.3

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Colin Beckingham <colbec(at)start(dot)ca>, pgadmin-support(at)postgresql(dot)org
Subject: Re: 1.15 Dev with wxwidgets 2.9.3
Date: 2012-03-03 15:36:28
Message-ID: 1330788988.2250.36.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Sat, 2012-03-03 at 15:02 +0000, Dave Page wrote:
> On Sat, Mar 3, 2012 at 1:54 PM, Colin Beckingham <colbec(at)start(dot)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
>

You may also need --with-wx to set the wxWidgets 2.9 installation path.

We are really interested to know what kind of issues you'll have with
wxWidgets 2.9. There has been not a lot of checks with this release, so
any issues you find are definitely interesting.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Colin Beckingham 2012-03-03 16:07:40 Re: 1.15 Dev with wxwidgets 2.9.3
Previous Message Dave Page 2012-03-03 15:02:03 Re: 1.15 Dev with wxwidgets 2.9.3