V8Update bundles Clang 18, but Visual Studio requires Clang 19, what do? #678
-
Building V8 fails with errors like this. What do I do? (Why do build instructions ask to install Clang for Windows when V8Update downloads and uses its own copy?)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @AnsisMalins, Hmm, we haven't encountered that specific issue, but something nearly always breaks when we upgrade V8 or Visual Studio. In this case, the only solution might be to build V8 on a machine or VM with an older Visual Studio installed. On the other hand, that assertion is in an
ClearScript uses Visual Studio's Clang to build the native code that's linked with the static V8 library to yield the native V8 assembly. Cheers! |
Beta Was this translation helpful? Give feedback.
-
The solution is that I was a dumbass. |
Beta Was this translation helpful? Give feedback.
The solution is that I was a dumbass.
git pull
had not gone through, and I did not notice, so I was trying to build ClearScript 7.4 instead of 7.5. Sorry for wasting your time.