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 muhzi
Recipients Alex.Willmer, muhzi, xdegaye
Date 2019-02-28.09:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551347830.46.0.851160141396.issue36141@roundup.psfhosted.org>
In-reply-to
Content
OK! NDK version is 19.1.5304403

Cool, so I uploaded the output of configure (attachments)

Sorry for the confusion about pyconfig.h, what I was trying to say is after providing ac_cv_pthread_is_default=yes to configure I get errors in make:

Python/pytime.c:911:9: error: implicit declaration of function 'pytime_fromtimespec' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    if (pytime_fromtimespec(tp, &ts, raise) < 0) {
        ^
Python/pytime.c:911:9: note: did you mean 'pytime_fromtimeval'?
Python/pytime.c:336:1: note: 'pytime_fromtimeval' declared here
pytime_fromtimeval(_PyTime_t *tp, struct timeval *tv, int raise)
^
Python/pytime.c:911:9: warning: this function declaration is not a prototype [-Wstrict-prototypes]
    if (pytime_fromtimespec(tp, &ts, raise) < 0) {
        ^
History
Date User Action Args
2019-02-28 09:57:10muhzisetrecipients: + muhzi, xdegaye, Alex.Willmer
2019-02-28 09:57:10muhzisetmessageid: <1551347830.46.0.851160141396.issue36141@roundup.psfhosted.org>
2019-02-28 09:57:10muhzilinkissue36141 messages
2019-02-28 09:57:10muhzicreate