Displaying 1 result from an estimated 1 matches for "queryparser_token".
2009 Jan 15
2
Xapian core build failure under gcc 2.95
...parser/.libs/queryparser_internal.o
/data/home/olly/tmp/xapian-svn-snapshot/tags/1.0.10/xapian/xapian-core/queryparser/queryparser.lemony:25:
queryparser_internal.h: No such file or directory
/data/home/olly/tmp/xapian-svn-snapshot/tags/1.0.10/xapian/xapian-core/queryparser/queryparser.lemony:31:
queryparser_token.h: No such file or directory
*** Error code 1
The problem seems to be that the build system is relying on the compiler
to imply -Iqueryparser when the source file is
queryparser/queryparser_internal.cc. Modern gcc makes this implication,
gcc 2.95 doesn't.
queryparser/Makefile.mk has an al...