[Xapian-discuss] Compiling xapian on Ubuntu Breezy
Dan Carpenter
error27 at gmail.com
Mon Jan 16 05:57:56 GMT 2006
2006/1/13, Olly Betts <olly at survex.com>:
> > 3) Download the recent pstream.h from pstreams.sf.net
> > Replace cvssearch/db/pstream.h and cvssearch/map/process/pstream.h
>
> Why's this needed? Is the older pstream.h not usable with modern C++
> compilers or something like that?
>
Yeah. I think the newerer versions of gcc have stricter rules on
scoping. The old version just has buf_.read() and the new version use
this.buf_.read(). There are a bunch of changes similar to that.
regards,
dan carpenter
More information about the Xapian-discuss
mailing list