On January 8, 2003 09:18 am, Thai Dang wrote:
if you have troubles during installation (especially with registry installation failed)
patch -p1 -l < patchwine-20021219.diff
Thai,
You've sent a 190K email for a patch that changes 3 lines! Please, if you don't use CVS, at least use the -x switch for diff:
diff -u -x "*.o" ...
Or do a make clean before creating the patch. Or delete the garbage by hand. Any of these are OK, as long as you send in _just_ the patch, without the 99% extraneous garbage.
Ooops Ok, I'll do a make clean next time
Sorry.
On Wed, 8 Jan 2003, Dimitrie O. Paun wrote:
On January 8, 2003 09:18 am, Thai Dang wrote:
if you have troubles during installation (especially with registry installation failed)
patch -p1 -l < patchwine-20021219.diff
Thai,
You've sent a 190K email for a patch that changes 3 lines! Please, if you don't use CVS, at least use the -x switch for diff:
diff -u -x "*.o" ...
Or do a make clean before creating the patch. Or delete the garbage by hand. Any of these are OK, as long as you send in _just_ the patch, without the 99% extraneous garbage.