You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/mnt/d/git/gr-bladeRF/lib/bladerf/bladerf_common.h: In member function ‘T bladerf_common::get_pmic(bladerf_pmic_register)’:
/mnt/d/git/gr-bladeRF/lib/bladerf/bladerf_common.h:73:26: error: ‘str’ is not a member of ‘boost’
73 | BLADERF_THROW(boost::str(boost::format("%s: %s (%d)") % message
adding #include <boost/format.hpp> in bladerf_common.h fixed it. My boost version is 1.71.
The text was updated successfully, but these errors were encountered:
I got this error message when compiling
adding #include <boost/format.hpp> in bladerf_common.h fixed it. My boost version is 1.71.
The text was updated successfully, but these errors were encountered: