Following the directions in the patch file:
cd /usr/src/lyx-1.1.6fix2
make distclean
patch -p1 --dry-run <../patch-1.1.6fix3
Gives me a bunch of messages that look like this:
The next patch would create the file `development/lyx.spec',
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to development/lyx.spec.rej
I get a similar message for the following files:
lib/doc/LaTeXConfig.lyx
sigc++/basic_signal.h
sigc++/bind.h
sigc++/class_slot.h
sigc++/convert.h
sigc++/func_slot.h
sigc++/object_slot.h
sigc++/retbind.h
sigc++/rettype.h
sigc++/slot.h
src/frontends/gnome/Makefile
src/frontends/kde/Makefile
src/frontends/kde/dlg/Makefile
src/frontends/kde/dlg/moc/Makefile
src/frontends/kde/moc/Makefile
These files do exist in my source tree, patch is right about that.
Should I just delete them and then apply the patch? Or is there an
option I'm missing?
Larry