Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 111416

Summary: koffice kexidb/connection.h should include <kexidb/tristate.h>
Product: Gentoo Linux Reporter: Jacoby Yves <yves>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jacoby Yves 2005-11-03 14:47:05 UTC
The file /usr/include/connection.h should include <kexidb/tristate.h> instead of
<tristate.h>, else programs that use the library, like labplot in the 1.5.0.5
version don't compile.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-11-03 14:59:02 UTC
kexi installs /usr/include/kexidb/connection.h not /usr/include/connection.h

the problem is that the labplot configure script doesn't take the Gentoo path
into account

src_unpack() {
        kde_src_unpack
        sed -e "s:QWT3D_PATH/include:QWT3D_PATH/include/qwtplot3d:" \
                -e "s:KEXIDB_DIR/include:KEXIDB_DIR/include/kexidb:" \
                -i configure
}

is a quick and dirty workaround.