[Webkit-unassigned] [Bug 25538] New: WebKit-r43163 won't build for gtk-directfb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 3 23:55:50 PDT 2009


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

           Summary: WebKit-r43163 won't build for gtk-directfb
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joyious at 163.com


Configure WebKit-r43163 as below:
./configure --prefix=$INSTALL_DIR --with-target=directfb

And make && make install. It will get errors below:
>From file included in WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp£º38 :
./WebKit/gtk/webkit/webkitprivate.h:42:21: error£º enchant.h£ºNo such file or
directory

Check the configure.ac:L239:
# check for target-specific dependencies
if test "$with_target" = "directfb"; then
   PKG_CHECK_MODULES(CAIRO, cairo-directfb >= $CAIRO_REQUIRED_VERSION)
   PKG_CHECK_MODULES(GTK, gtk+-directfb-2.0 >= $GTK_REQUIRED_VERSION)
   AC_DEFINE([WTF_PLATFORM_DIRECTFB],[1],[Define if target is DirectFB])
else
   PKG_CHECK_MODULES(CAIRO, cairo >= $CAIRO_REQUIRED_VERSION)
   PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED_VERSION)
   PKG_CHECK_MODULES(ENCHANT, enchant >= $ENCHANT_REQUIRED_VERSION)

but the enchant is used in WebKit/gtk/webkit/webkitprivate.h even in
gtk-directfb.

Add PKG_CHECK_MODULES(ENCHANT, enchant >= $ENCHANT_REQUIRED_VERSION) to
directfb target in configure.ac will fix this


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list