[Expat-bugs] [ expat-Patches-1643316 ] Build issues on Symbian and BREW

SourceForge.net noreply at sourceforge.net
Sun May 6 18:06:19 CEST 2007


Patches item #1643316, was opened at 2007-01-24 10:23
Message generated for change (Comment added) made by hartwork
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=1643316&group_id=10127

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: Build Control
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: Build issues on Symbian and BREW

Initial Comment:
e-mail: uriah at mobiletornado.com
Expat version: 1.95.8

Hello,
My company is developing a cross-platform application which uses Expat, among other 3rd Party libraries.
The above two (cellular) platforms impose a limitation that applications may not have global writeable data.
Therefore, I had to make some small changes to Expat source code - mainly adding 'const' to static arrays (which are not written to anyway). 
Also, I've disabled MSC_EXTENSIONS for Symbian (when compiling to an emulator it uses MSVC) in addition to other platforms.
Finally, I had some trouble with VC6 project files generated by the Symbian SDK, so I modified xmltok_impl.c and xmltok_ns.c to prevent it from trying to compile them, don't know if this is so important...
Attached is a source control report of the changes I've made.

Regards,
Uriah

----------------------------------------------------------------------

>Comment By: Sebastian Pipping (hartwork)
Date: 2007-05-06 18:06

Message:
Logged In: YES 
user_id=1022691
Originator: NO

 
 
About <xmltok_impl.c> and <xmltok_ns.c>: The latest CVS head
does not have this problem anymore, so applying this part of
the patch can only break things instead heal.


Sebastian
 
 

----------------------------------------------------------------------

Comment By: Karl Waclawek (kwaclaw)
Date: 2007-05-06 17:58

Message:
Logged In: YES 
user_id=290026
Originator: NO

Re-categorized this as a patch.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=310127&aid=1643316&group_id=10127


More information about the Expat-bugs mailing list