[Webkit-unassigned] [Bug 147723] New: [GTK] Fix build issue related to the generated WebKitFontFamilyNames.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 22:54:09 PDT 2015


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

            Bug ID: 147723
           Summary: [GTK] Fix build issue related to the generated
                    WebKitFontFamilyNames.h
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: cgarcia at igalia.com, clopez at igalia.com,
                    mrobinson at webkit.org

Now the build is broken on the GTK bot with the following error:

In file included from ../../Source/WebCore/testing/Internals.cpp:35:
In file included from ../../Source/WebCore/loader/cache/CachedResourceLoader.h:32:
In file included from ../../Source/WebCore/loader/cache/CachedResourceRequest.h:30:
In file included from ../../Source/WebCore/dom/Element.h:29:
In file included from ../../Source/WebCore/dom/Document.h:38:
In file included from ../../Source/WebCore/platform/graphics/FontSelector.h:29:
In file included from ../../Source/WebCore/platform/graphics/FontRanges.h:29:
In file included from ../../Source/WebCore/platform/graphics/Font.h:30:
In file included from ../../Source/WebCore/platform/graphics/FontPlatformData.h:27:
In file included from ../../Source/WebCore/platform/graphics/freetype/FontPlatformData.h:29:
In file included from ../../Source/WebCore/platform/graphics/FontCache.h:33:
../../Source/WebCore/platform/graphics/FontDescription.h:31:10: fatal error: 'WebKitFontFamilyNames.h' file not found
#include "WebKitFontFamilyNames.h"
         ^

The problem is that WebKitFontFamilyNames.h isn't yet generated,
so it must be a dependency problem in the cmake build sysytem.

I don't have time to work on this bug, I just reported to let you 
know and feel free to pick it up if you are interested in it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150806/15615fd7/attachment.html>


More information about the webkit-unassigned mailing list