[CMake] Testing problem with Visual Studio 2005 Express

William A. Hoffman billlist at nycap.rr.com
Mon Dec 5 17:02:30 EST 2005


At 01:32 PM 12/5/2005, Patrick Cheng wrote:
>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


>Is there a VCExpress.exe

Is there a VCExpress.com instead of .exe?  If so, use that instead, and I think it will work.
With devenv, if you use devenv.exe instead of devenv.com you get no standard output in ctest.

-Bill




More information about the CMake mailing list