-
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
[Error] Fail to execute devenv build qt
#166
Comments
devenv build qt
devenv build qt
It is suitable for newcomer to make a pull request, and my friend will solve the issue next Wednesday. |
Out of curiosity. How much time it took you to successfully build the qt from source? |
I remembered that it took me about 30 minutes to build qt on MacBook Air M1. |
I think it's optimized/release build right? That's similar to what I felt too. Apple Silicons are fast. |
Yes, it is. the script downloads the official software release and builds it locally. Line 28 in ada270f
Lines 129 to 131 in ada270f
|
When we say "optimized/release" build, it usually means the build is not a debug build. We are not referring to the source release. |
OK, I misunderstand the "release" build. It is not a debug build. Lines 70 to 71 in ada270f
|
Fixed by pr #167. |
Good work, @ThreeMonth03 and @dragonwu0919 |
Here is the error log:
If we comment the following line and enable the installation of 'qtquick3d', the script will work regularly.
devenv/scripts/build.d/qt
Line 76 in ada270f
The text was updated successfully, but these errors were encountered: