BUG REPORT: Invoking 'patch' failed.



Just installed meld and get "Invoking 'patch' failed."
 
Please send email bug report to:
meld-list gnome org
 
Containing the following information:
 
- meld version: '1.3.2'
 
- source control software type: 'Subversion'
 
- source control software version: 1.6.6'
 
- the output of 'svn diff somefile.txt'
+++++++++++++++++++++++++
[user ginebra2]$  svn diff ChromeView.cpp
Index: ChromeView.cpp
===================================================================
--- ChromeView.cpp      (revision 40345)
+++ ChromeView.cpp      (working copy)
@@ -35,6 +35,10 @@
#endif //SET_DEFAULT_IAP
#endif //Q_OS_SYMBIAN
 
+#ifdef BUILDING_MEEGO
+#include <MScene>
+#endif
+
#ifdef ENABLE_PERF_TRACE
#include "wrtperftracer.h"
#endif
@@ -44,6 +48,8 @@
ChromeView::ChromeView(QGraphicsScene *graphicsScene, ChromeWidget * chrome, QWidget * parent)
#ifdef ORBIT_UI
   : HbMainWindow(parent),
+#elif defined(BUILDING_MEEGO)
+  : MApplicationWindow(),
#else
   : QGraphicsView(graphicsScene, parent),
#endif // ORBIT_UI
++++++++++++++++++++++++++
 
 
- patch command: 'patch --strip=0 --reverse --directory=/tmp/tmpWeTj_3-meld'
(no need to actually run it, just provide
the command line)
 
Sorry, I don't understand this.  Here's my patch version:
 
[user ginebra2]$  patch -v
patch 2.6
Copyright (C) 1988 Larry Wall
Copyright (C) 2003 Free Software Foundation, Inc.
 
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of this program
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
 
written by Larry Wall and Paul Eggert
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]