jiangwen jiang
2013-Feb-05 03:49 UTC
[Xapian-devel] make error in xapian-application/omega
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-0001.html>
On Tue, Feb 05, 2013 at 11:49:19AM +0800, jiangwen jiang wrote:> 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 directoryApologies - a recent change I make doesn't work when srcdir != builddir. Fixed in r17062.> 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 2This is fixed in r17063. Cheers, Olly
Reasonably Related Threads
- make error in xapian-application/omega (jiangwen jiang)
- Backend for Lucene format indexes-How to get doclength
- patch-Add standard ExpandDecider subclass to restrict to terms with a particular prefix
- Not separating words when parsing HTML in Omega
- issues compiling omega