You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC=gcc CXX=g++ make clean test with gcc13 13.2.0_3+stdlib_flag
external/googletest/googletest/src/gtest-filepath.cc:60:25: error: 'POSIX_PATH_MAX' was not declared in this scope
60 | #define GTEST_PATH_MAX _POSIX_PATH_MAX
| ^~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
my gcc installation may not be able to locate the correct system header "limits.h" and may use "glimits.h" instead which does not define PATH_MAX (see discussion https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99476)
CC=gcc CXX=g++ make clean test
withgcc13 13.2.0_3+stdlib_flag
The text was updated successfully, but these errors were encountered: