> Date: Sat, 10 Sep 2005 10:59:25 +0200
> From: Sven Joachim <[EMAIL PROTECTED]>
> 
> I just tried to build Emacs on a legacy operating system with DJGPP,
> but that did not really work "out of the box". After "config msdos",
> "make bootstrap" successfully compiled the .elc files but then failed
> in the lib-src directory with the following error message:
> 
> make.exe[1]: *** No rule to make target [EMAIL PROTECTED]@', needed by
> `etags'.  Stop.
> make.exe[1]: Leaving directory `f:/emacs-22.0.50/lib-src'
> make.exe: *** [lib-src] Error 2

I hadn't have time to build the DJGPP port for quite some time, so I'm
not surprised it fails to bootstrap.

> After some investigation, I worked out the following patch on
> msdos/sed3v2.inp:
> 
> -------------------------------------<8---------
> *** sed3v2.inp~       Wed Aug 10 17:31:42 2005
> --- sed3v2.inp        Fri Sep  9 20:28:54 2005
> ***************
> *** 31,36 ****
> --- 31,38 ----
>    /^LOADLIBES *=/s!=.*$!=!
>    /^ALLOCA *=/[EMAIL PROTECTED]@!!
>    /^EXEEXT *=/[EMAIL PROTECTED]@!!
> + /^GETOPT_H *=/[EMAIL PROTECTED]@!getopt.h!
> + /^GETOPTOBJS *=/[EMAIL PROTECTED]@!getopt.o getopt1.o!
>    /^INSTALLABLES/s/emacsclient *//
>    s!^        \./!    !
>    /^UTILITIES=/s/ wakeup//
> -------------------------------------<8---------
> 
> With that patch, "config msdos" and "make install" successfully ran
> through, and I'm using that Emacs right now:

I installed this patch.  Thanks for working on this.


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to