[ wxwindows-Patches-1894861 ] wxPalm patches for trunk
SourceForge.net
noreply at sourceforge.net
Sat Mar 1 07:22:27 PST 2008
Patches item #1894861, was opened at 2008-02-16 11:23
Message generated for change (Settings changed) made by vadz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1894861&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Other
>Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: F,Yh (yhfu)
Assigned to: Vadim Zeitlin (vadz)
Summary: wxPalm patches for trunk
Initial Comment:
There are some patch files to compile the wx for PalmOS SDK 6.1
1. important patches
wx-trunk-out.diff
some definition of compiling for PalmOS
wx-trunk-pflib.diff
add path supporting
update to a new API, deprecate old.
wx-trunk-pflib-missing.diff
add wider char functions
wx-trunk-makefile-engine.diff
update the makefile-engine.mk, add support for "depend". Because there are some errors from make utils when I try to use "-include .dependances" in the makefile. the make utils don't act normal when the ".dependances" file is not exist. So I have to find a way to walk around it.
wx-trunk-makefile.diff
add new files to the compiling list.
2. optional
wx-trunk-out-add-wxpalm-info.diff
add the palm platform information
wx-trunk-out-chkconf.diff
check the configuration for palm
wx-trunk-out-chkconf2.diff
I insisit that the checktion should move to the include/wx/chkconf.h
wx-trunk-out-confmove.diff
combine the include files and the definetion of wxConfig, because the definetion of wxConfig depend on the included files.
wx-trunk-out-discuss2.diff
"#if ! __WXPALMOS5__" is better than "#ifndef __WXPALMOS5__"
because when __WXPALMOS5__ is not defined or __WXPALMOS5__ is defined as 1, they are all work good, but when __WXPALMOS5__ is defined to 0, which means __WXPALMOS5__ should not be used, then the "#ifndef __WXPALMOS5__" will caused some error.
wx-trunk-out-generic.diff
There are no file dialog and dir dialog in PalmOS, I use it for testing all of the porting functions.
wx-trunk-out-pacc-error.diff
the SDK 6.1 have an new compiler PACC, It seems that the compiler have some bugs.
----------------------------------------------------------------------
Comment By: F,Yh (yhfu)
Date: 2008-02-16 11:37
Message:
Logged In: YES
user_id=1942131
Originator: YES
File Added: wx-trunk-palmos.tgz
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1894861&group_id=9863
More information about the wx-dev
mailing list