[CMake] CMake + VS Toolkit 2003

2006-01-12 Thread Benoit Regrain
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 ?   -

Re: [CMake] CMake + VS Toolkit 2003

2006-01-12 Thread Mathieu Malaterre
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 vctoolkit200

Re: [CMake] CMake + VS Toolkit 2003

2006-01-12 Thread William A. Hoffman
At 06:03 AM 1/12/2006, Benoit Regrain wrote: >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

Re: [CMake] CMake + VS Toolkit 2003

2006-01-12 Thread Jeff Cobb
Benoit; I too am using cmake on a 64-bit box, albeit linux, not windows. IN any event, we had no end of troubles using the 64-bit version of cmake, we even rebuilt it, no joy. We stuck with the 32-bit version and have had no real problems since. I doubt this helps you much but it got us going

Re: [CMake] CMake + VS Toolkit 2003

2006-01-13 Thread Benoit Regrain
t - Original Message - From: "Mathieu Malaterre" <[EMAIL PROTECTED]> To: "Benoit Regrain" <[EMAIL PROTECTED]>; 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 pas

Re: [CMake] CMake + VS Toolkit 2003

2006-01-13 Thread William A. Hoffman
At 04:55 AM 1/13/2006, Benoit Regrain wrote: >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 wi

Re: [CMake] CMake + VS Toolkit 2003

2006-01-13 Thread Benoit Regrain
- Original Message - From: "William A. Hoffman" <[EMAIL PROTECTED]> To: "Benoit Regrain" <[EMAIL PROTECTED]>; "Mathieu Malaterre" <[EMAIL PROTECTED]>; Sent: Friday, January 13, 2006 2:26 PM Subject: Re: [CMake] CMake + VS Toolkit 200