http://bugs.winehq.org/show_bug.cgi?id=29168
André Fettouhi A.Fettouhi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |A.Fettouhi@gmail.com
--- Comment #194 from André Fettouhi A.Fettouhi@gmail.com 2012-03-16 12:51:18 CDT --- I'm trying to build wine version 1.4 against the patch from Carsten but I keep getting this error:
can't find file to patch at input line 7 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/dlls/ntdll/critsection.c b/dlls/ntdll/critsection.c |index fb69b31..5d7783b 100644 |--- a/dlls/ntdll/critsection.c |+++ b/dlls/ntdll/critsection.c -------------------------- File to patch:
I'm just using this command to patch with:
cat proof_of_concept.patch |patch -p1