模块:communication
编译环境:提供的docker镜像
1)采用提供的docker镜像环境,编译模块communication源码,总是出现如下conan错误,应该怎么处理。
错误如下:
root@3f2bb14d1a84:~/communication-cpf/build# conan install .. bole/stable -pr linux
Configuration:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=5.4
os=Linux
[options]
[build_requires]
[env]
[communication][conan] require perfetto
ERROR: Version range '1.7.x' from requirement 'message/[1.7.x]@bole/stable' required by 'conanfile.py (communication/1.10.5@bole/stable)' could not be resolved in local cache
2)困惑,模块源码编译,需要SDK吗,和SDK有关系吗

