Displaying 2 results from an estimated 2 matches for "sort_by_score".
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
....edu>:
> Hi
>
> Thank you!!
>
> I tried building the letor for both the branches and unfortunately both of
> them do not build :
>
> gsoc2014 branch gives 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]
> cc1plu...