Message336818
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. |
|
Date |
User |
Action |
Args |
2019-02-28 09:06:21 | muhzi | set | recipients:
+ muhzi, xdegaye, Alex.Willmer |
2019-02-28 09:06:21 | muhzi | set | messageid: <1551344781.74.0.600866271609.issue36141@roundup.psfhosted.org> |
2019-02-28 09:06:21 | muhzi | link | issue36141 messages |
2019-02-28 09:06:21 | muhzi | create | |
|