On 16-Mar-00 Kayvan A. Sylvan wrote:
> patch-1.1.4fix2 should be applied on top of patch-1.1.4fix1. If you are
> doing that, then you should not be seeing those messages
I think I get it now:
A)
1) configure/make/make install Lyx-1.1.4
2) make distclean then apply patch1 and then immediately apply patch2
3) configure/make/make install the result of Lyx-1.1.4 + the 2 patches
This seems to give the right result and the version number shows
Lyx Version 1.1.4fix2.
I had done:
B)
1) configure/make/make install Lyx-1.1.4
2) make distclean then apply patch1
3) configure/make/make install the result of 2)
4) make distclean then apply patch2
5) configure/make/make install the result of 4)
With result the reported failures.
How was I to know that patching is not associative:
(x+a)+b is not x=(a+b) :-)
My excuses for wasting bandwith and everybody's time.
Alexander Volovics