Closed eholmes-see closed 5 months ago
You might need a later release of Abseil, which contains https://github.com/abseil/abseil-cpp/commit/133360ca449bb2a44899e71f253856dca8443bdb.
It looks like it is in 20240116.2, but based on your build failure, you're using the 20230125 release which is nearly a year older.
I’m encountering a compilation error when trying to build tcmalloc in a Bazel workspace. I’m using the latest versions of tcmalloc, absl, and rules_fuzzing.
Here’s the command I’m running:
bazel build --cxxopt='-std=c++17' //subprojects:tcmalloc
And here’s the error message I’m receiving:
ERROR:
Any help would be greatly appreciated!