Seattle-server编译失败

对最新版seafile-server进行编译时发现如下错误:
…/…/common/seaf-utils.c: In function ‘create_ccnet_rpc_client’:
…/…/common/seaf-utils.c:239:53: error: ‘CCNET_RPC_PIPE_NAME’ undeclared (first use in this function)
pipe_path = g_build_path ("/", seaf->ccnet_dir, CCNET_RPC_PIPE_NAME, NULL);

7.0.5时没有发现类似问题。
github已经提了issue。

发现原来是使用了错误的库,应该用ccnet-server 而不是ccent。