search for: ddoccomments_i_sourc

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

Did you mean: ddoccomments_i_sources
2007 Jun 04
0
Patch to enable python bindings in absence of docs build
...vision 8794) +++ python/Makefile.am (working copy) @@ -9,7 +9,12 @@ BUILT_SOURCES = modern/xapian_wrap.cc modern/xapian_wrap.h modern/xapian.py -EXTRA_DIST = util.i extra.i extracomments.i except.i doccomments.i\ +if HAVE_DOCCOMMENTS_SOURCES +DOCCOMMENTS_I = doccomments.i +DOCCOMMENTS_I_FLAGS=-DDOCCOMMENTS_I_SOURCES +endif + +EXTRA_DIST = util.i extra.i extracomments.i except.i $(DOCCOMMENTS_I)\ testsuite.py $(TESTS) $(BUILT_SOURCES) SUBDIRS = docs @@ -58,7 +63,7 @@ # "\" when extracting the output directory from the value passed to the -o # option. -BUILT_SOURCES += except.i doccomments.i...
2008 Apr 30
1
Python bindings smoketest error
Hi all, I'm getting an error in the smoketest. I'm using latest Swig and Python bindings from SVN-HEAD: File "smoketest.py", line 23, in <module> import xapian File "C:\work\xapian\xapian-SVN\xapian-core\win32\Release\Python\xapian.py", line 2099, in <module> ValueRangeProcessor.__call__ = ValueRangeProcessor.__call AttributeError: type