Re: [CLucene-dev] clucene windows 7

2011-03-28 Thread yunwen ye
Hi Itamar, Thanks a lot. I did not realize that boost was required. --yunwen On Mar 25, 2011, at 4:57 AM, Itamar Syn-Hershko wrote: > Hi, > > > I just compiled and tested CLucene git HEAD on Windows 7 and VS 2010, and > everything looks good. > > > Perhaps you didn't run CMake correctly?

Re: [CLucene-dev] clucene windows 7

2011-03-25 Thread Itamar Syn-Hershko
Hi, I just compiled and tested CLucene git HEAD on Windows 7 and VS 2010, and everything looks good. Perhaps you didn't run CMake correctly? I have it like this in a batch file: set BOOST_BUILD_PATH=Z:\Dev\Libraries\boost_1_40_0\tools\build\v2 set BOOST_PATH=Z:\Dev\Libraries set BOOST_ROOT

[CLucene-dev] clucene windows 7

2011-03-12 Thread yunwen ye
Hi there, I am trying to upgrade from 0.9.21 to the current git snapshot I downloaded. When I was trying to build using Visual Studio 10 on windows 7, I got the error: LuceneThreads.h(143): A valid thread library was not found While I was running Cmake, it complained that pthread was not found