From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: compiling cvs emacs Date: Mon, 3 Jan 2005 19:30:56 +0100 Message-ID: <003a01c4f1c2$67c3ef60$0200a8c0@sedrcw11488> References: <41D9380C.6080705@mikronika.com.pl> <200501031814.j03IEEt11322@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104777128 24085 80.91.229.6 (3 Jan 2005 18:32:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 18:32:08 +0000 (UTC) Cc: karol@mikronika.com.pl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 19:31:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClWzm-0004bp-00 for ; Mon, 03 Jan 2005 19:31:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXAw-0000GG-4b for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 13:43:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClXAo-0000Du-UP for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:43:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClXAn-0000CX-Bq for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:43:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXAn-0000CK-72 for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:43:21 -0500 Original-Received: from [81.228.11.112] (helo=av5-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ClWzN-0005fJ-6J for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:31:33 -0500 Original-Received: by av5-2-sn1.fre.skanova.net (Postfix, from userid 502) id 7E06837EDE; Mon, 3 Jan 2005 19:31:32 +0100 (CET) Original-Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av5-2-sn1.fre.skanova.net (Postfix) with ESMTP id 705C037E45; Mon, 3 Jan 2005 19:31:32 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p110.telia.com [195.252.56.110]) by smtp3-1-sn1.fre.skanova.net (Postfix) with SMTP id EF65937E46; Mon, 3 Jan 2005 19:31:25 +0100 (CET) Original-To: "Luc Teirlinck" , X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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:31752 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31752 ----- Original Message ----- From: "Luc Teirlinck" ... > what the problem is then. I guess that bootstrapping updates > loaddefs.el automatically or not? At least that would appear from the > messages that flash by. I never got time to learn this, but was there not some problems with the error messages just "flashing by"? And maybe it was those expressions in Makefile that updates loaddefs.el that was a problem on windows? (What OS was the OP using?) BTW I have not tested Stefans suggestion of fixing them further. I wonder if it maybe would be better and more stable to rewrite those small parts of Makefile so that temporary files where used for these expressions? Could that be done in a way that avoids the problem with window's backslashes in filenames? Could Emacs write the temporary files I suggest here? - Lennart