unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: sangu <sangu.fedora@gmail.com>
Cc: emacs-unicode@gnu.org, "Jan Djärv" <jan.h.d@swipnet.se>,
	emacs-devel@gnu.org
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	[thread overview]
Message-ID: <1156765893.2679.19.camel@localhost.localdomain> (raw)
In-Reply-To: <E1GHexk-0005tE-00@etlken>



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
> handa@m17n.org

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 */

  parent reply	other threads:[~2006-08-28 11:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1156758605.2679.15.camel@localhost.localdomain>
2006-08-28 10:31 ` bootstrap fails in HEAD/xdisp.c (Was: make bootstrap is failed in unicode-xft branch 20060828) Jan Djärv
2006-08-28 11:07   ` Kenichi Handa
2006-08-28 11:37     ` Jan Djärv
2006-08-28 11:51     ` sangu [this message]
2006-09-02  2:48       ` Kenichi Handa
2006-08-28 12:03   ` bootstrap fails in HEAD/xdisp.c Kim F. Storm
2006-08-28 12:07     ` Kenichi Handa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1156765893.2679.19.camel@localhost.localdomain \
    --to=sangu.fedora@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-unicode@gnu.org \
    --cc=jan.h.d@swipnet.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).