[issue23496] Steps for Android Native Build of Python 3.4.2

Ryan Gonzalez report at bugs.python.org
Thu Apr 9 21:13:08 CEST 2015


Ryan Gonzalez added the comment:

I put a fix in the patch; I don't know why the heck it didn't apply. Just
go to Python/pythonrun.c, line 66 and put a semicolon (;) at the end of the
line.

On Thu, Apr 9, 2015 at 1:51 PM, Cyd Haselton <report at bugs.python.org> wrote:

>
> Cyd Haselton added the comment:
>
> Done, but got this error:
>
> Python/pythonrun.c: In function 'android_wcstombs':
> Python/pythonrun.c:67:5: error: expected ';' before 'if'
>      if (c >= 0xdc800 && c <= 0xdcff)
>      ^
> Python/pythonrun.c:62:11: warning: variable 'c' set but not used
> [-Wunused-but-set-variable]
>    wchar_t c;
>            ^
> make: *** [Python/pythonrun.o] Error 1
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue23496>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23496>
_______________________________________


More information about the Python-bugs-list mailing list