Displaying 2 results from an estimated 2 matches for "15597,0".
Did you mean:
  1559,6
  
2005 Mar 28
4
Problem with bindings and MinGW
...exception when remote_open() 
is called. Here is the patch for 
python/modern/xapian_wrap.cc:
--- xapian_wrap.cc_ORIG	Fri Mar 25 16:42:49 2005
+++ xapian_wrap.cc	Fri Mar 25 17:53:18 2005
@@ -15350 +15350,2 @@
-
+// remote_open should be removed to wrap in 
Win32/MinGW32
+#ifndef NO_REMOTE_OPEN
@@ -15597,0 +15599,6 @@
+#else
+static PyObject *_wrap_remote_open(PyObject *self, 
PyObject *args) {
+    PyErr_SetString(PyExc_NotImplementedError,"No 
matching function for 'remote_open'");
+    return NULL;
+}
+#endif // NO_REMOTE_OPEN
(I hope, the web mail program will not break too m...
2005 Mar 28
4
Problem with bindings and MinGW
...exception when remote_open() 
is called. Here is the patch for 
python/modern/xapian_wrap.cc:
--- xapian_wrap.cc_ORIG	Fri Mar 25 16:42:49 2005
+++ xapian_wrap.cc	Fri Mar 25 17:53:18 2005
@@ -15350 +15350,2 @@
-
+// remote_open should be removed to wrap in 
Win32/MinGW32
+#ifndef NO_REMOTE_OPEN
@@ -15597,0 +15599,6 @@
+#else
+static PyObject *_wrap_remote_open(PyObject *self, 
PyObject *args) {
+    PyErr_SetString(PyExc_NotImplementedError,"No 
matching function for 'remote_open'");
+    return NULL;
+}
+#endif // NO_REMOTE_OPEN
(I hope, the web mail program will not break too m...