Displaying 6 results from an estimated 6 matches for "xo_lib_xapian".
2016 Aug 03
3
Problem with configuring Xapian
Hi all,
> It would be better to use the XO_LIB_XAPIAN macro provided by
> xapian-core instead of writing your own code to probe for
> xapian-config.
>
> Everything from line 3 to line 18 of your current configure.ac could be
> replaced with just:
>
> XO_LIB_XAPIAN
>
> If you've installed xapian-core then the macro should...
2016 Jun 18
2
R bindings for Xapian - Project progress
...AN_CONFIG to the relevant binary. It isn't a huge issue right now
> (since you're not targetting Xapian 1.2), but 1.4 should be out during
> the course of GSoC, and we'll want RXapian to support that without
> people having to do anything special.
It would be better to use the XO_LIB_XAPIAN macro provided by
xapian-core instead of writing your own code to probe for
xapian-config.
Everything from line 3 to line 18 of your current configure.ac could be
replaced with just:
XO_LIB_XAPIAN
If you've installed xapian-core then the macro should just be
found automatically. If you want...
2016 May 30
5
R bindings for Xapian - Project progress
Hi all,
I developed the basic structure of xapian_index() function which enables
the content of a data frame to be indexed with Xapian search engine
library. I pushed it to a git repository at
https://github.com/amandaJayanetti/RXapian.
It'd be a great favour if Mr. Dirk Eddelbuettel as well as other interested
developers could kindly review the function and give me some feedback on it.
2006 Jan 13
1
xapian-config --libs outputs libstdc++.la as a dependency
Hello,
I am hearing of users having trouble linking with libxapian (on slackware
and gentoo systems, and 0.9.2 I think), and I am not too sure where the
problem comes from, or what the correct solution could be, so I am just
asking here in case someone has a quick answer.
What happens is that "xapian-config --libs" outputs libstdc++.la in the
list of libraries. Something like:
2010 Apr 29
2
New stable release series - Xapian 1.2.0 released
I've uploaded Xapian 1.2.0 (including Search::Xapian 1.2.0.0). This is the
first release in a new stable release series!
1.0.x will continue to be updated with bug-fixes for a while, but we will be
moving focus away from it and once any issues with 1.2.x have been sorted out,
we'll only fix critical bugs in 1.0.x.
Please don't confuse 1.2.0 with 1.0.20 announced a few days ago.
2016 Sep 14
1
problem with bindings configure script
Olly,
I think the confdefs.h issue was due to the fact that I was using
XAPIAN_CONFIG to point to the configure script, rather than the
xapian_config executable created when making xapian_core, as pointed out by
James.
Also, as a general note, when trying to make the bindings, I had a problem
when make was trying to compile the java source in org/xapian
The following line:
$(JAVAC)