Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-08-02 Thread David Cole
On Mon, Aug 1, 2011 at 5:59 PM, Sascha Zelzer s.zel...@dkfz-heidelberg.de wrote: Hi, I played around with the ExternalProject unit tests and was able to reproduce my problem with the current HEAD ExternalProjects.cmake file. It boils down to *not* adding the UPDATE_COMMAND line: 1.) In

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-08-02 Thread Jean-Christophe Fillion-Robin
Within CTK, Where we are specifying a specific SHA1, we could set UPDATE_COMMAND to be Where we are specifying a branch like origin/master, this is were the problem occurs. I guess we could also specify a given SHA1. This will prevent the external project to be a moving target and will ensure

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-08-02 Thread Sascha Zelzer
On 08/02/2011 01:28 PM, David Cole wrote: Thanks for this info... I've reproduced the problem now, too. I'm not sure what to do about it yet, but I can make it happen: that's the first step toward a fix. There should not be a need for an update step if you're snapped to particular hash or

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-08-02 Thread Sascha Zelzer
Hi, I agree with JC and will move the CTK discussion to the ctk-developers list. Thanks, Sascha On 08/02/2011 05:21 PM, Jean-Christophe Fillion-Robin wrote: Within CTK, Where we are specifying a specific SHA1, we could set UPDATE_COMMAND to be Where we are specifying a branch like

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-08-01 Thread Sascha Zelzer
Hi, On 07/29/2011 12:30 PM, David Cole wrote: Is your VS 2010 in German by any chance? (Or the path name to the installation of VS 2010?) My Visual Studio is in English, but it is installed on a German Windows 7 (under C:\Programme (x86)\...) - Sascha We do not typically test on

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-08-01 Thread Sascha Zelzer
Hi, I played around with the ExternalProject unit tests and was able to reproduce my problem with the current HEAD ExternalProjects.cmake file. It boils down to *not* adding the UPDATE_COMMAND line: 1.) In CMake/Tests/ExternalProject/CMakeLists.txt:487 remove (or comment in) the

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-29 Thread Sascha Zelzer
Hi, Thanks David and Yuri for the information. In my case (with CTK), there are no error messages. The download step is successfully completed and the following steps are just skipped. VS then reports that everything was successfull (or up-to-date). I will play with your test cases and my

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-29 Thread David Cole
Is your VS 2010 in German by any chance? (Or the path name to the installation of VS 2010?) We do not typically test on non-English platforms or build tools... On Fri, Jul 29, 2011 at 2:14 AM, Sascha Zelzer s.zel...@dkfz-heidelberg.dewrote: Hi, Thanks David and Yuri for the information. In

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-29 Thread David Cole
Can you send along the output that you do see when your project is downloading, and the build output that immediately follows that? Does it say anything about the steps that come after download? For example, when I build the ExternalProject test and build only the project TutorialStep5-Local,

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-28 Thread David Cole
The ExternalProject test in the CMake test suite passes on Visual Studio 2010. You can see all the variations of ExternalProject usage the test tries in this file:

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-27 Thread Sascha Zelzer
Hi, Is nobody on this list using CTK or Slicer with Visual Studio 2010 in superbuild mode? If you do, could you please post if you had success or not? Thanks, Sascha On 07/22/2011 06:20 PM, Jean-Christophe Fillion-Robin wrote: Hi Folks, Before digging further into the problem ... if some

Re: [CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-27 Thread Yuri Timenkov
I'm not sure I understood your question, but now I use ExternalProject (from CMake 2.8.4) with Visual Studio 2010 which has 2 externals: one built with custom command (the C# project) and the second one is CMake-based but with VC6 generator. Everything compiles and works fine. But I don't have

[CMake] VS2010 and superbuild - Fwd: [Ctk-developers] VS2010 support

2011-07-22 Thread Jean-Christophe Fillion-Robin
Hi Folks, Before digging further into the problem ... if some your experience issue with VS2010 and superbuild .. would be great if you could provide more details about your investigation. Thanks Jc -- Forwarded message -- From: Sascha Zelzer s.zel...@dkfz-heidelberg.de Date: