Open yurivict opened 8 years ago
Good to know. Thank you.
Still:
src/hiptext.cc:200:3: error: no member named 'SetUsageMessage' in namespace 'google'; did you mean 'gflags::SetUsageMessage'?
google::SetUsageMessage("hiptext [FLAGS]");
^~~~~~~~~~~~~~~~~~~~~~~
gflags::SetUsageMessage
On FreeBSD I had to apply this patch:
I have gflags-2.1.2, glog-0.3.4 - the latest versions.