-
|
I was looking to contribute torwards btrfs/f2fs support now that WSL is open sourced, however I ran into some build issues. I installed Visual Studio 2022 and CMake 4.x, and copied the latest LLVM (20.x) release binaries to the corresponding Visual Studio installation folder (since the version bundled with VS typically lags behind upstream LLVM). I don't know if this warning should be disabled or if the code should be patched. However I also encountered other errors like this after temporarily disabling Werror in CMakeLists.txt: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thank you @theoparis, this is indeed incorrect. Fixed in #12982 , until this is merged you should be able to build from that branch |
Beta Was this translation helpful? Give feedback.
Thank you @theoparis, this is indeed incorrect.
Fixed in #12982 , until this is merged you should be able to build from that branch