消息 [241574]
Ryan,
Found the missing fix.
In ./Programs/python.c
#ifndef __ANDROID__
oldloc = _PyMem_RawStrdup(setlocale(LC_ALL, NULL));
if (!oldloc) {
fprintf(stderr, "out of memory\n"); return 1;
} #endif
Added the #ifndef __ANDROID__ #endif around lines 46-51
I'm now looking at the following syntax error:
File "./setup.py", line 1950
elif host_platform.startswith('arm-linux')
^
SyntaxError: invalid syntax
make: *** [sharedmods] Error 1 |
|
| 日期 |
用户 |
动作 |
参数 |
| 2015-04-20 00:16:11 | chaselton | 修改 | recipients:
+ chaselton, r.david.murray, freakboy3742, ethan.furman, refi64 |
| 2015-04-20 00:16:11 | chaselton | 修改 | messageid: <1429488971.2.0.0548341115539.issue23496@psf.upfronthosting.co.za> |
| 2015-04-20 00:16:11 | chaselton | 链接 | issue23496 messages |
| 2015-04-20 00:16:10 | chaselton | 创建 | |
|