> If you want to correct it safely, line 370 of > 'src/sfnt/sfdriver.c' should read instead: > > #ifdef FT_OPTIMIZE_MEMORY > 0 /* tt_find_sbit_image */, > 0 /* tt_load_sbit_metrics */, > #else > tt_find_sbit_image, > tt_load_sbit_metrics, > #endif I'll do that as a temporary fix. Werner