Hi All, I wanted to add a small tweak to my installation of the Query Parser. Should I be editing queryparser.lemony? I tried that and the make didn't include my change. I applied the same change to queryparser_internal.cc and it worked fine. Is the .lemony file something used internally and I can ignore? Or do I need to run something prior to make to convert the files? Thanks, Mike Boone. http://boonedocks.net/mike
Hi All, I wanted to add a small tweak to my installation of the Query Parser. Should I be editing queryparser.lemony? I tried that and the make didn't include my change. I applied the same change to queryparser_internal.cc and it worked fine. Is the .lemony file something used internally and I can ignore? Or do I need to run something prior to make to convert the files? Thanks, Mike Boone. http://boonedocks.net/mike
2009/6/1 Mike Boone <mike at boonedocks.net>> Hi All, > > I wanted to add a small tweak to my installation of the Query Parser. > Should I be editing queryparser.lemony? I tried that and the make > didn't include my change. I applied the same change to > queryparser_internal.cc and it worked fine. Is the .lemony file > something used internally and I can ignore? Or do I need to run > something prior to make to convert the files?You should indeed by editing queryparser.lemony. However, you need to configure with --enable-maintainer-mode to tell the build system to include dependency rules that aren't normally needed. You may also then want to specify --disable-documentation to avoid re-building the documentation files (which uses further tools which are often not installed). See xapian-core/HACKING for more details about both of these. -- Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20090728/4a199c99/attachment-0001.html>
Maybe Matching Threads
- Xapian core build failure under gcc 2.95
- build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
- How to enable stemming with default_op set to OP_NEAR
- [PATCH] Add set_max_wildcard_expansion method to the queryparser.
- xapian-0.9.4 queryparser build errors after applying utf-8 patch