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

Olly Betts olly at survex.com
Tue Feb 12 00:51:27 GMT 2013


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 directory

Apologies - 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 2

This is fixed in r17063.

Cheers,
    Olly



More information about the Xapian-devel mailing list