Pallavi Gudipati
2014-Apr-13 18:11 UTC
[Xapian-devel] Adding an external library to Xapian
The outputs: config.log : http://pastebin.com/tEBiCgcb lib_src: http://pastebin.com/mm7K7pFc On Sun, Apr 13, 2014 at 11:36 PM, James Aylett <james-xapian at tartarus.org>wrote:> On 13 Apr 2014, at 19:03, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > Oh, no no. It was a typo in the mail. We did the same thing you > mentioned. > > Can you give me the full invocation of configure in xapian-core/config.log > (eg: grep xapian-core/configure config.log)? > > Also, can you give me the output of: > > grep -A15 ^lib_src Makefile > > J > > -- > James Aylett, occasional trouble-maker > xapian.org > >-- Pallavi Gudipati III Year Undergraduate Computer Science And Engineering IIT Madras -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140413/a4c131dd/attachment-0002.html>
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/mm7K7pFcOkay. 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
Pallavi Gudipati
2014-Apr-13 18:21 UTC
[Xapian-devel] Adding an external library to Xapian
trie.cc still isnt showing up. http://pastebin.com/c89kWz3L Also we have shifted to git: https://github.com/sidmutha/xapian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140413/b82f4a92/attachment-0002.html>