Summary: | batch raw converter crash digikam | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | itilo <itilo> |
Component: | BatchQueueManager-RAWProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.2.0 | |
Sentry Crash Report: |
Description
itilo
2009-03-15 10:21:30 UTC
I think i had problems with /usr/lib and /usr/lib64 and opencv. The previous message was about a build on tarball 0.10.0-rc2. Today I try to compile from the svn version. I got lot of problems with opencv which install 64bits libraries in /urs/lib. I have to change the 64bits library (libcv..) from /usr/lib to /usr/lib64 and to copy /usr/lib/pkgconfig/opencv.pc to /usr/lib64/pkgconfig/opencv.pc, to edit opencv.pc and change "libdir" from/usr/lib to /usr/lib64 ... And I always got problem with the svn version: ... CMake Warning at /usr/share/apps/cmake/modules/KDE4Macros.cmake:560 (add_library): Cannot generate a safe runtime search path for target kipiplugin_removeredeyes because files in some directories may conflict with libraries in implicit directories: runtime library [libpng12.so.0] in /usr/lib64 may be hidden by files in: /usr/lib runtime library [libz.so.1] in /usr/lib64 may be hidden by files in: /usr/lib runtime library [libX11.so.6] in /usr/lib64 may be hidden by files in: /usr/lib runtime library [libXft. ... ... Cmake is not my friend! Finally i remove (very important!) digikam-0.10.0-rc2, untar again the tarball, make again "cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr" ... and all was OK. Was even better because I got lot of possibilities (10) in the batch menu (previously, only one the batch raw converter) Saddened for the disturbance! |