From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: emacs build failure: w2k Date: Wed, 1 Dec 2004 20:11:27 +0900 (JST) Message-ID: <200412011111.UAA04067@etlken.m17n.org> References: <68c73b1a04113019437ccf70b1@mail.gmail.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1101899555 17479 80.91.229.6 (1 Dec 2004 11:12:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 11:12:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 01 12:12:31 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 1CZSPO-0003pw-00 for ; Wed, 01 Dec 2004 12:12:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZSYs-0005QZ-U7 for ged-emacs-devel@m.gmane.org; Wed, 01 Dec 2004 06:22:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZSY8-0005L8-Gw for emacs-devel@gnu.org; Wed, 01 Dec 2004 06:21:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZSY5-0005JK-6Z for emacs-devel@gnu.org; Wed, 01 Dec 2004 06:21:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZSY4-0005Ie-PD for emacs-devel@gnu.org; Wed, 01 Dec 2004 06:21:28 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CZSOS-0002Ag-NP for emacs-devel@gnu.org; Wed, 01 Dec 2004 06:11:33 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB1BBSTH004668; Wed, 1 Dec 2004 20:11:28 +0900 Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id iB1BBRA16465; Wed, 1 Dec 2004 20:11:27 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id UAA04067; Wed, 1 Dec 2004 20:11:27 +0900 (JST) Original-To: dhruva.krishnamurthy@gmail.com In-reply-to: <68c73b1a04113019437ccf70b1@mail.gmail.com> (message from Dhruva Krishnamurthy on Wed, 1 Dec 2004 09:13:40 +0530) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) 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:30581 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30581 In article <68c73b1a04113019437ccf70b1@mail.gmail.com>, Dhruva Krishnamurthy writes: > I am building emacs HEAD from CVS on W2K using MSVC 6.0. It fails on bootstrap. [...] > temacs1.lib(w32console.obj) : error LNK2001: unresolved external > symbol _encode_terminal_code Oops, I didn't notice that encode_terminal_code defined in term.c is called from the other file because no header file contains prototype of that function. I've just installed a fix to term.c and w32console.c. Please try the latest CVS code. --- Ken'ichi HANDA handa@m17n.org