emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem building emacs from CVS under MSWindow due to CR/LF and adds


From: Juanma Barranquero
Subject: Re: Problem building emacs from CVS under MSWindow due to CR/LF and addsection
Date: Fri, 10 Oct 2008 10:13:37 +0200

On Fri, Oct 10, 2008 at 09:58, Eli Zaretskii <address@hidden> wrote:

> building Emacs.  The file nt/INSTALL does not list those as supported
> build environments, and about MSYS it says this:
>
>  In addition, using 4NT as your shell is known to fail the build process,
>  at least for 4NT version 3.01.

(Not related to the OP's question)

A few years ago, last I tested it, the only reason that 4NT/TCC failed
the build process is one line in nt/configure.bat:

  if not "%$foo$%" == "123456789_123456789_123456789_123456789_123"
goto SmallEnv

because 4NT expands %$ (is an internal variable, like %1, etc.) so the
comparison is always false. If $foo$ were called foo$ 4NT would have
no trouble at all.

I mentioned that back then, but the idea of changing one character to
cater to non-free software was ill-received, IIRC.

             Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]