Error while compiling digikam

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Error while compiling digikam

vishal
i am having this error while compiling digikam:

 Could NOT find KF5Sane , checked the following files:
    /usr/lib/x86_64-linux-gnu/cmake/KF5Sane/KF5SaneConfig.cmake (version 5.1.0)

but i have already installed it via ---> sudo apt install libkf5sane5-dev
Output ---
libkf5sane-dev is already the newest version (17.12.3-0ubuntu1).

Can anyone help me?



vishal dhull
Reply | Threaded
Open this post in threaded view
|

Re: Error while compiling digikam

Gilles Caulier-4
Hi,

libkf5sane-dev must be installed. It's the case ?

Sound like you use Ubuntu like system. Here all compile fine (KUbuntu)

Best

Gilles Caulier

Le ven. 11 sept. 2020 à 10:21, vishal Dhull <[hidden email]> a écrit :

>
> i am having this error while compiling digikam:
>
>  Could NOT find KF5Sane , checked the following files:
>     /usr/lib/x86_64-linux-gnu/cmake/KF5Sane/KF5SaneConfig.cmake (version 5.1.0)
>
> but i have already installed it via ---> sudo apt install libkf5sane5-dev
> Output ---
> libkf5sane-dev is already the newest version (17.12.3-0ubuntu1).
>
> Can anyone help me?
>
>
>
> vishal dhull
Reply | Threaded
Open this post in threaded view
|

Re: Error while compiling digikam

Andrew Goodbody
In reply to this post by vishal
On 10/09/2020 18:41, vishal Dhull wrote:

> i am having this error while compiling digikam:
>
>   Could NOT find KF5Sane , checked the following files:
>      /usr/lib/x86_64-linux-gnu/cmake/KF5Sane/KF5SaneConfig.cmake
> (version 5.1.0)
>
> but i have already installed it via ---> sudo apt install libkf5sane5-dev
> Output ---
> libkf5sane-dev is already the newest version (17.12.3-0ubuntu1).
>
> Can anyone help me?
>
>
>
> vishal dhull

Please check that you also have the runtime package installed,
libkf5sane5, as well as the headers from the dev package.

# dpkg -l | grep -i kf5sane
ii  libkf5sane-data
                 20.08.0-1                               all
scanner library (data files)
ii  libkf5sane-dev
                 20.08.0-1                               amd64
scanner library development headers
ii  libkf5sane5:amd64
                 20.08.0-1                               amd64
scanner library (runtime)


Andrew