[Webkit-unassigned] [Bug 19910] New: Release 1.0.1 fails to build because of printf not being defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 6 03:02:59 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19910

           Summary: Release 1.0.1 fails to build because of printf not being
                    defined
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mh+webkit at glandium.org


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.


-- 
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