Displaying 17 results from an estimated 17 matches for "pallavi".
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 gettin...
2014 Apr 13
2
Adding an external library to Xapian
...should be
> added to noinst_HEADERS in api/Makefile.mk
>
> That should be enough, providing you're in maintainer mode, which will be
> true if you've built from a git checkout.
>
> 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/00afc0f7/attachment-0002.html>
2014 Apr 13
2
Adding an external library to Xapian
...apian/trie.h but you haven't defined it
> anywhere. Given your constructor doesn't do anything, just removing the
> destructor declaration should move you forward for the time being.
>
> 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/166d50da/attachment-0002.html>
2009 Oct 26
1
Creating a sparse matrix from a file
...aking the above as input.
However, I couldn't find an example where the data was being read from a
file. I tried searching in R tutorial and also searched for the same in web
but in vain. Could some one kindly help me how to give the above format as
input in R to create a sparse matrix.
Thanks
Pallavi
--
View this message in context: http://www.nabble.com/Creating-a-sparse-matrix-from-a-file-tp26056334p26056334.html
Sent from the R help mailing list archive at Nabble.com.
2014 Apr 13
2
Adding an external library to Xapian
...d.
*Siddhant Mutha*
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...
2014 Apr 13
2
Adding an external library to Xapian
...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>
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
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...
2014 Apr 13
2
Adding an external library to Xapian
Hi
We are writing a new module which needs to be added to the Xapian source.
For this, what modifications are to be made to the Makefile?
The two modules we are writing will be in the 'include' and 'api' folders.
Cheers
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
http://www.siddhantmutha.com/
2014 Apr 13
2
Adding an external library to Xapian
Here are the files.
/include/xapian/trie.h
/api/trie.cc
*Siddhant Mutha*
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 9:33 PM, James Aylett <james-xapian at tartarus.org>wrote:
> On 13 Apr 2014, at 16:59, Siddhant Mutha <siddhantmutha at
2006 Mar 02
1
CCF and Lag questions
I am new to R and new to time series modeling.
I have a set of variables (var1, var2, var3, var4, var5) for which I have
historical yearly data.
I am trying to use this data to produce a prediction of var1, 3 years into
the future.
I have a few basic questions:
1) I am able to read in my data, and convert it to a time series format
using 'ts.'
data_ts <- ts(data, start = 1988, end =
2014 Apr 13
2
Adding an external library to Xapian
Hi
The above problem has been resolved (it is detecting our new modules). We
didn't have some dependencies installed and hence it was using an old
Makefile. We installed them and now it is fine.
Now, while running 'make', we get the following error:
http://pastebin.com/VX1HWyJc
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
2014 Apr 13
2
Adding an external library to Xapian
...;.
*Siddhant Mutha*
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/Make...
2014 Apr 13
2
Adding an external library to Xapian
...ed.
*Siddhant Mutha*
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 yo...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...lo Neira Ayuso <pablo@netfilter.org>
Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com>
Padmavathi Venna <padma.v@samsung.com>
Paer-Olof Haakansson <par-olof.hakansson@stericsson.com>
Pali Rohar <pali.rohar@gmail.com>
Pali Rohár <pali.rohar@gmail.com>
Pallavi G <pallavi.g@intel.com>
Palmer Cox <p@lmercox.com>
Pan Jiafei <Jiafei.Pan@freescale.com>
Panayiotis Karabassis <panayk@gmail.com>
Pandiyarajan Pitchaimuthu <c_ppitch@qca.qualcomm.com>
Pankaj Jangra <jangra.pankaj9@gmail.com>
Pankaj Kumar <pankaj.km...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...lo Neira Ayuso <pablo@netfilter.org>
Padmanabh Ratnakar <padmanabh.ratnakar@emulex.com>
Padmavathi Venna <padma.v@samsung.com>
Paer-Olof Haakansson <par-olof.hakansson@stericsson.com>
Pali Rohar <pali.rohar@gmail.com>
Pali Rohár <pali.rohar@gmail.com>
Pallavi G <pallavi.g@intel.com>
Palmer Cox <p@lmercox.com>
Pan Jiafei <Jiafei.Pan@freescale.com>
Panayiotis Karabassis <panayk@gmail.com>
Pandiyarajan Pitchaimuthu <c_ppitch@qca.qualcomm.com>
Pankaj Jangra <jangra.pankaj9@gmail.com>
Pankaj Kumar <pankaj.km...
2008 Oct 10
0
page-fault address in cr2 on stack frame
I need to extend the kernel stack frame just like xen used to pass faulting
address in cr2 on the stack frame.
Can anyone please tell me until what version of xen was the contents of cr2
was passed on stack frame??
Should I check in version 2.0?
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel