Hi, there are misplaced commas "," in the font declarations in files xboard.h:
#define CLOCK_FONT_NAME \ "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \ "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*," \ "-*-*-*-*-*-*-*-*-*-*-*-*-*-*" #define COORD_FONT_NAME \ "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \ "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*," \ "-*-*-*-*-*-*-*-*-*-*-*-*-*-*" #define DEFAULT_FONT_NAME \ "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*," \ "-misc-fixed-medium-r-normal--*-*-*-*-*-*-*-*," \ "-*-*-*-*-*-*-*-*-*-*-*-*-*-*" Best regards, Alexandr _______________________________________________ Bug-XBoard mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-xboard
