[Insight-users] I can't compile ITK.dsw in VC++ successfully

Brad King brad.king@kitware.com
Wed, 19 Mar 2003 09:14:14 -0500 (EST)


On Wed, 19 Mar 2003, Luis Ibanez wrote:
> It looks like you are trying to build ITK using a
> VC++ project that was not generated with CMake.
> zhuo Chen wrote:
> [snip]
> > Error executing cl.exe.
> > ALL_BUILD - 1 error(s), 17 warning(s)

The ALL_BUILD target is generated by CMake, so it looks to me like you
used CMake.  I'm guessing you may have changed the compiler flags when
running CMakeSetup.  If you are still having problems, please send me your
CMakeCache.txt file from the build tree.  Also, make sure you have service
pack 5 for visual studio 6.

-Brad