-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行cmake的时候hang住 #242
Comments
在下载依赖grpc,需要科学上网+耐心等待。 |
grpc能否加到install_deps.sh里呢? |
目前下面这些包都是可以尝试使用系统的(默认是从Github下载编译)
|
function milvus::MilvusClientImpl::CreateCollection(milvus::CollectionSchema const&)::{lambda()#1}::operator()() const: error: undefined reference to 'google::protobuf::internal::ArenaStringPtr::Set(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, google::protobuf::Arena*)' |
.a 只是一个archive,并不解决相关依赖。所以还是需要链接上 grpc等依赖库。 |
麻烦能写一个事例教程吗?make install 之后也引入grpc依赖库,依然报错。 |
通过cmake -DCMAKE_INSTALL_PREFIX 指定路径,能把所有的依赖环境都make install到指定目录吗?现在这样,编译出来的依赖库,太难用了! |
#240 add an install, then |
如图:
uname -a如下
5.15.0-1035-raspi #38-Ubuntu SMP PREEMPT aarch64 aarch64 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered: