<div dir="ltr"><div>Did you configure your simple program with CMake? Can you show us the CMakeLists.txt file for your sample program.<br><br></div>Bill<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Apr 6, 2013 at 6:35 AM, SUMIT SARKAR <span dir="ltr">&lt;<a href="mailto:maverikhardcoded@gmail.com" target="_blank">maverikhardcoded@gmail.com</a>&gt;</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-size:13px;font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;padding:0.3em 0.8em 0.5em;border:2px solid rgb(204,204,204)"><div>
Hi all.... I am new to the structure of ITK and I am facing this problem of building ITK with CMAKE. steps I have done are... 1.) downloaded ITK and used CMAKE with VS2010 on 64bit windows 2.) libraries are successfully generated but the bin folder only consists of .exe not any .dlls (generaly the bin folder consists of .dlls ..I am speaking from my previous knowledge of building OpenCV with CMAKE). Have I done something wrong? 3.) I wrote a simple hello world program in C++ by including the itkImage.h header file and itk namespace. Compile error came that itkConfigure.h is missing. I found the itkConfigure.h header in the modules-&gt;core-&gt;common-&gt;src directory of the build folder(target folder for bin in CMAKE).I copied and pasted it in the include directory of the modules-&gt;core-&gt;common-&gt;include of the source directory(source of the CMAKE ). 4.) Now again it shows an error of vcl_limits.h not found....the itkConfigure.h was called by the itkMacro.h and the vcl_limits.h is calle dby the itkNumericTraits.h 5.) the hello world example only shhows to include itkImage.h as the header...are othe heaers required? Please help...thanx..</div>

<div><br></div></div></div>
<br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>