Qt build failed on .rcc/qmlcache/quicktooling_component_qml.cpp
-
Hi,
I'm currently trying to build Qt6.5.3 on a computer without internet access (don't ask why please).
I'm sttruggling at the step "cmake --build ."
I got no error message but "ninja: build stopped: subcommand failed" when generating qtdeclarative/src/imports/tooling/.rcc/qmlcache/quicktooling_signal_qml.cpp
here is my build environment:
cmake 3.25.1
python 3.11.3
ninja 1.11.1
visual studio community 2019configure is ok, nothing to say.
do you know where i can find more information about why the build failed? like a log or something like that?
-
@skeud said in Qt build failed on .rcc/qmlcache/quicktooling_component_qml.cpp:
I got no error message but "ninja: build stopped: subcommand failed" when generating qtdeclarative/src/imports/tooling/.rcc/qmlcache/quicktooling_signal_qml.cpp
Please look for the actual error above this line
-
I just have a line discribing the command run
[3/6477] Generating .rcc/qmlcache/quicktooling_Component_qml.cpp
FAILED: qtdeclarative/src/imports/tooling/.rcc/qmlcache/quicktooling_Component_qml.cpp C:/Qb/qtdeclarative/src/imports/tooling/.rcc/qmlcache/quicktooling_Component_qml.cpp
cmd.exe /C "cd /D C:\Qb\qtdeclarative\src\imports\tooling && "C:\Program Files\CMake\bin\cmake.exe" -E make_directory C:/Qb/qtdeclarative/src/imports/tooling/.rcc/qmlcache && C:\Qb.qt\bin\qt_setup_tool_path.bat C:/Qb/qtbase/bin/qmlcachegen.exe --bare --resource-path /qt-project.org/imports/QtQuick/tooling/Component.qml -I C:/Qb/qtbase/qml/ -I C:/Qb/qtbase/./qml -I C:/Qb/qtbase/./qml -i C:/Qb/qtbase/qml/QtQuick/tooling/qmldir --resource C:/Qb/qtdeclarative/src/imports/tooling/.rcc/qmake_QtQuick_tooling.qrc --resource C:/Qb/qtdeclarative/src/imports/tooling/.rcc/quicktooling_raw_qml_0.qrc -o C:/Qb/qtdeclarative/src/imports/tooling/.rcc/qmlcache/quicktooling_Component_qml.cpp C:/Qs/qtdeclarative/src/imports/tooling/Component.qml"When i run this command in cmd, nothing to say, no error message at all. that's why i'm looking for some log somewhere in the build like a cmake.log or ninja.log or anything else with more information
-
@skeud said in Qt build failed on .rcc/qmlcache/quicktooling_component_qml.cpp:
do you know if there is an option to avoid qmlcachegen?
I don't know.
But the crash could be due to anti-virus software blocking this executable. -
C Cesar referenced this topic on