make check fails - libxml not compiled with thread
Test User <[email protected]> Sat, 15 Aug 2015 12:58:51 +0000 (UTC)
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
Hello all,
In libxslt*/xsltproc/testThreads.c, I see
#if defined(LIBXML_THREAD_ENABLED) && defined(HAVE_PTHREAD_H)
/* test program goes here */
#else /* !LIBXML_THREADS_ENABLED | !HAVE_PTHREAD_H */
int
main(void)
{
fprintf(stderr, "libxml was not compiled with thread\n");
return (0);
}
#endif
This means that if libxml2 was compiled with Win32 threads then
threading will not be tested. Is this your intent?
Regards,
Test User.