Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
6.2.0 RC
-
None
Description
CMake builds failed, the same command works fine on win10.
QT Package used: https://download.qt.io/development_releases/qt/6.2/6.2.0-rc/single/qt-everywhere-src-6.2.0-rc.tar.xz
I am building with
- CMake 3.21.2
- AppleClang 12.0.5.12050022
- Python 2.7 or 3.8 come with Big Sur
- Perl 5.8 come with Big Sur
The MacMini is fresh new, nothing else was installed.
./configure -static -release -opensource -confirm-license -opengl desktop -no-dbus -skip qt3d -skip qtactiveqt -skip qtcanvas3d -skip qtconnectivity -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtlocation -skip qtnetworkauth -skip qtpurchasing -skip qtquickcontrols -skip qtquick3d -skip qtquickcontrols2 -skip qtremoteobjects -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtvirtualkeyboard -skip qtwebview -skip qtwebchannel -skip qtwebsockets -skip qtscript -skip qtwebengine -mp -optimize-size -D "JAS_DLL=0" -prefix ~/QT -nomake examples -nomake tests
cmake --build . --parallel
cmake --install .