search for: knbow

Displaying 2 results from an estimated 2 matches for "knbow".

Did you mean: kbow
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
...snip] > I can't get it built. > > > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ -L/usr/local/lib -lxapian-1.3 BuildIndexDemo.cpp Hmmm, where did you get this invocation from? This should be: g++ `xapian-config --cxxflags --libs` BuildIndexDemo.cpp xapian-config knbow how to link xapian applications (and libxapian-1.3 looks strange). > > In /usr/local/lib, there are libxapian-1.3.so, libxapian-1.3.a, libxapian-1.3.so.3, libxapian-1.3.so.3.0.0 > > > I also set LD_LIBRARY_PATH=/usr/local/lib > LD_LIBRARY_PATH and ld.so.conf.d are used by th...
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 08:55, Olly Betts <olly at survex.com> wrote: > For GSoC projects, I'd recommend developing on Linux, or another > Unix-like platform. I think everyone who has so far expressed an > interest in mentoring uses Linux or Mac OS X, so we're much better > placed to help with development on such platforms. If you're on Windows, the way of doing this