Qt 6.11 is out! See what's new in the release
blog
build failed when use -static 6.5.3/6.6.2 windows ar.exe: could not create temporary file whilst writing archive: no more archived files
-
When i build just
configure.bat
cmake --build . --parallel
cmake --install .
work okaybut if i use
configure.bat -static
cmake --build . --parallelar.exe: could not create temporary file whilst writing archive: no more archived files [3579/10917] Building CXX object qtdeclarative/src/qmlcomp...eFiles/QmlCompilerPrivate.dir/qqmljstypepropagator.cpp.obj ninja: build stopped: subcommand failed.how to fix it?
all variables of cmake/ninja/mingw/python i got in env all okay
Mingw 1120_64
cmake version 3.27.7
ninja version 1.10.2I