wook815 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

glog doesn't compile with new versions of gflags #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
gflags 2.1 (March 20, 2104) changed the namespace gflags lives in from 'google' 
to 'gflags'. Because of this, glog cannot be built with new versions of gflags. 
While it is possible to set the namespace of gflags when compiling, this is not 
desirable if projects other than glog depend on it.

Original issue reported on code.google.com by jeff.veg...@gmail.com on 31 Mar 2014 at 11:27

GoogleCodeExporter commented 8 years ago
Duplicate of http://code.google.com/p/google-glog/issues/detail?id=194 ; it 
didn't show in the search.

Original comment by jeff.veg...@gmail.com on 31 Mar 2014 at 11:49