-----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 |
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 |
> > 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 |
Free forum by Nabble | Edit this page |