1 Sep 12:47
Re: xapian-core-1.1.2 build error
Olly Betts <olly <at> survex.com>
2009-09-01 10:47:52 GMT
2009-09-01 10:47:52 GMT
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
RSS Feed