-
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
source/logging_unittest.cc:64 error : 'GFLAGS_NAMESPACE' is not not a namespance-name #131
Comments
You need a recent version of gflags. You can use glog version 0.3.4 instead of the current master. |
Thanks a lot for get message from you. But I get the same problem. I downloaded a new version on github and the release is 0.3.4. ‘src/logging _unittest.cc:64: error: 'GFLAGS_NAMESPACE' is not a namespace-name. Come from Noel.MEIZU note3 -------- 原始邮件 -------- You need a recent version of gflags. You can use version 0.3.4 instead of the current master. — |
How do you compile glog? Did glog find the gflags version you pulled and compiled from master? |
I download zip file from github and unzip at /usr/local/ . Entering the glog-master dir I hit commands as github put . The ./configure and make are ok, only make install get the error . My environment is Centos release 6.8 , x86_64. And I install gflag by yum, found gflags.h and gflags _completion.h at /usr/include/gfalg Come from Noel.MEIZU note3 -------- 原始邮件 -------- Thanks a lot for get message from you. But I get the same problem. I downloaded a new version on github and the release is 0.3.4. ‘src/logging _unittest.cc:64: error: 'GFLAGS_NAMESPACE' is not a namespace-name. Come from Noel.MEIZU note3 -------- 原始邮件 -------- You need a recent version of gflags. You can use version 0.3.4 instead of the current master. — |
Please post your complete log. |
@sergiud Blew ,I retry install command |
The log is incomplete. I don't see any |
after I unzip the glog-master and when I hit 'make install' cammand, i get this trouble:
source/logging_unittest.cc:64 error : 'GFLAGS_NAMESPACE' is not not a namespance-name
and
source/logging_unittest.cc:64 error : expected namespace-name before ';' token
how this come out? waitting for help……
The text was updated successfully, but these errors were encountered: