|
Hello,
I was trying to build digikam but on using cmake . ,I get following error: CMake Error at CMakeLists.txt:100 (MESSAGE): digiKam needs libkdcraw. You need to install the libkdcraw (version >= 2.2.0) library development package. Call Stack (most recent call first): CMakeLists.txt:493 (PRINT_LIBRARY_STATUS) -- libkdcraw website is at http://www.digikam.org/sharedlibs Can anybody help? I have tried installing libkdcraw from sharedlibs and it installed fine.Also I tried to install likkdcraw-dev but this error always remains _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hi Saurabh, 1. Which distribution are you using..? 2. Also, from next time onwards, please use pastebin to display compilation errors. It is a good practice and it is generally more helpful when compilation errors are long. Hope this helps. -Regards, On 27 Feb 2013 09:17, "Saurabh Patel" <[hidden email]> wrote:
Hello, _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel
Regards,
Abhinav Badola |
|
Hello,
I use kubuntu.I tried using sudo apt-get build-dep digikam as you suggested but the error still persists.I had same error with libkface and libkgeomap but i installed them using sudo apt-get install libkgeomap-dev and both of them now don't show an error.I tried same with libkdcraw but it still shows error,also after using build-dep command.So any suggestion where I may be wrong. Thanks On Wed, Feb 27, 2013 at 10:27 AM, Abhinav Badola <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
On Wed, Feb 27, 2013 at 11:19 AM, Abhinav Badola <[hidden email]> wrote:
Are you using source code from git repository or tarball ..? p.s. If you are willing to contribute as a developer, you should download code from git.
Folow these tow tutorials, the second one is specifically for Ubuntu.
Also use this cmake command while building your code, cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=on
Regards, Abhinav Badola _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel
Regards,
Abhinav Badola |
| Free forum by Nabble | Edit this page |
