Message241574
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 |
|
| Date |
User |
Action |
Args |
| 2015-04-20 00:16:11 | chaselton | set | recipients:
+ chaselton, r.david.murray, freakboy3742, ethan.furman, refi64 |
| 2015-04-20 00:16:11 | chaselton | set | messageid: <[email protected]> |
| 2015-04-20 00:16:11 | chaselton | link | issue23496 messages |
| 2015-04-20 00:16:10 | chaselton | create | |
|