Tencent / yadcc

Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统,用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案,我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。
Other
371 stars 62 forks source link

--with-nghttp2 was specified but could not find libnghttp2 pkg-config file. #69

Closed realikun404 closed 11 months ago

realikun404 commented 11 months ago

按照安装步骤执行 git clone https://github.com/Tencent/yadcc cd yadcc git submodule init git submodule update . 编译时:./blade build yadcc/... 报错: checking whether to build with libidn2... no checking for pkg-config... no configure: error: --with-nghttp2 was specified but could not find libnghttp2 pkg-config file. [284/2107] CONFIGURE //thirdparty/glog:glog_configure ninja: build stopped: subcommand failed. Blade(error): Build failure. Blade(info): Cost time 1m57.3s Blade(error): Failure image