RESOLVED FIXED Bug 19910
Release 1.0.1 fails to build because of printf not being defined
https://bugs.webkit.org/show_bug.cgi?id=19910
Summary Release 1.0.1 fails to build because of printf not being defined
Mike Hommey
Reported 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.
Attachments
Mike Hommey
Comment 1 2008-10-25 02:21:14 PDT
Note this does only apply to 1.0.1 release. Trunk is free of this.
Alexey Proskuryakov
Comment 2 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.
Mike Hommey
Comment 3 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.
Gustavo Noronha (kov)
Comment 4 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.
Mike Hommey
Comment 5 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 ?
Note You need to log in before you can comment on or make changes to this bug.