[Insight-users] ITK installation problem

Luis Ibanez luis.ibanez at kitware.com
Thu Jun 24 21:14:57 EDT 2010


Hi Tanmay,

Thanks for letting us know that you solved the problem.


      Luis

--------------------------------------
On Thu, Jun 24, 2010 at 2:53 AM, Tanmay Nath <meet10may at gmail.com> wrote:

> Hi Luiz,
> Finally I was able to install the ITK.As you suggested,there was
> problem in my compiler.
>
> Thank You for helping me.
>
> regards,
> Tanmay Nath
>
> On Sun, Jun 20, 2010 at 2:29 AM, Luis Ibanez <luis.ibanez at kitware.com>
> wrote:
> >
> > Hi Tanmay,
> >
> > Thanks for posting the full error message.
> >
> > This seems to be related this email trail in the CMake list:
> > http://www.cmake.org/pipermail/cmake/2010-March/035937.html
> >
> > and seems to be the result of a misconfiguration
> > in your compiler.
> >
> > or a permissions issue:
> > http://www.cmake.org/pipermail/cmake/2010-March/035936.html
> >
> >
> > In either case,
> >
> > it doesn't seem to be an ITK problem in itself.
> >
> >
> > I would suggest that you try first building a
> > minimal CMake project with your current
> > compiler.
> >
> > Something like
> >
> > CMakeLists.txt:
> >
> > ADD_EXECUTABLE(HelloWorld HelloWorld.cxx)
> >
> >
> > HelloWorld.cxx:
> >
> > #include <iostream>
> > int main()
> > {
> >    std::cout << "HelloWorld" << std::endl;
> >    return 1;
> > }
> >
> >
> > Configure this with CMake and see
> > if you can build it with your compiler.
> >
> >
> >
> >     Regards,
> >
> >
> >          Luis
> >
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100624/5554a5ae/attachment.htm>


More information about the Insight-users mailing list