Don't use a "Regular Command Prompt". Use instead one of the "Visual Studio 9 Command Prompt" that are provided with a normal Visual Studio installation. Those command prompts have all the necessary paths setup for Visual Studio. This also assumes you have Visual Studio 9 installed and not Visual Studio 8 or 10 and are just getting confused about which one to pick. -- Mike Jackson <www.bluequartz.net>
On Jan 4, 2013, at 5:34 PM, Hatchi wrote: > During several days I am trying to compile CLucene on Windows 7 64 bit > without success. > > I searched all over the internet but did not find a solution for my problem. > > I will describe all steps which I took and hope somebody can help me > further. > > I downloaded CLucene and extracted it to the folder > C:/Users/Gerda/Downloads/clucene-core-2.3.3.4/clucene-core-2.3.3.4 > > I created the out of source build directory C:/CLucene > > I installed boost 1.40 using the binary installer from boostpro > computing > > I installed Cmake 2.8.10 > > I started a regular windows command line prompt and entered > > set BOOST_BUILD_PATH=C:\Program Files > (x86)\boost\boost_1_40\tools\build\v2 set BOOST_PATH=C:\Program Files > (x86)\boost set BOOST_ROOT=C:\Program Files (x86)\boost\boost_1_40 > > I start cmake Gui and set the folders to the ones I mentioned in 1 and > 2. I select Microsoft Visual Studio 9 compiler. > > After clicking configure I get the following error message: CMake Error: > CMake was unable to find a build program corresponding to "Visual Studio 9 > 2008". CMAKE_MAKE_PROGRAM is not set. You probably need to select a > different build tool. CMake Error: Could not find cmake module > file:C:/CLucene/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake CMake Error: Could > not find cmake module > file:C:/CLucene/CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake Configuring > incomplete, errors occurred! > > I have the same issue with other compilers including the VS 9 64 bit > compiler. > > Thanks in advance > > > > -- > View this message in context: > http://cmake.3232098.n2.nabble.com/Cmake-issue-compiling-CLucene-tp7582775.html > Sent from the CMake mailing list archive at Nabble.com. > -- > > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
