all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Makoto Fujiwara <makoto@ki.nu>
To: Emacs Development <emacs-devel@gnu.org>
Subject: term.c:2257: error: 'Qtty_color_mode' undeclared
Date: Thu, 29 Jul 2010 08:54:54 +0900	[thread overview]
Message-ID: <yfmzkxbb1rl.wl%makoto@ki.nu> (raw)

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 */
 



             reply	other threads:[~2010-07-28 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-28 23:54 Makoto Fujiwara [this message]
2010-07-29  7:02 ` term.c:2257: error: 'Qtty_color_mode' undeclared Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yfmzkxbb1rl.wl%makoto@ki.nu \
    --to=makoto@ki.nu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.