The header defines `ERROR` as an undeclared symbol. It seems it tries to save and restore the original definition of `ERROR` but it fails to do so. https://github.com/coin3d/coin/blob/dfb56d294eeef3581e4322ed8881f478fc242dec/include/Inventor/errors/SoDebugError.h#L85
The header defines
ERRORas an undeclared symbol. It seems it tries to save and restore the original definition ofERRORbut it fails to do so.coin/include/Inventor/errors/SoDebugError.h
Line 85 in dfb56d2