hi miller,
as you know, there are externals using g_canvas.h. after you recent update, it's impossible to use g_canvas.h in c++ code (like flext), since template is a reserved keyword in c++...
EXTERN void template_notify(t_template *template, t_symbol *s, int argc, t_atom *argv); EXTERN t_float fielddesc_getcoord(t_fielddesc *f, t_template *template, t_word *wp, int loud); EXTERN void fielddesc_setcoord(t_fielddesc *f, t_template *template, t_word *wp, float pix, int loud);
fixed in devel ... tim