[Xapian-devel] make error in xapian-application/omega (jiangwen jiang)

aarsh shah aarshkshah1992 at gmail.com
Tue Feb 5 13:29:56 GMT 2013


 Hey Hi jiangwen,hope you are doing fine :) You need some libraries and
tools installed on your system before you build Xapian and omega.The
complete list can be found in the "Building from svn or git" section of
this document.:-

http://svn.xapian.org/trunk/xapian-core/HACKING?view=co

Make sure you have all the required tools installed and it will work fine.
Please let me know if you need more help.:)

-Regards
-Aarsh


On Tue, Feb 5, 2013 at 5:30 PM, <xapian-devel-request at lists.xapian.org>wrote:

> Send Xapian-devel mailing list submissions to
>         xapian-devel at lists.xapian.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.xapian.org/mailman/listinfo/xapian-devel
> or, via email, send a message with subject or body 'help' to
>         xapian-devel-request at lists.xapian.org
>
> You can reach the person managing the list at
>         xapian-devel-owner at lists.xapian.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xapian-devel digest..."
>
>
> Today's Topics:
>
>    1. Re: FASTER Search (??)
>    2. make error in xapian-application/omega (jiangwen jiang)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 5 Feb 2013 09:35:11 +0800
> From: ?? <leedeetiger at gmail.com>
> Subject: Re: [Xapian-devel] FASTER Search
> To: Xapian Development <xapian-devel at lists.xapian.org>, "??????"
>         <leedeetiger at gmail.com>
> Message-ID:
>         <CALXXG0Aa-14skVW6Vp=
> 3P6Zb6ftQwnmYWZYi23mfX-R5uMLsPQ at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> > One option here is to simply set Xapian's document id to this "reid".
> > Depending on the order in which the reids are encountered during
> > indexing, this may be slower to index, but it will save time when
> > searching - probably a lot if you're asking for a lot of results.
> >
> > You can get an idea of how much difference this would make by calling
> > i.get_docid() instead of the first two lines in this loop and timing
> > that.
>
> calling i.get_docid() will help a lot!
>
> I will try to index for making reids = docid all the time.
>
> Best,
>
> De Lin
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 5 Feb 2013 11:49:19 +0800
> From: jiangwen jiang <jiangwen127 at gmail.com>
> Subject: [Xapian-devel] make error in xapian-application/omega
> To: xapian-devel at lists.xapian.org
> Message-ID:
>         <CAKsJTrkeAXix+F2=--
> PPM2PUpqGzsPPJR_i2TomH_mMOHPYHaw at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi, all:
>
> I check out the trunk code from svn yesterday
> *svn co svn://svn.xapian.org/xapian/trunk xapian*
>
> compile process:
> *./bootstrap*
> *mkdir build*
> *cd build*
> *../configure --disable-documentation*
> *make*
>
> then the error occur:
> cd xapian-applications/omega && make all
> make[1]: Entering directory
> `/home/white127/xapian-svn/build/xapian-applications/omega'
> /usr/bin/perl
> -I'/home/white127/xapian-svn/xapian-applications/omega/common'
> '/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags'
> '/home/white127/xapian-svn/xapian-applications/omega' < myhtmlparse.tokens
> /bin/bash: myhtmlparse.tokens: No such file or directory
>
>
> if compile like this (compile in current dir, not build dir):
> *./bootstrap*
> *../configure --disable-documentation*
> *make*
>
> then the error:
> cd xapian-applications/omega && make all
> make[1]: Entering directory
> `/home/white127/xapian-svn/xapian-applications/omega'
> /usr/bin/perl -I'./common' './gen-myhtmltags' '.' < myhtmlparse.tokens
> Offset 261 > 255 at common/Tokeniseise.pm line 80, <STDIN> line 50.
> make[1]: *** [my-html-tok.h] Error 255
> make[1]: Leaving directory
> `/home/white127/xapian-svn/xapian-applications/omega'
> make: *** [all] Error 2
>
> which step is wrong?
> Thanks a lot if you can give me a help :)
>
> Regards
> White
> 2013/02
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.xapian.org/pipermail/xapian-devel/attachments/20130205/5b514744/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> Xapian-devel mailing list
> Xapian-devel at lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-devel
>
>
> End of Xapian-devel Digest, Vol 94, Issue 3
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130205/3b8cfcef/attachment.htm>


More information about the Xapian-devel mailing list