[Digikam-devel] [Bug 146312] New: Configure rules for digikam 0.92 Beta 2 using --prefix=/home/xav/build
Xavier Pouyollon
xpouyollon at wanadoo.fr
Sun Jun 3 10:25:43 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=146312
Summary: Configure rules for digikam 0.92 Beta 2 using --
prefix=/home/xav/build
Product: digikam
Version: unspecified
Platform: Mandriva RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: digikam-devel kde org
ReportedBy: xpouyollon wanadoo fr
Version: (using KDE KDE 3.5.6)
Installed from: Mandriva RPMs
OS: Linux
Downloaded digkiam 0.92 and all libs that it needs
For each, I do the following:
./configure --prefix=/home/build/xav
make
make install
Fine for the libs
However, when building digikam 0.92, it complains it can't find include files for libkdcraw.
The libs are well installed within /home/build/xav/include
I have to do:
./configure --prefix=/home/xav/build --with-extra-includes=/home/xav/build/include/
to allow build.
To me, I should not have to --with-extra-includes=/home/xav/build/include since the libkdcraw/lib/pkg-config is correct (with the right include path).
I would say that something is either wrong in the configure scripts or I don't build it correctly ?
(I'm quite new in trying to build at non usual location)
Thanks !
More information about the Digikam-devel
mailing list