RESOLVED DUPLICATE of bug 23347 23353
build fix for ThreadingPthreads.cpp
https://bugs.webkit.org/show_bug.cgi?id=23353
Summary build fix for ThreadingPthreads.cpp
Daniel Mack
Reported 2009-01-15 12:01:53 PST
The current svn HEAD does not compile on a Debian/unstable box due to the following reason. The attached patch fixes that trivial problem. ../../JavaScriptCore/wtf/ThreadingPthreads.cpp: In member function ‘bool WTF::ThreadCondition::timedWait(WTF::Mutex&, double)’: ../../JavaScriptCore/wtf/ThreadingPthreads.cpp:241: error: ‘INT_MAX’ was not declared in this scope make[1]: *** [JavaScriptCore/wtf/libJavaScriptCore_la-ThreadingPthreads.lo] Error 1 make[1]: Leaving directory `/home/daniel/src/WebKit/WebKit/WebKitBuild/Release' make: *** [all] Error 2 Failed to build WebKit using 'make'!
Attachments
include #limits.h to make the built succeed (343 bytes, text/plain)
2009-01-15 12:03 PST, Daniel Mack
no flags
include #limits.h to make the built succeed (835 bytes, patch)
2009-01-15 12:13 PST, Daniel Mack
no flags
Daniel Mack
Comment 1 2009-01-15 12:03:35 PST
Created attachment 26765 [details] include #limits.h to make the built succeed
Daniel Mack
Comment 2 2009-01-15 12:12:52 PST
Comment on attachment 26765 [details] include #limits.h to make the built succeed superseeded by 2nd patch - ignore this one
Daniel Mack
Comment 3 2009-01-15 12:13:26 PST
Created attachment 26767 [details] include #limits.h to make the built succeed
Holger Freyther
Comment 4 2009-01-15 12:22:15 PST
Comment on attachment 26767 [details] include #limits.h to make the built succeed Okay, I will add a reference to the bug URL in the changelog.
Darin Adler
Comment 5 2009-01-15 13:05:51 PST
*** This bug has been marked as a duplicate of 23347 ***
Darin Adler
Comment 6 2009-01-15 13:06:26 PST
Comment on attachment 26767 [details] include #limits.h to make the built succeed There's an already-reviewed patch in another bug. Someone just needs to land it.
Note You need to log in before you can comment on or make changes to this bug.