Hi Andres,
On 2024-12-03 12:27, Andres Salomon wrote:
> Currently waiting on #1088699 to fix this.
I tried building the affected chromium version using clang from
bookworm-proposed-updates with CC=clang-19 and CXX=clang++-19, and with
the following build-depends bumped:
lld-19, clang-19, clang-format-19, libclang-rt-19-dev, libc++-19-dev,
libc++abi-19-dev
The build fails with:
In file included from ../../base/third_party/cityhash/city.cc:33:
../../algorithm:1708:10: fatal error: '__debug' file not found
1708 | #include <__debug>
| ^~~~~~~~~
1 error generated.
Are there any other tweaks needed in order to build chromium with
clang-19?
Thanks,
ema