search for: no_remote_open

Displaying 2 results from an estimated 2 matches for "no_remote_open".

2005 Mar 28
4
Problem with bindings and MinGW
...tly" raise an 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 b...
2005 Mar 28
4
Problem with bindings and MinGW
...tly" raise an 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 b...