Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#27154 - [sqlitebrowser] doesn't build
Attached to Project:
Community Packages
Opened by Andrea Scarpino (BaSh) - Sunday, 20 November 2011, 15:35 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 21 November 2011, 09:18 GMT
Opened by Andrea Scarpino (BaSh) - Sunday, 20 November 2011, 15:35 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 21 November 2011, 09:18 GMT
|
DetailsDescription:
sqlitedb.h: In constructor 'DBBrowserIndex::DBBrowserIndex()': sqlitedb.h:58:36: error: call of overloaded 'QString(int)' is ambiguous sqlitedb.h:58:36: note: candidates are: /usr/include/QtCore/qstring.h:428:43: note: QString::QString(const QByteArray&) /usr/include/QtCore/qstring.h:426:43: note: QString::QString(const char*) /usr/include/QtCore/qstring.h:728:8: note: QString::QString(const QString&) /usr/include/QtCore/qstring.h:106:5: note: QString::QString(QChar) /usr/include/QtCore/qstring.h:105:14: note: QString::QString(const QChar*) sqlitedb.h: In constructor 'DBBrowserTable::DBBrowserTable()': sqlitedb.h:73:36: error: call of overloaded 'QString(int)' is ambiguous sqlitedb.h:73:36: note: candidates are: /usr/include/QtCore/qstring.h:428:43: note: QString::QString(const QByteArray&) /usr/include/QtCore/qstring.h:426:43: note: QString::QString(const char*) /usr/include/QtCore/qstring.h:728:8: note: QString::QString(const QString&) /usr/include/QtCore/qstring.h:106:5: note: QString::QString(QChar) /usr/include/QtCore/qstring.h:105:14: note: QString::QString(const QChar*) sqlitedb.cpp: In member function 'void DBBrowserDB::logSQL(QString, int)': sqlitedb.cpp:609:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] make[1]: *** [.obj/extendedmainform.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [.obj/sqlitedb.o] Error 1 make[1]: *** [.obj/browsermain.o] Error 1 make[1]: Leaving directory `/build/src/trunk/sqlitebrowser/sqlitebrowser' make: *** [sub-sqlitebrowser-make_default] Error 2 Additional info: * sqlitebrowser 2.0b1-1 Steps to reproduce: Try to build it. |
This task depends upon