It shouldn’t take 15 minutes, but could do depending on how fast your laptop is. Can you post the error 1 message? Also, in that same file you just added some code to can you put DejaVu Sans to the front of the list of fonts:
static String getDefaultSansSerifFontName()
{
StringArray allFonts;
FTTypefaceList::getInstance()->getSansSerifNames (allFonts);
static const char* targets[] = {"DejaVu Sans", "Verdana", "Bitstream Vera Sans", "Luxi Sans",
"Liberation Sans", "Sans", nullptr };
return pickBestFont (allFonts, targets);
}
Then try building it again. Something is stopping Cabbage form loading the fonts in those files, but I have no idea what it is.