[Xapian-devel] Adding an external library to Xapian

James Aylett james-xapian at tartarus.org
Sun Apr 13 19:17:06 BST 2014


On 13 Apr 2014, at 19:11, Pallavi Gudipati <pallavigudipati at gmail.com> wrote:

> The outputs:
> config.log : http://pastebin.com/tEBiCgcb
> lib_src: http://pastebin.com/mm7K7pFc

Okay. In xapian-core, type:

./config.status

then do the:

grep -A15 ^lib_src Makefile

again. trie.cc isn't in your Makefile, so it isn't being built. This suggests somehow that you're doing things in an odd order, or that the dependency system is being defeated somehow. But those two commands *should* put api/trie.cc into lib_src for you, at which point you should be able to run make.

J

-- 
 James Aylett, occasional trouble-maker
 xapian.org




More information about the Xapian-devel mailing list