This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, vstinner
Date 2015-04-06.02:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428286236.84.0.881265967887.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Latest error:

gcc --sysroot=/usr/gcc-4.9.2/sysroot -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes    -Werror=declaration-after-statement   -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
Objects/unicodeobject.c:45:23: fatal error: androidfn.h: No such file or directory
 #include "androidfn.h"
                       ^
compilation terminated.
make: *** [Objects/unicodeobject.o] Error 1

No idea what androidfn.h is, but will troubleshoot in the AM
History
Date User Action Args
2015-04-06 02:10:36chaseltonsetrecipients: + chaselton, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-06 02:10:36chaseltonsetmessageid: <1428286236.84.0.881265967887.issue23496@psf.upfronthosting.co.za>
2015-04-06 02:10:36chaseltonlinkissue23496 messages
2015-04-06 02:10:36chaseltoncreate