From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Makoto Fujiwara Newsgroups: gmane.emacs.devel Subject: term.c:2257: error: 'Qtty_color_mode' undeclared Date: Thu, 29 Jul 2010 08:54:54 +0900 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1280361316 22677 80.91.229.12 (28 Jul 2010 23:55:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2010 23:55:16 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 29 01:55:15 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OeGSx-0000Ai-6P for ged-emacs-devel@m.gmane.org; Thu, 29 Jul 2010 01:55:15 +0200 Original-Received: from localhost ([127.0.0.1]:34227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeGSw-0000Ra-NF for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2010 19:55:14 -0400 Original-Received: from [140.186.70.92] (port=37645 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeGSr-0000RL-33 for emacs-devel@gnu.org; Wed, 28 Jul 2010 19:55:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeGSp-0003gn-HS for emacs-devel@gnu.org; Wed, 28 Jul 2010 19:55:09 -0400 Original-Received: from gw.ki.nu ([218.44.234.233]:19228 helo=mail.ki.nu) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeGSo-0003fd-VU for emacs-devel@gnu.org; Wed, 28 Jul 2010 19:55:07 -0400 Original-Received: from stable.i.ki.nu.ki.nu (stable.i.ki.nu [192.168.60.15]) by mail.ki.nu (8.14.2/8.14.2) with ESMTP id o6SNssWj003957; Thu, 29 Jul 2010 08:54:54 +0900 (JST) User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.7 Emacs/24.0.50 (i386--netbsdelf) MULE/6.0 (=?ISO-2022-JP?B?GyRCMlY7Nk4kGyhC?=) X-detected-operating-system: by eggs.gnu.org: NetBSD 3.0 (DF) 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: news.gmane.org gmane.emacs.devel:127949 Archived-At: Is this only at my environment ? or already fixed ? cc -c -I/usr/include -Demacs -DHAVE_CONFIG_H -I. -I/export/pkgsrc/wip/emacs-current-nox11/work/emacs/src -MMD -MF deps/term.d -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -O2 -I/usr/include term.c term.c: In function 'set_tty_color_mode': term.c:2257: error: 'Qtty_color_mode' undeclared (first use in this function) term.c:2257: error: (Each undeclared identifier is reported only once term.c:2257: error: for each function it appears in.) gmake[2]: *** [term.o] Error 1 gmake[2]: Leaving directory `/export/pkgsrc/wip/emacs-current-nox11/work/emacs/src' gmake[1]: *** [src] Error 2 gmake[1]: Leaving directory `/export/pkgsrc/wip/emacs-current-nox11/work/emacs' gmake: *** [bootstrap] Error 2 *** Error code 2 modena@makoto 07:35:07/100729(..wip/emacs-current-nox11)% uname -a NetBSD modena 5.0_STABLE NetBSD 5.0_STABLE (XEN3_DOM0) #0: Wed Apr 7 02:17:52 UTC 2010 builds@b8.netbsd.org:/home/builds/ab/netbsd-5/amd64/201004070000Z-obj/home/builds/ab/netbsd-5/src/sys/arch/amd64/compile/XEN3_DOM0 amd64 modena@makoto 08:53:40/100729(..wip/emacs-current-nox11)% gcc --version gcc (GCC) 4.1.3 20080704 prerelease (NetBSD nb2 20081120) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. modena@makoto 08:53:44/100729(..wip/emacs-current-nox11)% --- Makoto Fujiwara, Chiba, Japan, Narita Airport and Disneyland prefecture. --- src/term.c.orig 2010-07-27 23:09:41.000000000 +0900 +++ src/term.c 2010-07-27 23:09:50.000000000 +0900 @@ -129,6 +129,7 @@ /* If true, use "vs", otherwise use "ve" to make the cursor visible. */ static int visible_cursor; +Lisp_Object Qtty_color_mode; /* Display space properties */