You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: