XEmacs 21.5.26 "endive" is released.
Mats Larsson
mats.larsson at ericsson.com
Tue Apr 4 04:24:44 EDT 2006
On 2006-03-31 21:55, Stephen J. Turnbull, XEmacs 21.5 Beta Engineer wrote:
>
> * XEmacs 21.5.26 "endive" is released.
> "endive" is the twenty-seventh in the VEGETABLE series.
Did try to build it with my build script (attached) which has been
working more or less for all 21.5 releases but this time I ran into the
following problem (Installation file also attached):
Dumping under the name xemacs
if test -f dump-size; then \
../lib-src/insert-data-in-exec temacs xemacs.dmp xemacs `
./temacs -si`; \
ret=$? ; \
if test ${ret} -eq 2; then \
rm -f dump-size ; \
else \
if test ${ret} -eq 1; then \
exit 1; \
else \
chmod +x xemacs ; \
fi ; \
fi ; \
fi
dumped_data key not found in executable.
gmake[2]: *** [xemacs] Error 1
gmake[2]: Leaving directory `/opt/as/xemacs/src/xemacs-21.5.26/src'
gmake[1]: *** [xemacs] Error 2
gmake[1]: Leaving directory `/opt/as/xemacs/src/xemacs-21.5.26/src'
gmake: *** [src] Error 2
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: build-21.5
Url: http://calypso.tux.org/pipermail/xemacs-beta/attachments/20060404/d7f111f1/attachment.pl
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Installation
Url: http://calypso.tux.org/pipermail/xemacs-beta/attachments/20060404/d7f111f1/attachment-0001.pl
More information about the XEmacs-Beta
mailing list