Package Details: sqlitestudio-plugins 3.4.4-1

Git Clone URL: https://aur.archlinux.org/sqlitestudio.git (read-only, click to copy)
Package Base: sqlitestudio
Description: Official plugins for sqlitestudio
Upstream URL: https://github.com/pawelsalawa/sqlitestudio
Licenses: GPL3
Submitter: dracorp
Maintainer: tee
Last Packager: tee
Votes: 25
Popularity: 0.044462
First Submitted: 2012-11-22 08:28 (UTC)
Last Updated: 2023-06-28 09:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

dracorp commented on 2015-10-09 19:56 (UTC)

@Romzetron: Thanks a lot, updated.

dracorp commented on 2015-10-08 07:42 (UTC)

@Romzetron I'll add temporary a patch, when I return home.

Romzetron commented on 2015-10-07 21:25 (UTC)

Done. http://bugs.sqlitestudio.pl/?id=2870

dracorp commented on 2015-10-07 20:52 (UTC)

@Romzetron: I think that you must inform about it the author.

Romzetron commented on 2015-10-07 02:48 (UTC)

I have Qt5.5 installed and ran into the same error when building the package. After a little research, I found that <QDataStream> needs to be included explicitly. The include was implied in previous version of Qt. I opened up the project in qtcreator, compiled, and found that the following files were missing "#include <QDataStream>". After patching up the source in the package, it built and installed successfully. src/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp src/SQLiteStudio3/coreSQLiteStudio/db/db.cpp src/SQLiteStudio3/sqlitestudiocli/cli_config.cpp

bhrgunatha commented on 2015-09-29 03:48 (UTC)

I have qt5-svg and qt5-tools installed, but I'm still getting a compilation error. ../../../SQLiteStudio3/coreSQLiteStudio/common/utils.cpp: In function ‘QByteArray hashToBytes(const QHash<QString, QVariant>&)’: ../../../SQLiteStudio3/coreSQLiteStudio/common/utils.cpp:321:23: error: variable ‘QDataStream stream’ has initializer but incomplete type QDataStream stream(&bytes, QIODevice::WriteOnly); ^ ../../../SQLiteStudio3/coreSQLiteStudio/common/utils.cpp: In function ‘QHash<QString, QVariant> bytesToHash(const QByteArray&)’: ../../../SQLiteStudio3/coreSQLiteStudio/common/utils.cpp:332:29: error: variable ‘QDataStream stream’ has initializer but incomplete type QDataStream stream(bytes); ^ Makefile:2864: recipe for target 'utils.o' failed make[1]: *** [utils.o] Error 1 make[1]: Leaving directory ... Makefile:45: recipe for target 'sub-coreSQLiteStudio-make_first' failed make: *** [sub-coreSQLiteStudio-make_first] Error 2 Looks like it's related to Qt... any ideas? Am I missing another dependency?

dracorp commented on 2015-05-20 16:05 (UTC)

Yes, it is good idea. Thx awpe.

awpe commented on 2015-05-20 10:15 (UTC)

Hi, for those who have compile problem: $Project ERROR: Unknown module(s) in QT: uitools $Makefile:70: recipe for target 'sub-guiSQLiteStudio-make_first' failed just install qt5-tools. Maybe it is good idea to add this package to dep-list? :)

claymore commented on 2015-02-26 22:40 (UTC)

Yeah, I noticed that and already installed it. Compiling now! Thanks anyway :)

dracorp commented on 2015-02-26 22:37 (UTC)

Missing qt5-svg in makedepends, sorry about this but namcap doesn't inform about dependencies needed for building and I missed it.