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:
> 
> [EMAIL PROTECTED] ~]# 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


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to