search for: snowballanalyz

Displaying 3 results from an estimated 3 matches for "snowballanalyz".

Did you mean: snowballanalyzer
2011 Dec 01
1
v2.1.rc1 missing SnowballAnalyzer.h
...g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib-mail -I../../../src/lib-index -I../../../src/lib-storage -I../../../src/plugins/fts -I../../../src/doveadm -O2 -march=i686 -pipe -c lucene-wrapper.cc -fPIC -DPIC -o .libs/lucene-wrapper.o lucene-wrapper.cc:26:30: fatal error: SnowballAnalyzer.h: No such file or directory compilation terminated. make[4]: *** [lucene-wrapper.lo] Error 1 The offending line in lucene-wrapper.cc is: #include "SnowballAnalyzer.h" Sure enough, there is no SnowballAnalyzer.h in the tarball. Looks like a missing a backslash in src/plugins/fts-lucen...
2011 Dec 15
1
Building 2.1.rc1 with cluence, but without libstemmer
Hi, I'm testing out 2.1.rc1, building against clucene 2.3.3.4. Without libstemmber, the build fails because it attempts to include SnowballAnalyzer.h which is not part of "core" clucene. Simple patch below to make dovecot 2.1.rc1 build with clucene but without libstemmer (or textcat). Looking at libstemmer itself, there are multiple versions. The version in clucene is put into libclucene-contribs-lib.so, but that version is older...
2012 May 21
1
Failed build with lucene plugin
...ages: FATAL: can't create .libs/lucene-wrapper.o: Permission denied lucene-wrapper.cc:24:36: error: CLucene/util/CLStreams.h: No such file or directory lucene-wrapper.cc:25:45: error: CLucene/search/MultiPhraseQuery.h: No such file or directory In file included from lucene-wrapper.cc:26: SnowballAnalyzer.h:12: error: expected constructor, destructor, or type conversion before '(' token *** Error code 1 1 error *** Error code 1 1 error *** Error code 1 1 error *** Error code 1 1 error