Search found 5 matches

by wogsterca
Fri Aug 18 2023 5:49 pm
Forum: User Support
Topic: Flatpak
Replies: 1
Views: 4816

Flatpak

Is there a Flatpak runtime that uses Copperspice???? I know there are KDE based ones, which use QT, but those may not work as well....
by wogsterca
Thu Aug 17 2023 5:15 pm
Forum: User Support
Topic: SQLIte3?
Replies: 2
Views: 4540

Re: SQLIte3?

Thanks, that worked.....
by wogsterca
Tue Aug 15 2023 7:09 pm
Forum: User Support
Topic: SQLIte3?
Replies: 2
Views: 4540

SQLIte3?

Something I am doing isn't working Running Copperspice 1.8.2 with the latest patches, I think... OS is Fedora 38, Compiler GCC have the following code : QSqlDatabase dbms; dbms.addDatabase("QSQLITE"); dbms.setDatabaseName(s_dbms); if(!dbms.open()) { qDebug() << dbms.lastError().text(); ret...
by wogsterca
Fri Aug 11 2023 5:31 pm
Forum: Installation
Topic: Compile error on Fedora 38
Replies: 3
Views: 4770

Re: Compile error on Fedora 38

Thanks Barbera, download the latest from git, and it worked..... Now comes the hard part, using it in a project...
by wogsterca
Thu Aug 10 2023 3:31 pm
Forum: Installation
Topic: Compile error on Fedora 38
Replies: 3
Views: 4770

Compile error on Fedora 38

Received the following error when compiling on Fedora 38, am I missing something? Version is 1,8.2, compiler is gcc 13.2.1 /home/paul/cs_source/src/core/xml/qxmlutils.cpp:204:79: required from here /home/paul/cs_source/include/QtCore/regex/basic_regex_parser.h:2024:32: error: ‘const struct cs_regex_...