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