Closed ThreeMonth03 closed 2 months ago
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?
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.
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.
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. https://github.com/solvcon/devenv/blob/ada270f51856644ea937581072eb8a43e5c54c84/scripts/build.d/qt#L28 https://github.com/solvcon/devenv/blob/ada270f51856644ea937581072eb8a43e5c54c84/scripts/build.d/qt#L129-L131
When we say "optimized/release" build, it usually means the build is not a debug build. We are not referring to the source release.
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. https://github.com/solvcon/devenv/blob/ada270f51856644ea937581072eb8a43e5c54c84/scripts/build.d/qt#L70-L71
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. https://github.com/solvcon/devenv/blob/ada270f51856644ea937581072eb8a43e5c54c84/scripts/build.d/qt#L76