OpenMacNews wrote:
hi andreas,
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.
Well actually I don't know the build stuff in-deep, but basically the
libs should come from wx-config's output, so you maybe grab a wrong
version of that.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match