Bug 440505

Summary: gtkhtml should check for enchant and add the right flags
Product: [Fedora] Fedora Reporter: Kjartan Maraas <kmaraas>
Component: gtkhtml3Assignee: Matthew Barnes <mbarnes>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mcrha
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-04 17:45:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kjartan Maraas 2008-04-03 20:49:06 UTC
Description of problem:

Build failed in jhbuild with undefined references to enchant api. Adding that
module to the pkg-config checks fixed it for me.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthew Barnes 2008-04-03 21:26:21 UTC
Note: This is not actually in Rawhide yet.

Strange, GtkHTML's configure.in already contains:

GTKHTML_MODULES="gtk+-2.0 >= gtk_minimum_version libgnomeui-2.0 >=
libgnomeui_minimum_version libglade-2.0 >= libglade_minimum_version enchant
gconf-2.0 iso-codes"

(enchant is listed there)

Comment 2 Matthew Barnes 2008-04-04 17:45:17 UTC
Figured it out thanks to Patrick Ohly.

I was including <enchant/enchant.h> instead of <enchant.h>.

This is fixed in trunk now so closing.