Sungsoo Kim
2006-Mar-07 15:05 UTC
[Xapian-devel] How to rebuild python-bindings using SWIG
Dear xapian developers, I've added a function named "set_sort_by_relevance_then_value()". Now I want to rebuild python-bindings to include the new function and test if it works or not. I guess there is a way to rebuild all of the binding modules include the new function. I am not used to SWIG. I want to which files I need to change and how to build it. Thanks! Sungsoo Kim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20060308/0e77691a/attachment.html>
On Wed, Mar 08, 2006 at 12:05:12AM +0900, Sungsoo Kim wrote:> I've added a function named "set_sort_by_relevance_then_value()". > Now I want to rebuild python-bindings to include the new function > and test if it works or not. > > I guess there is a way to rebuild all of the binding modules include > the new function. > > I am not used to SWIG. I want to which files I need to change and > how to build it.I sent a patch by private mail, but for the record I'm in the process of writing a "HACKING" file to add to the bindings which can serve as a repository for information like this. Cheers, Olly