[Webkit-unassigned] [Bug 82824] Webkit compilation error in file UnicodeQt4.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 13:23:02 PDT 2012


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


Lamarque V. Souza <Lamarque.Souza.ext at basyskom.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Lamarque.Souza.ext at basyskom
                   |                            |.com




--- Comment #1 from Lamarque V. Souza <Lamarque.Souza.ext at basyskom.com>  2012-10-12 13:23:45 PST ---
The installed libxml2 was compiled with icu support on. You can either recompile libxml2 without icu or enable icu support in qt-webkit:

# cd qt-everywhere-opensource-src-4.8.1
# sed -i -e '/CONFIG\s*+=\s*text_breaking_with_icu/ s:^#\s*::' \
    src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri
# ./configure -icu && make && make install

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