We've lost tinderbox (last build 25th), which is presumably why the following wasn't caught: ---------------------------------------------------------------------- /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy: In function `int yylex()': /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy:443: `class std::basic_string<char, std::char_traits<char>, std::allocator<char> >' has no member named `back' /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy:445: `class std::basic_string<char, std::char_traits<char>, std::allocator<char> >' has no member named `back' /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy:445: parse error before `)' token /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy:460: confused by earlier errors, bailing out ---------------------------------------------------------------------- Any ideas? J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james at tartarus.org uncertaintydivision.org
On Wed, Sep 29, 2004 at 04:01:49PM +0100, James Aylett wrote:> We've lost tinderbox (last build 25th), which is presumably why the > following wasn't caught:I think my upgrade of doxygen has stalled tarball generation - there are some "XXX is deprecated" type warnings to be fixed.> ---------------------------------------------------------------------- > /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy: In > function > `int yylex()': > /s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy:443: > `class > std::basic_string<char, std::char_traits<char>, > std::allocator<char> >' has > no member named `back'Sorry about that. I tested in a tree which wasn't configured with --enable-maintainer-mode so Bison didn't get rerun and so I didn't actually compile the new code! I'll check in a fix later today. Cheers, Olly