Displaying 3 results from an estimated 3 matches for "cvjrjuzx".
2014 Apr 13
2
Adding an external library to Xapian
My code is not on Github. I am using the tarball as of now. The following
it the error that occurred:
http://pastebin.com/cVJrjUZX
On Sun, Apr 13, 2014 at 8:16 PM, James Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 15:37, Pallavi Gudipati <pallavigudipati at gmail.com>
> wrote:
>
> > A linker error is encountered even after following the above steps.
> > ERROR:
> >...
2014 Apr 13
2
Adding an external library to Xapian
A linker error is encountered even after following the above steps.
ERROR:
undefined reference to `Xapian::Trie::Trie()'
On Sun, Apr 13, 2014 at 8:00 PM, James Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 15:24, Siddhant Mutha <siddhantmutha at gmail.com> wrote:
>
> > We are writing a new module which needs to be added to the Xapian
> source.
2014 Apr 13
2
Adding an external library to Xapian
...Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 15:48, Pallavi Gudipati <pallavigudipati at gmail.com>
> wrote:
>
> > My code is not on Github. I am using the tarball as of now. The
> following it the error that occurred:
> > http://pastebin.com/cVJrjUZX
>
> Okay; looks like you've changed simpleexpand.cc to use features you've
> added to the main Xapian library. Three things:
>
> 1. did you use configure --enable-maintainer-mode? If not, changes to
> Makefile.mk (and other parts of the build system) won't be used, bec...