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

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Xapian-devel mailing list<br>
<a href="mailto:Xapian-devel@lists.xapian.org">Xapian-devel@lists.xapian.org</a><br>
<a href="http://lists.xapian.org/mailman/listinfo/xapian-devel" target="_blank">http://lists.xapian.org/mailman/listinfo/xapian-devel</a><br>
<br>
<br>
End of Xapian-devel Digest, Vol 94, Issue 3<br>
*******************************************<br>
</blockquote></div><br>