search for: swig_includes

Displaying 1 result from an estimated 1 matches for "swig_includes".

2007 Jun 04
0
Patch to enable python bindings in absence of docs build
...t -f modern/xapian_wrap.stamp; exit $$?; \ fi; \ fi -modern/xapian_wrap.stamp: $(SWIG_sources) util.i except.i doccomments.i extra.i extracomments.i +modern/xapian_wrap.stamp: $(SWIG_sources) util.i except.i $(DOCCOMMENTS_I) extra.i extracomments.i test -d modern || mkdir modern - $(SWIG) $(SWIG_includes) $(SWIG_FLAGS) -c++ \ + $(SWIG) $(SWIG_includes) $(SWIG_FLAGS) $(DOCCOMMENTS_I_FLAGS) -c++ \ -python -threads -shadow -modern -O -outdir modern \ -o modern/xapian_wrap.cc $(SWIG_mainsource) $(PERL) -pe 's/class Error:/class Error(Exception):/' modern/xapian.py > modern/xapi...