Andy Moreton wrote: > > macfont.m:911:56: error: use of undeclared identifier 'traits' > > Fcons (make_mint_ptr ((void *) name), make_number (traits))); > ^ > This is a typo from commit 6c04c848. Replacing traits with sym_traits > should fix it. Indeed; trivial patch attached Thanks John