search for: iqueryparser

Displaying 1 result from an estimated 1 matches for "iqueryparser".

Did you mean: queryparser
2009 Jan 15
2
Xapian core build failure under gcc 2.95
...arser_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 almost-solution there already, but it's conditionally disabled. if VPATH_BUILD # We need this so that generated sources can find non-gen...