<div dir="ltr">The presentation that I have attached can be found on the first website cited in your e-mail:<div><br></div><div><a href="http://www.itk.org/CourseWare/Training/GettingStarted-I.pdf" target="_blank">http://www.itk.org/CourseWare/Training/GettingStarted-I.pdf</a><br></div><div><br></div><div>The reason I am making this point is because one week ago I was getting those results, and now I am not. I do not believe that the software has changed so fast. So I am wondering what am I doing wrong.</div><div><br></div><div>Many thanks.</div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 November 2015 at 07:50, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Many thanks.</div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On 18 November 2015 at 20:24, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">That is some old presentation (from 2007). Where did you find it? Things have changed since then.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">The current documentation is indexed here: <a href="http://www.itk.org/ITK/help/documentation.html" target="_blank">http://www.itk.org/ITK/help/documentation.html</a></div><div style="font-family:verdana,sans-serif;font-size:small">Especially the software guide: <a href="http://www.itk.org/ItkSoftwareGuide.pdf" target="_blank">http://www.itk.org/ItkSoftwareGuide.pdf</a></div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Regards</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 18, 2015 at 1:34 PM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Why is this information different from the one in the official (attached) tutorial, slide 27-28? Many thanks.</div><div class="gmail_extra"><br><div class="gmail_quote"><span>On 18 November 2015 at 19:15, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br></span><div><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">ITK is largely a template library, which means it does not have a lot of DLLs. Including headers is mostly sufficient. Also, ~/ITK_bin/<b>lib</b>/Debug/ should contain library files, <b>NOT</b> ~/ITK_bin/<b>bin</b>/Debug/.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">It looks like you have successfully built ITK. Now you can configure projects which require ITK by pointing them (setting ITK_DIR variable) to <i>~/ITK_bin/</i>.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">The simplest possible CMake configuration file for a program using ITK is attached. You just need to provide C++ code (tester.cpp). It could be one of the <a href="http://itk.org/Wiki/ITK/Examples" target="_blank">Wiki examples</a>. Then configure it with CMake, and build it using the same generator as ITK (VS2015 x64).</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">HTH</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 18, 2015 at 12:25 PM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:verdana,sans-serif;font-size:12.8px">Hi Dženan,</span><div><font face="verdana, sans-serif"><span style="font-size:12.8px"><br></span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px">Many thanks - there was a different patch that needed to be applied. See the description in the attached document. I summarize things below.</span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px"><br></span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px">System: Windows 10 64bit OS</span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px"><br></span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px">In summary:</span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px">- re-installed Git [master] + patch that solved the errors</span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px">- re-installed CMake</span></font></div><div><font face="verdana, sans-serif"><span style="font-size:12.8px">- Configured and Generated Project in CMake (NO errors)<br clear="all"></span></font><div>- BUILD-ALL in VS 14 2015 (NO error message)</div><div><br></div><div>Result:</div><div>- the .../ITK_bin/bin/Debug does not contain the expected folders/files: </div><div><span style="font-size:12.8px">ITKCommon, </span><span style="font-size:12.8px">ITKBasicFilters, </span><span style="font-size:12.8px">ITKAlgorithms, </span><span style="font-size:12.8px">ITKNumerics, </span><span style="font-size:12.8px">ITKFEM, </span><span style="font-size:12.8px">ITKIO, </span><span style="font-size:12.8px">ITKStatistics, </span><span style="font-size:12.8px">ITKMetalIO, </span><span style="font-size:12.8px">itkpng, </span><span style="font-size:12.8px">itkzlib.</span></div><div><span style="font-size:12.8px">- there is no Release folder in </span>.../ITK_bin/bin/</div><div><br></div><div>Each and every step is detailed and illustrated in the attached documents:</div><div><br></div><div>1. ITK_TOOLKIT_compilation_18112015.pdf (The end of this file contains a snapshot of the folders mentioned by You above.)</div><div>2. CMakeCache.txt </div><div>3. VS 14 2015 output: VS_14_2015_OUTPUT_18112015.pdf</div><div><br></div><div>I would welcome your insights. Many thanks in advance.</div><br><div><div dir="ltr">--<div>Tunde</div></div></div></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On 18 November 2015 at 15:45, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">Since static libraries are built by default, ~/ITK_bin/bin/Debug/ contains only 3 exe files on my machine (and no DLLs). However ~/ITK_bin/lib/Debug/ should contain a bunch of .lib files. If it is so, you have successfully built ITK in debug mode.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Regarding that patch, you should not have to apply it, it should be included. What is the latest commit in the commit log of ITK? Mine is this:</div><div><div><font face="verdana, sans-serif"><br></font></div><div><font face="monospace, monospace">Revision: d248d5f52ad66b19346cab3e8336715a3a628980</font></div><div><font face="monospace, monospace">Author: Hyun Jae Kang <<a href="mailto:hyunjae.kang@kitware.com" target="_blank">hyunjae.kang@kitware.com</a>></font></div><div><font face="monospace, monospace">Date: 2015-11-17 08:24:57</font></div><div><font face="monospace, monospace">Message:</font></div><div><font face="monospace, monospace">Merge topic 'warning-itkResourceProbe'</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">3d3b908f COMP: Fix data-conversion warning message on itkResourceProbe</font></div><div><font face="monospace, monospace">----</font></div><div><font face="monospace, monospace">Modified: Modules/Core/Common/include/itkResourceProbe.h</font></div><div><font face="monospace, monospace">Modified: Modules/Core/Common/include/itkResourceProbe.hxx</font></div><div><font face="monospace, monospace">Modified: CMakeLists.txt</font></div><div style="font-family:verdana,sans-serif;font-size:small"><br></div></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 18, 2015 at 2:30 AM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Thank you, I have made the new selection to VS 14 2015 Win64 generator in CMake.</div><div><br></div>However, the patch that solved the error messages is:<div><br></div><div><a href="http://review.source.kitware.com/#/c/20272/" target="_blank">http://review.source.kitware.com/#/c/20272/</a><br></div><div><br></div><div>and NOT:</div><div><br></div><div><a href="http://review.source.kitware.com/#/c/20154/1" style="font-size:12.8px" target="_blank">http://review.source.kitware.com/#/c/20154/1</a><span style="font-size:12.8px"> </span><br></div><div><span style="font-size:12.8px"><br></span></div><div>I have now no errors during CMake configuration/generation step. The VS 14 2015 build is successful with 335 succeeded, 0 failed, 0 updated.</div><div><br></div><div>BUT the ~/ITK_bin/bin/Debug/  does not contain the expected directories/files. By expected I mean the ones specified in the ITK_Tutorial:</div><div><br></div><div>ITKCommon</div><div>ITKBasicFilters</div><div>ITKAlgorithms</div><div>ITKNumerics</div><div>ITKFEM</div><div>ITKIO</div><div>ITKStatistics</div><div>ITKMetalIO</div><div>itkpng</div><div>itkzlib</div><div><br></div><div>I have attached the CMakeCache.txt and the selection in the configuration stage in CMake.</div><div><br></div><div>Many thanks in advance.</div><div><br></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On 18 November 2015 at 04:40, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">What I meant is that the choice of generator should include Win64 in its name, as shown in the attached screenshot. CMake executable is Win32, that does not matter. Also, I just built ITK in 32 bit mode without issues, so something else is amiss.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Can you attach your CMakeCache.txt?</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 8:12 PM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have tried without the patch, but I am receiving the same error message. My generator is VS 14 2015 (see CMake window on the LHS). <div><br></div><div>Now, I have cleaned everything and started with a fresh installation:</div><div>- Git Bash</div><div>- CMake</div><div>- ITK master</div><div><br></div><div>I realized that only Win32 CMake exists on the official website:</div><div><a href="https://cmake.org/download/" target="_blank">https://cmake.org/download/</a><br></div><div><br></div><div>Is this what you refer to in your e-mail below? What else would you recommend?</div><div><br></div><div>Many thanks.</div><div><br></div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On 18 November 2015 at 01:34, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">That patch was merged to master, so you don't need to apply it.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">I used VS2015 <b>Win64</b> as the generator. You seem to be using <b>Win32</b>, that might make a difference.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">I used version 3.3.1, which I installed some time ago. You are using release candidate version - I doubt that is the reason.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Can you try a clean clone (git clone git://<a href="http://itk.org/ITK.git" target="_blank">itk.org/ITK.git</a>), and then building into a clean directory?</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 7:19 PM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">During CMake I am getting the attached error message. All the error messages I receive is with reference to exe files starting with cmTC_XXXXXX.exe. I have used the patch from Matt from September 1 to solve this (<a href="http://review.source.kitware.com/#/c/20154/1" target="_blank">http://review.source.kitware.com/#/c/20154/1</a> - Checkout), but this still results in the same error messages as before. I have attached one of the error messages that appear during CMake project configuration.<div><br></div><div>Many thanks.</div></div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On 18 November 2015 at 00:41, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">Master branch from <a>git://itk.org/ITK.git</a></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 6:34 PM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Which ITK version did you use?</div><div class="gmail_extra"><div><div><br><div class="gmail_quote">On 18 November 2015 at 00:14, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">This configuration compiles fine in debug too.</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 5:45 PM, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small">Hi Tünde,</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">checking out <b>master</b> branch and CMake configuration went fine. To speed up compile time, I disabled building of examples and testing. I also enabled ITK_LEGACY_REMOVE. I did not enable Module_ITKVtkGlue.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Opening the solution file in VS2015 was fairly slow - it might have something to do with the fact I just installed it. Building in Release x64 finished without a problem: 212 succeeded, 0 failed, 3 skipped.</div><div style="font-family:verdana,sans-serif;font-size:small"><br></div><div style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Tue, Nov 17, 2015 at 5:14 AM, Tünde Szilágyi <span dir="ltr"><<a href="mailto:a.tunde.szilagyi@gmail.com" target="_blank">a.tunde.szilagyi@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div>Hi Everyone,</div><div><br></div><div>I would be interested whether anyone has managed to build the ITK Toolkit on Windows 10 64 bit with Microsoft VS 14 2015?</div><div><br></div><div>Many thanks.</div><div>Tunde</div>
</div>
<br></div></div>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div></div></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">--<div>Tunde</div></div></div>
</div></div>