Lars Ingebrigtsen writes: > Now it's: > > In file included from window.c:41: > ./xwidget.h:65:3: error: unknown type name 'gchar'; did you mean 'char'? > gchar *find_text; > ^~~~~ > char > In file included from xdisp.c:465: > ./xwidget.h:65:3: error: unknown type name 'gchar'; did you mean 'char'? > gchar *find_text; > ^~~~~ > char > In file included from dispnew.c:43: > ./xwidget.h:65:3: error: unknown type name 'gchar'; did you mean 'char'? > gchar *find_text; > > repeated a whole bunch more times, but it's just that error, I think. Good catch, thanks! Does this work?