[CMake] CMake + VS Toolkit 2003
Mathieu Malaterre
mathieu.malaterre at kitware.com
Thu Jan 12 10:44:42 EST 2006
Benoit,
This is usually a good idea to just copy paste the *exact* error reported by the compiler/linker or other tool you are trying to use.
Anyway I am using the free compiler for a variety of project (gdcm, KWWidgets...) and everything works fine for me.
Steps:
* You need vctoolkit2003 (provide cl) from:
http://msdn.microsoft.com/visualc/vctoolkit2003/
* You need SDK (provide windows.h) from:
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
* You need Microsoft .NET Framework 1.1 (provide nmake) from:
http://msdn.microsoft.com/netframework/downloads/framework1_1/
Also make sure to use the very lastest (and greatest) cmake. I remember having some very bizarre problem when using a combination of cmake 2.0.6 and 2.2.x on the same build tree. So please wipe out your build tree, use cmake 2.2.3 and try again.
HTH
Mathieu
>
> Hi,
>
> I would generate the compilation files for the VisualStudio Toolkit 2003
> with CMake, but it doesn't work.
>
> I have followed the instructions at www.itk.org/Wiki/ITK_MS_Free_Tool
> but CMake says that it can't compile for IA64...
>
> How could I solve my problem ?
>
> -----------------------------------------------------------------
> Benoit Regrain
> Ingénieur d'études CNRS (Creatis)
> email : regrain at creatis.insa-lyon.fr
> phone : (+33) (0) 4.72.43.82.58
> fax : (+33) (0) 4.72.43.85.26
> address :
> CREATIS - CNRS UMR5515
> INSA - Bâtiment Blaise Pascal
> 7, avenue Jean Capelle
> F - 69621 Villeurbanne Cedex
> -----------------------------------------------------------------
>
>
-------------- next part --------------
_______________________________________________
CMake mailing list
CMake at cmake.org
http://www.cmake.org/mailman/listinfo/cmake
More information about the CMake
mailing list