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

Reply via email to