WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25538
WebKit-
r43163
won't build for gtk-directfb
https://bugs.webkit.org/show_bug.cgi?id=25538
Summary
WebKit-r43163 won't build for gtk-directfb
Huimin He
Reported
2009-05-03 23:55:50 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Jan Alonzo
Comment 1
2009-05-09 19:28:58 PDT
Fix landed in
r43445
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug