After having installed the 3 packages, set the environnement variables, I obtain the following messages :

---------------------------------------------------------------
The C compile "cl" is not able to compile a simple test program.
It fails with the following output:
c:\creatis\CMake22\bin\cmake.exe -HZ:\Perso\myLibNM\CMakeTmp -BZ:\Perso\myLibNM\CMakeTmp --check-build-system CMakeFiles\Makefile.cmake 0
  nmake -f CMakeFiles/Makefile2 /nologo -L cmTryCompileExec
c:\creatis\CMake22\bin\cmake.exe -HZ:\Perso\myLibNM\CMakeTmp -BZ:\Perso\myLibNM\CMakeTmp --check-build-system CMakeFiles\Makefile.cmake 0 nmake -f CMakeFiles/Makefile2 /nologo -L CMakeFiles\cmTryCompileExec.dir\all nmake -f CMakeFiles\cmTrycompileExec.dir\/build.make /nologo -L CMakeFile\cmTryCompileExec.dir\depend

Scanning dependencies of target cmTryComileExec
c:\creatis\CMake22\bin\cmake.exe -E cmake_depends "NMake Makefiles" Z:\Perso\myLibNM\CMakeTmp z:\Perso\myLibNM\CMakeTmp Z:\Perso\myLibNM\CMakeTmp\CMakeFiles\cmTryCompileExec.dir\DependInfo.cmake nmake -f CMakeFiles\cmTryCompileExec.dir\build.cmake /nologo -L CmakeFiles\cmTryCommpileExec.dir\build
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompile.obj
  c: @c:\docume~1\regrain\locals~1\temp\nm2af.tmp

NMAKE : fatal error U1077: 'cl': return code 'x80'
Stop
NMAKE : fatal error U1077: "c:\program files\Microsoft Platform SDK\Bin\nmake.exe": return code '0x02'
Stop
NMAKE : fatal error U1077: "c:\program files\Microsoft Platform SDK\Bin\nmake.exe": return code '0x02'
Stop
NMAKE : fatal error U1077: "c:\program files\Microsoft Platform SDK\Bin\nmake.exe": return code '0x02'
Stop

CMake will not be able to correctly generate this project.
---------------------------------------------------------------

My environnement variables set to compile are :
INCLUDE : c:\Program Files\Microsoft Visal C++ Toolkit 2003\include;c:\Program Files\Microsoft Platform SDK\include;c:\Program Files\Microsoft Platform SDK\include\Win64\mfc LIB : c:\Program Files\Microsoft Platform SDK\Lib;c:\Program Files\Microsoft Visual Studio .NET 2003\VC7\lib;c:\Program Files\Microsoft Visual C++ Toolkit 2003\lib PATH : c:\Program Files\Microsoft Platform SDK\Bin;c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin

Benoit



----- Original Message ----- From: "Mathieu Malaterre" <[EMAIL PROTECTED]> To: "Benoit Regrain" <[EMAIL PROTECTED]>; <cmake@cmake.org>
Sent: Thursday, January 12, 2006 4:44 PM
Subject: Re: [CMake] CMake + VS Toolkit 2003


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 : [EMAIL PROTECTED]
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
-----------------------------------------------------------------





--------------------------------------------------------------------------------


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to