After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 599241 - testThreads does not compile on mingw32 (libxml 2.7.6)
testThreads does not compile on mingw32 (libxml 2.7.6)
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
2.7.8
Other Windows
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-21 21:45 UTC by Arnold Hendriks
Modified: 2010-11-15 12:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against 2.7.6 (382 bytes, patch)
2009-10-21 21:45 UTC, Arnold Hendriks
none Details | Review

Description Arnold Hendriks 2009-10-21 21:45:01 UTC
Created attachment 145990 [details] [review]
Patch against 2.7.6

testThreads does not compile on mingw32 because it assumes pthread_t to be a
scalar type, which it isn't on mingw32. (posix threads specifies users to
assume pthread_t is opaque)

Attached patch fixes this and allows the tests to complete. As far as I can
tell, this fix should be valid for all pthreads implementations.
Comment 1 Arnold Hendriks 2010-11-10 13:58:05 UTC
still in 2.7.8
Comment 2 Daniel Veillard 2010-11-15 12:03:33 UTC
Fix pushed to git, slightly different based on list feedback,
will be closed in next release,

  thanks !

Daniel