[xslt] make check fails - libxml not compiled with thread
- From: Test User <testuser448 gmail com>
- To: xslt gnome org
- Subject: [xslt] make check fails - libxml not compiled with thread
- Date: Sat, 15 Aug 2015 12:58:51 +0000 (UTC)
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.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]