[CMake] Testing problem with Visual Studio 2005 Express

Patrick Cheng cheng at isis.georgetown.edu
Mon Dec 5 13:32:47 EST 2005


Hi all,

I am using the CMake 2.2.3 and  Visual Studio 2005 Express (The free 
version) compiler for a nightly build machine.

The interesting thing is, while the build log file, such as
C:\Patrick\IGSTK\Exp-Bin\Source\IGSTK.dir\Debug\BuildLog.htm
gives lots of warning,

the file
C:\Patrick\IGSTK\Exp-Bin\Testing\Temporary\LastBuild_20051205-1812.log
is empty.

and thus the result submitted to the dashboard shows no warning at all.

I suspect it might be the problem of compatibility of ctest with the VS 
2005 Express (the free version). coz I saw another machine build ITK 
with VS 2005 (non-free version) works fine on the dashboard.

Any help would be appreciated.

Patrick


Testing Script===================================================
SET (CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}/IGSTK-Debug")
SET (CTEST_BINARY_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}/Exp-Bin")

SET (CTEST_COMMAND "ctest.exe -D Experimental -A 
${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME} -V" )

SET (CTEST_CMAKE_COMMAND "cmake.exe" )

SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)

SET (CTEST_INITIAL_CACHE
"
CMAKE_GENERATOR:INTERNAL=Visual Studio 8 2005
BUILDNAME:STRING=Win32-VS80-Debug
SITE:STRING=build02.isis

CMAKE_MAKE_PROGRAM:FILEPATH=C:/Program Files/Microsoft Visual Studio 
8/Common7/IDE/VCExpress.exe
MAKECOMMAND:STRING=\"C:/Program Files/Microsoft Visual Studio 
8/Common7/IDE/VCExpress.exe\" IGSTK.sln /build Debug /project ALL_BUILD

CVSCOMMAND:FILEPATH=C:/Program Files/GNU/WinCvs 1.3/cvs.exe

FLTK_DIR:PATH=C:/Patrick/FLTK/VS80-Debug
FLTK_FLUID_EXECUTABLE:FILEPATH=C:/Patrick/FLTK/VS80-Debug/bin/debug/fluid.exe

ITK_DIR:PATH=C:/Patrick/ITK/VS80-Debug
VTK_DIR:PATH=C:/Patrick/VTK/VS80-Debug
")
=====================================================================


More information about the CMake mailing list