On Tue, Apr 19, 2016 at 04:47:17PM +0530, Ankit Paliwal
wrote:> I was configuring xapian on my system. I ran 'make', but it is
giving me
> following error
>
> backends/glass/glass_table.cc:1726:299: error: ?compress_strategy? was not
> declared in this scope
> backends/glass/glass_table.cc: In constructor ?GlassTable::GlassTable(const
> char*, int, off_t, bool, bool)?:
> backends/glass/glass_table.cc:1761:306: error: ?compress_strategy? was not
> declared in this scope
Looking at the line of the error, it's trying to log a parameter which
was removed recently.
I've pushed a fix for that to git master, so assuming you configured
with "--enable-log", this should be fixed if you "git pull".
If not, please say what version of the code this is with, and how you
configured it.
Cheers,
Olly