-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error with VS2015 #267
Comments
@mxgbs maybe you can set the option 'BUILD_TESTING' as disable in cmake. |
Take a look at this article. When using the provided glog's cmake config module this should already set by magic cmake hocus pocus. |
sergiud
added a commit
to sergiud/glog
that referenced
this issue
Jan 2, 2018
durswd
pushed a commit
to durswd/glog
that referenced
this issue
Sep 2, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use cmake to generate the .sln (I installed the gflags first and linked to the cmake)
and then build the glog with VS2015, x64, debug/release. Following errors occur. Can someone help me with this? Thank you.
Severity Code Description Project File Line Suppression State
Error C2039 'ERROR': is not a member of 'google' logging_unittest
Documents\glog\glog-master\src\logging_unittest.cc 276
Error C2065 'ERROR': undeclared identifier logging_unittest
Documents\glog\glog-master\src\logging_unittest.cc 276
The text was updated successfully, but these errors were encountered: