all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Misskiss <misskiss.wang@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Cannot compile for today CVS emacs
Date: Wed, 5 Mar 2008 18:10:29 +0100	[thread overview]
Message-ID: <62A997A1-62E0-4651-A8E0-0ACD815FA76E@Web.DE> (raw)
In-Reply-To: <87od9tldei.fsf@gmail.com>


Am 05.03.2008 um 10:37 schrieb Misskiss:

> xdisp.c: In function ‘handle_auto_composed_prop’:
> xdisp.c:4596: error: ‘enable_font_backend’ undeclared (first use in  
> this
> function)


Enable_font_backend is defined in src/font.h which is included in  
xdisp.c:

	#ifdef HAVE_WINDOW_SYSTEM
	#ifdef USE_FONT_BACKEND
	#include "font.h"
	#endif	/* USE_FONT_BACKEND */
	#endif	/* HAVE_WINDOW_SYSTEM */

You could try to change directory into the src directory and try on  
the command line an augmented form of the original gcc invocation:

	gcc -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. -I/home/cwang39/source/ 
emacs/src -D_BSD_SOURCE -Wno-pointer-sign -dD -E xdisp.c > xdisp.gpp

The output file name is meant to signify that it's pre-compiled. It  
will be quite large, but you would see from where what comes – or  
does not come!


Compilation without enabled font backend works too.

--
Greetings

   Pete

Math illiteracy affects 7 out of every 5 Americans.






  parent reply	other threads:[~2008-03-05 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-05  9:37 Cannot compile for today CVS emacs Misskiss
2008-03-05 15:15 ` Peter Dyballa
     [not found] ` <mailman.8348.1204730117.18990.help-gnu-emacs@gnu.org>
2008-03-05 15:59   ` Sven Joachim
2008-03-05 17:10 ` Peter Dyballa [this message]
2008-03-06  7:51   ` Misskiss

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

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

  git send-email \
    --in-reply-to=62A997A1-62E0-4651-A8E0-0ACD815FA76E@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=misskiss.wang@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.