From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Cannot compile for today CVS emacs Date: Wed, 5 Mar 2008 18:10:29 +0100 Message-ID: <62A997A1-62E0-4651-A8E0-0ACD815FA76E@Web.DE> References: <87od9tldei.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204737377 5236 80.91.229.12 (5 Mar 2008 17:16:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2008 17:16:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Misskiss Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 18:16:40 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JWxBm-0001gI-3N for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 18:13:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWxBE-0001Y5-Ka for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2008 12:13:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWx8X-0000Gw-Ix for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 12:10:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWx8W-0000GP-JX for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 12:10:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWx8W-0000GJ-Fx for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 12:10:36 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWx8W-0004yU-2t for help-gnu-emacs@gnu.org; Wed, 05 Mar 2008 12:10:36 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 6A097D5C328D; Wed, 5 Mar 2008 18:10:35 +0100 (CET) Original-Received: from [195.4.207.76] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1JWx8R-0001FN-00; Wed, 05 Mar 2008 18:10:32 +0100 In-Reply-To: <87od9tldei.fsf@gmail.com> X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+kQOscvjO+TEpUjwOWLFs/jCziLpMduc635fvn dGpWDQxNPmwIsuEZxrME3q/r1r2qR4yE8kkt9U51AdDQi0OgSL 6gJvy3rIt9hs0Ge/7+HQ== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52062 Archived-At: Am 05.03.2008 um 10:37 schrieb Misskiss: > xdisp.c: In function =91handle_auto_composed_prop=92: > xdisp.c:4596: error: =91enable_font_backend=92 undeclared (first use = in =20 > this > function) Enable_font_backend is defined in src/font.h which is included in =20 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 =20 the command line an augmented form of the original gcc invocation: gcc -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. = -I/home/cwang39/source/=20 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 =20 will be quite large, but you would see from where what comes =96 or =20 does not come! Compilation without enabled font backend works too. -- Greetings Pete Math illiteracy affects 7 out of every 5 Americans.