<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
On 07/29/2011 12:30 PM, David Cole wrote:
<blockquote
cite="mid:CAAdwe9WnSni4WZRCnjxB62nMJ5+0W0oVYSHMuzPbdmfe_PvpTA@mail.gmail.com"
type="cite">Is your VS 2010 in German by any chance? (Or the path
name to the installation of VS 2010?)<br>
</blockquote>
<br>
My Visual Studio is in English, but it is installed on a German
Windows 7 (under C:\Programme (x86)\...)<br>
<br>
- Sascha<br>
<br>
<blockquote
cite="mid:CAAdwe9WnSni4WZRCnjxB62nMJ5+0W0oVYSHMuzPbdmfe_PvpTA@mail.gmail.com"
type="cite"><br>
<div>We do not typically test on non-English platforms or build
tools...<br>
<div><br>
</div>
<div><br>
<div class="gmail_quote">
On Fri, Jul 29, 2011 at 2:14 AM, Sascha Zelzer <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:s.zelzer@dkfz-heidelberg.de">s.zelzer@dkfz-heidelberg.de</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Hi,<br>
<br>
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).<br>
<br>
I will play with your test cases and my VS 2010
installation.<br>
<br>
Thanks,<br>
<font color="#888888">
Sascha</font>
<div>
<div class="h5"><br>
<br>
On 07/29/2011 12:30 AM, David Cole wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt
0pt 0.8ex; border-left: 1px solid rgb(204, 204,
204); padding-left: 1ex;">
The ExternalProject test in the CMake test suite
passes on Visual Studio 2010.<br>
<br>
You can see all the variations of ExternalProject
usage the test tries<br>
in this file:<br>
<a moz-do-not-send="true"
href="http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/ExternalProject/CMakeLists.txt;h=4a542d722ff127e672a63082c6bb35de1f3ef9cd;hb=b6fb213ed1431321fab0705beb3aae82f451dcc8"
target="_blank">http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/ExternalProject/CMakeLists.txt;h=4a542d722ff127e672a63082c6bb35de1f3ef9cd;hb=b6fb213ed1431321fab0705beb3aae82f451dcc8</a><br>
<br>
Are there any error messages you get? Or are steps
just skipped?<br>
<br>
??<br>
David<br>
<br>
<br>
On Wed, Jul 27, 2011 at 11:38 PM, Yuri Timenkov<<a
moz-do-not-send="true"
href="mailto:yuri@timenkov.ru" target="_blank">yuri@timenkov.ru</a>>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt
0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
204, 204); padding-left: 1ex;">
I'm not sure I understood your question, but now I
use ExternalProject (from<br>
CMake 2.8.4) with Visual Studio 2010 which has 2
externals: one built with<br>
custom command (the C# project) and the second one
is CMake-based but with<br>
VC6 generator. Everything compiles and works fine.
But I don't have download<br>
step - everything is in my source directory.<br>
<br>
The only wish I have I filed to Mantis:<br>
<a moz-do-not-send="true"
href="http://public.kitware.com/Bug/view.php?id=12322"
target="_blank">http://public.kitware.com/Bug/view.php?id=12322</a><br>
<br>
Regards,<br>
Yuri<br>
<br>
On Thu, Jul 28, 2011 at 12:37 AM, Sascha Zelzer<br>
<<a moz-do-not-send="true"
href="mailto:s.zelzer@dkfz-heidelberg.de"
target="_blank">s.zelzer@dkfz-heidelberg.de</a>>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt
0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
204, 204); padding-left: 1ex;">
Hi,<br>
<br>
Is nobody on this list using CTK or Slicer with
Visual Studio 2010 in<br>
superbuild mode? If you do, could you please
post if you had success or not?<br>
<br>
Thanks,<br>
Sascha<br>
<br>
On 07/22/2011 06:20 PM, Jean-Christophe
Fillion-Robin wrote:<br>
<br>
Hi Folks,<br>
<br>
Before digging further into the problem ... if
some your experience issue<br>
with VS2010 and superbuild .. would be great if
you could provide more<br>
details about your investigation.<br>
<br>
Thanks<br>
Jc<br>
<br>
---------- Forwarded message ----------<br>
From: Sascha Zelzer<<a moz-do-not-send="true"
href="mailto:s.zelzer@dkfz-heidelberg.de"
target="_blank">s.zelzer@dkfz-heidelberg.de</a>><br>
Date: Fri, Jul 22, 2011 at 12:07 PM<br>
Subject: Re: [Ctk-developers] VS2010 support<br>
To: <a moz-do-not-send="true"
href="mailto:ctk-developers@commontk.org"
target="_blank">ctk-developers@commontk.org</a><br>
<br>
<br>
Hi,<br>
<br>
there is something very strange going on. The
generated VS 2010 projects<br>
(I am using the Express editions, 32bit) for the
external dependencies like<br>
DCMTK, Log4Qt, etc. only call the download step
of the ExternalProject_add<br>
call in our superbuild scripts. The projects are
not configured and build.<br>
<br>
Did anybody experience the same? I tried with
and without the VS 2010 SP1<br>
and with CMake 2.8.4 and 2.8.5.<br>
<br>
Thanks,<br>
Sascha<br>
<br>
On 07/22/2011 01:39 PM, Sascha Zelzer wrote:<br>
<blockquote class="gmail_quote" style="margin:
0pt 0pt 0pt 0.8ex; border-left: 1px solid
rgb(204, 204, 204); padding-left: 1ex;">
Hi Folks,<br>
<br>
I would like to get Visual Studio 2010
compatibility for CTK.<br>
<br>
Currently, it looks like I will have to copy
ExternalProject.cmake to<br>
CTK for the CMAKE_CACHE_ARGS argument. Then a
couple of small<br>
modifications should do.<br>
<br>
Any other ideas or objections?<br>
<br>
Thanks,<br>
<br>
Sascha<br>
_______________________________________________<br>
Ctk-developers mailing list<br>
<a moz-do-not-send="true"
href="mailto:Ctk-developers@commontk.org"
target="_blank">Ctk-developers@commontk.org</a><br>
<a moz-do-not-send="true"
href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers"
target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
</blockquote>
_______________________________________________<br>
Ctk-developers mailing list<br>
<a moz-do-not-send="true"
href="mailto:Ctk-developers@commontk.org"
target="_blank">Ctk-developers@commontk.org</a><br>
<a moz-do-not-send="true"
href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers"
target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
<br>
<br>
<br>
--<br>
<a moz-do-not-send="true"
href="tel:%2B1%20919%20869%208849"
value="+19198698849" target="_blank">+1 919
869 8849</a><br>
<br>
<br>
<br>
_______________________________________________<br>
Powered by <a moz-do-not-send="true"
href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a moz-do-not-send="true"
href="http://www.kitware.com/opensource/opensource.html"
target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the
CMake FAQ at:<br>
<a moz-do-not-send="true"
href="http://www.cmake.org/Wiki/CMake_FAQ"
target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a moz-do-not-send="true"
href="http://www.cmake.org/mailman/listinfo/cmake"
target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote>
<br>
_______________________________________________<br>
Powered by <a moz-do-not-send="true"
href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a moz-do-not-send="true"
href="http://www.kitware.com/opensource/opensource.html"
target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake
FAQ at:<br>
<a moz-do-not-send="true"
href="http://www.cmake.org/Wiki/CMake_FAQ"
target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a moz-do-not-send="true"
href="http://www.cmake.org/mailman/listinfo/cmake"
target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
</blockquote>
</blockquote>
<br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
<br>
</body>
</html>