[Webkit-unassigned] [Bug 106861] New: [regression] build failure: Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp:38:20: fatal error: hb-icu.h: No such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 20:00:04 PST 2013


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

           Summary: [regression] build failure:
                    Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzS
                    haper.cpp:38:20: fatal error: hb-icu.h: No such file
                    or directory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: David.Ronis at McGill.CA


I'm trying to upgrade webkitgtk+ from 1.11.2 to 1.11.4.   The build dies with:

Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp:38:20: fatal error: hb-icu.h: No such file or directory
compilation terminated.
make[2]: *** [Source/WebCore/platform/graphics/harfbuzz/ng/libWebCore_la-HarfBuzzShaper.lo] Error 1

I tried with harfbuzz 0.9.7 or 0.9.9 installed, with the same result.  The install include harfbuzz directory
does not include this file.

I also tried replacing the include for hb-icu.h by hb.h (which here simply includes the rest of the hb-.h files.   The compilation still dies
complaining that hb_icu_script_to_script wasn't defined (it's not in any of the hb include files).

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