search for: 79b2371

Displaying 2 results from an estimated 2 matches for "79b2371".

Did you mean: 79271
2014 Apr 13
2
Adding an external library to Xapian
It is there: https://github.com/sidmutha/xapian/blob/master/xapian-core/api/Makefile.mk#L53 On an other note, I'm trying to run ./bootstrap from the cloned repo. But it gives an error saying "unknown option -C" followed by "Bootstrap failed". *Siddhant Mutha* Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai
2014 Apr 13
2
Adding an external library to Xapian
...erm[i]) { > curr_node = *it; > break; > } else if(it + 1 == curr_node->children.end() || > diff --git a/xapian-core/include/xapian/trie.h > b/xapian-core/include/xapian/trie > index 14de006..79b2371 100644 > --- a/xapian-core/include/xapian/trie.h > +++ b/xapian-core/include/xapian/trie.h > @@ -20,7 +20,6 @@ > #ifndef XAPIAN_INCLUDED_TRIE_H > #define XAPIAN_INCLUDED_TRIE_H > > -#include <xapian/base.h> > #include <xapian/visibility.h> > > #include...