In file included from /usr/include/X11/extensions/Print.h:68,
from /usr/include/Xm/Xm.h:63,
from ../../include/xfbb.h:30,
from xfbbabtd.c:24:
/usr/include/X11/Xauth.h:121:39: error: macro ‘access’ passed 3 arguments, but takes just 2
121 | XAU_ACCESS_ATTRIBUTE((read_only, 3, 2)) / address /
It seems X11 now uses own 'access' macro which interfere with the fbb 'access' macro.
Original downstream fedora bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=2340151