Displaying 20 results from an estimated 400 matches similar to: "Adding an external library to Xapian"
2014 Apr 13
2
Adding an external library to Xapian
Oh, no no. It was a typo in the mail. We did the same thing you mentioned.
*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
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
2014 Apr 13
2
Adding an external library to Xapian
Oh. The diff file doesn't seem to include the two new files. We're outside
right now. I'll send you the files as soon as we reach in 30-40 minutes.
Also, we're moving to git.
Thanks
On Apr 13, 2014 9:12 PM, "James Aylett" <james-xapian at tartarus.org> wrote:
> On 13 Apr 2014, at 16:16, Siddhant Mutha <siddhantmutha at gmail.com> wrote:
>
> > We
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
It is there:
https://github.com/sidmutha/xapian/blob/master/xapian-core/api/Makefile.mk#L53
On an other note, I'm trying to run ./bootstrap from the cloned repo. But
it gives an error saying "unknown option -C" followed by "Bootstrap failed".
*Siddhant Mutha*
Undergraduate Student
Department of Computer Science and Engineering
IIT Madras
Chennai
2014 Mar 07
2
Project for a group of 5
Hi
We're a group of 5 CS undergrads. As a part of our Software Engineering
course, we are required to work on a large scale software to understand the
design of such software. For this, open source is the best choice.
We have around 1.5 months for the project (mid-March to April end) and
would like to know whether there is any sort of work which can be taken up
by us.
Looking forward to your
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
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 Mar 11
2
Project for a group of 5
Hi
We would like to do the project on improving Java bindings. It is a GSoC
project, although I guess we can take it up as such.
But before we go ahead, we would like to have some details as to how much
work it would be and also how would we evaluate the work done. (compare
test cases / compare java code with c++ code ?)
Is there any way in which we can quantify the improvements made to the API?
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.
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
We are using the --enable-maintainer-mode and will move to git soon.
The diff file is attached.
*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
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
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>
2012 Dec 30
4
Starting with R
I have installed R on my machine.
Can anyone now suggest to me the best book/e-book from where I can learn
the R language most efficiently?
Thanks in advance
--
Siddhant Gupta
III Year
Department of Biotechnology
IIT Roorkee
India
[[alternative HTML version deleted]]
2013 Jan 13
1
Project wanted
Hi
I am quite well versed in R. I can code in C++ and am currently pursuing
biotechnology from Indian Institute of Technology, Rookee. I am looking for
a project that I can immediately start working on and which is the need of
the hour for R as well, so I can carry it to GSoC. Can anyone please help
me as to how I should proceed about this?
I don't know whether I should have posted this in
2001 Nov 29
1
Share problem !
Hello List,
I have a small problem in configuring SAMBA on my Linux Red Hat 6.2 box.
If user xyz with username xyz tries to access samba share from windows NT
box, everything works fine except one thing. In Network Neighbourhood three
shares are visible instead of two . Shares defined in smb.conf are global,
homes and printer. In network neighbourhood it shows three directories:
xyz
2011 Apr 05
1
php53 and pear
Hi all
We require some packages installed through pecl (apc and memcache)
which we have done on CentOS 5.5 by installing php 5.2 from testing
and also installing php-devel and php-pear to much success! We would
like to move to php 5.3 after 5.6 comes out but I note that there is
no specific php53-pear package in testing and the php-pear srpm in the
5server directory on ftp rc com seems to be
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put
to noinst_HEADERS. This quarentees that header will be present
in tar ball but not installed with make install.
CC: nouveau at lists.freedesktop.org
Signed-off-by: Pauli Nieminen <suokkos at gmail.com>
---
Makefile.am | 6 +++---
intel/Makefile.am | 10 ++++++----
nouveau/Makefile.am | 4 +++-
3 files changed,
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
From: Thorvald Natvig <slicer at users.sourceforge.net>
---
celt.pc.in | 2 +-
configure.ac | 2 ++
libcelt/Makefile.am | 12 ++++++------
tests/Makefile.am | 2 +-
tools/Makefile.am | 4 ++--
5 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/celt.pc.in b/celt.pc.in
index 98cc008..67a830b 100644
--- a/celt.pc.in
+++ b/celt.pc.in
@@ -10,5