Jean-Marc Lasgouttes disse: >>>>>> "Marcello" == Marcello Nuccio <[EMAIL PROTECTED]> >>>>>> writes: > > Marcello> Hi, I have downloaded > Marcello> ftp://ftp.lyx.org/pub/lyx/stable/patch-1.2.1.gz and > Marcello> applied it to lyx-1.2.0 as described in the file. I think > Marcello> you should remove the following files from the patch: > > Marcello> development/lyx.spec lib/doc/LaTeXConfig.lyx > Marcello> sourcedoc/Doxyfile src/version.C > > Marcello> since they are generated from the *.in versions (and they > Marcello> are removed by "make distclean"). > > Marcello: thanks for pointing this out. Did the file cause any > problem for you (in which case I would have to update the patch)
Only a minor problem: patch complains with: can't find file to patch at input line 6876 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -urN -x CVS lyx-1.2.0/development/lyx.spec lyx-1.2.1/development/lyx.spec |--- lyx-1.2.0/development/lyx.spec Thu May 23 14:10:23 2002 |+++ lyx-1.2.1/development/lyx.spec Tue Aug 20 14:10:51 2002 -------------------------- File to patch: and you must say to skip the file to continue. Everything compiles fine, thought! > Lars: have I done something wrong to cause those files to be > distributed? I guess the problem is that the files are distributed in lyx-1.2.0.tar.gz but they are removed by "make distclean". I think you made the patch against lyx-1.2.0.tar.gz, but in the instructions you say to do a "make distclean" before applaying the patch. bye, Marcello