Re: configure --with-wx-version=2.6 should error earlier - Mailing list pgadmin-hackers

From Dave Page
Subject Re: configure --with-wx-version=2.6 should error earlier
Date
Msg-id 4663D3DD.9030803@postgresql.org
Whole thread Raw
In response to Re: configure --with-wx-version=2.6 should error earlier  (Leszek Trenkner <olaf@post.pl>)
List pgadmin-hackers
Leszek Trenkner wrote:
> Dave Page wrote:
>
>> Kris Jurka wrote:
>>> Running configure --with-wx-version=2.6 succeeds and then bails out
>>> during the build process.  If pgadmin requires 2.8 it should enforce
>>> that at configure time.
>> Agreed - configure check committed to SVN.
>>
> That broke build process (you couldn't even force specific version) on
> Ubuntu Fiesty (and possibly Debian), as one can have more than one
> wx-widgets version installed and default wouldn't be necessary the best
> one.

Whoops. Sorry. I've committed a fix for this - please test. It helps
that you can do:

wx-config --version --version=2.8

which will return the full version number for the 2.8 installation.

Thanks, Dave.

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6337 - trunk/pgadmin3
Next
From: Dave Page
Date:
Subject: Re: Testing 1.7: issues in edit grid & query window