From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Building emacs 22.3 with djgpp 2.04 beta/Windows XP SP3 MCE 2005 Date: Tue, 06 Jan 2009 22:56:14 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1231275449 16711 80.91.229.12 (6 Jan 2009 20:57:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2009 20:57:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 06 21:58:40 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LKJ0Q-0000Td-8C for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2009 21:58:30 +0100 Original-Received: from localhost ([127.0.0.1]:53712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKIzA-00082h-R3 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jan 2009 15:57:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKIyo-0007yY-0g for help-gnu-emacs@gnu.org; Tue, 06 Jan 2009 15:56:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKIym-0007wS-Pf for help-gnu-emacs@gnu.org; Tue, 06 Jan 2009 15:56:48 -0500 Original-Received: from [199.232.76.173] (port=42880 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKIym-0007wG-J6 for help-gnu-emacs@gnu.org; Tue, 06 Jan 2009 15:56:48 -0500 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:27896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKIyl-0006UE-K7 for help-gnu-emacs@gnu.org; Tue, 06 Jan 2009 15:56:48 -0500 Original-Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KD200D00I31YU00@i-mtaout6.012.net.il> for help-gnu-emacs@gnu.org; Tue, 06 Jan 2009 22:56:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KD2009OOI5JUD10@i-mtaout6.012.net.il> for help-gnu-emacs@gnu.org; Tue, 06 Jan 2009 22:56:08 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61134 Archived-At: > From: Allan > Date: Tue, 06 Jan 2009 11:51:30 -0600 > > The build went fine but there is still an error when I run make > install: > (snip...) c:/djgpp204/bin/make.exe > top_srcdir=d:/emacs-22.3 info make.exe[1]: Entering directory > `d:/emacs-22.3/lispintro' make.exe[1]: Nothing to be done for > `info'. make.exe[1]: Leaving directory `d:/emacs-22.3/lispintro' cd > .. if not exist bin\nul md bin Extended Error 183 If you mean this last line, then it's harmless (cmd.exe does not support the trick of detecting whether a directory exists by checking if a ``file'' named NUL exists in it). Just ignore that error message. > To install your edits, invoke [State] and choose the Set operation > Use M-x make-directory RET RET to create the directory and its parents > basic-save-buffer-2: c:/Documents and Settings/User0/Application > Data/~dosuser/: no such directory When is this error message shown? when you click on [State]? Also, what is your HOME environment variable set to? Please give me a complete recipe for reproducing this, so I could see how to fix it. > I was hoping to test the patch for lisp-mode but I think this problem > has to do with DJGPP. (The bug in lisp-mode was similarly that settings > could not be set nor saved to the .emacs initialization file.) You can always save them manually, by editing .emacs yourself, until I find the problem and fix it.