[asterisk-users] Asterisk 1.4 Call Recording
Patrick
asterisk-list at puzzled.xs4all.nl
Tue Jan 15 19:20:32 CST 2008
On Tue, 2008-01-15 at 12:13 -0600, Mike Hammett wrote:
> I'm a newb when it comes to patch. I have a combine_wave-0.3.orig and a
> combine_wave-0.3 directory. This is what I get:
>
> [root at Aiur ~]# patch < combine_wave-0.3.patch
> can't find file to patch at input line 4
> Perhaps you should have used the -p or --strip option?
> The text leading up to this was:
> --------------------------
> |diff -Naur combine_wave-0.3.orig/combine_wave.c
> combine_wave-0.3/combine_wave.c
> |--- combine_wave-0.3.orig/combine_wave.c 2005-10-06
> 14:44:10.000000000 +0200
> |+++ combine_wave-0.3/combine_wave.c 2007-10-05 21:02:17.000000000 +0200
> --------------------------
> File to patch:
Try this:
$ tar -xvzf combine_wave-0.3.tgz
$ patch -p1 < combine_wave-0.3.patch
$ cd combine_wave-0.3
$ make
Regards,
Patrick
More information about the asterisk-users
mailing list