From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: gdb-ui.el assumes images support Date: Sun, 07 Nov 2004 13:04:20 -0500 Message-ID: References: <01c4c422$Blat.v2.2.2$ae5429e0@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099850695 21809 80.91.229.6 (7 Nov 2004 18:04:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Nov 2004 18:04:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 07 19:04:50 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 1CQrPG-00066F-00 for ; Sun, 07 Nov 2004 19:04:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQrXZ-0003pa-O4 for ged-emacs-devel@m.gmane.org; Sun, 07 Nov 2004 13:13:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CQrXG-0003mk-94 for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:13:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CQrXF-0003m8-EA for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:13:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQrXF-0003ly-9V for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:13:05 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CQrOt-0006b3-Hv for emacs-devel@gnu.org; Sun, 07 Nov 2004 13:04:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CQrOm-0007Vt-1Z; Sun, 07 Nov 2004 13:04:20 -0500 Original-To: Eli Zaretskii In-reply-to: <01c4c422$Blat.v2.2.2$ae5429e0@zahav.net.il> (eliz@gnu.org) 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:29520 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29520 This line from gdb-ui.el: (define-fringe-bitmap 'breakpoint "\x3c\x7e\xff\xff\xff\xff\x7e\x3c") causes the Emacs build to fail if it is configured --without-x, since fringe.c is not compiled then. Would moving the definition of this function to another file solve the problem?