search for: pallavigudipati

Displaying 9 results from an estimated 9 matches for "pallavigudipati".

2014 Apr 13
2
Adding an external library to Xapian
Configure command: ./configure --enable-maintainer mode I dont get any output with nm that contains Trie. On Sun, Apr 13, 2014 at 11:20 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 18:39, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > I am working in Ubuntu 12.04. I have tried re-configuring the source > tree too. Removing the destructor stops the error messages for the > destructor but the constructor's error persist. > > I'm not getting that error. From the top of...
2014 Apr 13
2
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>
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
I am working in Ubuntu 12.04. I have tried re-configuring the source tree too. Removing the destructor stops the error messages for the destructor but the constructor's error persist. ERROR: http://pastebin.com/r0wYNfEs On Sun, Apr 13, 2014 at 10:56 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 17:49, Siddhant Mutha <siddhantmutha at gmail.com>
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: > > undefined reference to `Xapian::Trie::Trie()' > > Do you have your source tree on github where I can look at what you've > changed? Also, that...
2014 Apr 13
2
Adding an external library to Xapian
...Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Sun, Apr 13, 2014 at 11:31 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 18:56, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > Configure command: ./configure --enable-maintainer mode > > ./configure --enable-maintainer-mode > > > I dont get any output with nm that contains Trie. > > Which indicates that your Xapian library is not being built with your new &gt...
2014 Apr 13
2
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
2014 Apr 13
2
Adding an external library to Xapian
...Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Sun, Apr 13, 2014 at 11:55 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 19:21, Pallavi Gudipati <pallavigudipati at gmail.com> > wrote: > > > trie.cc still isnt showing up. > > http://pastebin.com/c89kWz3L > > > > Also we have shifted to git: https://github.com/sidmutha/xapian > > Your commit in github isn't showing any change to api/Makefile.mk; is that > not app...
2014 Apr 13
2
Adding an external library to Xapian
...Undergraduate Student Department of Computer Science and Engineering IIT Madras Chennai http://www.siddhantmutha.com/ <http:/www.siddhantmutha.com/> On Sun, Apr 13, 2014 at 8:26 PM, James 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 ma...