Building Digikam from SVN: kipiplugins linking NOTFOUND variables

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

Building Digikam from SVN: kipiplugins linking NOTFOUND variables

Dotan Cohen
It seems that kipiplugins link variables that they don't use. I don't
really know what that means :) but it's what I gather from googling
the latest in my roadblocks to building Digikam from SVN:
"""
CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
QT_QTOPENGL_LIBRARY (ADVANCED)
    linked by target "kipiplugin_slideshow" in directory
/home/hardy/digikam-notes/graphics/kipi-plugins/slideshow
    linked by target "kipiplugin_imageviewer" in directory
/home/hardy/digikam-notes/graphics/kipi-plugins/imageviewer

-- Configuring done
hardy@hardy-laptop:~/digikam-notes$
"""

This seems to be an error that he who compiles cannot fix, rather, it
must be fixed in the source of the program. Should I file a bug? Or am
I misunderstanding things and this is an error on my part? This is
being built on a brand new Kubuntu 8.04 installation with KDE 4.1rc1
installed.

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Building Digikam from SVN: kipiplugins linking NOTFOUND variables

Gilles Caulier-4
Dotan,

If i remember, Qt4 has a compiled module to support OpenGL (as SQlite3 stuff)

Check packages installation on your system.

Best

Gilles Caulier

2008/7/27 Dotan Cohen <[hidden email]>:

> It seems that kipiplugins link variables that they don't use. I don't
> really know what that means :) but it's what I gather from googling
> the latest in my roadblocks to building Digikam from SVN:
> """
> CMake Error: The following variables are used in this project, but
> they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> QT_QTOPENGL_LIBRARY (ADVANCED)
>    linked by target "kipiplugin_slideshow" in directory
> /home/hardy/digikam-notes/graphics/kipi-plugins/slideshow
>    linked by target "kipiplugin_imageviewer" in directory
> /home/hardy/digikam-notes/graphics/kipi-plugins/imageviewer
>
> -- Configuring done
> hardy@hardy-laptop:~/digikam-notes$
> """
>
> This seems to be an error that he who compiles cannot fix, rather, it
> must be fixed in the source of the program. Should I file a bug? Or am
> I misunderstanding things and this is an error on my part? This is
> being built on a brand new Kubuntu 8.04 installation with KDE 4.1rc1
> installed.
>
> --
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Building Digikam from SVN: kipiplugins linking NOTFOUND variables

Dotan Cohen
2008/7/27 Gilles Caulier <[hidden email]>:
> Dotan,
>
> If i remember, Qt4 has a compiled module to support OpenGL (as SQlite3 stuff)
>
> Check packages installation on your system.
>

Thanks. I have installed libqt4-opengl-dev on your suggestion. Now, I
only run into the imlib detection issue, but Andi mentioned in a
previous email how to handle that situation.

It builds!

I am getting this error when starting Digikam:
"Qt4 SQlite database plugin is not available. Please install it!"

I am certain that I will be able to solve this, but I thought that you
should know. Maybe it should be made a dependency of digikam.

Thanks!

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Building Digikam from SVN: kipiplugins linking NOTFOUND variables

Bugzilla from gandalf.lechner@univie.ac.at
On Sunday 27 July 2008 11:57:55 Dotan Cohen wrote:

> It builds!
>
> I am getting this error when starting Digikam:
> "Qt4 SQlite database plugin is not available. Please install it!"

You have to install libqt4-sql-sqlite

> I am certain that I will be able to solve this, but I thought that you
> should know. Maybe it should be made a dependency of digikam.
>
> Thanks!

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Building Digikam from SVN: kipiplugins linking NOTFOUND variables

Gilles Caulier-4
In reply to this post by Dotan Cohen
2008/7/27 Dotan Cohen <[hidden email]>:

> 2008/7/27 Gilles Caulier <[hidden email]>:
>> Dotan,
>>
>> If i remember, Qt4 has a compiled module to support OpenGL (as SQlite3 stuff)
>>
>> Check packages installation on your system.
>>
>
> Thanks. I have installed libqt4-opengl-dev on your suggestion. Now, I
> only run into the imlib detection issue, but Andi mentioned in a
> previous email how to handle that situation.
>
> It builds!
>
> I am getting this error when starting Digikam:
> "Qt4 SQlite database plugin is not available. Please install it!"
>
> I am certain that I will be able to solve this, but I thought that you
> should know. Maybe it should be made a dependency of digikam.
>

No, it's a runtime depency. not a compiling one. install Qt4::sqlite3
plugin (as it's mentionned into README file) and all will be fine.

Gilles

> Thanks!
>
> --
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Building Digikam from SVN: kipiplugins linking NOTFOUND variables

Dotan Cohen
2008/7/27 Gilles Caulier <[hidden email]>:

>> I am getting this error when starting Digikam:
>> "Qt4 SQlite database plugin is not available. Please install it!"
>>
>> I am certain that I will be able to solve this, but I thought that you
>> should know. Maybe it should be made a dependency of digikam.
>>
>
> No, it's a runtime depency. not a compiling one. install Qt4::sqlite3
> plugin (as it's mentionned into README file) and all will be fine.
>
> Gilles
>

I did not know the difference between a runtime and a compiling
dependency until now. I now understand, thanks. For the archives, on
Ubuntu the package to install is libqt4-sql-sqlite.

--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users