[Insight-users] Cmake custom rules on win32
ah
aryeh at bigfoot.com
Fri Jun 16 10:02:14 EDT 2006
> Yes, I can build the official Release 2.6.0 (March 15 2006) of ITK with
> cmake 2.0.5 and MS Visual Studio 6.0.
> The cvs version of ITK requires version 2.2 or higher of cmake.
> With a project created with cmake2.2 , visual studio 6.0
> stops when running :
>
> --------------------Configuration: itksys - Win32
> Release--------------------
> Building Custom Rule
> E:\DEV\KITWAREcvs\Insight_cm2.2_vs6.0\Utilities\kwsys\itksysProcessFwd9xEnc.c.rule
> Error executing c:\windows\system32\cmd.exe.
>
A probable cause for this is that "cmd.exe" starts in the wrong directory.
Setting the registry key to (the default) :
[HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor] "AutoRun"=""
fixes those error messages.
Arye.
More information about the Insight-users
mailing list