sandym / qt-patches

Patches to some release versioin of Qt I use
40 stars 22 forks source link

patch on windows failed! #1

Open deverwh opened 7 years ago

deverwh commented 7 years ago

patch -p1 < ../qt-patches/windows/qt-4.8.7/qt-4.8.7-win.patch

when i use the command it error msg:

D:\qt-src-4.8.7>patch -p1 < ../qt-patches/windows/qt-4.8.7/qt-4.8.7-win.patch patching file src/3rdparty/clucene/src/CLucene/StdHeader.h Assertion failed: hunk, file .\src\patch\2.5.9\patch-2.5.9-src\patch.c, line 354 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

why please?

vladon commented 7 years ago

it's problem of your patch binary, not problem of this patch file itself

deverwh commented 7 years ago

thank you for response, i can't find the patch binary for windows from internet, can you give me?

kenkit commented 5 years ago

use python for patching, it works well. Or msys