[CMake] What's happening to CMake ??? Please help !!!

2007-12-16 Thread Cem DEMiRKIR
Hello CMake users developers, I've been trying to build ITK on my machine, and obviously is not related to what is built, and CMake produces some errors at the configuration step. Perhaps someoneelse has already encountered similar type of problem ? My setup: Windows XP, ITK 3.4.0 Latest

Re: [CMake] What's happening to CMake ??? Please help !!!

2007-12-16 Thread Bill Hoffman
Cem DEMiRKIR wrote: Hello CMake users developers, I've been trying to build ITK on my machine, and obviously is not related to what is built, and CMake produces some errors at the configuration step. Perhaps someoneelse has already encountered similar type of problem ? My setup:

RE: [CMake] What's happening to CMake ??? Please help !!!

2007-12-14 Thread Cem DEMiRKIR
/CMakeFiles/CMakeTmp/Debug it still produces CMake error. Regards Cem -Original Message- From: Bill Hoffman [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 8:15 PM To: Cem DEMiRKIR Cc: 'David Cole'; 'CMake Mailing List' Subject: Re: [CMake] What's happening

Re: [CMake] What's happening to CMake ??? Please help !!!

2007-12-13 Thread David Cole
DEMiRKIR -- *From:* David Cole [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, December 11, 2007 9:34 PM *To:* Cem DEMiRKIR *Cc:* CMake Mailing List *Subject:* Re: [CMake] What's happening to CMake ??? Please help !!! CMake 2.4.4 had some serious flaws and was only

RE: [CMake] What's happening to CMake ??? Please help !!!

2007-12-13 Thread Cem DEMiRKIR
List Subject: Re: [CMake] What's happening to CMake ??? Please help !!! Are your source and binary directories on different drive letters? Does the problem occur if you use C: instead of Z: for the binary tree? On 12/12/07, Cem DEMiRKIR [EMAIL PROTECTED] wrote: Hi David, Unfortunately

RE: [CMake] What's happening to CMake ??? Please help !!!

2007-12-13 Thread Cem DEMiRKIR
Hi, David And also tested it for C: and it doesn't work either. Regards Cem _ From: David Cole [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 6:50 PM To: Cem DEMiRKIR Cc: CMake Mailing List Subject: Re: [CMake] What's happening to CMake ??? Please help

Re: [CMake] What's happening to CMake ??? Please help !!!

2007-12-13 Thread Bill Hoffman
Cem DEMiRKIR wrote: No, David, it still continues producing the same error as before. I've changed the Bin directory to D:\Test and it still produces the error. Run cmake from the command line with --debug-trycompile. Then go into CMakeTmp and look at the project that is created, and try

RE: [CMake] What's happening to CMake ??? Please help !!!

2007-12-12 Thread Cem DEMiRKIR
Thanks David, I'm going to try it right away ... Regards Cem _ From: David Cole [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 9:34 PM To: Cem DEMiRKIR Cc: CMake Mailing List Subject: Re: [CMake] What's happening to CMake ??? Please help !!! CMake 2.4.4 had some

RE: [CMake] What's happening to CMake ??? Please help !!!

2007-12-12 Thread Cem DEMiRKIR
Hi David, Unfortunately it doesn't work. It produces the same errors. Regards Cem DEMiRKIR _ From: David Cole [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 11, 2007 9:34 PM To: Cem DEMiRKIR Cc: CMake Mailing List Subject: Re: [CMake] What's happening to CMake

[CMake] What's happening to CMake ??? Please help !!!

2007-12-11 Thread Cem DEMiRKIR
Hello CMake users developers, I've been trying to build ITK on my machine, and obviously is not related to what is built, and CMake produces some errors at the configuration step. Perhaps someoneelse has already encountered similar type of problem ? My setup: Windows XP, ITK 3.4.0 Latest

Re: [CMake] What's happening to CMake ??? Please help !!!

2007-12-11 Thread David Cole
CMake 2.4.4 had some serious flaws and was only available for a very short time before being fixed by 2.4.5 Update to the latest CMake release (2.4.7) and try again. And don't forget to start over with an empty binary directory after updating CMake... HTH, David On 12/11/07, Cem DEMiRKIR