Commit 103d196
committed
build: disable xapian under 3.12 python.
as documented in issue2551277
1.4.22 doesn't build with:
xapian_wrap.cc: In function ‘PyObject* PyInit__xapian()’:
xapian_wrap.cc:65031:116: error: ‘FLAG_NO_POSITIONS’ is not a member
of ‘Xapian::QueryParser’
65031 | SWIG_Python_SetConstant(d,"QueryParser_FLAG_NO_POSITIONS",
SWIG_From_int(static_cast< int >(Xapian::QueryParser::FLAG_NO_POSITIONS)));1 parent 91be109 commit 103d196
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments