From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap fails --without-x Date: Sun, 07 Nov 2004 06:51:54 +0200 Message-ID: <01c4c485$Blat.v2.2.2$a61e13e0@zahav.net.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1099803497 31550 80.91.229.6 (7 Nov 2004 04:58:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 04:58:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 05:58:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQf7x-0003JX-00 for ; Sun, 07 Nov 2004 05:58:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQfGF-00051q-20 for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 00:06:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQfG9-00051f-2B for emacs-devel@gnu.org; Sun, 07 Nov 2004 00:06:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQfG8-00051N-Dn for emacs-devel@gnu.org; Sun, 07 Nov 2004 00:06:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQfG8-00051D-2o for emacs-devel@gnu.org; Sun, 07 Nov 2004 00:06:36 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQf7J-0001h6-Ji for emacs-devel@gnu.org; Sat, 06 Nov 2004 23:57:29 -0500 Original-Received: from zaretski (pns03-208-208.inter.net.il [80.230.208.208]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id DAU50002 (AUTH halo1); Sun, 7 Nov 2004 06:57:25 +0200 (IST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (Karoly.Lorentey@cern.ch) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29504 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29504 > From: Karoly.Lorentey@cern.ch (=?utf-8?Q?L=C5=91rentey_K=C3=A1roly?=) > Date: Sat, 06 Nov 2004 18:54:15 +0100 > > Bootstrap fails if X support was disabled by ./configure: > > $ make maintainer-clean > $ ./configure --without-x > $ make bootstrap > ... > Compiling /home/lorentey/emacs--cvs-trunk--0--patch-671/lisp/./tooltip.el > > In toplevel form: > tooltip.el:33:13:Error: Symbol's function definition is void: define-fringe-bitmap > make[1]: *** [compile] Error 1 > make[1]: Leaving directory `/home/lorentey/emacs--cvs-trunk--0--patch-671/lisp' > make: *** [bootstrap] Error 2 > > The error is caused by an unprotected define-fringe-bitmap in > gdb-ui.el: Thanks, I made a temporary fix to work around this. There's a discussion of the way to correct this in the thread "gdb-ui.el assumes images support" (believe it or not, I bumped into this problem independently).