Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111416 - koffice kexidb/connection.h should include <kexidb/tristate.h>
Summary: koffice kexidb/connection.h should include <kexidb/tristate.h>
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 14:47 UTC by Jacoby Yves
Modified: 2005-11-03 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.