[Webkit-unassigned] [Bug 80033] New: WebKitTestRunner: Explicitly include unistd.h for gcc 4.7
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 1 09:37:24 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=80033
Summary: WebKitTestRunner: Explicitly include unistd.h for gcc
4.7
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kalevlember at gmail.com
WebKitTestRunner/TestInvocation.cpp uses getcwd(), but only includes the unistd.h header for Mac. This worked fine in the past because gcc < 4.7 included unistd.h from standard C++ library headers. However, this is no longer the case with gcc 4.7 and we need to explicitly include unistd.h.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list