-
Notifications
You must be signed in to change notification settings - Fork 57
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
can't compile on master branch #129
Comments
Same problem for me |
Mycroft-GUI master branch has be ported to QT6, please use the latest stable QT5 release instead of master branch https://github.com/MycroftAI/mycroft-gui/releases/tag/stable-qt5 |
I get the same error on Arch where all QT6 dependencies are met |
how are you running cmake, and is arch shipping pure QT6 now or does the distro also ship QT5 along side ? if you want to build against QT6 you can try the following:
Note: currently skill UI have not been ported to QT6 and port is work in progress. if your distribution is still shipping QT5, download the stable linked version. you can track progress of at least base skills UI being ported to Qt6 here OpenVoiceOS/ovos-gui#2 |
I was just building with the setup script. But I am confused because I somehow now have the gui installed even though the process failed. I am wondering if installing mycroft-core did so? |
mycroft-core does not auto install mycroft-gui, if you downloaded the linked stable version and ran the setup script it would have built against Qt5 and installed it, this depends on what and how your distribution is shipping the base dependencies required by mycroft-gui. |
Since qt6 support landed the "minimum qt version" is now 6.4.0 -- but none of the dev_setup scripts install qt6, resulting in:
I tried getting dev_setup.sh working with qt6 but very quickly got into some pretty nasty dependency issues; some packages not available yet on ubuntu, etc.
Was the force to qt6 intentional?
The text was updated successfully, but these errors were encountered: