(TEST_architecture_arch STREQUAL x86_64 OR TEST_architecture_arch STREQUAL i386)
if ((TEST_architecture_arch STREQUAL i386) OR QNX OR WASM)
# Warn only
qt_configure_add_report_entry(
TYPE WARNING
CONDITION (NOT QT_FEATURE_x86intrin)
MESSAGE [=[
All x86 intrinsics and SIMD support were disabled. If this was in error, check
the result of the build in config.tests/x86intrin and report at https://bugreports.qt.io.
]=]
)
elseif (MSVC AND CLANG)
# Warn only
qt_configure_add_report_entry(
TYPE WARNING
CONDITION (NOT QT_FEATURE_x86intrin)
MESSAGE [=[
x86 intrinsics support is disabled for clang-cl build. This might be necessary due to
https://github.com/llvm/llvm-project/issues/53520
]=]
)
else()
qt_configure_add_report_entry(
TYPE ERROR
CONDITION (NOT QT_FEATURE_x86intrin)
MESSAGE [========[
x86 intrinsics support missing. Check your compiler settings. If this is an
error, report at https://bugreports.qt.io with your compiler ID and version,
and this output:
${TEST_x86intrin_OUTPUT}
]========]
)
endif()
endif()
Мне нужно опцию x86 отключить при конфигурации?
полный текст ошибки приведи x86 intrinsics support missing. Check your compiler settings. If this is an error, report at https://bugreports.qt.io with your compiler ID and version, and this output: это я итак вижу, дальше что?
лучше как бы скопировать текст
Note: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available. WARNING: QtWebEngine won't be built. node.js version 14 or later is required. WARNING: QtPdf won't be built. node.js version 14 or later is required. WARNING: SensorFW support currently not enabled with cmake ERROR: x86 intrinsics support missing. Check your compiler settings. If this is an error, report at https://bugreports.qt.io with your compiler ID and version, and this output: ${TEST_x86intrin_OUTPUT} CMake Error at qtbase/cmake/QtBuildInformation.cmake:194 (message): Check the configuration messages for an error that has occurred. Call Stack (most recent call first): qtbase/cmake/QtBuildInformation.cmake:24 (qt_configure_print_summary) CMakeLists.txt:129 (qt_print_feature_summary) -- Configuring incomplete, errors occurred! CMake Error at qtbase/cmake/QtProcessConfigureArgs.cmake:1034 (message): CMake exited with code 1. user@astra:~/qt6$
Обсуждают сегодня