I must compile with CMake, because my external program which I want link with HBase Client, has errors when compiling with Buck.
Compilation Hbase client with CMake caused errors:
https://gist.github.com/borneq/e72bbf402f1c4687c65afab6f71b1094

I have changed some libs from Name to libName.a to ensure link with static version, but not helps.

(previously I has errors with incompatibility Abi (abi cxx11) with protobuf, but recompilation protobuf helps)

Reply via email to