-
Notifications
You must be signed in to change notification settings - Fork 59
Description
I was following this zigbee2mqtt tutorial https://www.zigbee2mqtt.io/information/flashing_the_cc2531.html
brew info boost
boost: stable 1.76.0 (bottled), HEAD
Collection of portable C++ source libraries
https://www.boost.org/
./configure
checking for Boost's header version... 1_76
checking for the toolset name used by Boost for g++... xgcc42 -xgcc
checking for boost/program_options.hpp... yes
checking for the Boost program_options library... yes
checking for boost/system/error_code.hpp... yes
checking for the Boost system library... (cached) yes
checking for boost/regex.hpp... yes
checking for the Boost regex library... no
configure: error: cannot find the flags to link with Boost regex
After removing boost and installing boost@1.60, ./configure worked