clickhouse源码编译错误,有大佬解答吗?

发布于 1 年前 作者 friendlyhank 658 次浏览 来自 问答

环境:mac 12.2.1

报错如下,有大佬知道怎么解决吗? CMake Error at src/CMakeLists.txt:301 (target_link_libraries): Target “dbms” links to:

ch_contrib::wnb

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

Call Stack (most recent call first): src/CMakeLists.txt:515 (dbms_target_link_libraries)

CMake Error at src/Functions/CMakeLists.txt:80 (target_link_libraries): Target “clickhouse_functions” links to:

ch_contrib::cld2

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
回到顶部