hi all,

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 ...

% ls -al /usr/local/wxWidgets-cvs/bin
total 1460
drwxr-xr-x 5 root admin 170 Apr 11 17:59 .
drwxr-xr-x 6 root admin 204 Apr 11 17:59 ..
lrwxr-xr-x 1 root admin 69 Apr 11 17:59 wx-config -> /usr/local/wxWidgets-cvs/lib/wx/config/mac-unicode-release-static-2.6
lrwxr-xr-x 1 root admin 8 Apr 11 17:59 wxrc -> wxrc-2.6
-rwxr-xr-x 1 blakers wheel 1485428 Apr 11 17:56 wxrc-2.6


% ls -ald /usr/local/wxWidgets-cvs/include/wx-2.6/
drwxr-xr-x 3 root admin 102 Apr 11 17:59 /usr/local/wxWidgets-cvs/include/wx-2.6/



there need to be some parallel changes in pgadmin3, currently referencing "2.5", otherwise installed wxWidgets includes aren't found in config checks for 'stc;' & 'ogl', i.e. --


% grep -rln "wx-2.5".
        ./acinclude.m4
% grep "wx-2.5" acinclude.m4
 if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
                        if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
                CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS 
-I${WX_HOME}/include/wx-2.5"
                if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h"
                if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h"
                if test ! -f "${WX_HOME}/include/wx-2.5/wx/ogl/ogl.h"

% perl -pi -e 's/wx-2.5/wx-2.6/g' acinclude.m4

% grep "wx-2.5" acinclude.m4
% grep "wx-2.6" acinclude.m4
         if test ! -f "${WX_HOME}/include/wx-2.6/wx/wx.h"
                 if test ! -f "${WX_HOME}/include/wx-2.6/wx/wx.h"
         CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include/wx-2.6"
         if test ! -f "${WX_HOME}/include/wx-2.6/wx/version.h"
         if test ! -f "${WX_HOME}/include/wx-2.6/wx/stc/stc.h"
         if test ! -f "${WX_HOME}/include/wx-2.6/wx/ogl/ogl.h"

richard


---------------------------(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

Reply via email to