Message 336818 - Python tracker

Message336818

Author muhzi
Recipients Alex.Willmer, muhzi, xdegaye
Date 2019-02-28.09:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551344781.74.0.600866271609.issue36141@roundup.psfhosted.org>
In-reply-to
Content
Well, it solves the problem with the configure script. 

My pyconfig.h.in contains:

/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the `pthread_init' function. */
#undef HAVE_PTHREAD_INIT

/* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL

/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK

The problem extends after the configuration. It's as if the android headers are not visible to configure. All the macros are undefined in the pyconfig file too btw.
History
Date User Action Args
2019-02-28 09:06:21muhzisetrecipients: + muhzi, xdegaye, Alex.Willmer
2019-02-28 09:06:21muhzisetmessageid: <1551344781.74.0.600866271609.issue36141@roundup.psfhosted.org>
2019-02-28 09:06:21muhzilinkissue36141 messages
2019-02-28 09:06:21muhzicreate