From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John covici Newsgroups: gmane.emacs.devel Subject: RE: visible system caret no longer working in ms windows Date: Mon, 28 Oct 2002 03:39:16 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <15804.63412.407119.899195@ccs.covici.com> References: <000401c27e4f$371d04c0$6401a8c0@GODDESS> Reply-To: covici@ccs.covici.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035794684 12817 80.91.224.249 (28 Oct 2002 08:44:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2002 08:44:44 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1865Vr-0003Kb-00 for ; Mon, 28 Oct 2002 09:44:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1865Zt-0000jY-00 for ; Mon, 28 Oct 2002 09:48:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1865RX-000109-00; Mon, 28 Oct 2002 03:40:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1865Qs-0000Vu-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 03:39:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1865Qn-0000PP-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 03:39:33 -0500 Original-Received: from va-leesburg1a-89.stngva.adelphia.net ([24.51.98.89] helo=ccs.covici.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 1865Qi-0000Hn-00; Mon, 28 Oct 2002 03:39:25 -0500 Original-Received: from ccs.covici.com (IDENT:covici@va-leesburg1a-89.stngva.adelphia.net [24.51.98.89]) by ccs.covici.com (8.12.3/8.12.3) with ESMTP id g9S8dGJA028572; Mon, 28 Oct 2002 03:39:16 -0500 Original-Received: (from covici@localhost) by ccs.covici.com (8.12.3/8.12.3/Submit) id g9S8dGKl028569; Mon, 28 Oct 2002 03:39:16 -0500 Original-To: , emacs-devel@gnu.org, emacs-pretest-bug@gnu.org In-Reply-To: <000401c27e4f$371d04c0$6401a8c0@GODDESS> X-Mailer: VM 7.07 under Emacs 21.3.50.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8841 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8841 I think this is right because what I did to resolve the thing was to do a mmake realclean, configure, and nmake bootstrap. It stopped when it was trying to to its first compiles with strange file not found errors and so I compiled all the .el files by hand using only one per command and then I did a regular nmake and that did it. So if I might suggest a solution to the problem that builds under nt just compile one .el file per invocation of emacs and I think that would do it. on Monday 10/28/2002 Ben Key(Bkey1@tampabay.rr.com) wrote > Here is an excerpt from another message I sent to the list this morning that > may help you to resolve the problems you are having with building emacs. > > NOTE: When I first tried to build with MinGW, I tried using CygWin Bash as > my shell. When I did this, I received the same encoded-kb error I have seen > several people mention. When I used rxvt.exe from MSYS-1.0.8-rc-1 as my > shell, I did not get this error. As a general rule, I have found that if > you are getting a weird error while building the lisp directory, you need to > try using a different shell. > -- John Covici covici@ccs.covici.com