http://bugs.winehq.org/show_bug.cgi?id=34884
--- Comment #16 from tyle7@hotmail.com --- (In reply to comment #15)
(In reply to comment #14)
(In reply to comment #13)
Getting the following error when trying to patch:
Andrews-MacBook-Pro:wine-git andrewfan$ patch -pl < thickness.diff patch: **** strip count l is not a number Andrews-MacBook-Pro:wine-git andrewfan$ patch -pl < thickness.patch patch: **** strip count l is not a number
try with the number 1 (one) rather than the letter l.
Where?
http://i1164.photobucket.com/albums/q570/SparenofIria/ScreenShot2014-01- 05at94903AM_zpsa0e00421.png
^An image of both what I am using as the patch (what I directly downloaded by manually downloading the url) and the terminal code that resulted from patch -pl < thickness.patch
As the error messages you are getting says: "patch: **** strip count l is not a number"
the character after the -p option of the patch command must be a number. It looks like you are using the letter 'l' from the alphabet instead.