<br>Hi Tanmay,<br><br>Thanks for letting us know that you solved the problem.<br><br><br>      Luis<br><br>--------------------------------------<br><div class="gmail_quote">On Thu, Jun 24, 2010 at 2:53 AM, Tanmay Nath <span dir="ltr">&lt;<a href="mailto:meet10may@gmail.com">meet10may@gmail.com</a>&gt;</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 Luiz,<br>
Finally I was able to install the ITK.As you suggested,there was<br>
problem in my compiler.<br>
<br>
Thank You for helping me.<br>
<br>
regards,<br>
Tanmay Nath<br>
<div><div></div><div class="h5"><br>
On Sun, Jun 20, 2010 at 2:29 AM, Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Tanmay,<br>
&gt;<br>
&gt; Thanks for posting the full error message.<br>
&gt;<br>
&gt; This seems to be related this email trail in the CMake list:<br>
&gt; <a href="http://www.cmake.org/pipermail/cmake/2010-March/035937.html" target="_blank">http://www.cmake.org/pipermail/cmake/2010-March/035937.html</a><br>
&gt;<br>
&gt; and seems to be the result of a misconfiguration<br>
&gt; in your compiler.<br>
&gt;<br>
&gt; or a permissions issue:<br>
&gt; <a href="http://www.cmake.org/pipermail/cmake/2010-March/035936.html" target="_blank">http://www.cmake.org/pipermail/cmake/2010-March/035936.html</a><br>
&gt;<br>
&gt;<br>
&gt; In either case,<br>
&gt;<br>
&gt; it doesn&#39;t seem to be an ITK problem in itself.<br>
&gt;<br>
&gt;<br>
&gt; I would suggest that you try first building a<br>
&gt; minimal CMake project with your current<br>
&gt; compiler.<br>
&gt;<br>
&gt; Something like<br>
&gt;<br>
&gt; CMakeLists.txt:<br>
&gt;<br>
&gt; ADD_EXECUTABLE(HelloWorld HelloWorld.cxx)<br>
&gt;<br>
&gt;<br>
&gt; HelloWorld.cxx:<br>
&gt;<br>
&gt; #include &lt;iostream&gt;<br>
&gt; int main()<br>
&gt; {<br>
&gt;    std::cout &lt;&lt; &quot;HelloWorld&quot; &lt;&lt; std::endl;<br>
&gt;    return 1;<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt; Configure this with CMake and see<br>
&gt; if you can build it with your compiler.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     Regards,<br>
&gt;<br>
&gt;<br>
&gt;          Luis<br>
&gt;<br>
&gt;<br>
&gt;<br></div></div></blockquote></div><br>