Re: [CLucene-dev] Compiling v.2.3.3.4 with VC6

2011-10-28 Thread Veit Jahns
Hi Celto, I'm sorry. I was distracted by other things from your e-mail. 2011/10/17 cel tix44 celti...@gmail.com: Veit A couple of minor problems in the latest update --- 1) When generating code, CMAKE throws this error: CMake Error at src/core/CMakeLists.txt:194 (add_library):   Cannot find

Re: [CLucene-dev] Compiling v.2.3.3.4 with VC6

2011-10-16 Thread cel tix44
Veit A couple of minor problems in the latest update --- 1) When generating code, CMAKE throws this error: CMake Error at src/core/CMakeLists.txt:194 (add_library): Cannot find source file: ./CLucene/util/workaround/vc6/operators.cpp This is because the WORKAROUND folder sits under

Re: [CLucene-dev] Compiling v.2.3.3.4 with VC6

2011-10-14 Thread Veit Jahns
2011/10/10 Veit Jahns nuncupa...@googlemail.com: Microsoft suggests this: #ifdef _MSC_VER #if _MSC_VER == 1200 std::ostream operator(std::ostream os, __int64 i ) // borrowed from http://support.microsoft.com/kb/168440 {     char buf[20];     sprintf(buf,%I64d, i );     os buf;    

Re: [CLucene-dev] Compiling v.2.3.3.4 with VC6

2011-09-19 Thread Veit Jahns
Hi Celto! 2011/9/19 cel tix44 celti...@gmail.com: Veit Thanks very much for your response. Attached is a list of compilation errors as is -- produced after getting the source code from GIT, config'ed with Cmake 2.8 (default settings, no boost, no zlib) and built with vc6 -- essentially, for

Re: [CLucene-dev] Compiling v.2.3.3.4 with VC6

2011-09-17 Thread Veit Jahns
Hi Celto! 2011/9/14 cel tix44 celti...@gmail.com: Team When compiled with VC6, v.2.3.3.4 throws some 300 errors. May I please ask the DEV team whether Clucene is still going to be compatible with VC6? I think, it was not intended in the first place. This release includes some parts of the