Re: XEmacs 21.4.24 "Standard C" Released
Sean MacLennan <[email protected]>
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 25 Mar 2015 10:02:28 -0400 Vin Shelton <[email protected]> wrote: > I have tagged and uploaded XEmacs 21.4.24, "Standard C", to the XEmacs > ftp site. The tarball can be found here: > http://ftp.xemacs.org/xemacs-21.4/xemacs-21.4.24.tar.gz . > > It is my fervent hope that this will be the last 21.4 release of > XEmacs. > > Regards, > Vin Shelton Doesn't build for me :( The original 21.4 updates did build. Exact same build and patches that I used last time. Looks like makeinfo problems. I am using makeinfo 4.13 which comes standard with Slackware 14.1. makeinfo -P lispref -o ../info/lispref.info lispref/lispref.texi /tmp/SBo/xemacs-21.4.24/man/lispref//edebug-inc.texi:3: Prev field of node `Edebug' not pointed to. /tmp/SBo/xemacs-21.4.24/man/lispref//debugging.texi:728: This node (Compilation Errors) has the bad Next. /tmp/SBo/xemacs-21.4.24/man/lispref//packaging.texi:21: Prev field of node `Packaging' not pointed to. /tmp/SBo/xemacs-21.4.24/man/lispref//intro.texi:403: This node (Introduction) has the bad Next. /tmp/SBo/xemacs-21.4.24/man/lispref//intro.texi:403: `Introduction' has no Up field (perhaps incorrect sectioning?). /tmp/SBo/xemacs-21.4.24/man/lispref//intro.texi:7: `Copying' has no Up field (perhaps incorrect sectioning?). ./lispref/lispref.texi:122: Next field of node `Top' not pointed to (perhaps incorrect sectioning?). /tmp/SBo/xemacs-21.4.24/man/lispref//intro.texi:7: This node (Copying) has the bad Prev. makeinfo: Removing output file `../info/lispref.info' due to errors; use --forceto preserve. make[1]: *** [../info/lispref.info] Error 1 make[1]: Leaving directory `/tmp/SBo/xemacs-21.4.24/man' make: *** [info] Error 2 Cheers, Sean