Hi, I also get the same error
step by step which I run:
export LIBTOOLIZE=`which glibtoolize`
./bootstrap
./configure --with-poco=/opt/homebrew/Cellar/poco/1.12.5p2 CXXFLAGS="-std=c++11"
make
error
...
../include/fix8/ff/buffer.hpp:225:13: error: use of undeclared identifier 'WMB'
...
I'm using MacOS m2
is the problem resolved?
regards