90
edits
m (→Overview) |
mNo edit summary |
||
| Line 48: | Line 48: | ||
The following description is based on [http://developer.mozilla.org/en/docs/NSPR_build_instructions NSPR build instruction]. | The following description is based on [http://developer.mozilla.org/en/docs/NSPR_build_instructions NSPR build instruction]. | ||
# Get NSPR source by either cvs, then apply the [https://bugzilla.mozilla.org/attachment.cgi?id= | # Get NSPR source by either cvs, then apply the [https://bugzilla.mozilla.org/attachment.cgi?id=331916 patch] | ||
cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r HEAD mozilla/nsprpub | cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r HEAD mozilla/nsprpub | ||
# or get patched already sources from Mozilla-Symbian project at Google Code | # or get patched already sources from Mozilla-Symbian project at Google Code | ||
| Line 114: | Line 114: | ||
* According to [http://wiki.forum.nokia.com/index.php/S60_3rd_Edition:_Application_Development#Install_Perl S60 3rd Edition: Application Development] and practice, it is required to use ActivePerl as close as '''v5.6.1.635'''. Later or earlier version of ActivePerl has '''hidden incompatibilities''' with Symbian OS building purpose. | * According to [http://wiki.forum.nokia.com/index.php/S60_3rd_Edition:_Application_Development#Install_Perl S60 3rd Edition: Application Development] and practice, it is required to use ActivePerl as close as '''v5.6.1.635'''. Later or earlier version of ActivePerl has '''hidden incompatibilities''' with Symbian OS building purpose. | ||
* As of May 27th, Open C plugin v1.3 got released. Open C plugin v1.3 now supports IPv6, but in the [https://bugzilla.mozilla.org/attachment.cgi?id= | * As of May 27th, Open C plugin v1.3 got released. Open C plugin v1.3 now supports IPv6, but in the [https://bugzilla.mozilla.org/attachment.cgi?id=331916 patch 331916] IPv6 support is not added into NSPR. | ||
* [http://docs.google.com/Doc?id=ajdq6jnv2n9s_48hmsfckfx More and more...] | * [http://docs.google.com/Doc?id=ajdq6jnv2n9s_48hmsfckfx More and more...] | ||
| Line 129: | Line 129: | ||
== NSPR port for Symbian OS supporting files == | == NSPR port for Symbian OS supporting files == | ||
These files can be retrieved as [https://bugzilla.mozilla.org/attachment.cgi?id= | These files can be retrieved as [https://bugzilla.mozilla.org/attachment.cgi?id=331916 attachment 331916 in bug 432430]. | ||
* config.ini - the file redirects <tt>stdout</tt> and <tt>stderr</tt> to C:\data\out.txt on testing device. If outputs are redirected to this file, it would be easier for you to check on the developing PC. Put this file ''ON THE PHONE'' 's <tt>C:\system\data</tt>. | * config.ini - the file redirects <tt>stdout</tt> and <tt>stderr</tt> to C:\data\out.txt on testing device. If outputs are redirected to this file, it would be easier for you to check on the developing PC. Put this file ''ON THE PHONE'' 's <tt>C:\system\data</tt>. | ||
edits