Hello Veit, yes, please feel free to push your changes to my branch. Jiri -----Original Message----- From: Veit Jahns [mailto:nuncupa...@googlemail.com] Sent: Sunday, September 05, 2010 12:41 PM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] Span Queries have been ported
Jiří, I tested it on FreeBSD with gcc 4.2.1. I found some minor issues: (1) TestBasics.cpp, lines 276 and 315: There a variable named "or" is declared, causing compiler errors. It seems that "or" is a C++ keyword or at least predefined gcc macros [1]. Having the variable renamed, the compiler errors disappear. (2) TestNearSpansOrdered.cpp, line 12: The header file "spans.h" could not be found. Changed it to "Spans.h". (3) I fixed some "no newline at end of file" warnings, because there were a little bit annoying. If you want, I can push my changes to your branch. Veit [1] http://gcc.gnu.org/onlinedocs/cpp/C_002b_002b-Named-Operators.html#C_002b_002b-Named-Operators ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ CLucene-developers mailing list CLucene-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/clucene-developers ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ CLucene-developers mailing list CLucene-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/clucene-developers