-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error during compilation. #98
Comments
Can you try it with Qt 6? |
And you should try to use tagged version... Master might not be stable yet. |
But IMO the Location requirement can be relaxed to Positioning: #93. |
Ok yeah, that solved the dependency issue, however the initial QPermissions error is still there. Same error happens when compiling the cmake branch (after removing Location dependencies from it) |
This is Qt6 stuff...
This is private API, but the qmake build has the right modules. Now that my PRs get merged, I will try to complete linux packaging. |
Total state of requirements since 1.1.5:
Offered by major linux distros:
I will share the polyfill... |
Maybe this was too pessimistic. The number of QML files is fairly small, and most building blocks are available in Qt 5.12. Maintaining a copy of the files with minimal changes for Qt5 compatibility is feasible. Some refactorings could serve both modern and old Qt (Cf. #107). But separate interactive testing cannot be avoided. |
Changes for Qt5 - and tentative binary packages with Qt5 for Linux: #110 |
And for desktop, it needs at least Qt 6.6. |
Tried to install CLOffline on my desktop machine (Debian 12 Bookworm) with all the listed dependencies installed.
However, compilation fails with "fatal error: QPermissions: No such file or directory"
Thanks.
The text was updated successfully, but these errors were encountered: