[Xapian-devel] make error in xapian-application/omega

jiangwen jiang jiangwen127 at gmail.com
Tue Feb 5 03:49:19 GMT 2013


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.htm>


More information about the Xapian-devel mailing list