https://bugs.kde.org/show_bug.cgi?id=290496
Summary: digikam-2.5.0 core fails to build against libkipi from kde-4.7.95 Product: digikam Version: 2.5.0 Platform: Unlisted Binaries OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Kipiinterface AssignedTo: [hidden email] ReportedBy: [hidden email] digikam-2.5.0 core fails to build against libkipi from kde-4.7.95... here's the error: ["hat kein Element namens" = "has no element named"] /var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/utilities/setup/setupplugins.cpp: In Elementfunktion »void Digikam::SetupPlugins::slotCheckAll()«: /var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/utilities/setup/setupplugins.cpp:161:20: Fehler: »class KIPI::ConfigWidget« hat kein Element namens »slotCheckAll« /var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/utilities/setup/setupplugins.cpp: In Elementfunktion »void Digikam::SetupPlugins::slotClear()«: /var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/utilities/setup/setupplugins.cpp:168:20: Fehler: »class KIPI::ConfigWidget« hat kein Element namens »slotClear« make[2]: *** [digikam/CMakeFiles/digikam.dir/__/utilities/setup/setupplugins.o] Fehler 1 make[2]: *** Warte auf noch nicht beendete Prozesse... make[1]: *** [digikam/CMakeFiles/digikam.dir/all] Fehler 2 make: *** [all] Fehler 2 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=290496
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Component|Kipiinterface |libkipi --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2012-01-03 13:48:50 --- 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 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
If you commented out both lines 161 and 168 in the /core/utilities/setup/setupplugins.cpp It will compile properly.
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
https://bugs.kde.org/show_bug.cgi?id=290496
--- Comment #2 from Islam Wazery <wazery ubuntu com> 2012-01-03 13:51:28 --- If you commented out both lines 161 and 168 in the /core/utilities/setup/setupplugins.cpp It will compile properly. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
https://bugs.kde.org/show_bug.cgi?id=290496
--- Comment #3 from Gilles Caulier <caulier gilles gmail com> 2012-01-03 14:13:38 --- 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 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
https://bugs.kde.org/show_bug.cgi?id=290496
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Gilles Caulier <caulier gilles gmail com> 2012-01-03 14:18:16 --- 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 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
https://bugs.kde.org/show_bug.cgi?id=290496
--- Comment #5 from Andreas K. Huettel <dilfridge gentoo org> 2012-01-03 16:32:49 --- 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 ) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
https://bugs.kde.org/show_bug.cgi?id=290496
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |2.6.0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Andreas K. Huettel
https://bugs.kde.org/show_bug.cgi?id=290496
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Product|digikam |libkipi Version|2.5.0 |unspecified Component|libkipi |General Assignee|[hidden email] |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |