On 2006-04-04 10:24, Mats Larsson wrote:
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
[ build script and Installation file snipped ]
Remove of --with-pdump in my build script did solve the problem. What
has changed from previous 21.5 versions? What did I miss?
--
Mats Larsson | Sr Software Analyst | R&D IT Stockholm | Ericsson AB