Обсуждение: wxWidgets default version

Поиск
Список
Период
Сортировка

wxWidgets default version

От
Dave Page
Дата:
The wxWidgets default version used by pgAdmin is now 2.8. If you're
building pgAdmin >1.6.0 on Mac or *nix, you'll need to upgrade to
wxWidgets 2.8.0-rc1, or add the --with-wx-version=2.7 configure option
to your build process.

The project files on Win32 are now exclusively for 2.8, so will require
editting to use the older version.

Regards, Dave.

Re: wxWidgets default version

От
"Florian G. Pflug"
Дата:
Dave Page wrote:
> The wxWidgets default version used by pgAdmin is now 2.8. If you're
> building pgAdmin >1.6.0 on Mac or *nix, you'll need to upgrade to
> wxWidgets 2.8.0-rc1, or add the --with-wx-version=2.7 configure option
> to your build process.

So for the stable 1.6 branch, wx 2.7 is the correct version to use, and
for head it's 2.8? Or is 2.8 the version of choice even for the 1.6 branch?

greetings, Florian Pflug

Re: wxWidgets default version

От
Dave Page
Дата:
Florian G. Pflug wrote:
> Dave Page wrote:
>> The wxWidgets default version used by pgAdmin is now 2.8. If you're
>> building pgAdmin >1.6.0 on Mac or *nix, you'll need to upgrade to
>> wxWidgets 2.8.0-rc1, or add the --with-wx-version=2.7 configure option
>> to your build process.
>
> So for the stable 1.6 branch, wx 2.7 is the correct version to use, and
> for head it's 2.8? Or is 2.8 the version of choice even for the 1.6 branch?

I've made it the default on both branches, however on Mac there are
actually still a couple of bugs in rc1 - one which Kevin Ollivier
tracked down from my test case and fixed in wx CVS, and one which I'm
trying to get a test case together for at the moment that seems to crash
for no obvious reason when clicking some buttons.

Consequently, I'd recommend using 2.7.0-1 on Mac until that is sorted.

Regards, Dave.