I would recommend using the Makefile rather than buck. There is work going
on to also change the build from Make+buck to CMake in
https://issues.apache.org/jira/browse/HBASE-18901.

Also see https://issues.apache.org/jira/browse/HBASE-18726. We currently do
not support abi11. All libraries should be compiled with the old abi.

Enis

On Wed, Oct 4, 2017 at 7:59 AM, Andrzej <[email protected]> wrote:

> 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