-
Notifications
You must be signed in to change notification settings - Fork 17
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
Incorrect qt version #169
Comments
@dragonwu0919 do you have time to take a look? |
Surely, but it may take some time for me to figure out how this script works. |
Doesn't the old qt version support modmesh? |
Looks like there are several releases on the web, the latest would be 6.6.3, 6.7.1 and 6.7.2. I don't know if there would be a dependency problem if I changed the script version directly to 6.7.2. I installed Qt 6.6.3 with online installer last month, and a dependency issue arouse due to incompatible version of Qt and PySide module. I have seen that the version control of PySide is written in parameter form. But I don't know if there is a mechanism to align the version of Qt and PySide. @ThreeMonth03 Do you known where and how qt and pyside6 are used while |
@xingularity Please elaborate more for what you meant by "not up to date". It is hard for devenv scripts to closely track upstream releases, so I guess you did not mean to upgrade the script to use the latest qt release. @terrychan999 for his awareness. |
You could refer my notes about building modmesh on macOS. which aligns the version of qt6 and Pyside6 automatically. However, I never install pyside6 by BTW, I remember that the command |
Is the bug reported in the (devenv) github? |
Not yet. |
If it's hard to describe what happens in an issue, we can discuss here to clarify. It's also OK to create an issue and use it to discuss and clarify. |
Hi @yungyuc I should have explained more clear in this ticket. By “not up to date” meaning the two version in the script is not aligned and the one use syncgit is lagged behind. The other one in the same if else statement is using 6.6.3. This issue was meant to have a PR to fix it. |
Thanks, @xingularity . @dragonwu0919 , do you think it is clarified or do you need more information on the request? |
@yungyuc My understanding of the current situation is that the version of a particular module (6.5.3) is behind the versions of other modules in devenv (6.6.3). If my understanding is correct, I can try opening a PR to change |
The qt version in syncgit branch seems not up to date.
devenv/scripts/build.d/qt
Line 44 in 8d71b49
The text was updated successfully, but these errors were encountered: