Replies: 3 comments 4 replies
-
Firstly, Qt 5.12 is no longer actively supported in SQLiteStudio. I cannot guarantee it will compile with this Qt version. Anyway, it's not the reason of your problem. It's just I have never thought of this application to be built on OS/2. I'm positively surprised someone tries. So... The problem here is file https://github.com/pawelsalawa/sqlitestudio/blob/master/SQLiteStudio3/sqlitestudiocli/cliutils.cpp, where there are marcro conditions:
Inside of them there are Another challenge will be the actual condition to be used, because I see no |
Beta Was this translation helpful? Give feedback.
-
Hi
Ok, i where mistaking we use QT v5.15.2
Op wo 18 jan. 2023 22:10 schreef Paweł Salawa ***@***.***>:
… Actually, Qt6 is even worse at the moment :) SQLiteStudio was not ported
to Qt6 yet.
SQLiteStudio 3.4 is currently compiled (and verified) only against Qt 5.15.
SQLiteStudio 3.5 will use Qt6.
—
Reply to this email directly, view it on GitHub
<#4661 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIYTRD6X5EHEKTJCP5C6BTWTBL5FANCNFSM6AAAAAAT7RUS5Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi
Look @ https://github.com/bitwiseworks/qt5-os2/tree/5.15.2
Op wo 18 jan. 2023 22:14 schreef Elbert Pol ***@***.***>:
… Hi
Ok, i where mistaking we use QT v5.15.2
Op wo 18 jan. 2023 22:10 schreef Paweł Salawa ***@***.***>:
> Actually, Qt6 is even worse at the moment :) SQLiteStudio was not ported
> to Qt6 yet.
> SQLiteStudio 3.4 is currently compiled (and verified) only against Qt
> 5.15.
> SQLiteStudio 3.5 will use Qt6.
>
> —
> Reply to this email directly, view it on GitHub
> <#4661 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAIYTRD6X5EHEKTJCP5C6BTWTBL5FANCNFSM6AAAAAAT7RUS5Q>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
-
Hello
I tried to compile is with OS/2
I use qmake 5.12.2 and gcc 12.2.0
When compiling the sqlitestudiocli i get
RCC: Warning: No resources in '../sqlitestudiocli.qrc'.
weakld: error: Unresolved symbol (UNDEF) '__Z13getCliColumnsv'.
weakld: info: The symbol is referenced by:
G:\sqlitestudio\output\build\sqlitestudiocli\clicommand.obj
G:\sqlitestudio\output\build\sqlitestudiocli\clicommandsql.obj
G:\sqlitestudio\output\build\sqlitestudiocli\clicommandhistory.obj
G:\sqlitestudio\output\build\sqlitestudiocli\clicommanddesc.obj
Ignoring unresolved externals reported from weak prelinker.
make: *** [../../../output/SQLiteStudio/sqlitestudiocli.exe] Error 1
Any idea??
Beta Was this translation helpful? Give feedback.
All reactions