Summary: | [GTK]Fix compilation issue in WebKitTestRunner | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Amruth Raj <amruthraj> | ||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | andersca, mrobinson, ravi.kasibhatla, webkit.review.bot, xan.lopez | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Amruth Raj
2011-08-19 06:52:36 PDT
Created attachment 104507 [details]
Include cstdio header
Fix the following errors:
CXX Tools/WebKitTestRunner/Programs_WebKitTestRunner-PixelDumpSupport.o
/bin/mkdir -p ./.deps/DerivedSources
../../Tools/WebKitTestRunner/PixelDumpSupport.cpp: In function ‘void printPNG(const unsigned char*, size_t, const char*)’:
../../Tools/WebKitTestRunner/PixelDumpSupport.cpp:74:45: error: ‘printf’ was not declared in this scope
../../Tools/WebKitTestRunner/PixelDumpSupport.cpp:79:35: error: ‘stdout’ was not declared in this scope
../../Tools/WebKitTestRunner/PixelDumpSupport.cpp:79:41: error: ‘fwrite’ was not declared in this scope
Comment on attachment 104507 [details] Include cstdio header Clearing flags on attachment: 104507 Committed r93412: <http://trac.webkit.org/changeset/93412> All reviewed patches have been landed. Closing bug. |