Bug 19910 - Release 1.0.1 fails to build because of printf not being defined
Summary: Release 1.0.1 fails to build because of printf not being defined
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 20662
  Show dependency treegraph
 
Reported: 2008-07-06 03:02 PDT by Mike Hommey
Modified: 2009-02-26 22:34 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hommey 2008-07-06 03:02:59 PDT
The build fails with the following error messages:
../WebCore/page/gtk/AXObjectCacheAtk.cpp: In member function 'void WebCore::AXObjectCache::postNotification(WebCore::RenderObject*, const WebCore::String&)':
../WebCore/page/gtk/AXObjectCacheAtk.cpp:45: error: 'printf' was not declared in this scope
../WebCore/page/gtk/AXObjectCacheAtk.cpp: In member function 'void WebCore::AXObjectCache::postNotificationToElement(WebCore::RenderObject*, const WebCore::String&)':
../WebCore/page/gtk/AXObjectCacheAtk.cpp:76: error: 'printf' was not declared in this scope
../WebCore/page/gtk/AXObjectCacheAtk.cpp: In member function 'void WebCore::AXObjectCache::handleFocusedUIElementChanged()':
../WebCore/page/gtk/AXObjectCacheAtk.cpp:98: error: 'printf' was not declared in this scope

Either #include <stdio.h> should be added, or these printf removed. If these are debug messages, they probably should be sent to stderr, too.
Comment 1 Mike Hommey 2008-10-25 02:21:14 PDT
Note this does only apply to 1.0.1 release. Trunk is free of this.
Comment 2 Alexey Proskuryakov 2008-10-26 04:39:48 PDT
Should we just close this as resolved then? So far, we haven't been tracking issues in any branches here.
Comment 3 Mike Hommey 2008-10-26 05:22:52 PDT
I'd say it depends what Alp is going to push the code specific to 1.0.1 onto trunk before new webkitgtk release.
Comment 4 Gustavo Noronha (kov) 2009-02-26 15:42:34 PST
I am going to close this because there have been releases after that, and we are not tracking specific branches, as stated. If you disagree please reopen. Thanks.
Comment 5 Mike Hommey 2009-02-26 22:34:18 PST
I only see 1.0.1 there:
http://people.freedesktop.org/~alp/webkit/gtk/
(which is the only place i can find with webkit gtk releases...)

Where are these releases that are supposed to have happened ?