Summary: | Fails to build | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andreas K. Huettel <dilfridge> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6.0 | |
Sentry Crash Report: |
Description
Andreas K. Huettel
2012-01-03 13:40:45 UTC
This is not compilation problem i think, but linking problem from your system. Do you have only one libkipi installed on your system, because here it compile and link fine ? Gilles Caulier If you commented out both lines 161 and 168 in the /core/utilities/setup/setupplugins.cpp It will compile properly. Git commit 38e77c148d6ab7c789642292e2225390907718ec by Gilles Caulier. Committed on 03/01/2012 at 15:05. Pushed by cgilles into branch 'master'. 2 new slots have been added by Andi in ConfigWidget. Bump version ID properly CCBUGS: 290496 M +4 -3 CMakeLists.txt http://commits.kde.org/libkipi/38e77c148d6ab7c789642292e2225390907718ec Git commit 25cc9c9876a5233bd630105d0110319892d4e18c by Gilles Caulier. Committed on 03/01/2012 at 15:16. Pushed by cgilles into branch 'master'. enable checkall and clearall buttons only with libkipi version 1.4.0 M +11 -2 utilities/setup/setupplugins.cpp M +2 -2 utilities/setup/setupplugins.h http://commits.kde.org/digikam/25cc9c9876a5233bd630105d0110319892d4e18c Thanks a lot, works like a charm. :) ( Only libkipi versions here: porto ~ # ldconfig -v|grep -i kipi libkipiplugins.so.2 -> libkipiplugins.so.2.0.0 libkipi.so.8 -> libkipi.so.8.0.1 ) |