emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs CVS & DJGPP CVS: "make bootstrap" fails


From: Eli Zaretskii
Subject: Re: Emacs CVS & DJGPP CVS: "make bootstrap" fails
Date: Sat, 18 Jan 2003 15:53:56 +0300

> From: "Jan D." <address@hidden>
> Date: Sat, 18 Jan 2003 13:25:30 +0100 (MET)
> 
> Yes, I did that.  I checked when HAVE_MENUS gets defined, but it
> did not occur to me that a file in s/ (s/msdos.h) might define it.

Yes, the DJGPP port emulates X menus, see src/msdos.c.  (This
emulation could be the basis of similar support for text terminals on
Unix and GNU systems.)

> I'm guessing DJGPP does not use configure?

Right.  It instead uses config.bat batch file and a bunch of Sed
scripts in the `msdos' subdirectory.

When Emacs 19.2x was ported to DJGPP, there was no Bash port yet, so
running a configure script was not an option.  An additional
disadvantage of using configure, even now, is that one needs lots of
ported packages to be installed, in addition to Bash.  By contrast,
config.bat uses only a small number of widely available ported
programs (Sed, mv, and rm, IIRC), and thus one can build Emacs with
only a minimal set of non-standard tools, which is good for a
fundamental tool such as Emacs, as it avoids a chicken-and-egg problem
to some extent.




reply via email to

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