[Insight-users] (no subject)

Dan Mueller dan.muel at gmail.com
Mon Nov 23 12:21:59 EST 2009


Hi Munther,

It seems the "Hello World" application is not compatible with your
version of CMake...

Perhaps try CMake version 2.4.x? Anyone else on the list have ideas?

Regards, Dan

2009/11/23 Gdeisat, Munther <M.A.Gdeisat at ljmu.ac.uk>:
> Dear Dan,
>
> I followed the tutorial step by step and I got the errors below from Cmake. I used Visual studio 2005. Any suggestions to fix this error.
>
> Your help is much appreciated. Thank you.
>
> Munther
> ##########=================================
> Check for working C compiler: cl
>
> Check for working C compiler: cl -- works
>
> Detecting C compiler ABI info
>
> Detecting C compiler ABI info - done
>
> Check for working CXX compiler: cl
>
> Check for working CXX compiler: cl -- works
>
> Detecting CXX compiler ABI info
>
> Detecting CXX compiler ABI info - done
>
> CMake Warning (dev) in CMakeLists.txt:
>
> No cmake_minimum_required command is present. A line of code such as
>
> cmake_minimum_required(VERSION 2.8)
>
> should be added at the top of the file. The version specified may be lower
>
> if you wish to support older CMake versions for this project. For more
>
> information run "cmake --help-policy CMP0000".
>
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> Looking for EnumProcesses in Psapi
>
> Looking for EnumProcesses in Psapi - not found
>
> Looking for mallinfo in malloc
>
> Looking for mallinfo in malloc - not found
>
> CMake Error at Common/CMakeLists.txt:163 (INSTALL):
>
> install TARGETS given no ARCHIVE DESTINATION for static library target
>
> "ITKCommon".
>
> CMake Error at Numerics/CMakeLists.txt:47 (INSTALL):
>
> install TARGETS given no ARCHIVE DESTINATION for static library target
>
> "ITKNumerics".
>
> CMake Error at Numerics/Statistics/CMakeLists.txt:21 (INSTALL):
>
> install TARGETS given no ARCHIVE DESTINATION for static library target
>
> "ITKStatistics".
>
> CMake Error at Numerics/FEM/CMakeLists.txt:169 (INCLUDE):
>
> include could not find load file:
>
> /CMake/itkCheckCXXAcceptsFlags.cmake
>
> CMake Error at Numerics/FEM/CMakeLists.txt:170 (itkCHECK_CXX_ACCEPTS_FLAGS):
>
> Unknown CMake command "itkCHECK_CXX_ACCEPTS_FLAGS".
>
> Configuring incomplete, errors occurred!
>
>
> ________________________________
>
> From: insight-users-bounces at itk.org on behalf of Dan Mueller
> Sent: Thu 19/11/2009 12:22
> To: Gdeisat, Munther
> Cc: insight-users at itk.org
> Subject: Re: [Insight-users] (no subject)
>
>
>
> Hi Munter,
>
>         Welcome to ITK !
>
> The simplest way to build the toolkit is described here:
>    http://www.itk.org/ITK/help/tutorials.html
>
> More specifically in:
>    http://www.itk.org/CourseWare/Training/GettingStarted-I.pdf
>
> You should also read the introductory chapter of the ITK Software Guide:
>    http://www.itk.org/ItkSoftwareGuide.pdf
>
> Please let us know if you run into any problems.
>
> Cheers, Dan
>
> 2009/11/19 Gdeisat, Munther <M.A.Gdeisat at ljmu.ac.uk>:
>> dear all,
>>
>> I would like to ask about how to compile hello world in the ITK using Microsoft Visual C++ 2005. Your help is much appreciated. Thanks.
>>
>> Munter Gdeisat
>


More information about the Insight-users mailing list