I'm getting an error in fonts.h  #error "GDISP: No fonts have been included" even though a font has been defined in gfxconf.h   .. #define GDISP_INCLUDE_FONT_FIXED_10x20          FALSE #define GDISP_INCLUDE_FONT_FIXED_7x14           TRUE #define GDISP_INCLUDE_FONT_FIXED_5x8            FALSE ..  I'm totally puzzled. Fonts.h includes gfx.h. There is only one gfx.h and only one gfxconf.h on my system (no confusion about which file is included), yet, I get this error.