You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build Qt 6.8 (little bit changed recipe) with WebEngine on Windows, but get a error, which is related to the long paths limit I assume.
I tried to use the shortest possible build cache path (like D:/b/), but the error still occurs. Same problem I got on 6.7.3 version. That makes me think, that it's just impossible to build WebEngine for the latest Qt 6 version using CMake + ninja approach in the current recipe. Ninja has problems with the long paths even in the latest versions (https://developercommunity.visualstudio.com/t/compiler-cant-find-source-file-in-path/10221576#T-N10648230).
Description
I'm trying to build Qt 6.8 (little bit changed recipe) with WebEngine on Windows, but get a error, which is related to the long paths limit I assume.
I tried to use the shortest possible build cache path (like D:/b/), but the error still occurs. Same problem I got on 6.7.3 version. That makes me think, that it's just impossible to build WebEngine for the latest Qt 6 version using CMake + ninja approach in the current recipe. Ninja has problems with the long paths even in the latest versions (https://developercommunity.visualstudio.com/t/compiler-cant-find-source-file-in-path/10221576#T-N10648230).
I also created a related bug for Qt: https://bugreports.qt.io/browse/QTBUG-130921
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=194
os=Windows
Steps to reproduce
conan create . --build=missing -o qtwebengine=True
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: