Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
-
None
Description
I had an older snapshot of Qt 6.10 installed and used it as a source of -qt-host-path. Until qdbusxml2cpp learned the -namespace option and qtbase started to use it. configure went through, but the build then failed with
[2/823] Generating deviceeventcontroller_adaptor.h, deviceeventcontroller_adaptor.cpp FAILED: src/gui/deviceeventcontroller_adaptor.h src/gui/deviceeventcontroller_adaptor.cpp /home/marc/Qt/qtbase-submit-build/src/gui/deviceeventcontroller_adaptor.h /home/marc/Qt/qtbase-submit-build/src/gui/deviceeventcontroller_adaptor.cpp cd /home/marc/Qt/qtbase-submit-build/src/gui && /d/Qt/6.10.0/gcc_64/bin/qdbusxml2cpp -i QtGui/private/qspi_struct_marshallers_p.h --namespace QtGuiPrivate -a deviceeventcontroller_adaptor.h:deviceeventcontroller_adaptor.cpp /home/marc/Qt/qtbase-submit/src/gui/accessible/linux/dbusxml/DeviceEventController.xml qdbusxml2cpp: Unknown option 'namespace'.
Expected behaviour: configure checks the host-tools and complains if they're too old.