From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: build error on HEAD (set_tty_color_mode: undefined symbol) Date: Thu, 10 Apr 2008 09:11:49 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207798929 7508 80.91.229.12 (10 Apr 2008 03:42:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 03:42:09 +0000 (UTC) To: "Emacs Devel" , "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 05:42:42 2008 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.50) id 1JjngM-00010q-0F for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 05:42:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjnfi-0005DX-49 for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 23:41:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjnfe-0005C4-Fu for emacs-devel@gnu.org; Wed, 09 Apr 2008 23:41:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjnfd-0005AF-Le for emacs-devel@gnu.org; Wed, 09 Apr 2008 23:41:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjnfd-0005A5-Ho for emacs-devel@gnu.org; Wed, 09 Apr 2008 23:41:53 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jjnfd-0005vY-22 for emacs-devel@gnu.org; Wed, 09 Apr 2008 23:41:53 -0400 Original-Received: by ti-out-0910.google.com with SMTP id a20so1189083tia.10 for ; Wed, 09 Apr 2008 20:41:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=0zWqGFvp7HqT8y5HsqsNWXlH9/CoWYS/R6arRP6jMRs=; b=Su4c/uaLk1x3S/N0Q1wqGjpiP6FoJ23u1vtJ3fLMLLlaydwP0pajiYapaqQyxGpeGvvWhWZELCJ/cnEcga1jMlYJTDc/95otSxpIS4pLGsj5rdicqf4MzwGsMucwWcy712yb4K77yaJ9mV+F760J8rKh2uojX9UuOK4A4wUPM6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iurC7meT2oiNCbsuSJQyH9LSJFJo3rPONVmnKpARfakIHnnSiD3GXoJt3AOTx+gGXxDCpvLtWbgomXjyDuob5zq6CiBvNQ8eZVgVz+flXFVTTsPucTvJ0zqwUSXfMSgpaSpCcGzFtXDpvMHuj/Cff8STemYTf3vDbXspgKSFPuo= Original-Received: by 10.110.5.14 with SMTP id 14mr81414tie.10.1207798909503; Wed, 09 Apr 2008 20:41:49 -0700 (PDT) Original-Received: by 10.110.3.13 with HTTP; Wed, 9 Apr 2008 20:41:49 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:94833 Archived-At: Hi, The xdisp.c code has a call to set_tty_color_mode function that is not compiled on Windoze (WINDOWSNT) in term.c. Either it should be compiled or the call needs to be in a guard (#ifndef WINDOWSNT). Since I do not know which is correct, I am just reporting it. -dhruva -- Contents reflect my personal views only!