In article <address@hidden>, Jan Djärv <address@hidden> writes:
This happens in HEAD also, and emacs-unicode2. I guess it must be fixed in
HEAD and merged in to the other branches. I'm not sure what the correct fix
is though.
Yes, for the following errors:
xdisp.c: In function ‘get_window_cursor_type’:
xdisp.c:21556: warning: initialization makes pointer from integer
without a cast
xdisp.c:21557: error: dereferencing pointer to incomplete type
xdisp.c:21557: error: dereferencing pointer to incomplete type
xdisp.c:21557: error: invalid type argument of ‘->’
xdisp.c:21562: error: dereferencing pointer to incomplete type
xdisp.c:21563: error: dereferencing pointer to incomplete type
But, I don't understand why the following error happens.
xdisp.c: In function ‘handle_auto_composed_prop’:
xdisp.c:4521: error: ‘enable_font_backend’ undeclared (first use in this
function)
xdisp.c:4521: error: (Each undeclared identifier is reported only once
xdisp.c:4521: error: for each function it appears in.)