microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[qtwebengine] Build error on x64-windows

cheboxarov opened this issue · comments

Package: qtwebengine[core,default-features,geolocation,spellchecker,webchannel]:x64-windows@6.7.0

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.39.33523.0
  • vcpkg-tool version: 2024-03-14-7d353e869753e5609a1f1a057df3db8fd356e49d
    vcpkg-scripts version: unknown

To Reproduce

vcpkg install qt
Failure logs

-- Setting up python virtual environment...
-- Installing python packages: html5lib
-- Setting up python virtual environment... finished.
CMake Warning at ports/qtwebengine/portfile.cmake:84 (message):
  Buildtree path 'D:/vcpkg/buildtrees/qtwebengine' is too long.

  Consider passing --x-buildtrees-root=<shortpath> to vcpkg!

  Trying to use 'D:/vcpkg/buildtrees/qtwebengine/../tmp'
Call Stack (most recent call first):
  scripts/ports.cmake:175 (include)


CMake Error at ports/qtwebengine/portfile.cmake:89 (message):
  Buildtree path is too long.  Build will fail! Pass
  --x-buildtrees-root=<shortpath> to vcpkg!
Call Stack (most recent call first):
  scripts/ports.cmake:175 (include)



Did you tried what vcpkg said ? vcpkg install qt --x-buildtrees-root=c:/b for example.

Thank you!!!