[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bootstrap fails in HEAD/xdisp.c (Was: make bootstrap is failed in un
From: |
Kenichi Handa |
Subject: |
Re: bootstrap fails in HEAD/xdisp.c (Was: make bootstrap is failed in unicode-xft branch 20060828) |
Date: |
Mon, 28 Aug 2006 20:07:28 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
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.)
At least, it doesn't happen for me. Please search
src/config.h for the line containing "USE_FONT_BACKEND".
With "./configure --without-x", it should be like this:
/* #undef USE_FONT_BACKEND */
---
Kenichi Handa
address@hidden