[Webkit-unassigned] [Bug 23353] New: build fix for ThreadingPthreads.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 15 12:01:53 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23353
Summary: build fix for ThreadingPthreads.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Trivial
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: webkit at zonque.org
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'!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list