【发布时间】:2021-09-07 06:12:31
【问题描述】:
我正在尝试构建 cc-tool 调试器,如此处所述https://www.zigbee2mqtt.io/information/flashing_the_cc2531.html
但在配置步骤出现此错误
checking for the Boost regex library... no
configure: error: cannot find the flags to link with Boost regex
https://github.com/dashesy/cc-tool/issues/25 此处描述了相同的问题,建议的解决方案是将 boost 降级到 1.60。但它不再起作用了,因为 1.60 从 brew 中删除了。
我尝试使用 clang 编译器代替 gcc,但它也不起作用。
MacOS:大 sur 11.5.2 (20G95)
【问题讨论】: