[Xapian-devel] xapian-core-1.1.2 build error

Olly Betts olly at survex.com
Tue Sep 1 11:47:52 BST 2009


On Tue, Sep 01, 2009 at 04:09:18PM +0800, Liu Haifeng wrote:
> when building 1.1.2, I just get the following error:
> 
> ./common/safeuuid.h: In function `void uuid_unparse_lower(const unsigned
> char*, char*)':
> ./common/safeuuid.h:37: error: invalid type argument of `unary *'
> 
> 
> Is it a bug? Seems you wanna write  *(out + i) |= 0x20; 

This is a bug in the fix for #368:

http://trac.xapian.org/ticket/368

Fixed in r13438 (I used out[i] but your version is equivalent).

Thanks for your report.

Cheers,
    Olly



More information about the Xapian-devel mailing list