From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Alex Plotnick Newsgroups: gmane.emacs.devel Subject: Compile failure without window system Date: Wed, 20 Feb 2002 22:27:23 -0500 Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: quimby2.netfonds.no 1014262282 17031 195.204.10.66 (21 Feb 2002 03:31:22 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 21 Feb 2002 03:31:22 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16djx3-0004Qa-00 for ; Thu, 21 Feb 2002 04:31:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16djw1-0003wr-00; Wed, 20 Feb 2002 22:30:17 -0500 Original-Received: from femail23.sdc1.sfba.home.com ([24.0.95.148]) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16djtE-0003mk-00 for ; Wed, 20 Feb 2002 22:27:24 -0500 Original-Received: from mnemosyne.localdomain ([68.80.88.24]) by femail23.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20020221032723.HFGF14626.femail23.sdc1.sfba.home.com@mnemosyne.localdomain> for ; Wed, 20 Feb 2002 19:27:23 -0800 Original-Received: from pcp01357088pcs.benslm01.pa.comcast.net ([68.80.88.24] helo=dora.int.ecomxml.com) by mnemosyne.localdomain with asmtp (Exim 3.34 #1 (Debian)) id 16djtC-0002xP-00 for ; Wed, 20 Feb 2002 22:27:22 -0500 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.481) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1377 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1377 Greetings. It seems a minor dependency bug was introduced in version 1.714 of xdisp.c that prevents compilation without a window system. The following should be sufficient to fix the problem. -- Alex Plotnick *** xdisp.c.~1.728.~ Sat Feb 16 07:40:51 2002 --- xdisp.c Wed Feb 20 21:43:56 2002 *************** *** 8879,8887 **** --- 8879,8889 ---- if (FRAME_WINDOW_P (f) || f == sf) { + #ifdef HAVE_WINDOW_SYSTEM if (clear_face_cache_count % 50 == 0 && FRAME_WINDOW_P (f)) clear_image_cache (f, 0); + #endif /* HAVE_WINDOW_SYSTEM */ /* Mark all the scroll bars to be removed; we'll redeem the ones we want when we redisplay their windows. */ _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel