Re: wxWidgets version# update (v2.5 --> v2.6) -->

Поиск
Список
Период
Сортировка
От OpenMacNews
Тема Re: wxWidgets version# update (v2.5 --> v2.6) -->
Дата
Msg-id 43016D8F69EA52BAC02C0318@tiedgar
обсуждение исходный текст
Ответ на Re: wxWidgets version# update (v2.5 --> v2.6) -->  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: wxWidgets version# update (v2.5 --> v2.6) -->  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
hi andreas,

>> i just updated to latest wxWidgets HEAD, which is now reporting as v2.6,
>> rather than previouly as v2.5, and building/installing; changed sometime
>> today ...
>
> We should wait a bit to update our sources for 2.6, to avoid breakage of our
> nightly builds. OTOH, it's a good idea to test wx CVS to notice possible last
> minute problems invented in wx before 2.6 is frozen. I'd really like pgAdmin3
> to use vanilla 2.6, without any fixes.
>
> so please continue testing wx CVS, we'll use 2.6 as soon as it is released
> (which will be RSN).

although wx-2.6 CVS builds w/o error on OSX 10.3.8, a subsequent pgadmin3 make
dies w/ HUNDREDS of 'undefined symbol' warnings referencing "wx*" symbols.

although i'd made some testing changes in acinlcude.m4 to reference the 2.6 dir
tree, and get me past the config checks:

  % perl -pi -e 's/wx-2.5/wx-2.6/g' acinclude.m4
  % perl -pi -e 's/2.5\*\)/2.6\*\)/g' acinclude.m4
  % perl -pi -e 's/WX_VERSION="2.5"/WX_VERSION="2.6"/g' acinclude.m4


i'd venture i've missed some lib/include refs elsewhere ...

i'll see what i can blindly find, but i'd gather you'd know better what
changes/preparations need to be made for the "2.6" vs "2.5" references.

cheers,

richard

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: cvs@developer.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Updated Japanese translation from Hiroshi
Следующее
От: OpenMacNews
Дата:
Сообщение: Re: Roadmap for pgAdmin3 on OSX