From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vincent Belaiche Newsgroups: gmane.emacs.devel Subject: Problem building emacs from CVS under MSWindow due to CR/LF and addsection Date: Fri, 10 Oct 2008 07:48:49 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1223617477 4360 80.91.229.12 (10 Oct 2008 05:44:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2008 05:44:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 10 07:45:35 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KoAof-0004S4-QT for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 07:45:34 +0200 Original-Received: from localhost ([127.0.0.1]:39207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoAnb-0008MB-FP for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2008 01:44:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KoAnT-0008Jp-FR for emacs-devel@gnu.org; Fri, 10 Oct 2008 01:44:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KoAnR-0008Hl-Jy for emacs-devel@gnu.org; Fri, 10 Oct 2008 01:44:18 -0400 Original-Received: from [199.232.76.173] (port=37269 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KoAnR-0008HT-Er for emacs-devel@gnu.org; Fri, 10 Oct 2008 01:44:17 -0400 Original-Received: from smtp23.orange.fr ([80.12.242.97]:21070) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KoAnR-0001Wp-Us for emacs-devel@gnu.org; Fri, 10 Oct 2008 01:44:18 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2359.orange.fr (SMTP Server) with ESMTP id 6A45E7000086 for ; Fri, 10 Oct 2008 07:44:10 +0200 (CEST) Original-Received: from COCOTTE (ARennes-256-1-32-123.w90-32.abo.wanadoo.fr [90.32.135.123]) by mwinf2359.orange.fr (SMTP Server) with ESMTP id 2575B7000085 for ; Fri, 10 Oct 2008 07:44:10 +0200 (CEST) X-ME-UUID: 20081010054410153.2575B7000085@mwinf2359.orange.fr X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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: news.gmane.org gmane.emacs.devel:104446 Archived-At: Dear all, Sorry if this problem has been already submitted (actually I could not find the bug search for emacs under savannah to check this). I have tried to build the latest CVS version of Emacs, this morning under MSW. After configuring with configure.bat under cmd.exe, I launched `make bootstrap' from the MSYS bash shell. I got the following problem --------------- /c/Programme/GNU/emacs-install/emacs/nt>make bootstrap [Please ignore a syntax error on the next line - it is intentional] /bin/sh.exe: -c: line 1: unexpected EOF while looking for matching `"' /bin/sh.exe: -c: line 2: syntax error: unexpected end of file ', needed by `addsection'. Stop. --------------- I edited the makefile under emacs, and I realized that there where plenty of ^M charaters which I all removed. Thene the make could go a bit further. So I can imagine that the 1st problem I met was due to addsection not understanding the CR characters. Shall I fill in a bug ? Best regard, Vincent.