unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
Cc: emacs-devel@gnu.org
Subject: Re: Problem building emacs from CVS under MSWindow due to CR/LF and addsection
Date: Sun, 12 Oct 2008 22:11:54 +0200	[thread overview]
Message-ID: <u7i8dpo8l.fsf@gnu.org> (raw)
In-Reply-To: <BLU104-W160A5657A1CEF1F9AC354984370@phx.gbl>

> From: =?iso-8859-1?Q?Vincent_Bela=EFche?= <vincent.b.1@hotmail.fr>
> CC: <emacs-devel@gnu.org>
> Date: Sun, 12 Oct 2008 21:09:46 +0200
> 
> Actually, this $foo$ instead of foo$ does not seem to prevent building. 
> What really prevents building is the mixture of Unix and Dos end of line 
> in the makefile produced by configure.bat.

How is this related to the shell being used?

> In the attachment I have put this makefile, as you can see there is a 
> mixture of DOS and Unix style EOL. When I build with `makefile' the 
> build fails very soon. Now I edited `makefile' into 
> `makefile.woextractrlm' to remove all extra CTRL-M and I tried to build 
> with `-f makefile.woextractrlm' option.

I always check-out the CVS tree with -kb option, and thus I never have
these problems.  Can you try that?

> Maybe configure.bat could be fixed by testing if sed is present on the 
> machine, and by filtering all the problematic files
> by some `sed s/\r$//g'  command.

Most Windows ports of Sed will not do with this what you want, because
they read input in "text" mode, where the CR characters are stripped
by low-level library I/O routines and never show in the Sed pattern
space.




  reply	other threads:[~2008-10-12 20:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-12 19:09 Problem building emacs from CVS under MSWindow due to CR/LF and addsection Vincent Belaïche
2008-10-12 20:11 ` Eli Zaretskii [this message]
2008-10-12 22:21 ` Juanma Barranquero
  -- strict thread matches above, loose matches on Subject: below --
2008-10-20 18:33 Vincent Belaïche
2008-10-20 23:50 ` Eli Zaretskii
2008-10-19 19:13 Vincent Belaïche
2008-10-20 14:55 ` Eli Zaretskii
2008-10-14  5:01 Vincent Belaïche
2008-10-10  5:48 Vincent Belaiche
2008-10-10  7:58 ` Eli Zaretskii
2008-10-10  8:13   ` Juanma Barranquero
2008-10-10  9:00     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u7i8dpo8l.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=vincent.b.1@hotmail.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).