Hi, all:<div><br></div><div>I check out the trunk code from svn yesterday</div><div><span style="color:rgb(51,51,51);font-family:monospace;font-size:13px;line-height:18px"><i>svn co svn://<a href="http://svn.xapian.org/xapian/trunk">svn.xapian.org/xapian/trunk</a> xapian</i></span></div>
<div><br></div><div>compile process:</div><div><i>./bootstrap</i></div><div><i>mkdir build</i></div><div><i>cd build</i></div><div><i>../configure --disable-documentation</i></div><div><i>make</i></div><div><br></div><div>
then the error occur:</div><div><div>cd xapian-applications/omega &amp;&amp; make all</div><div>make[1]: Entering directory `/home/white127/xapian-svn/build/xapian-applications/omega&#39;</div><div>/usr/bin/perl -I&#39;/home/white127/xapian-svn/xapian-applications/omega/common&#39; &#39;/home/white127/xapian-svn/xapian-applications/omega/gen-myhtmltags&#39; &#39;/home/white127/xapian-svn/xapian-applications/omega&#39; &lt; myhtmlparse.tokens</div>
<div>/bin/bash: myhtmlparse.tokens: No such file or directory</div></div><div><br></div><div><br></div><div>if compile like this (compile in current dir, not build dir):</div><div><div><i>./bootstrap</i></div><div><i>../configure --disable-documentation</i></div>
<div><i>make</i></div></div><div><br></div><div>then the error:</div><div><div>cd xapian-applications/omega &amp;&amp; make all</div><div>make[1]: Entering directory `/home/white127/xapian-svn/xapian-applications/omega&#39;</div>
<div>/usr/bin/perl -I&#39;./common&#39; &#39;./gen-myhtmltags&#39; &#39;.&#39; &lt; myhtmlparse.tokens</div><div>Offset 261 &gt; 255 at common/Tokeniseise.pm line 80, &lt;STDIN&gt; line 50.</div><div>make[1]: *** [my-html-tok.h] Error 255</div>
<div>make[1]: Leaving directory `/home/white127/xapian-svn/xapian-applications/omega&#39;</div><div>make: *** [all] Error 2</div></div><div><br></div><div>which step is wrong? </div><div>Thanks a lot if you can give me a help :)</div>
<div><br></div><div>Regards</div><div>White</div><div>2013/02</div>