[Digikam-devel] [Bug 268267] digiKam crashes on picture import : OpenCV and Gphoto2 libraries incompatibility through libdc1394
Pierre Hanser
hanser at club-internet.fr
Wed Jun 8 16:52:27 BST 2011
https://bugs.kde.org/show_bug.cgi?id=268267
--- Comment #31 from Pierre Hanser <hanser club-internet fr> 2011-06-08 17:52:21 ---
a quick and dirty solution is to modify core/digikam/CMakeLists.txt
if you add explicitly libusb in the list of libs in libdigikamcore you solve
the problem
for all programs using it (digikam and showfoto)
around line 72
ADD_DEPENDENCIES(digikamcore digikam-gitversion)
TARGET_LINK_LIBRARIES(digikamcore
/usr/lib/libusb.so
${QT_QT3SUPPORT_LIBRARY}
${QT_QTSQL_LIBRARY}
${KDE4_KDECORE_LIBS}
works on Ubuntu 11.04
At least modification is in the right file I think...
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list