Martin Buchholz wrote:
[snip]
I've uploaded a fixed patch file.
It looks like the fixed patch file is still not ok. I had problems
applying it with "applypatch" and found that it contains two diffs to
files which have been deleted in 21.2.45, namely lib-src/aixcc.lex and
src/dump-id.h:
diff --text -u /dev/null 'xemacs-21.2.46/lib-src/aixcc.lex'
Index: ./lib-src/aixcc.lex
--- ./lib-src/aixcc.lex Thu Jan 1 09:00:00 1970
+++ ./lib-src/aixcc.lex Fri Mar 9 13:12:50 2001
@@ -0,0 +1,0 @@
diff --text -u /dev/null 'xemacs-21.2.46/src/dump-id.h'
Index: ./src/dump-id.h
--- ./src/dump-id.h Thu Jan 1 09:00:00 1970
+++ ./src/dump-id.h Fri Mar 9 13:13:11 2001
@@ -0,0 +1,0 @@
That's where "applypatch" exits. Removing those difference hunks and
patching with "applypatch -force" works, BTW.
Is it correct that these diffs are in the patch file?
Markus