Tomi Ollila <tomi.ollila@iki.fi> writes: > On Fri, Jun 10 2016, David Bremner <david@tethera.net> wrote: > >> David Bremner <david@tethera.net> writes: >> and of course everywhere it says #ifdef HAVE_XAPIAN_FIELD_PROCESSOR, is >> should say #if. > > ... is there a static code analyzer which notices such a mistakes... ? It seems tough for a static analyzer, because the bug is really in misunderstanding the build system (which always defines that symbol) rather than the code itself. d