[Webkit-unassigned] [Bug 78996] New: Fails to build on platforms where UChar is wchar_t

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 19 09:54:22 PST 2012


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

           Summary: Fails to build on platforms where UChar is wchar_t
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kalevlember at gmail.com


The ICU backend defines UChar as wchar_t on win32.

Source/WebCore/platform/gtk/GtkPopupMenu.cpp: In member function 'bool WebCore::GtkPopupMenu::typeAheadFind(GdkEventKey*)':
Source/WebCore/platform/gtk/GtkPopupMenu.cpp:181:77: error: invalid static_cast from type 'short unsigned int*' to type 'UChar* {aka wchar_t*}'
Source/WebCore/platform/gtk/GtkPopupMenu.cpp:183:82: error: invalid static_cast from type 'short unsigned int*' to type 'UChar* {aka wchar_t*}'
make[1]: *** [Source/WebCore/platform/gtk/libWebCoreGtk_la-GtkPopupMenu.lo] Error 1

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