call to consteval function 'util::ConstevalHexDigit' is not a constant expression
i have bitcoin repo from tag v28.0, everytime i run cmake --build build -j$(sysctl -n hw.ncpu)
, i keep getting the following error
bitcoin/src/uint256.h:133:19: error: call to consteval function 'util::ConstevalHexDigit' is not a constant expression
am trying to setup bitcoin as part of assessment for chaincode lab BOSS program.
from Recent Questions - Bitcoin Stack Exchange https://ift.tt/93NU5Xj
via IFTTT