[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: |
sangu |
Subject: |
Re: bootstrap fails in HEAD/xdisp.c (Was: make bootstrap is failed in unicode-xft branch 20060828) |
Date: |
Mon, 28 Aug 2006 20:51:33 +0900 |
2006-08-28 (월), 20:07 +0900, Kenichi Handa 쓰시길:
> 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
emacs]$ ./configure --without-x
emacs]$ cat src/config.h | grep BACKEND
#define USE_FONT_BACKEND 1
emacs]$ ./configure --without-x --disable-font-backen
emacs]$ cat src/config.h | grep BACKEND
/* #undef USE_FONT_BACKEND */