error: ‘strcasecmp’ was not declared in this scope; did you mean ‘StrCaseCmp’? #4557
Unanswered
jiapei100
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built googletest from source and had it installed on my Ubuntu 24.04 , without any pre-installed gtest packages from default Ubuntu repo.
However, whenever there is `#include <gtest/gtest.h>, I'll obtain the following ERROR messages:
And I've already googled a lot, everywhere says
#include <strings.h>
-D_GNU_SOURCE
for LinuxAnyway, this issue is still there ...
Can anybody give me some suggestions?
Beta Was this translation helpful? Give feedback.
All reactions