hello ,
I have one problem when I want to fix the S60 3.0 headers for compiling myself PyS60 1.3.15![]()
FIXING THE S60 3.0 HEADERS
--------------------------
There are some bugs in the shipped SDK headers. To fix these, you must
apply the patch pys60-fix-3rded-sdk.diff. To do this, you will need
the GNU patch utility.
You can patch the headers by going to the \epoc32\include directory on
your SDK drive and giving the command:
patch -p1 < (path to the diff file)\pys60-fix-3rded-sdk.diff
You need to do this only once.
Here's the fixing result :
I'm using S60_3rd_MR and GNU patch for windows and EPOCROOT = \ (I'm using substituted path pCode:P:\pyext\src>patch -p1 < p:\pyext\src\pys60-fix-3rded-sdk.diff can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u include_pristine/apaserverapp.h include/apaserverapp.h |--- include_pristine/apaserverapp.h 2006-07-03 18:21:52.162351600 +0300 |+++ include/apaserverapp.h 2006-07-03 19:21:46.121331300 +0300 -------------------------- File to patch:
Can you help me please ?![]()
Thanks Cyke64


Reply With Quote




