From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 24, Issue 78 Date: Wed, 10 Nov 2004 21:44:36 +0100 Message-ID: <55B26C6E-3359-11D9-B71D-000D93505B76@swipnet.se> References: <01c4c762$Blat.v2.2.2$2172a360@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100163702 2886 80.91.229.6 (11 Nov 2004 09:01:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 09:01:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 21:46:08 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 1CRzLz-0000cf-00 for ; Wed, 10 Nov 2004 21:46:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRzUS-0006bb-O6 for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2004 15:54:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRzUD-0006a2-Ad for emacs-devel@gnu.org; Wed, 10 Nov 2004 15:54:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRzUA-0006ZS-Vp for emacs-devel@gnu.org; Wed, 10 Nov 2004 15:54:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRzUA-0006YG-Jj for emacs-devel@gnu.org; Wed, 10 Nov 2004 15:54:34 -0500 Original-Received: from [195.54.107.73] (helo=mxfep02.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRzLC-0004p4-2B; Wed, 10 Nov 2004 15:45:18 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep02.bredband.com with ESMTP id <20041110204514.BJLW6427.mxfep02.bredband.com@coolsville.localdomain>; Wed, 10 Nov 2004 21:45:14 +0100 In-Reply-To: <01c4c762$Blat.v2.2.2$2172a360@zahav.net.il> Original-To: Eli Zaretskii X-Mailer: Apple Mail (2.619) 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:29728 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29728 > I reverted this change. (This file is for building Emacs with the old > version 1.x of DJGPP, where there's no djecho.exe.) > > I appreciate the effort to do a thorough job for the changes you > introduce, but please in the future talk to me before changing any of > the DOS or DJGPP-specific configury stuff. It is quite delicate, due > to the need to support several different MS platforms and due to the > general flakiness of the standard tools; and I have very little time > to work on Emacs these days, so I'm trying very hard to avoid any > unnecessary breakage. Will do. But I looked at config.bat, and it didn't seem as there where any way to build Emacs without djecho: > set djgpp_ver=1 > If ErrorLevel 20 set djgpp_ver=2 > rm -f junk.c junk junk.exe > rem DJECHO is used by the top-level Makefile > Echo Checking whether 'djecho' is available... > redir -o Nul -eo djecho -o junk.$$$ foo > If Exist junk.$$$ Goto djechoOk > Echo To build 'Emacs' you need the 'djecho.exe' program! > Echo 'djecho.exe' is part of 'djdevNNN.zip' basic DJGPP development > kit. > Echo Versions of DJGPP before 2.02 called this program 'echo.exe'. > Echo Either unpack 'djecho.exe' from the 'djdevNNN.zip' archive, > Echo or, if you have 'echo.exe', copy it to 'djecho.exe'. > Echo Then run CONFIG.BAT again with the same arguments you did now. > Goto End Then again, I may have lost my way in the gotos... Jan D.