From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30165 invoked by alias); 1 Oct 2010 14:00:15 -0000 Received: (qmail 30140 invoked by uid 22791); 1 Oct 2010 14:00:13 -0000 X-SWARE-Spam-Status: No, hits=2.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT X-Spam-Check-By: sourceware.org Received: from mr0.ht-systems.ru (HELO mr0.ht-systems.ru) (78.110.50.55) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Oct 2010 14:00:03 +0000 Received: from [94.141.161.196] (helo=darkdragon) by mr0.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1P1g9W-0008NI-Dk for cygwin@cygwin.com; Fri, 01 Oct 2010 17:59:58 +0400 Received: from [192.168.1.10] (HELO daemon2.darkdragon) by daemon1 (Office Mail Server 0.8.12 build 08053101) with SMTP; Fri, 01 Oct 2010 13:58:39 -0000 Date: Fri, 01 Oct 2010 14:00:00 -0000 From: Andrey Repin Reply-To: Andrey Repin Message-ID: <20993553.20101001175836@mtu-net.ru> To: All Subject: patch can't find files by linux-stype path MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2010-10/txt/msg00020.txt.bz2 Greetings, All! [C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98]$patch < ../.modd/DebuffFilter/TinyFontFix.patch can't find file to patch at input line 3 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |--- DebuffFilter/DebuffFilter.xml 2009-09-01 22:10:48.000000000 +0400 |+++ DebuffFilter/DebuffFilter.xml 2009-10-04 08:28:36.412625000 +0400 -------------------------- File to patch: ? [C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98]$patch < ../.modd/DebuffFilter/TinyFontFix.patch can't find file to patch at input line 3 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |--- ./DebuffFilter/DebuffFilter.xml 2009-09-01 22:10:48.000000000 +0400 |+++ ./DebuffFilter/DebuffFilter.xml 2009-10-04 08:28:36.412625000 +0400 -------------------------- File to patch: But when I change these lines to --- DebuffFilter\DebuffFilter.xml 2010-09-18 16:25:08.000000000 +0400 +++ DebuffFilter\DebuffFilter.xml 2010-10-01 17:54:35.746500000 +0400 the patch works well. Ah, of course... [C:\arc\games\online\WoW\AddOns\DebuffFilter-1.98\DebuffFilter]$which patch patch is an external : C:\Programs\CygWin\bin\patch.exe So, the question is... what i'm doing wrong? -- WBR, Andrey Repin (anrdaemon@freemail.ru) 01.10.2010, <17:56> Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple