|
发表于 2004-11-28 15:38:07
|
显示全部楼层
最初由 ippr1609 发表
为什么会有下面的问题?
怎样解决?
xpdf-3.00 $ patch -Np1 -i ../xpdf-3.00pl1.patch
missing header for context diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** XRef.cc.orig Thu Jul 22 11:04:22 2004
|--- XRef.cc Thu Jul 22 11:04:31 2004
--------------------------
File to patch:
cd xpdf-3.00/xpdf
then
patch -Np0 -i ... |
|