[Webkit-unassigned] [Bug 117636] New: [GTK] Compilation problems - hb.h not found
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 14 05:27:01 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117636
Summary: [GTK] Compilation problems - hb.h not found
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mstensho at opera.com
This problem seems to have been introduced by the fix for bug 115936. config.log attached.
Here are the errors I get:
In file included from ../../Source/WebCore/platform/graphics/freetype/FontPlatformData.h:32:0,
from ../../Source/WebCore/platform/graphics/FontPlatformData.h:33,
from ../../Source/WebCore/platform/graphics/SimpleFontData.h:30,
from ../../Source/WebCore/platform/graphics/FontGlyphs.h:25,
from ../../Source/WebCore/platform/graphics/Font.h:29,
from ../../Source/WebCore/platform/graphics/GraphicsContext.h:33,
from ../../Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp:34:
../../Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFace.h:34:16: fatal error: hb.h: No such file or directory
compilation terminated.
In file included from ../../Source/WebCore/platform/graphics/freetype/FontPlatformData.h:32:0,
from ../../Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp:26:
../../Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFace.h:34:16: fatal error: hb.h: No such file or directory
compilation terminated.
In file included from ../../Source/WebCore/platform/graphics/freetype/FontPlatformData.h:32:0,
from ../../Source/WebCore/platform/graphics/FontPlatformData.h:33,
from ../../Source/WebCore/platform/graphics/SimpleFontData.h:30,
from ../../Source/WebCore/platform/graphics/FontGlyphs.h:25,
from ../../Source/WebCore/platform/graphics/Font.h:29,
from ../../Source/WebCore/platform/PopupMenuStyle.h:30,
from ../../Source/WebCore/platform/PopupMenuClient.h:26,
from ../../Source/WebCore/platform/gtk/PopupMenuGtk.h:26,
from ../../Source/WebCore/platform/gtk/SearchPopupMenuGtk.h:24,
from ../../Source/WebCore/platform/gtk/SearchPopupMenuGtk.cpp:20:
../../Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFace.h:34:16: fatal error: hb.h: No such file or directory
compilation terminated.
In file included from ../../Source/WebCore/platform/graphics/freetype/FontPlatformData.h:32:0,
from ../../Source/WebCore/platform/graphics/FontPlatformData.h:33,
from ../../Source/WebCore/platform/graphics/SimpleFontData.h:30,
from ../../Source/WebCore/platform/graphics/FontGlyphs.h:25,
from ../../Source/WebCore/platform/graphics/Font.h:29,
from ../../Source/WebCore/platform/graphics/GraphicsContext.h:33,
from ../../Source/WebCore/platform/gtk/WidgetGtk.cpp:32:
../../Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFace.h:34:16: fatal error: hb.h: No such file or directory
compilation terminated.
I'm currently on commit cf95a00dabac52ceed5488b4949431e0643c7178 "[Qt] Unreviewed TestExpectation cleanup".
--
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