90
edits
(→Steps) |
(→Notes) |
||
| Line 102: | Line 102: | ||
* 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. | ||
* On UNIX OS, the generated on-the-fly header file <tt>_pl_bld.h</tt> and <tt>_pr_bld.h</tt> are made by <tt>Makefile</tt> and the <tt>now</tt> helper application which is also built as part of NSPR building process. Unfortunately there isn't a plan or solution to port this <tt>now</tt> helper application as part of NSPR for Symbian OS building process. Instead the MS Windows command <tt>echo</tt> and environment variable <tt>%DATE% & %TIME%</tt> are used to generate <tt>_pl_bld.h</tt> and <tt>_pr_bld.h</tt>. But this workaround has a problem, that is the <tt>%DATE% & %TIME%</tt> environment variables are printed as locale adapted string according to regional settings. | |||
* [http://docs.google.com/Doc?id=ajdq6jnv2n9s_48hmsfckfx More and more...] | * [http://docs.google.com/Doc?id=ajdq6jnv2n9s_48hmsfckfx More and more...] | ||
edits