WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
176877
[GTK] Build failure with enchant-2.1.1
https://bugs.webkit.org/show_bug.cgi?id=176877
Summary
[GTK] Build failure with enchant-2.1.1
Armin K.
Reported
2017-09-13 15:19:36 PDT
Enchant-2.1.1 was recently released and it removed some deprecated APIs which WebKitGtk is still using. Trying to build WebKitGtk-2.18.0 against Enchant-2.1.1 results in following error: /home/armin/src/pacman/pkgbuild/webkitgtk/src/webkitgtk-2.18.0/Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp:132:9: error: use of undeclared identifier 'enchant_dict_free_suggestions' enchant_dict_free_suggestions(dictionary, suggestions); Refer to commit [1] for details. Easy bug fix (taken from [1]): sed -i "s#enchant_dict_free_suggestions#enchant_dict_free_string_list#g" Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp [1]
https://github.com/AbiWord/enchant/commit/744a1a19c1d0a5c3e1359fa994cf60a4d98ee12e
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2017-09-13 20:59:31 PDT
Looks like that API has been around since at least 2005, so it should be no problem to switch. Really glad that enchant is maintained again.
Michael Catanzaro
Comment 2
2017-09-16 08:01:57 PDT
Committed
r222130
: <
http://trac.webkit.org/changeset/222130
>
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