<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"><<a href="mailto:meet10may@gmail.com">meet10may@gmail.com</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 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 <<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>> wrote:<br>
><br>
> Hi Tanmay,<br>
><br>
> Thanks for posting the full error message.<br>
><br>
> This seems to be related this email trail in the CMake list:<br>
> <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>
><br>
> and seems to be the result of a misconfiguration<br>
> in your compiler.<br>
><br>
> or a permissions issue:<br>
> <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>
><br>
><br>
> In either case,<br>
><br>
> it doesn't seem to be an ITK problem in itself.<br>
><br>
><br>
> I would suggest that you try first building a<br>
> minimal CMake project with your current<br>
> compiler.<br>
><br>
> Something like<br>
><br>
> CMakeLists.txt:<br>
><br>
> ADD_EXECUTABLE(HelloWorld HelloWorld.cxx)<br>
><br>
><br>
> HelloWorld.cxx:<br>
><br>
> #include <iostream><br>
> int main()<br>
> {<br>
> std::cout << "HelloWorld" << std::endl;<br>
> return 1;<br>
> }<br>
><br>
><br>
> Configure this with CMake and see<br>
> if you can build it with your compiler.<br>
><br>
><br>
><br>
> Regards,<br>
><br>
><br>
> Luis<br>
><br>
><br>
><br></div></div></blockquote></div><br>