[Xapian-discuss] Re: Python bindings...
Chris McDonough
chrism at plope.com
Wed Aug 31 14:34:30 BST 2005
On Wed, 2005-08-31 at 13:30 +0100, James Aylett wrote:
> On Wed, Aug 31, 2005 at 02:18:13PM +0200, R. Mattes wrote:
>
> > >> This was not configured with maintainer-mode if it makes a difference.
> >
> > I think it actually does. 'queryparser_internal.cc' is a generated file
> > (made by running lemon on the grammar file) and will only be (re)created
> > whn you build in maintanier mode (you could be lazy and just copy the
> > calls to build lemon and the generated files from the makefile and run
> > them manually). I've been bitten by that myself in the past ...
>
> Yes, if you're building from SVN trunk you'll need to
> --enable-maintainer-mode, because all the bits that are sorted out
> automatically for releases won't be there. You'll need more software
> to build everything though, so it can be a pain. See the HACKING file
> for what you need - there's a section on building from SVN.
Of course, thank you! I knew I was doing something wrong. ;-)
- C
More information about the Xapian-discuss
mailing list