Displaying 2 results from an estimated 2 matches for "sort_by_label".
2014 Dec 05
3
Contributing to Xapian
On Thu, Dec 04, 2014 at 08:28:32PM -0500, Manu Gupta wrote:
> I was trying to build Han's code and was stuck here. It seems to me that
> his code is trying to generate pdf for them.
>
> Is it possible to modify the make files to stop building the documentation.
You can run the top-level configure with --disable-documentation.
Cheers,
Olly
2014 Dec 06
2
Contributing to Xapian
...an error at :
>
> C -DPIC -o .libs/ranklist.o
> ranklist.cc: In member function 'void Xapian::RankList::sort_by_score()':
> ranklist.cc:98:6: error: unused variable 'fvv_size'
> [-Werror=unused-variable]
> ranklist.cc: In member function 'void Xapian::RankList::sort_by_label()':
> ranklist.cc:108:6: error: unused variable 'fvv_size'
> [-Werror=unused-variable]
> cc1plus: all warnings being treated as errors
> make[3]: *** [ranklist.lo] Error 1
> make[3]: Leaving directory `/home/manugupt1/han/xapian/xapian-letor'
> make[2]: *** [all-re...