Error in KDE4 svn builld of digikam on Fedora 9 - haar.cpp

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

Error in KDE4 svn builld of digikam on Fedora 9 - haar.cpp

Bugzilla from thetrashcan@earthlink.net
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

First all dependencies were solved.
I then added the following two lines to haar.cpp to get the svn KDE4
digikam port to compile on Fedora 9:

#include <cstring>
#include <cstdlib>

The first solved complaints about memcpy, the second about malloc.
Reference http://www.cyrius.com/journal/gcc/gcc-4.3-include.html

I have /opt/kde4/bin/digikam
        which executes with:

digikam(19364): No SQLite3 driver available. List of QSqlDatabase
drivers:  ()

QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
QSqlQuery::prepare: database not open
digikam(19364): Failure executing query:
digikam(19364): ""
digikam(19364): "Driver not loaded Driver not loaded"
digikam(19364): Bound values:  ()
QSqlQuery::prepare: database not open


         I have not yet figured this part out.


RoyBoy626
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkgs5moACgkQz1/aqdDsM3UOkgCg9ctgS4k2tHA2z8CVTTbPnW3e
72oAn07psw6J7Chwj9hKwXQPQoq4sPik
=0nmI
-----END PGP SIGNATURE-----
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Error in KDE4 svn builld of digikam on Fedora 9 - haar.cpp

Gilles Caulier-4
2008/5/16 [hidden email] <[hidden email]>:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> First all dependencies were solved.
> I then added the following two lines to haar.cpp to get the svn KDE4
> digikam port to compile on Fedora 9:
>
> #include <cstring>
> #include <cstdlib>
>
> The first solved complaints about memcpy, the second about malloc.
> Reference http://www.cyrius.com/journal/gcc/gcc-4.3-include.html

done in svn

>
> I have /opt/kde4/bin/digikam
>        which executes with:
>
> digikam(19364): No SQLite3 driver available. List of QSqlDatabase
> drivers:  ()
>
> QSqlDatabase: QSQLITE driver not loaded
> QSqlDatabase: available drivers:
> QSqlQuery::prepare: database not open
> digikam(19364): Failure executing query:
> digikam(19364): ""
> digikam(19364): "Driver not loaded Driver not loaded"
> digikam(19364): Bound values:  ()
> QSqlQuery::prepare: database not open
>
>
>         I have not yet figured this part out.

install Qt sqlite DB plugin package and all will be fine. it's listed
in dependencies list from README file.

best

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

Re: Error in KDE4 svn builld of digikam on Fedora 9 - haar.cpp

Marcel Wiesweg

> > digikam(19364): No SQLite3 driver available. List of QSqlDatabase
> > drivers:  ()

>
> install Qt sqlite DB plugin package and all will be fine. it's listed
> in dependencies list from README file.

I think this can happen because we check for libsqlite3, but we have no
configure check for the actual Qt plugin. I don't know if such a check is
available. On the other hand it's strictly a run-time dependency.
In any case, it's clearly stated in the the docs, and users will see that
their digikam is thoroughly non-functional.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel