-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
I am facing the following build failure after running make
.
In file included from /Users/varunu28/projects/bustub/third_party/googletest/googlemock/src/gmock-all.cc:43:
/Users/varunu28/projects/bustub/third_party/googletest/googlemock/src/gmock-internal-utils.cc:185:36: error: too few arguments to function call, expected 2, have 1
184 | << ::testing::internal::GetCurrentOsStackTraceExceptTop(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
185 | actual_to_skip);
| ^
/usr/local/include/gtest/internal/gtest-internal.h:839:24: note: 'GetCurrentOsStackTraceExceptTop' declared here
839 | GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(UnitTest* unit_test,
| ^ ~~~~~~~~~~~~~~~~~~~~
840 | int skip_count);
| ~~~~~~~~~~~~~~
1 error generated.
The above error happens after I successfully run cmake ..
.
Output for g++ --version
g++ --version
Apple clang version 17.0.0 (clang-1700.0.13.5)
Target: arm64-apple-darwin24.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Metadata
Metadata
Assignees
Labels
No labels