Ticket #309: CPAN_transcript.txt

File CPAN_transcript.txt, 19.0 KB (added by Sound, 16 years ago)
Line 
1 CPAN.pm: Going to build O/OL/OLLY/Search-Xapian-1.0.8.0.tar.gz
2
3Checking if your kit is complete...
4Looks good
5Writing Makefile for Search::Xapian
6Warning: Xapian version 0.9.9 may be incompatible with Search::Xapian 1.0.8.0
7cp Xapian/Database.pm blib/lib/Search/Xapian/Database.pm
8cp Xapian/Stem.pm blib/lib/Search/Xapian/Stem.pm
9cp Xapian.pm blib/lib/Search/Xapian.pm
10cp Xapian/PositionIterator.pm blib/lib/Search/Xapian/PositionIterator.pm
11cp Xapian/PostingIterator.pm blib/lib/Search/Xapian/PostingIterator.pm
12cp Xapian/MultiValueSorter.pm blib/lib/Search/Xapian/MultiValueSorter.pm
13cp Xapian/MSetIterator.pm blib/lib/Search/Xapian/MSetIterator.pm
14cp Xapian/SimpleStopper.pm blib/lib/Search/Xapian/SimpleStopper.pm
15cp Xapian/BM25Weight.pm blib/lib/Search/Xapian/BM25Weight.pm
16cp Xapian/WritableDatabase.pm blib/lib/Search/Xapian/WritableDatabase.pm
17cp Xapian/MSet/Tied.pm blib/lib/Search/Xapian/MSet/Tied.pm
18cp Xapian/Stopper.pm blib/lib/Search/Xapian/Stopper.pm
19cp Xapian/ESetIterator.pm blib/lib/Search/Xapian/ESetIterator.pm
20cp Xapian/ValueIterator.pm blib/lib/Search/Xapian/ValueIterator.pm
21cp Xapian/Enquire.pm blib/lib/Search/Xapian/Enquire.pm
22cp Xapian/Document.pm blib/lib/Search/Xapian/Document.pm
23cp Xapian/TermIterator.pm blib/lib/Search/Xapian/TermIterator.pm
24cp Xapian/QueryParser.pm blib/lib/Search/Xapian/QueryParser.pm
25cp Xapian/TradWeight.pm blib/lib/Search/Xapian/TradWeight.pm
26cp Xapian/Query.pm blib/lib/Search/Xapian/Query.pm
27cp Xapian/Weight.pm blib/lib/Search/Xapian/Weight.pm
28cp Xapian/RSet.pm blib/lib/Search/Xapian/RSet.pm
29cp Xapian/PerlStopper.pm blib/lib/Search/Xapian/PerlStopper.pm
30cp Xapian/BoolWeight.pm blib/lib/Search/Xapian/BoolWeight.pm
31cp Xapian/MSet.pm blib/lib/Search/Xapian/MSet.pm
32cp Xapian/TermGenerator.pm blib/lib/Search/Xapian/TermGenerator.pm
33cp Xapian/ESet.pm blib/lib/Search/Xapian/ESet.pm
34/usr/bin/perl /usr/local/share/perl/5.8.8/ExtUtils/xsubpp -C++ -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap perlobject.map -typemap typemap -typemap typemap Xapian.xs > Xapian.xsc && mv Xapian.xsc Xapian.c
35g++ -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0.8.0\" -DXS_VERSION=\"1.0.8.0\" -fPIC "-I/usr/lib/perl/5.8/CORE" Xapian.c
36Xapian.xs:74: error: conflicting return type specified for Ôvirtual bool perlMatchDecider::operator()(const Xapian::Document&) constÕ
37/usr/include/xapian/enquire.h:598: error: overriding Ôvirtual int Xapian::MatchDecider::operator()(const Xapian::Document&) constÕ
38XS/WritableDatabase.xs: In function Ôvoid XS_Search__Xapian__WritableDatabase_allterms_begin(PerlInterpreter*, CV*)Õ:
39XS/WritableDatabase.xs:224: error: no matching function for call to ÔXapian::WritableDatabase::allterms_begin(std::string&)Õ
40/usr/include/xapian/database.h:147: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_begin() const
41XS/WritableDatabase.xs: In function Ôvoid XS_Search__Xapian__WritableDatabase_allterms_end(PerlInterpreter*, CV*)Õ:
42XS/WritableDatabase.xs:237: error: no matching function for call to ÔXapian::WritableDatabase::allterms_end(std::string&)Õ
43/usr/include/xapian/database.h:151: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_end() const
44XS/WritableDatabase.xs: In function Ôvoid XS_Search__Xapian__WritableDatabase_set_metadata(PerlInterpreter*, CV*)Õ:
45XS/WritableDatabase.xs:386: error: Ôclass Xapian::WritableDatabaseÕ has no member named Ôset_metadataÕ
46XS/WritableDatabase.xs: In function Ôvoid XS_Search__Xapian__WritableDatabase_add_synonym(PerlInterpreter*, CV*)Õ:
47XS/WritableDatabase.xs:398: error: Ôclass Xapian::WritableDatabaseÕ has no member named Ôadd_synonymÕ
48XS/WritableDatabase.xs: In function Ôvoid XS_Search__Xapian__WritableDatabase_remove_synonym(PerlInterpreter*, CV*)Õ:
49XS/WritableDatabase.xs:407: error: Ôclass Xapian::WritableDatabaseÕ has no member named Ôremove_synonymÕ
50XS/WritableDatabase.xs: In function Ôvoid XS_Search__Xapian__WritableDatabase_clear_synonyms(PerlInterpreter*, CV*)Õ:
51XS/WritableDatabase.xs:416: error: Ôclass Xapian::WritableDatabaseÕ has no member named Ôclear_synonymsÕ
52Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_new0(PerlInterpreter*, CV*)Õ:
53Xapian.c:3069: error: ÔTermGeneratorÕ was not declared in this scope
54Xapian.c:3069: error: ÔRETVALÕ was not declared in this scope
55XS/TermGenerator.xs:8: error: expected type-specifier before ÔTermGeneratorÕ
56XS/TermGenerator.xs:8: error: expected `;' before ÔTermGeneratorÕ
57Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_set_stemmer(PerlInterpreter*, CV*)Õ:
58Xapian.c:3093: error: ÔTermGeneratorÕ was not declared in this scope
59Xapian.c:3093: error: ÔTHISÕ was not declared in this scope
60Xapian.c:3103: error: expected primary-expression before Ô)Õ token
61Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_set_stopper(PerlInterpreter*, CV*)Õ:
62Xapian.c:3129: error: ÔTermGeneratorÕ was not declared in this scope
63Xapian.c:3129: error: ÔTHISÕ was not declared in this scope
64Xapian.c:3139: error: expected primary-expression before Ô)Õ token
65Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_set_database(PerlInterpreter*, CV*)Õ:
66Xapian.c:3168: error: ÔTermGeneratorÕ was not declared in this scope
67Xapian.c:3168: error: ÔTHISÕ was not declared in this scope
68Xapian.c:3178: error: expected primary-expression before Ô)Õ token
69Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_set_document(PerlInterpreter*, CV*)Õ:
70Xapian.c:3203: error: ÔTermGeneratorÕ was not declared in this scope
71Xapian.c:3203: error: ÔTHISÕ was not declared in this scope
72Xapian.c:3207: error: expected primary-expression before Ô)Õ token
73Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_get_document(PerlInterpreter*, CV*)Õ:
74Xapian.c:3239: error: ÔTermGeneratorÕ was not declared in this scope
75Xapian.c:3239: error: ÔTHISÕ was not declared in this scope
76Xapian.c:3243: error: expected primary-expression before Ô)Õ token
77Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_index_text(PerlInterpreter*, CV*)Õ:
78Xapian.c:3273: error: ÔTermGeneratorÕ was not declared in this scope
79Xapian.c:3273: error: ÔTHISÕ was not declared in this scope
80Xapian.c:3298: error: expected primary-expression before Ô)Õ token
81Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_set_flags(PerlInterpreter*, CV*)Õ:
82Xapian.c:3322: error: ÔTermGeneratorÕ was not declared in this scope
83Xapian.c:3322: error: ÔTHISÕ was not declared in this scope
84Xapian.c:3329: error: expected primary-expression before Ô)Õ token
85XS/TermGenerator.xs:54: error: ÔTermGeneratorÕ is not a class or namespace
86XS/TermGenerator.xs:55: error: ÔTermGeneratorÕ is not a class or namespace
87Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_index_text_without_positions(PerlInterpreter*, CV*)Õ:
88Xapian.c:3365: error: ÔTermGeneratorÕ was not declared in this scope
89Xapian.c:3365: error: ÔTHISÕ was not declared in this scope
90Xapian.c:3390: error: expected primary-expression before Ô)Õ token
91Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_increase_termpos(PerlInterpreter*, CV*)Õ:
92Xapian.c:3414: error: ÔTermGeneratorÕ was not declared in this scope
93Xapian.c:3414: error: ÔTHISÕ was not declared in this scope
94Xapian.c:3418: error: expected primary-expression before Ô)Õ token
95Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_get_termpos(PerlInterpreter*, CV*)Õ:
96Xapian.c:3448: error: ÔTermGeneratorÕ was not declared in this scope
97Xapian.c:3448: error: ÔTHISÕ was not declared in this scope
98Xapian.c:3453: error: expected primary-expression before Ô)Õ token
99Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_set_termpos(PerlInterpreter*, CV*)Õ:
100Xapian.c:3478: error: ÔTermGeneratorÕ was not declared in this scope
101Xapian.c:3478: error: ÔTHISÕ was not declared in this scope
102Xapian.c:3482: error: expected primary-expression before Ô)Õ token
103Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_get_description(PerlInterpreter*, CV*)Õ:
104Xapian.c:3506: error: ÔTermGeneratorÕ was not declared in this scope
105Xapian.c:3506: error: ÔTHISÕ was not declared in this scope
106Xapian.c:3511: error: expected primary-expression before Ô)Õ token
107Xapian.c: In function Ôvoid XS_Search__Xapian__TermGenerator_DESTROY(PerlInterpreter*, CV*)Õ:
108Xapian.c:3536: error: ÔTermGeneratorÕ was not declared in this scope
109Xapian.c:3536: error: ÔTHISÕ was not declared in this scope
110Xapian.c:3539: error: expected primary-expression before Ô)Õ token
111Xapian.c:3545: error: type Ô<type error>Õ argument given to ÔdeleteÕ, expected pointer
112Xapian.c: In function Ôvoid XS_Search__Xapian__QueryParser_add_valuerangeprocessor(PerlInterpreter*, CV*)Õ:
113Xapian.c:4416: error: ÔValueRangeProcessorÕ was not declared in this scope
114Xapian.c:4416: error: ÔvrprocÕ was not declared in this scope
115Xapian.c:4426: error: expected primary-expression before Ô)Õ token
116XS/QueryParser.xs:110: error: Ôclass Xapian::QueryParserÕ has no member named Ôadd_valuerangeprocessorÕ
117XS/Query.xs: In function Ôvoid XS_Search__Xapian__Query_new3scale(PerlInterpreter*, CV*)Õ:
118XS/Query.xs:26: error: no matching function for call to ÔXapian::Query::Query(Xapian::Query::op, Xapian::Query&, double&)Õ
119/usr/include/xapian/query.h:150: note: candidates are: Xapian::Query::Query(Xapian::Query::op, Xapian::Query)
120/usr/include/xapian/query.h:128: note: Xapian::Query::Query(Xapian::Query::op, const std::string&, const std::string&)
121/usr/include/xapian/query.h:124: note: Xapian::Query::Query(Xapian::Query::op, const Xapian::Query&, const Xapian::Query&)
122/usr/include/xapian/query.h:121: note: Xapian::Query::Query(const std::string&, Xapian::termcount, Xapian::termpos)
123/usr/include/xapian/query.h:114: note: Xapian::Query::Query()
124/usr/include/xapian/query.h:101: note: Xapian::Query::Query(const Xapian::Query&)
125XS/Query.xs: In function Ôvoid XS_Search__Xapian__Query_new3range(PerlInterpreter*, CV*)Õ:
126XS/Query.xs:36: error: invalid conversion from ÔXapian::valuenoÕ to Ôconst char*Õ
127XS/Query.xs:36: error: initializing argument 1 of Ôstd::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]Õ
128XS/Query.xs: In function Ôvoid XS_Search__Xapian__Query_new4range(PerlInterpreter*, CV*)Õ:
129XS/Query.xs:47: error: no matching function for call to ÔXapian::Query::Query(Xapian::Query::op, Xapian::valueno&, std::string&, std::string&)Õ
130/usr/include/xapian/query.h:150: note: candidates are: Xapian::Query::Query(Xapian::Query::op, Xapian::Query)
131/usr/include/xapian/query.h:128: note: Xapian::Query::Query(Xapian::Query::op, const std::string&, const std::string&)
132/usr/include/xapian/query.h:124: note: Xapian::Query::Query(Xapian::Query::op, const Xapian::Query&, const Xapian::Query&)
133/usr/include/xapian/query.h:121: note: Xapian::Query::Query(const std::string&, Xapian::termcount, Xapian::termpos)
134/usr/include/xapian/query.h:114: note: Xapian::Query::Query()
135/usr/include/xapian/query.h:101: note: Xapian::Query::Query(const Xapian::Query&)
136Xapian.c: In function Ôvoid XS_Search__Xapian__MultiValueSorter_new0(PerlInterpreter*, CV*)Õ:
137Xapian.c:4876: error: ÔMultiValueSorterÕ was not declared in this scope
138Xapian.c:4876: error: ÔRETVALÕ was not declared in this scope
139XS/MultiValueSorter.xs:8: error: expected type-specifier before ÔMultiValueSorterÕ
140XS/MultiValueSorter.xs:8: error: expected `;' before ÔMultiValueSorterÕ
141Xapian.c: In function Ôvoid XS_Search__Xapian__MultiValueSorter_add(PerlInterpreter*, CV*)Õ:
142Xapian.c:4899: error: ÔMultiValueSorterÕ was not declared in this scope
143Xapian.c:4899: error: ÔTHISÕ was not declared in this scope
144Xapian.c:4904: error: expected primary-expression before Ô)Õ token
145Xapian.c: In function Ôvoid XS_Search__Xapian__MultiValueSorter_DESTROY(PerlInterpreter*, CV*)Õ:
146Xapian.c:4937: error: ÔMultiValueSorterÕ was not declared in this scope
147Xapian.c:4937: error: ÔTHISÕ was not declared in this scope
148Xapian.c:4940: error: expected primary-expression before Ô)Õ token
149Xapian.c:4946: error: type Ô<type error>Õ argument given to ÔdeleteÕ, expected pointer
150Xapian.c: In function Ôvoid XS_Search__Xapian__Enquire_set_sort_by_key(PerlInterpreter*, CV*)Õ:
151Xapian.c:7522: error: ÔMultiValueSorterÕ was not declared in this scope
152Xapian.c:7522: error: ÔsorterÕ was not declared in this scope
153Xapian.c:7527: error: expected primary-expression before Ô)Õ token
154XS/Enquire.xs:101: error: Ôclass Xapian::EnquireÕ has no member named Ôset_sort_by_keyÕ
155XS/Enquire.xs:103: error: Ôclass Xapian::EnquireÕ has no member named Ôset_sort_by_keyÕ
156Xapian.c: In function Ôvoid XS_Search__Xapian__Enquire_set_sort_by_key_then_relevance(PerlInterpreter*, CV*)Õ:
157Xapian.c:7570: error: ÔMultiValueSorterÕ was not declared in this scope
158Xapian.c:7570: error: ÔsorterÕ was not declared in this scope
159Xapian.c:7575: error: expected primary-expression before Ô)Õ token
160XS/Enquire.xs:115: error: Ôclass Xapian::EnquireÕ has no member named Ôset_sort_by_key_then_relevanceÕ
161XS/Enquire.xs:117: error: Ôclass Xapian::EnquireÕ has no member named Ôset_sort_by_key_then_relevanceÕ
162Xapian.c: In function Ôvoid XS_Search__Xapian__Enquire_set_sort_by_relevance_then_key(PerlInterpreter*, CV*)Õ:
163Xapian.c:7618: error: ÔMultiValueSorterÕ was not declared in this scope
164Xapian.c:7618: error: ÔsorterÕ was not declared in this scope
165Xapian.c:7623: error: expected primary-expression before Ô)Õ token
166XS/Enquire.xs:129: error: Ôclass Xapian::EnquireÕ has no member named Ôset_sort_by_relevance_then_keyÕ
167XS/Enquire.xs:131: error: Ôclass Xapian::EnquireÕ has no member named Ôset_sort_by_relevance_then_keyÕ
168XS/Database.xs: In function Ôvoid XS_Search__Xapian__Database_allterms_begin(PerlInterpreter*, CV*)Õ:
169XS/Database.xs:123: error: no matching function for call to ÔXapian::Database::allterms_begin(std::string&)Õ
170/usr/include/xapian/database.h:147: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_begin() const
171XS/Database.xs: In function Ôvoid XS_Search__Xapian__Database_allterms_end(PerlInterpreter*, CV*)Õ:
172XS/Database.xs:136: error: no matching function for call to ÔXapian::Database::allterms_end(std::string&)Õ
173/usr/include/xapian/database.h:151: note: candidates are: Xapian::TermIterator Xapian::Database::allterms_end() const
174Xapian.c: In function Ôvoid XS_Search__Xapian__Database_get_metadata(PerlInterpreter*, CV*)Õ:
175Xapian.c:9628: error: Ôclass Xapian::DatabaseÕ has no member named Ôget_metadataÕ
176Xapian.c: In function Ôvoid XS_Search__Xapian__StringValueRangeProcessor_new(PerlInterpreter*, CV*)Õ:
177Xapian.c:9821: error: ÔStringValueRangeProcessorÕ was not declared in this scope
178Xapian.c:9821: error: ÔRETVALÕ was not declared in this scope
179XS/StringValueRangeProcessor.xs:8: error: expected type-specifier before ÔStringValueRangeProcessorÕ
180XS/StringValueRangeProcessor.xs:8: error: expected `;' before ÔStringValueRangeProcessorÕ
181Xapian.c: In function Ôvoid XS_Search__Xapian__StringValueRangeProcessor_process_value_range(PerlInterpreter*, CV*)Õ:
182Xapian.c:9848: error: ÔStringValueRangeProcessorÕ was not declared in this scope
183Xapian.c:9848: error: ÔTHISÕ was not declared in this scope
184Xapian.c:9865: error: expected primary-expression before Ô)Õ token
185Xapian.c: In function Ôvoid XS_Search__Xapian__StringValueRangeProcessor_DESTROY(PerlInterpreter*, CV*)Õ:
186Xapian.c:9891: error: ÔStringValueRangeProcessorÕ was not declared in this scope
187Xapian.c:9891: error: ÔTHISÕ was not declared in this scope
188Xapian.c:9894: error: expected primary-expression before Ô)Õ token
189Xapian.c:9900: error: type Ô<type error>Õ argument given to ÔdeleteÕ, expected pointer
190Xapian.c: In function Ôvoid XS_Search__Xapian__NumberValueRangeProcessor_new(PerlInterpreter*, CV*)Õ:
191Xapian.c:9922: error: ÔNumberValueRangeProcessorÕ was not declared in this scope
192Xapian.c:9922: error: ÔRETVALÕ was not declared in this scope
193XS/NumberValueRangeProcessor.xs:9: error: expected type-specifier before ÔNumberValueRangeProcessorÕ
194XS/NumberValueRangeProcessor.xs:9: error: expected `;' before ÔNumberValueRangeProcessorÕ
195XS/NumberValueRangeProcessor.xs:11: error: expected type-specifier before ÔNumberValueRangeProcessorÕ
196XS/NumberValueRangeProcessor.xs:11: error: expected `;' before ÔNumberValueRangeProcessorÕ
197Xapian.c: In function Ôvoid XS_Search__Xapian__NumberValueRangeProcessor_process_value_range(PerlInterpreter*, CV*)Õ:
198Xapian.c:9969: error: ÔNumberValueRangeProcessorÕ was not declared in this scope
199Xapian.c:9969: error: ÔTHISÕ was not declared in this scope
200Xapian.c:9986: error: expected primary-expression before Ô)Õ token
201Xapian.c: In function Ôvoid XS_Search__Xapian__NumberValueRangeProcessor_DESTROY(PerlInterpreter*, CV*)Õ:
202Xapian.c:10012: error: ÔNumberValueRangeProcessorÕ was not declared in this scope
203Xapian.c:10012: error: ÔTHISÕ was not declared in this scope
204Xapian.c:10015: error: expected primary-expression before Ô)Õ token
205Xapian.c:10021: error: type Ô<type error>Õ argument given to ÔdeleteÕ, expected pointer
206Xapian.c: In function Ôvoid XS_Search__Xapian__DateValueRangeProcessor_new(PerlInterpreter*, CV*)Õ:
207Xapian.c:10043: error: ÔDateValueRangeProcessorÕ was not declared in this scope
208Xapian.c:10043: error: ÔRETVALÕ was not declared in this scope
209XS/DateValueRangeProcessor.xs:8: error: expected type-specifier before ÔDateValueRangeProcessorÕ
210XS/DateValueRangeProcessor.xs:8: error: expected `;' before ÔDateValueRangeProcessorÕ
211Xapian.c: In function Ôvoid XS_Search__Xapian__DateValueRangeProcessor_process_value_range(PerlInterpreter*, CV*)Õ:
212Xapian.c:10084: error: ÔDateValueRangeProcessorÕ was not declared in this scope
213Xapian.c:10084: error: ÔTHISÕ was not declared in this scope
214Xapian.c:10101: error: expected primary-expression before Ô)Õ token
215Xapian.c: In function Ôvoid XS_Search__Xapian__DateValueRangeProcessor_DESTROY(PerlInterpreter*, CV*)Õ:
216Xapian.c:10127: error: ÔDateValueRangeProcessorÕ was not declared in this scope
217Xapian.c:10127: error: ÔTHISÕ was not declared in this scope
218Xapian.c:10130: error: expected primary-expression before Ô)Õ token
219Xapian.c:10136: error: type Ô<type error>Õ argument given to ÔdeleteÕ, expected pointer
220Xapian.xs: In function Ôvoid boot_Search__Xapian(PerlInterpreter*, CV*)Õ:
221Xapian.xs:158: error: ÔOP_VALUE_RANGEÕ is not a member of ÔXapian::QueryÕ
222Xapian.xs:159: error: ÔOP_SCALE_WEIGHTÕ is not a member of ÔXapian::QueryÕ
223Xapian.xs:161: error: ÔOP_VALUE_GEÕ is not a member of ÔXapian::QueryÕ
224Xapian.xs:162: error: ÔOP_VALUE_LEÕ is not a member of ÔXapian::QueryÕ
225Xapian.xs:178: error: ÔFLAG_PURE_NOTÕ is not a member of ÔXapian::QueryParserÕ
226Xapian.xs:179: error: ÔFLAG_PARTIALÕ is not a member of ÔXapian::QueryParserÕ
227Xapian.xs:180: error: ÔFLAG_SPELLING_CORRECTIONÕ is not a member of ÔXapian::QueryParserÕ
228Xapian.xs:181: error: ÔFLAG_SYNONYMÕ is not a member of ÔXapian::QueryParserÕ
229Xapian.xs:182: error: ÔFLAG_AUTO_SYNONYMSÕ is not a member of ÔXapian::QueryParserÕ
230Xapian.xs:183: error: ÔFLAG_AUTO_SYNONYMSÕ is not a member of ÔXapian::QueryParserÕ
231Xapian.xs:189: error: ÔTermGeneratorÕ has not been declared
232make: *** [Xapian.o] Error 1
233 OLLY/Search-Xapian-1.0.8.0.tar.gz
234 /usr/bin/make -- NOT OK
235Running make test
236 Can't test without successful make
237Running make install
238 Make had returned bad status, install seems impossible