-
Notifications
You must be signed in to change notification settings - Fork 7
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
Install with Qt 5.12.1: Cannot convert QJsonArray::iterator #40
Comments
Thanks. It will take a while to update support to 5.12. Every release they find new ways to confuse our compiler. I think in this case we need to ignore typedefs within classes. |
Thank you. Please, which is the last supported Qt version. As I understand, it is quite unlikely to install the package with rolling distros. One possibility could be to download and build from source:
where 5.12.1 is replaced with the last supported version. Then:
What do you think? |
Something like that should work. Not sure how cmake finds Qt5, but it should be documented. I pushed some changes yesterday that get us pretty close, but there are a couple more issues. |
I got some other errors on macOS when compiling against R 3.5.2 and Qt 5.12.1, really hope it can support the latest Qt 5.12.* soon.
|
@AntonioFasano : On MacOS, R3.6.3, I am able to compile and install qtbase with Qt 5.9.9. It seems work as expected. With Qt 5.12.8 the compilation fails. I Hope this help you |
In Arch Linux Qt 5.12.1, setup fails with the following error
Thanks for any support.
The text was updated successfully, but these errors were encountered: