[Insight-users] Problems building itk under MinGW

URI zallen at wheelinghospital.com
Tue Dec 22 03:38:04 EST 2009


Bill-

When I go to my source directory and type

cvs -nq update

I get the following output:

cvs [update aborted]: unrecognized auth response from www.itk.org: cvs
[pserver: no such repositorynsight

That last part is typed correctly, it says "no such repositorynsight".




Bill Lorensen wrote:
> 
> I am afraid will have to start from scratch again. Since I can't see
> what buttons you are hitting I can't tell where you are going wrong.
> 
> 1) remove the contents of the Insight-mingw.
> 2) Please do a cvs -nq update in the source directory. We want to make
> sure that there are no cmake generated files that exist there because
> of an accidental cmake run in the source tree.
> 3) Then run cmake as instructed before.
> 
> On Fri, Dec 11, 2009 at 12:16 PM, URI <zallen at wheelinghospital.com> wrote:
>>
>> Yeah, I missed that part.  I hit the "Generate" button and it runs for a
>> bit,
>> then I get this message:
>>
>> Linking C executable ../../bin/itksysEncodeExecutable.exe  (this part is
>> in
>> red, the rest is in white)
>> make[1]: execvp: /C/CMake_2_8/bin/cmake.exe: Invalid argument
>> make[1]: *** [Utilities/kwsys/CMakeFiles/itksysEncodeExecutable.dir/all]
>> Error 127
>> make: *** [all] Error 2
>>
>>
>>
>>
>> Bill Lorensen wrote:
>>>
>>> Maybe I forgot to tell you step 9? Did you press OK?
>>>
>>> 9) In cmake Press OK to generate selected build files and exit
>>>
>>> On Fri, Dec 11, 2009 at 8:37 AM, Bill Lorensen <bill.lorensen at gmail.com>
>>> wrote:
>>>> OK, so there is no Makefile in this directory. When you ran cmake, did
>>>> any error or warning windows pop up?
>>>>
>>>> On Fri, Dec 11, 2009 at 12:36 AM, URI <zallen at wheelinghospital.com>
>>>> wrote:
>>>>>
>>>>> Here's what I get:
>>>>>
>>>>> AllowContinuous.sh
>>>>> BuildContinuous.sh
>>>>> BuildContinuousWithCTest.sh
>>>>> CMake
>>>>> CMakeCache.txt
>>>>> CMakeFiles
>>>>> CMakeTmp
>>>>> CPackConfig.cmake
>>>>> CPackSourceConfig.cmake
>>>>> CTestCustom.cmake
>>>>> Code
>>>>> DartConfiguration.tcl
>>>>> Examples
>>>>> ITKBuildSettings.cmake
>>>>> ITKConfig.cmake
>>>>> ITKLibraryDepends.cmake
>>>>> PreventContinuous.sh
>>>>> Testing
>>>>> UseITK.cmake
>>>>> Utilities
>>>>> Wrapping
>>>>> creonentry
>>>>> itkConfigure.h
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Bill Lorensen wrote:
>>>>>>
>>>>>> navigate to C:\msys\1.0\home\Insight-mingw
>>>>>> type ls and send the output to me
>>>>>>
>>>>>> On Thu, Dec 10, 2009 at 11:03 PM, URI <zallen at wheelinghospital.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> Let me explain what I've done so I'm sure we're talking about the
>>>>>>> same
>>>>>>> thing:
>>>>>>>
>>>>>>> I ran Msys and typed "mkdir Insight-mingw " as per Steps 1 and 2.
>>>>>>>  This
>>>>>>> created a new folder C:\msys\1.0\home\Insight-mingw
>>>>>>>
>>>>>>> In my CMake gui I set the "Where to build the binaries" to that same
>>>>>>> folder.
>>>>>>>
>>>>>>> I did all the "Configure" stuff and all those files and folders
>>>>>>> appear
>>>>>>> in
>>>>>>> that Insight-mingw folder.
>>>>>>>
>>>>>>> Then I start the Msys shell, navigate to
>>>>>>> C:\msys\1.0\home\Insight-mingw
>>>>>>> and
>>>>>>> type "make" and that's when I get the error.
>>>>>>>
>>>>>>> If I look in that Insight-mingw folder where I built the binaries
>>>>>>> there
>>>>>>> is a
>>>>>>> CMakeCache.txt file, but it does not have a Project_BINARY_DIR
>>>>>>> variable.
>>>>>>>
>>>>>>> Here is my CMakeCache.txt file:
>>>>>>>
>>>>>>> # This is the CMakeCache file.
>>>>>>> # For build in directory: c:/msys/1.0/home/Insight-mingw
>>>>>>> # It was generated by CMake: C:/CMake_2_8/bin/cmake.exe
>>>>>>> # You can edit this file to change values found and used by cmake.
>>>>>>> # If you do not want to change any of the values, simply exit the
>>>>>>> editor.
>>>>>>> # If you do want to change a value, simply edit, save, and exit the
>>>>>>> editor.
>>>>>>> # The syntax for the file is as follows:
>>>>>>> # KEY:TYPE=VALUE
>>>>>>> # KEY is the name of a variable in the cache.
>>>>>>> # TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
>>>>>>> # VALUE is the current value for the KEY.
>>>>>>>
>>>>>>> ########################
>>>>>>> # EXTERNAL cache entries
>>>>>>> ########################
>>>>>>>
>>>>>>> //Name of build on the dashboard
>>>>>>> BUILDNAME:STRING=Win32-make
>>>>>>>
>>>>>>> //Build Doxygen Documentation
>>>>>>> BUILD_DOXYGEN:BOOL=OFF
>>>>>>>
>>>>>>> //Build the Examples directory.
>>>>>>> BUILD_EXAMPLES:BOOL=ON
>>>>>>>
>>>>>>> //Toggle building shared libraries
>>>>>>> BUILD_SHARED_LIBS:BOOL=OFF
>>>>>>>
>>>>>>> //Build the testing tree.
>>>>>>> BUILD_TESTING:BOOL=ON
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_AR:FILEPATH=C:/MinGW/bin/ar.exe
>>>>>>>
>>>>>>> //For backwards compatibility, what version of CMake commands and
>>>>>>> // syntax should this version of CMake try to support.
>>>>>>> CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4
>>>>>>>
>>>>>>> //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
>>>>>>> // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
>>>>>>> CMAKE_BUILD_TYPE:STRING=
>>>>>>>
>>>>>>> //Enable/Disable color output during build.
>>>>>>> CMAKE_COLOR_MAKEFILE:BOOL=ON
>>>>>>>
>>>>>>> //CXX compiler.
>>>>>>> CMAKE_CXX_COMPILER:FILEPATH=C:/MinGW/bin/g++.exe
>>>>>>>
>>>>>>> //Flags used by the compiler during all build types.
>>>>>>> CMAKE_CXX_FLAGS:STRING=
>>>>>>>
>>>>>>> //Flags used by the compiler during debug builds.
>>>>>>> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
>>>>>>>
>>>>>>> //Flags used by the compiler during release minsize builds.
>>>>>>> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
>>>>>>>
>>>>>>> //Flags used by the compiler during release builds (/MD /Ob1 /Oi
>>>>>>> // /Ot /Oy /Gs will produce slightly less optimized but smaller
>>>>>>> // files).
>>>>>>> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
>>>>>>>
>>>>>>> //Flags used by the compiler during Release with Debug Info builds.
>>>>>>> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
>>>>>>>
>>>>>>> //Libraries linked by defalut with all C++ applications.
>>>>>>> CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32
>>>>>>> -lwinspool
>>>>>>> -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
>>>>>>>
>>>>>>> //C compiler.
>>>>>>> CMAKE_C_COMPILER:FILEPATH=C:/MinGW/bin/gcc.exe
>>>>>>>
>>>>>>> //Flags used by the compiler during all build types.
>>>>>>> CMAKE_C_FLAGS:STRING=
>>>>>>>
>>>>>>> //Flags used by the compiler during debug builds.
>>>>>>> CMAKE_C_FLAGS_DEBUG:STRING=-g
>>>>>>>
>>>>>>> //Flags used by the compiler during release minsize builds.
>>>>>>> CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
>>>>>>>
>>>>>>> //Flags used by the compiler during release builds (/MD /Ob1 /Oi
>>>>>>> // /Ot /Oy /Gs will produce slightly less optimized but smaller
>>>>>>> // files).
>>>>>>> CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
>>>>>>>
>>>>>>> //Flags used by the compiler during Release with Debug Info builds.
>>>>>>> CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
>>>>>>>
>>>>>>> //Libraries linked by defalut with all C applications.
>>>>>>> CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32
>>>>>>> -lwinspool
>>>>>>> -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
>>>>>>>
>>>>>>> //Flags used by the linker.
>>>>>>> CMAKE_EXE_LINKER_FLAGS:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during debug builds.
>>>>>>> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during release minsize builds.
>>>>>>> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during release builds.
>>>>>>> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during Release with Debug Info builds.
>>>>>>> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>>>>>>>
>>>>>>> //Use HP pthreads.
>>>>>>> CMAKE_HP_PTHREADS:BOOL=OFF
>>>>>>>
>>>>>>> //Install path prefix, prepended onto install directories.
>>>>>>> CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/ITK
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_LINKER:FILEPATH=C:/MinGW/bin/ld.exe
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_MAKE_PROGRAM:FILEPATH=C:/msys/1.0/bin/make.exe
>>>>>>>
>>>>>>> //Flags used by the linker during the creation of modules.
>>>>>>> CMAKE_MODULE_LINKER_FLAGS:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during debug builds.
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during release minsize builds.
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during release builds.
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during Release with Debug Info builds.
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_NM:FILEPATH=C:/MinGW/bin/nm.exe
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_OBJCOPY:FILEPATH=C:/MinGW/bin/objcopy.exe
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_OBJDUMP:FILEPATH=C:/MinGW/bin/objdump.exe
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> CMAKE_PROJECT_NAME:STATIC=ITK
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_RANLIB:FILEPATH=C:/MinGW/bin/ranlib.exe
>>>>>>>
>>>>>>> //Flags used by the linker during the creation of dll's.
>>>>>>> CMAKE_SHARED_LINKER_FLAGS:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during debug builds.
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during release minsize builds.
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during release builds.
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
>>>>>>>
>>>>>>> //Flags used by the linker during Release with Debug Info builds.
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>>>>>>>
>>>>>>> //If set, runtime paths are not added when using shared libraries.
>>>>>>> CMAKE_SKIP_RPATH:BOOL=OFF
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CMAKE_STRIP:FILEPATH=C:/MinGW/bin/strip.exe
>>>>>>>
>>>>>>> //Thread library used.
>>>>>>> CMAKE_THREAD_LIBS:STRING=
>>>>>>>
>>>>>>> //Use the pthreads library.
>>>>>>> CMAKE_USE_PTHREADS:BOOL=OFF
>>>>>>>
>>>>>>> //If true, cmake will use relative paths in makefiles and projects.
>>>>>>> CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
>>>>>>>
>>>>>>> //Use sproc libs.
>>>>>>> CMAKE_USE_SPROC:BOOL=OFF
>>>>>>>
>>>>>>> //Use the win32 thread library.
>>>>>>> CMAKE_USE_WIN32_THREADS:BOOL=ON
>>>>>>>
>>>>>>> //If this value is on, makefiles will be generated without the
>>>>>>> // .SILENT directive, and all commands will be echoed to the console
>>>>>>> // during the make.  This is useful for debugging only. With Visual
>>>>>>> // Studio IDE projects all commands are done without /nologo.
>>>>>>> CMAKE_VERBOSE_MAKEFILE:BOOL=OFF
>>>>>>>
>>>>>>> //X11 extra flags.
>>>>>>> CMAKE_X_CFLAGS:STRING=-I
>>>>>>>
>>>>>>> //Libraries and options used in X11 programs.
>>>>>>> CMAKE_X_LIBS:STRING=
>>>>>>>
>>>>>>> //Path to program used to compress files for transfer to the dart
>>>>>>> // server
>>>>>>> COMPRESSIONCOMMAND:FILEPATH=COMPRESSIONCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Path to the coverage program that CTest uses for performing
>>>>>>> coverage
>>>>>>> // inspection
>>>>>>> COVERAGE_COMMAND:FILEPATH=C:/MinGW/bin/gcov.exe
>>>>>>>
>>>>>>> //Enable to build NSIS packages
>>>>>>> CPACK_BINARY_NSIS:BOOL=ON
>>>>>>>
>>>>>>> //Enable to build ZIP packages
>>>>>>> CPACK_BINARY_ZIP:BOOL=OFF
>>>>>>>
>>>>>>> //Enable to build ZIP source packages
>>>>>>> CPACK_SOURCE_ZIP:BOOL=ON
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Options passed to the cvs update command.
>>>>>>> CVS_UPDATE_OPTIONS:STRING=-d -A -P
>>>>>>>
>>>>>>> //Limit of reported errors, -1 reports all.
>>>>>>> DART_BUILD_ERROR_REPORT_LIMIT:BOOL=OFF
>>>>>>>
>>>>>>> //Limit of reported warnings, -1 reports all.
>>>>>>> DART_BUILD_WARNING_REPORT_LIMIT:BOOL=OFF
>>>>>>>
>>>>>>> //If you have Dart installed, where is it located?
>>>>>>> DART_ROOT:PATH=DART_ROOT-NOTFOUND
>>>>>>>
>>>>>>> //Maximum time allowed before CTest will kill the test.
>>>>>>> DART_TESTING_TIMEOUT:STRING=1500
>>>>>>>
>>>>>>> //Show the actual output of the build, or if off show a . for each
>>>>>>> // 1024 bytes.
>>>>>>> DART_VERBOSE_BUILD:BOOL=OFF
>>>>>>>
>>>>>>> //Should Dart server send email when build errors are found in
>>>>>>> // Continuous builds?
>>>>>>> DELIVER_CONTINUOUS_EMAIL:BOOL=OFF
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> FilteringExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/Filtering
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> FilteringExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/Filtering
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> GDCM_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/gdcm
>>>>>>>
>>>>>>> //Remove all legacy code completely.
>>>>>>> GDCM_LEGACY_REMOVE:BOOL=OFF
>>>>>>>
>>>>>>> //Silence all legacy code messages.
>>>>>>> GDCM_LEGACY_SILENT:BOOL=OFF
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> GDCM_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/gdcm
>>>>>>>
>>>>>>> //Path to gunzip executable
>>>>>>> GUNZIPCOMMAND:FILEPATH=GUNZIPCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> IOExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/IO
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> IOExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/IO
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKAlgorithms_LIB_DEPENDS:STATIC=general;gdi32;general;ITKStatistics;general;ITKNumerics;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKBasicFilters_LIB_DEPENDS:STATIC=general;gdi32;general;ITKCommon;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKCommon_LIB_DEPENDS:STATIC=general;gdi32;general;itkvnl_inst;general;itksys;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKDICOMParser_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKEXPAT_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/expat
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKEXPAT_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKEXPAT_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/expat
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKEXTHDRS_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/itkExtHdrs
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKEXTHDRS_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/itkExtHdrs
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKFEM_LIB_DEPENDS:STATIC=general;gdi32;general;ITKBasicFilters;general;ITKIO;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKIO_LIB_DEPENDS:STATIC=general;gdi32;general;ITKNrrdIO;general;itkgdcm;general;itkpng;general;itktiff;general;ITKSpatialObject;general;ITKMetaIO;general;ITKDICOMParser;general;ITKEXPAT;general;ITKniftiio;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKJPEG_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/itkjpeg
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKJPEG_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/itkjpeg
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKMetaIO_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/MetaIO
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKMetaIO_LIB_DEPENDS:STATIC=general;gdi32;general;itkzlib;general;itksys;general;comctl32;general;wsock32;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKMetaIO_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/MetaIO
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKNrrdIO_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/NrrdIO
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKNrrdIO_LIB_DEPENDS:STATIC=general;gdi32;general;itkzlib;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKNrrdIO_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/NrrdIO
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKNumerics_LIB_DEPENDS:STATIC=general;gdi32;general;ITKCommon;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKOpenJPEG_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/openjpeg
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKOpenJPEG_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/openjpeg
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKPNG_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/itkpng
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKPNG_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/itkpng
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKSpatialObject_LIB_DEPENDS:STATIC=general;gdi32;general;ITKMetaIO;general;ITKCommon;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKStatistics_LIB_DEPENDS:STATIC=general;gdi32;general;ITKCommon;general;itkNetlibSlatec;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKTIFF_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/itktiff
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKTIFF_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/itktiff
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKTesting_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Testing
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKTesting_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Testing
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKZLIB_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/itkzlib
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITKZLIB_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/itkzlib
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITK_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw
>>>>>>>
>>>>>>> //Directory with data taken from
>>>>>>> http://public.kitware.com/pub/itk/Data/BrainWeb/
>>>>>>> ITK_BRAINWEB_DATA_ROOT:PATH=ITK_BRAINWEB_DATA_ROOT-NOTFOUND
>>>>>>>
>>>>>>> //Provide here the size of your RAM Memory in GigaBytes
>>>>>>> ITK_COMPUTER_MEMORY_SIZE:STRING=1
>>>>>>>
>>>>>>> //Build cswig Java wrapper support
>>>>>>> ITK_CSWIG_JAVA:BOOL=OFF
>>>>>>>
>>>>>>> //Build cswig Python wrapper support (requires CableSwig).
>>>>>>> ITK_CSWIG_PYTHON:BOOL=OFF
>>>>>>>
>>>>>>> //Build cswig Tcl wrapper support (requires CableSwig).
>>>>>>> ITK_CSWIG_TCL:BOOL=OFF
>>>>>>>
>>>>>>> //Path to a file.
>>>>>>> ITK_DATA_ROOT:PATH=C:/ITK_3_16_0/Testing/Data
>>>>>>>
>>>>>>> //Try to explicitly build some of the core templates explictitly
>>>>>>> // rather than over and over again.
>>>>>>> ITK_EXPLICIT_INSTANTIATION:BOOL=OFF
>>>>>>>
>>>>>>> //Makes itk::Image behave like itk::OrientedImage
>>>>>>> ITK_IMAGE_BEHAVES_AS_ORIENTED_IMAGE:BOOL=ON
>>>>>>>
>>>>>>> //Remove all legacy code completely.
>>>>>>> ITK_LEGACY_REMOVE:BOOL=OFF
>>>>>>>
>>>>>>> //Silence all legacy code messages.
>>>>>>> ITK_LEGACY_SILENT:BOOL=OFF
>>>>>>>
>>>>>>> //Directory with data taken from
>>>>>>> http://public.kitware.com/pub/itk/Data/HealthyVolunteersMRIDatabase/
>>>>>>> ITK_MRI_UNC_DATABASE_DATA_ROOT:PATH=ITK_MRI_UNC_DATABASE_DATA_ROOT-NOTFOUND
>>>>>>>
>>>>>>> //Directory with data taken from
>>>>>>> http://www.osirix-viewer.com/Downloads.html
>>>>>>> ITK_OSIRIX_DATA_ROOT:PATH=ITK_OSIRIX_DATA_ROOT-NOTFOUND
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ITK_SOURCE_DIR:STATIC=C:/ITK_3_16_0
>>>>>>>
>>>>>>> //Turn on correct usage of centered-pixel coordinates.
>>>>>>> ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY:BOOL=ON
>>>>>>>
>>>>>>> //Turn on concept checking to give helpful errors at compile time
>>>>>>> // if a type cannot be used as a template parameter.
>>>>>>> ITK_USE_CONCEPT_CHECKING:BOOL=ON
>>>>>>>
>>>>>>> //Turn on the experimental consolidated morphology.
>>>>>>> ITK_USE_CONSOLIDATED_MORPHOLOGY:BOOL=OFF
>>>>>>>
>>>>>>> //Turn on the use of a sparse field level set surface interpolation
>>>>>>> // method that has been deprecated since ITK 3.6. Turn this flag
>>>>>>> // ON to exactly replicate the behavior of ITK<=3.4.
>>>>>>> ITK_USE_DEPRECATED_LEVELSET_INTERPOLATION:BOOL=OFF
>>>>>>>
>>>>>>> //Enable the use of KWStyle for checking coding style.
>>>>>>> ITK_USE_KWSTYLE:BOOL=OFF
>>>>>>>
>>>>>>> //Use LIBXML2.
>>>>>>> ITK_USE_LIBXML2:BOOL=OFF
>>>>>>>
>>>>>>> //Use MINC2 File Format
>>>>>>> ITK_USE_MINC2:BOOL=OFF
>>>>>>>
>>>>>>> //Turn on the experimental version of accelerated registration
>>>>>>> // methods.
>>>>>>> ITK_USE_OPTIMIZED_REGISTRATION_METHODS:BOOL=OFF
>>>>>>>
>>>>>>> //Turn on correct use of oriented images direction in gradient
>>>>>>> // computation and image registration.
>>>>>>> ITK_USE_ORIENTED_IMAGE_DIRECTION:BOOL=ON
>>>>>>>
>>>>>>> //Build algorithms that are covered with Patents. It is YOUR
>>>>>>> responsibility
>>>>>>> // to obtain a license from the patent holder in order to use these
>>>>>>> // methods.
>>>>>>> ITK_USE_PATENTED:BOOL=OFF
>>>>>>>
>>>>>>> //Turn on region validation in Iterator constructors.
>>>>>>> ITK_USE_REGION_VALIDATION_IN_ITERATORS:BOOL=ON
>>>>>>>
>>>>>>> //Build algorithms that are candidates to be included in the
>>>>>>> Toolkit.
>>>>>>> // This classes are not covered by the Backward Compatibility
>>>>>>> Policy,
>>>>>>> // nor the Copyright Policy of ITK.
>>>>>>> ITK_USE_REVIEW:BOOL=OFF
>>>>>>>
>>>>>>> //Use the experimental statistics framework.
>>>>>>> ITK_USE_REVIEW_STATISTICS:BOOL=OFF
>>>>>>>
>>>>>>> //Turn on Strict concept checking to give more stringent errors
>>>>>>> // at compile time if a type cannot be used as a template parameter.
>>>>>>> ITK_USE_STRICT_CONCEPT_CHECKING:BOOL=OFF
>>>>>>>
>>>>>>> //Use an outside build of GDCM.
>>>>>>> ITK_USE_SYSTEM_GDCM:BOOL=OFF
>>>>>>>
>>>>>>> //Use the system's libxml2 library.
>>>>>>> ITK_USE_SYSTEM_LIBXML2:BOOL=OFF
>>>>>>>
>>>>>>> //Use the system's png library.
>>>>>>> ITK_USE_SYSTEM_PNG:BOOL=OFF
>>>>>>>
>>>>>>> //Use the system's tiff library.
>>>>>>> ITK_USE_SYSTEM_TIFF:BOOL=OFF
>>>>>>>
>>>>>>> //Use an outside build of VXL.
>>>>>>> ITK_USE_SYSTEM_VXL:BOOL=OFF
>>>>>>>
>>>>>>> //Use the system's zlib library.
>>>>>>> ITK_USE_SYSTEM_ZLIB:BOOL=OFF
>>>>>>>
>>>>>>> //Turn on the use of Template Meta-Programming techniques for
>>>>>>> unrolling
>>>>>>> // for-loops at compile time.
>>>>>>> ITK_USE_TEMPLATE_META_PROGRAMMING_LOOP_UNROLLING:BOOL=ON
>>>>>>>
>>>>>>> //Turn on the experimental IO factories for reading and writing
>>>>>>> // transforms.
>>>>>>> ITK_USE_TRANSFORM_IO_FACTORIES:BOOL=OFF
>>>>>>>
>>>>>>> //Directory with data taken from
>>>>>>> http://www.nlm.nih.gov/research/visible/getting_data.html
>>>>>>> ITK_VISIBLEHUMAN_DATA_ROOT:PATH=ITK_VISIBLEHUMAN_DATA_ROOT-NOTFOUND
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKniftiio_LIB_DEPENDS:STATIC=general;gdi32;general;ITKznz;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> ITKznz_LIB_DEPENDS:STATIC=general;gdi32;general;itkzlib;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ImageExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/DataRepresentation/Image
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ImageExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/DataRepresentation/Image
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ImageRegistration_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/Registration
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ImageRegistration_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/Registration
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ImageSegmentation_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/Segmentation
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> ImageSegmentation_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/Segmentation
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> IteratorExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/Iterators
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> IteratorExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/Iterators
>>>>>>>
>>>>>>> //Path to java command, used by the Dart server to create html.
>>>>>>> JAVACOMMAND:FILEPATH=JAVACOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Command used to build entire project from the command line.
>>>>>>> MAKECOMMAND:STRING=C:/msys/1.0/bin/make.exe -i
>>>>>>>
>>>>>>> //Path to the memory checking command, used for memory error
>>>>>>> detection.
>>>>>>> MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
>>>>>>>
>>>>>>> //File that contains suppressions for the memory checker
>>>>>>> MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> MeshExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/DataRepresentation/Mesh
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> MeshExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/DataRepresentation/Mesh
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> NIFTI_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/nifti
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> NIFTI_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/nifti
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> NumericsExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/Numerics
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> NumericsExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/Numerics
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> PathExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/DataRepresentation/Path
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> PathExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/DataRepresentation/Path
>>>>>>>
>>>>>>> //Path to scp command, used by CTest for submitting results to
>>>>>>> // a Dart server
>>>>>>> SCPCOMMAND:FILEPATH=SCPCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Name of the computer/site where compile is being run
>>>>>>> SITE:STRING=ZAPPA
>>>>>>>
>>>>>>> //Path to the SLURM sbatch executable
>>>>>>> SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Path to the SLURM srun executable
>>>>>>> SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> SVNCOMMAND:FILEPATH=SVNCOMMAND-NOTFOUND
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> SpatialObjectsExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/SpatialObjects
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> SpatialObjectsExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/SpatialObjects
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> StatisticsExamples_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Examples/Statistics
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> StatisticsExamples_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Examples/Statistics
>>>>>>>
>>>>>>> //Path to a program.
>>>>>>> TCL_TCLSH:FILEPATH=TCL_TCLSH-NOTFOUND
>>>>>>>
>>>>>>> //Use double precision FFTW if found
>>>>>>> USE_FFTWD:BOOL=OFF
>>>>>>>
>>>>>>> //Use single precision FFTW if found
>>>>>>> USE_FFTWF:BOOL=OFF
>>>>>>>
>>>>>>> //Use the SGI SCSL High Performance Computing math library
>>>>>>> USE_SCSL:BOOL=OFF
>>>>>>>
>>>>>>> //Build external languages support
>>>>>>> USE_WRAP_ITK:BOOL=OFF
>>>>>>>
>>>>>>> //Path to a file.
>>>>>>> UUID_INCLUDE_DIR:PATH=UUID_INCLUDE_DIR-NOTFOUND
>>>>>>>
>>>>>>> //Path to a library.
>>>>>>> UUID_LIBRARY:FILEPATH=UUID_LIBRARY-NOTFOUND
>>>>>>>
>>>>>>> //Whether vnl_vector/vnl_matrix accessor methods check index bounds.
>>>>>>> VNL_CONFIG_CHECK_BOUNDS:BOOL=ON
>>>>>>>
>>>>>>> //Enable Streaming SIMD Extensions 2 optimisations (hardware
>>>>>>> dependant).
>>>>>>> // Currently broken. For use by VNL developers only.
>>>>>>> VNL_CONFIG_ENABLE_SSE2:BOOL=OFF
>>>>>>>
>>>>>>> //Enable Streaming SIMD Extensions 2 implementation of rounding
>>>>>>> // (hardware dependant).
>>>>>>> VNL_CONFIG_ENABLE_SSE2_ROUNDING:BOOL=OFF
>>>>>>>
>>>>>>> //Whether backward-compatibility methods are provided by vnl.
>>>>>>> VNL_CONFIG_LEGACY_METHODS:BOOL=OFF
>>>>>>>
>>>>>>> //Whether thread-safe vnl implementations are used.
>>>>>>> VNL_CONFIG_THREAD_SAFE:BOOL=ON
>>>>>>>
>>>>>>> //v3p include files
>>>>>>> VTHREEP_INCLUDE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl/v3p
>>>>>>>
>>>>>>> //v3p include files
>>>>>>> VTHREEP_INSTALL_INCLUDE_DIR:STATIC=C:/Program Files
>>>>>>> (x86)/ITK/include/vxl/v3p
>>>>>>>
>>>>>>> //Re-run the configuration tests?
>>>>>>> VXL_UPDATE_CONFIGURATION:BOOL=OFF
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkNetlibSlatec_LIB_DEPENDS:STATIC=general;gdi32;general;itkv3p_netlib;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> itkdicomparser_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/DICOMParser
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> itkdicomparser_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/DICOMParser
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkgdcm_LIB_DEPENDS:STATIC=general;gdi32;general;itkjpeg8;general;itkjpeg12;general;itkjpeg16;general;itkopenjpeg;general;wsock32;general;snmpapi;general;rpcrt4;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkjpeg12_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkjpeg16_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkjpeg8_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkopenjpeg_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkpng_LIB_DEPENDS:STATIC=general;gdi32;general;itkzlib;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> itksys_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/kwsys
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itksys_LIB_DEPENDS:STATIC=general;gdi32;general;ws2_32;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> itksys_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/kwsys
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itktestlib_LIB_DEPENDS:STATIC=general;gdi32;general;itkvcl;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itktiff_LIB_DEPENDS:STATIC=general;gdi32;general;itkzlib;general;itkjpeg8;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkv3p_netlib_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkvcl_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkvnl_LIB_DEPENDS:STATIC=general;gdi32;general;itkvcl;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkvnl_algo_LIB_DEPENDS:STATIC=general;gdi32;general;itkv3p_netlib;general;itkvnl;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkvnl_inst_LIB_DEPENDS:STATIC=general;gdi32;general;itkvnl_algo;
>>>>>>>
>>>>>>> //Dependencies for the target
>>>>>>> itkzlib_LIB_DEPENDS:STATIC=general;gdi32;
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> netlib_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/vxl/v3p/netlib
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> netlib_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl/v3p/netlib
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vcl_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/vxl/vcl
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vcl_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl/vcl
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vthreep_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/vxl/v3p
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vthreep_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl/v3p
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vxl_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/vxl
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vxl_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vxl_config_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/vxl/config/cmake/config
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vxl_config_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl/config/cmake/config
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vxlcore_BINARY_DIR:STATIC=C:/msys/1.0/home/Insight-mingw/Utilities/vxl/core
>>>>>>>
>>>>>>> //Value Computed by CMake
>>>>>>> vxlcore_SOURCE_DIR:STATIC=C:/ITK_3_16_0/Utilities/vxl/core
>>>>>>>
>>>>>>>
>>>>>>> ########################
>>>>>>> # INTERNAL cache entries
>>>>>>> ########################
>>>>>>>
>>>>>>> //System handles bit-fields larger than 32 bits.
>>>>>>> BIGBITFIELD:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> BIGBITFIELD_VALUE:INTERNAL=TRUE
>>>>>>> //ADVANCED property for variable: BUILDNAME
>>>>>>> BUILDNAME-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: BZRCOMMAND
>>>>>>> BZRCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
>>>>>>> //Have include iostream
>>>>>>> CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_AR
>>>>>>> CMAKE_AR-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_BACKWARDS_COMPATIBILITY
>>>>>>> CMAKE_BACKWARDS_COMPATIBILITY-ADVANCED:INTERNAL=0
>>>>>>> //ADVANCED property for variable: CMAKE_BUILD_TOOL
>>>>>>> CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
>>>>>>> //What is the target build tool cmake is generating for.
>>>>>>> CMAKE_BUILD_TOOL:INTERNAL=C:/msys/1.0/bin/make.exe
>>>>>>> //This is the directory where this CMakeCache.txt was created
>>>>>>> CMAKE_CACHEFILE_DIR:INTERNAL=c:/msys/1.0/home/Insight-mingw
>>>>>>> //Major version of cmake used to create the current loaded cache
>>>>>>> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
>>>>>>> //Minor version of cmake used to create the current loaded cache
>>>>>>> CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
>>>>>>> //Patch version of cmake used to create the current loaded cache
>>>>>>> CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
>>>>>>> //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
>>>>>>> CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
>>>>>>> //Path to CMake executable.
>>>>>>> CMAKE_COMMAND:INTERNAL=C:/CMake_2_8/bin/cmake.exe
>>>>>>> //Path to cpack program executable.
>>>>>>> CMAKE_CPACK_COMMAND:INTERNAL=C:/CMake_2_8/bin/cpack.exe
>>>>>>> //ADVANCED property for variable: CMAKE_CTEST_COMMAND
>>>>>>> CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
>>>>>>> //Path to ctest program executable.
>>>>>>> CMAKE_CTEST_COMMAND:INTERNAL=C:/CMake_2_8/bin/ctest.exe
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_COMPILER
>>>>>>> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
>>>>>>> CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_FLAGS
>>>>>>> CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
>>>>>>> CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
>>>>>>> CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
>>>>>>> CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
>>>>>>> CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
>>>>>>> CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_COMPILER
>>>>>>> CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
>>>>>>> CMAKE_C_COMPILER_WORKS:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_FLAGS
>>>>>>> CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
>>>>>>> CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
>>>>>>> CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
>>>>>>> CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
>>>>>>> CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
>>>>>>> CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
>>>>>>> //Path to cache edit program executable.
>>>>>>> CMAKE_EDIT_COMMAND:INTERNAL=C:/CMake_2_8/bin/cmake-gui.exe
>>>>>>> //Executable file format
>>>>>>> CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
>>>>>>> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
>>>>>>> CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
>>>>>>> CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
>>>>>>> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
>>>>>>> CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
>>>>>>> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
>>>>>>> //Name of generator.
>>>>>>> CMAKE_GENERATOR:INTERNAL=MSYS Makefiles
>>>>>>> //Result of TRY_COMPILE
>>>>>>> CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=TRUE
>>>>>>> //Is X11 around.
>>>>>>> CMAKE_HAS_X:INTERNAL=
>>>>>>> //Have include limits.h
>>>>>>> CMAKE_HAVE_LIMITS_H:INTERNAL=1
>>>>>>> //Have include pthread.h
>>>>>>> CMAKE_HAVE_PTHREAD_H:INTERNAL=
>>>>>>> //Have include stdint.h
>>>>>>> CMAKE_HAVE_STDINT_H:INTERNAL=1
>>>>>>> //Have include CMAKE_HAVE_STDLIB_H
>>>>>>> CMAKE_HAVE_STDLIB_H:INTERNAL=1
>>>>>>> //Have includes CMAKE_HAVE_SYS_PRCTL_H
>>>>>>> CMAKE_HAVE_SYS_PRCTL_H:INTERNAL=
>>>>>>> //Have include unistd.h
>>>>>>> CMAKE_HAVE_UNISTD_H:INTERNAL=1
>>>>>>> //Start directory with the top level CMakeLists.txt file for this
>>>>>>> // project
>>>>>>> CMAKE_HOME_DIRECTORY:INTERNAL=C:/ITK_3_16_0
>>>>>>> //ADVANCED property for variable: CMAKE_HP_PTHREADS
>>>>>>> CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_LINKER
>>>>>>> CMAKE_LINKER-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
>>>>>>> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
>>>>>>> CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
>>>>>>> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_NM
>>>>>>> CMAKE_NM-ADVANCED:INTERNAL=1
>>>>>>> //Does the compiler support ansi for scope.
>>>>>>> CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
>>>>>>> //ADVANCED property for variable: CMAKE_NO_ANSI_STREAM_HEADERS
>>>>>>> CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
>>>>>>> //Does the compiler support headers like iostream.
>>>>>>> CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
>>>>>>> //Does the compiler support sstream
>>>>>>> CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=0
>>>>>>> //Does the compiler support std::.
>>>>>>> CMAKE_NO_STD_NAMESPACE:INTERNAL=0
>>>>>>> //number of local generators
>>>>>>> CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=76
>>>>>>> //ADVANCED property for variable: CMAKE_OBJCOPY
>>>>>>> CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_OBJDUMP
>>>>>>> CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_RANLIB
>>>>>>> CMAKE_RANLIB-ADVANCED:INTERNAL=1
>>>>>>> //Path to CMake installation.
>>>>>>> CMAKE_ROOT:INTERNAL=C:/CMake_2_8/share/cmake-2.8
>>>>>>> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
>>>>>>> CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
>>>>>>> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_CHAR:INTERNAL=1
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_DOUBLE:INTERNAL=8
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_FLOAT:INTERNAL=4
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_INT:INTERNAL=4
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_LONG:INTERNAL=4
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_SHORT:INTERNAL=2
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> CMAKE_SIZEOF_VOID_P:INTERNAL=4
>>>>>>> //ADVANCED property for variable: CMAKE_SKIP_RPATH
>>>>>>> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> CMAKE_STD_NAMESPACE:INTERNAL=TRUE
>>>>>>> //ADVANCED property for variable: CMAKE_STRIP
>>>>>>> CMAKE_STRIP-ADVANCED:INTERNAL=1
>>>>>>> //Suppress Warnings that are meant for the author of the
>>>>>>> CMakeLists.txt
>>>>>>> // files.
>>>>>>> CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE
>>>>>>> //ADVANCED property for variable: CMAKE_THREAD_LIBS
>>>>>>> CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_USE_PTHREADS
>>>>>>> CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
>>>>>>> CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_USE_SPROC
>>>>>>> CMAKE_USE_SPROC-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_USE_WIN32_THREADS
>>>>>>> CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
>>>>>>> CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
>>>>>>> //Result of TEST_BIG_ENDIAN
>>>>>>> CMAKE_WORDS_BIGENDIAN:INTERNAL=0
>>>>>>> //ADVANCED property for variable: CMAKE_X_CFLAGS
>>>>>>> CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CMAKE_X_LIBS
>>>>>>> CMAKE_X_LIBS-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> COMPILE_RESULT:INTERNAL=TRUE
>>>>>>> //ADVANCED property for variable: COMPRESSIONCOMMAND
>>>>>>> COMPRESSIONCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: COVERAGE_COMMAND
>>>>>>> COVERAGE_COMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CPACK_BINARY_NSIS
>>>>>>> CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CPACK_BINARY_ZIP
>>>>>>> CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CPACK_SOURCE_ZIP
>>>>>>> CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CVSCOMMAND
>>>>>>> CVSCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: CVS_UPDATE_OPTIONS
>>>>>>> CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
>>>>>>> //CXX compiler accepts flag -Wno-deprecated
>>>>>>> CXX_HAS_DEPRECATED_FLAG:INTERNAL=TRUE
>>>>>>> //ADVANCED property for variable: DART_BUILD_ERROR_REPORT_LIMIT
>>>>>>> DART_BUILD_ERROR_REPORT_LIMIT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: DART_BUILD_WARNING_REPORT_LIMIT
>>>>>>> DART_BUILD_WARNING_REPORT_LIMIT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: DART_ROOT
>>>>>>> DART_ROOT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: DART_TESTING_TIMEOUT
>>>>>>> DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: DART_VERBOSE_BUILD
>>>>>>> DART_VERBOSE_BUILD-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: DELIVER_CONTINUOUS_EMAIL
>>>>>>> DELIVER_CONTINUOUS_EMAIL-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_RUN
>>>>>>> DUMMY:INTERNAL=0
>>>>>>> //ADVANCED property for variable: EXECUTABLE_OUTPUT_PATH
>>>>>>> EXECUTABLE_OUTPUT_PATH-ADVANCED:INTERNAL=1
>>>>>>> //Single output directory for building all executables.
>>>>>>> EXECUTABLE_OUTPUT_PATH:INTERNAL=C:/msys/1.0/home/Insight-mingw/bin
>>>>>>> //Details about finding Threads
>>>>>>> FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE]
>>>>>>> //Support for extension C __FUNCTION__
>>>>>>> GDCM_COMPILER_HAS_FUNCTION:INTERNAL=1
>>>>>>> //ADVANCED property for variable: GDCM_DATA_DIR
>>>>>>> GDCM_DATA_DIR-ADVANCED:INTERNAL=1
>>>>>>> //Install location for data (relative to prefix).
>>>>>>> GDCM_DATA_DIR:INTERNAL=/share/gdcm/
>>>>>>> //ADVANCED property for variable: GDCM_LEGACY_REMOVE
>>>>>>> GDCM_LEGACY_REMOVE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: GDCM_LEGACY_SILENT
>>>>>>> GDCM_LEGACY_SILENT-ADVANCED:INTERNAL=1
>>>>>>> //Result of TEST_BIG_ENDIAN
>>>>>>> GDCM_WORDS_BIGENDIAN:INTERNAL=0
>>>>>>> //ADVANCED property for variable: GUNZIPCOMMAND
>>>>>>> GUNZIPCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //Have include HAVE_ASSERT_H
>>>>>>> HAVE_ASSERT_H:INTERNAL=1
>>>>>>> //
>>>>>>> HAVE_BIGBITFIELD_VALUE:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE
>>>>>>> //Have includes HAVE_DLFCN_H
>>>>>>> HAVE_DLFCN_H:INTERNAL=
>>>>>>> //Have include HAVE_FCNTL_H
>>>>>>> HAVE_FCNTL_H:INTERNAL=1
>>>>>>> //Have function floor
>>>>>>> HAVE_FLOOR:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_GDCM_WORDS_BIGENDIAN:INTERNAL=TRUE
>>>>>>> //Have function getopt
>>>>>>> HAVE_GETOPT:INTERNAL=1
>>>>>>> //Have includes HAVE_IEEEFP_H
>>>>>>> HAVE_IEEEFP_H:INTERNAL=
>>>>>>> //Have include HAVE_INTTYPES_H
>>>>>>> HAVE_INTTYPES_H:INTERNAL=1
>>>>>>> //Have function isascii
>>>>>>> HAVE_ISASCII:INTERNAL=1
>>>>>>> //
>>>>>>> HAVE_ITK_CPP_FUNCTION:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_ITK_SIZEOF_LONG_LONG:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_ITK_SIZEOF___INT64:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_KWSYS_SIZEOF_CHAR:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_KWSYS_SIZEOF_INT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_KWSYS_SIZEOF_LONG:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_KWSYS_SIZEOF_LONG_LONG:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_KWSYS_SIZEOF_SHORT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_KWSYS_SIZEOF___INT64:INTERNAL=TRUE
>>>>>>> //Have library malloc
>>>>>>> HAVE_LIBMALLOC:INTERNAL=
>>>>>>> //Have include HAVE_LIMITS_H
>>>>>>> HAVE_LIMITS_H:INTERNAL=1
>>>>>>> //Have include HAVE_MALLOC_H
>>>>>>> HAVE_MALLOC_H:INTERNAL=1
>>>>>>> //Have function memmove
>>>>>>> HAVE_MEMMOVE:INTERNAL=1
>>>>>>> //Have include HAVE_MEMORY_H
>>>>>>> HAVE_MEMORY_H:INTERNAL=1
>>>>>>> //Have function memset
>>>>>>> HAVE_MEMSET:INTERNAL=1
>>>>>>> //Have function mmap
>>>>>>> HAVE_MMAP:INTERNAL=
>>>>>>> //Have function pow
>>>>>>> HAVE_POW:INTERNAL=1
>>>>>>> //Have library Psapi
>>>>>>> HAVE_PSAPI:INTERNAL=
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_QNANHIBIT_VALUE:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_SIZEOF_INT:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_SIZEOF_LONG:INTERNAL=TRUE
>>>>>>> //Have function sqrt
>>>>>>> HAVE_SQRT:INTERNAL=1
>>>>>>> //Have include stddef.h
>>>>>>> HAVE_STDDEF_H:INTERNAL=1
>>>>>>> //Have include stdint.h
>>>>>>> HAVE_STDINT_H:INTERNAL=1
>>>>>>> //Have include HAVE_STDLIB_H
>>>>>>> HAVE_STDLIB_H:INTERNAL=1
>>>>>>> //Have function strcasecmp
>>>>>>> HAVE_STRCASECMP:INTERNAL=1
>>>>>>> //Have function strchr
>>>>>>> HAVE_STRCHR:INTERNAL=1
>>>>>>> //Have include HAVE_STRINGS_H
>>>>>>> HAVE_STRINGS_H:INTERNAL=1
>>>>>>> //Have include HAVE_STRING_H
>>>>>>> HAVE_STRING_H:INTERNAL=1
>>>>>>> //Have function strrchr
>>>>>>> HAVE_STRRCHR:INTERNAL=1
>>>>>>> //Have function strstr
>>>>>>> HAVE_STRSTR:INTERNAL=1
>>>>>>> //Have function strtol
>>>>>>> HAVE_STRTOL:INTERNAL=1
>>>>>>> //Have function areroul
>>>>>>> HAVE_STRTOUL:INTERNAL=
>>>>>>> //Have include HAVE_SYS_STAT_H
>>>>>>> HAVE_SYS_STAT_H:INTERNAL=1
>>>>>>> //Have include HAVE_SYS_TIME_H
>>>>>>> HAVE_SYS_TIME_H:INTERNAL=1
>>>>>>> //Have include sys/types.h
>>>>>>> HAVE_SYS_TYPES_H:INTERNAL=1
>>>>>>> //Have include unistd.h
>>>>>>> HAVE_UNISTD_H:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> HAVE_VXL_BIG_ENDIAN:INTERNAL=TRUE
>>>>>>> //Have include HAVE_WINDOWS_H
>>>>>>> HAVE_WINDOWS_H:INTERNAL=1
>>>>>>> //ADVANCED property for variable: HGCOMMAND
>>>>>>> HGCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ImageCompare path to be used by subprojects
>>>>>>> IMAGE_COMPARE:INTERNAL=C:/msys/1.0/home/Insight-mingw/bin/ImageCompare
>>>>>>> //ImageCompare path to be used by subprojects
>>>>>>> IMAGE_COMPARE_COMMAND:INTERNAL=C:/msys/1.0/home/Insight-mingw/bin/ImageCompareCommand
>>>>>>> //ImageCopy path to be used by subprojects
>>>>>>> IMAGE_COPY:INTERNAL=C:/msys/1.0/home/Insight-mingw/bin/ImageCopy
>>>>>>> //ADVANCED property for variable: ITK_BRAINWEB_DATA_ROOT
>>>>>>> ITK_BRAINWEB_DATA_ROOT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_COMPUTER_MEMORY_SIZE
>>>>>>> ITK_COMPUTER_MEMORY_SIZE-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> ITK_CPP_FUNCTION:INTERNAL=TRUE
>>>>>>> //ADVANCED property for variable: ITK_CSWIG_JAVA
>>>>>>> ITK_CSWIG_JAVA-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_CSWIG_PYTHON
>>>>>>> ITK_CSWIG_PYTHON-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_CSWIG_TCL
>>>>>>> ITK_CSWIG_TCL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_DATA_ROOT
>>>>>>> ITK_DATA_ROOT-ADVANCED:INTERNAL=1
>>>>>>> //ITK dir to be used by subprojects
>>>>>>> ITK_DIR:INTERNAL=C:/msys/1.0/home/Insight-mingw
>>>>>>> //ADVANCED property for variable: ITK_EXPLICIT_INSTANTIATION
>>>>>>> ITK_EXPLICIT_INSTANTIATION-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> ITK_IMAGE_BEHAVES_AS_ORIENTED_IMAGE
>>>>>>> ITK_IMAGE_BEHAVES_AS_ORIENTED_IMAGE-ADVANCED:INTERNAL=1
>>>>>>> ITK_INSTALL_PACKAGE_DIR:INTERNAL=/lib/InsightToolkit
>>>>>>> //Whether istream supports long long
>>>>>>> ITK_ISTREAM_SUPPORTS_LONG_LONG:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_LEGACY_REMOVE
>>>>>>> ITK_LEGACY_REMOVE-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_LEGACY_SILENT
>>>>>>> ITK_LEGACY_SILENT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_MRI_UNC_DATABASE_DATA_ROOT
>>>>>>> ITK_MRI_UNC_DATABASE_DATA_ROOT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_OSIRIX_DATA_ROOT
>>>>>>> ITK_OSIRIX_DATA_ROOT-ADVANCED:INTERNAL=1
>>>>>>> //Whether ostream supports long long
>>>>>>> ITK_OSTREAM_SUPPORTS_LONG_LONG:INTERNAL=1
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> ITK_SIZEOF_LONG_LONG:INTERNAL=8
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> ITK_SIZEOF___INT64:INTERNAL=8
>>>>>>> //Result of TRY_COMPILE
>>>>>>> ITK_SUPPORTS_TEMPLATED_FRIEND_FUNCTION_WITH_EMPTY_BRACKETS:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> ITK_SUPPORTS_TEMPLATED_FRIEND_FUNCTION_WITH_NULL_STRING:INTERNAL=FALSE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> ITK_SUPPORTS_TEMPLATED_FRIEND_FUNCTION_WITH_TEMPLATE_ARGUMENTS:INTERNAL=FALSE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> ITK_SUPPORTS_TEMPLATE_PARTIAL_SPECIALIZATION:INTERNAL=TRUE
>>>>>>> //itkTestDriver path to be used by subprojects
>>>>>>> ITK_TEST_DRIVER:INTERNAL=C:/msys/1.0/home/Insight-mingw/bin/itkTestDriver
>>>>>>> //Whether long and __int64 are the same type
>>>>>>> ITK_TYPE_SAME_LONG_AND___INT64:INTERNAL=0
>>>>>>> //ADVANCED property for variable:
>>>>>>> ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY
>>>>>>> ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_CONCEPT_CHECKING
>>>>>>> ITK_USE_CONCEPT_CHECKING-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_CONSOLIDATED_MORPHOLOGY
>>>>>>> ITK_USE_CONSOLIDATED_MORPHOLOGY-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> ITK_USE_DEPRECATED_LEVELSET_INTERPOLATION
>>>>>>> ITK_USE_DEPRECATED_LEVELSET_INTERPOLATION-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_LIBXML2
>>>>>>> ITK_USE_LIBXML2-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_MINC2
>>>>>>> ITK_USE_MINC2-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> ITK_USE_OPTIMIZED_REGISTRATION_METHODS
>>>>>>> ITK_USE_OPTIMIZED_REGISTRATION_METHODS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_ORIENTED_IMAGE_DIRECTION
>>>>>>> ITK_USE_ORIENTED_IMAGE_DIRECTION-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_PATENTED
>>>>>>> ITK_USE_PATENTED-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> ITK_USE_REGION_VALIDATION_IN_ITERATORS
>>>>>>> ITK_USE_REGION_VALIDATION_IN_ITERATORS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_REVIEW
>>>>>>> ITK_USE_REVIEW-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_REVIEW_STATISTICS
>>>>>>> ITK_USE_REVIEW_STATISTICS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_STRICT_CONCEPT_CHECKING
>>>>>>> ITK_USE_STRICT_CONCEPT_CHECKING-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_SYSTEM_GDCM
>>>>>>> ITK_USE_SYSTEM_GDCM-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_SYSTEM_LIBXML2
>>>>>>> ITK_USE_SYSTEM_LIBXML2-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_SYSTEM_PNG
>>>>>>> ITK_USE_SYSTEM_PNG-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_SYSTEM_TIFF
>>>>>>> ITK_USE_SYSTEM_TIFF-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_SYSTEM_VXL
>>>>>>> ITK_USE_SYSTEM_VXL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_SYSTEM_ZLIB
>>>>>>> ITK_USE_SYSTEM_ZLIB-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable:
>>>>>>> ITK_USE_TEMPLATE_META_PROGRAMMING_LOOP_UNROLLING
>>>>>>> ITK_USE_TEMPLATE_META_PROGRAMMING_LOOP_UNROLLING-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_USE_TRANSFORM_IO_FACTORIES
>>>>>>> ITK_USE_TRANSFORM_IO_FACTORIES-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: ITK_VISIBLEHUMAN_DATA_ROOT
>>>>>>> ITK_VISIBLEHUMAN_DATA_ROOT-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: JAVACOMMAND
>>>>>>> JAVACOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CAN_CONVERT_UI64_TO_DOUBLE_COMPILED:INTERNAL=FALSE
>>>>>>> //Result of TRY_RUN
>>>>>>> KWSYS_CHAR_IS_SIGNED:INTERNAL=0
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_HAS_CSTDDEF_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_HAS_CSTDIO_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_HAS_FULL_SPECIALIZATION_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_HAS_MEMBER_TEMPLATES_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS_COMPILED:INTERNAL=FALSE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_SAME_LONG_AND___INT64_COMPILED:INTERNAL=FALSE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_CXX_SAME_LONG_LONG_AND___INT64_COMPILED:INTERNAL=FALSE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_IOS_HAVE_BINARY_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_IOS_HAVE_STD_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_IOS_USE_ANSI_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_IOS_USE_SSTREAM_COMPILED:INTERNAL=TRUE
>>>>>>> //Checking for Large File Support failed to compile.
>>>>>>> KWSYS_LFS_WORKS:INTERNAL=-1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_LFS_WORKS_COMPILED:INTERNAL=FALSE
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> KWSYS_SIZEOF_CHAR:INTERNAL=1
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> KWSYS_SIZEOF_INT:INTERNAL=4
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> KWSYS_SIZEOF_LONG:INTERNAL=4
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> KWSYS_SIZEOF_LONG_LONG:INTERNAL=8
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> KWSYS_SIZEOF_SHORT:INTERNAL=2
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> KWSYS_SIZEOF___INT64:INTERNAL=8
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT_COMPILED:INTERNAL=FALSE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_HAS_ALLOCATOR_OBJECTS_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_HAS_ALLOCATOR_REBIND_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_HAS_ALLOCATOR_TEMPLATE_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_HAS_ITERATOR_TRAITS_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_HAVE_STD_COMPILED:INTERNAL=TRUE
>>>>>>> //Result of TRY_COMPILE
>>>>>>> KWSYS_STL_STRING_HAVE_NEQ_CHAR_COMPILED:INTERNAL=TRUE
>>>>>>> //ADVANCED property for variable: LIBRARY_OUTPUT_PATH
>>>>>>> LIBRARY_OUTPUT_PATH-ADVANCED:INTERNAL=1
>>>>>>> //Single output directory for building all libraries.
>>>>>>> LIBRARY_OUTPUT_PATH:INTERNAL=C:/msys/1.0/home/Insight-mingw/bin
>>>>>>> //ADVANCED property for variable: MAKECOMMAND
>>>>>>> MAKECOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: MEMORYCHECK_COMMAND
>>>>>>> MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE
>>>>>>> MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
>>>>>>> //The 22nd bit of 32-bit floating-point quiet NaN.
>>>>>>> QNANHIBIT:INTERNAL=1
>>>>>>> //Result of TRY_RUN
>>>>>>> QNANHIBIT_VALUE:INTERNAL=1
>>>>>>> //Result of TRY_RUN
>>>>>>> RUN_RESULT:INTERNAL=1
>>>>>>> //ADVANCED property for variable: SCPCOMMAND
>>>>>>> SCPCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: SITE
>>>>>>> SITE-ADVANCED:INTERNAL=1
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> SIZEOF_INT:INTERNAL=4
>>>>>>> //Result of CHECK_TYPE_SIZE
>>>>>>> SIZEOF_LONG:INTERNAL=4
>>>>>>> //ADVANCED property for variable: SLURM_SBATCH_COMMAND
>>>>>>> SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: SLURM_SRUN_COMMAND
>>>>>>> SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1
>>>>>>> //CXX compiler accepts flag -features=no%anachronisms
>>>>>>> SUN_COMPILER:INTERNAL=FALSE
>>>>>>> //ADVANCED property for variable: SVNCOMMAND
>>>>>>> SVNCOMMAND-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: TCL_TCLSH
>>>>>>> TCL_TCLSH-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: USE_FFTWD
>>>>>>> USE_FFTWD-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: USE_FFTWF
>>>>>>> USE_FFTWF-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: USE_SCSL
>>>>>>> USE_SCSL-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: USE_WRAP_ITK
>>>>>>> USE_WRAP_ITK-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: UUID_INCLUDE_DIR
>>>>>>> UUID_INCLUDE_DIR-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: UUID_LIBRARY
>>>>>>> UUID_LIBRARY-ADVANCED:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_ALLOWS_INLINE_INSTANTIATION:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_ALLOWS_NAMESPACE_STD:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CANNOT_SPECIALIZE_CV:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CAN_DO_COMPLETE_DEFAULT_TYPE_PARAMETER:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CAN_DO_IMPLICIT_TEMPLATES:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CAN_DO_NON_TYPE_FUNCTION_TEMPLATE_PARAMETER:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CAN_DO_PARTIAL_SPECIALIZATION:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CAN_DO_STATIC_TEMPLATE_MEMBER:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_CAN_DO_TEMPLATE_DEFAULT_TYPE_PARAMETER:INTERNAL=1
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_CHAR_IS_SIGNED:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_CHAR_IS_SIGNED_COMPILED:INTERNAL=TRUE
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_COMPLEX_POW_WORKS:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_COMPLEX_POW_WORKS_COMPILED:INTERNAL=TRUE
>>>>>>> //Have include algorithm
>>>>>>> VCL_CXX_HAS_HEADER_ALGORITHM:INTERNAL=1
>>>>>>> //Have include bitset
>>>>>>> VCL_CXX_HAS_HEADER_BITSET:INTERNAL=1
>>>>>>> //Have include cassert
>>>>>>> VCL_CXX_HAS_HEADER_CASSERT:INTERNAL=1
>>>>>>> //Have include cctype
>>>>>>> VCL_CXX_HAS_HEADER_CCTYPE:INTERNAL=1
>>>>>>> //Have include cerrno
>>>>>>> VCL_CXX_HAS_HEADER_CERRNO:INTERNAL=1
>>>>>>> //Have include cfloat
>>>>>>> VCL_CXX_HAS_HEADER_CFLOAT:INTERNAL=1
>>>>>>> //Have include ciso646
>>>>>>> VCL_CXX_HAS_HEADER_CISO646:INTERNAL=1
>>>>>>> //Have include climits
>>>>>>> VCL_CXX_HAS_HEADER_CLIMITS:INTERNAL=1
>>>>>>> //Have include clocale
>>>>>>> VCL_CXX_HAS_HEADER_CLOCALE:INTERNAL=1
>>>>>>> //Have include cmath
>>>>>>> VCL_CXX_HAS_HEADER_CMATH:INTERNAL=1
>>>>>>> //Have include complex
>>>>>>> VCL_CXX_HAS_HEADER_COMPLEX:INTERNAL=1
>>>>>>> //Have include csetjmp
>>>>>>> VCL_CXX_HAS_HEADER_CSETJMP:INTERNAL=1
>>>>>>> //Have include csignal
>>>>>>> VCL_CXX_HAS_HEADER_CSIGNAL:INTERNAL=1
>>>>>>> //Have include cstdarg
>>>>>>> VCL_CXX_HAS_HEADER_CSTDARG:INTERNAL=1
>>>>>>> //Have include cstddef
>>>>>>> VCL_CXX_HAS_HEADER_CSTDDEF:INTERNAL=1
>>>>>>> //Have include cstdio
>>>>>>> VCL_CXX_HAS_HEADER_CSTDIO:INTERNAL=1
>>>>>>> //Have include cstdlib
>>>>>>> VCL_CXX_HAS_HEADER_CSTDLIB:INTERNAL=1
>>>>>>> //Have include cstring
>>>>>>> VCL_CXX_HAS_HEADER_CSTRING:INTERNAL=1
>>>>>>> //Have include ctime
>>>>>>> VCL_CXX_HAS_HEADER_CTIME:INTERNAL=1
>>>>>>> //Have include cwchar
>>>>>>> VCL_CXX_HAS_HEADER_CWCHAR:INTERNAL=1
>>>>>>> //Have include cwctype
>>>>>>> VCL_CXX_HAS_HEADER_CWCTYPE:INTERNAL=1
>>>>>>> //Have include deque
>>>>>>> VCL_CXX_HAS_HEADER_DEQUE:INTERNAL=1
>>>>>>> //Have include exception
>>>>>>> VCL_CXX_HAS_HEADER_EXCEPTION:INTERNAL=1
>>>>>>> //Have include fstream
>>>>>>> VCL_CXX_HAS_HEADER_FSTREAM:INTERNAL=1
>>>>>>> //Have include functional
>>>>>>> VCL_CXX_HAS_HEADER_FUNCTIONAL:INTERNAL=1
>>>>>>> //Have include iomanip
>>>>>>> VCL_CXX_HAS_HEADER_IOMANIP:INTERNAL=1
>>>>>>> //Have include ios
>>>>>>> VCL_CXX_HAS_HEADER_IOS:INTERNAL=1
>>>>>>> //Have include iosfwd
>>>>>>> VCL_CXX_HAS_HEADER_IOSFWD:INTERNAL=1
>>>>>>> //Have include iostream
>>>>>>> VCL_CXX_HAS_HEADER_IOSTREAM:INTERNAL=1
>>>>>>> //Have include iso646.h
>>>>>>> VCL_CXX_HAS_HEADER_ISO646_H:INTERNAL=1
>>>>>>> //Have include istream
>>>>>>> VCL_CXX_HAS_HEADER_ISTREAM:INTERNAL=1
>>>>>>> //Have include iterator
>>>>>>> VCL_CXX_HAS_HEADER_ITERATOR:INTERNAL=1
>>>>>>> //Have include limits
>>>>>>> VCL_CXX_HAS_HEADER_LIMITS:INTERNAL=1
>>>>>>> //Have include list
>>>>>>> VCL_CXX_HAS_HEADER_LIST:INTERNAL=1
>>>>>>> //Have include locale
>>>>>>> VCL_CXX_HAS_HEADER_LOCALE:INTERNAL=1
>>>>>>> //Have include map
>>>>>>> VCL_CXX_HAS_HEADER_MAP:INTERNAL=1
>>>>>>> //Have include memory
>>>>>>> VCL_CXX_HAS_HEADER_MEMORY:INTERNAL=1
>>>>>>> //Have include new
>>>>>>> VCL_CXX_HAS_HEADER_NEW:INTERNAL=1
>>>>>>> //Have include numeric
>>>>>>> VCL_CXX_HAS_HEADER_NUMERIC:INTERNAL=1
>>>>>>> //Have include ostream
>>>>>>> VCL_CXX_HAS_HEADER_OSTREAM:INTERNAL=1
>>>>>>> //Have include queue
>>>>>>> VCL_CXX_HAS_HEADER_QUEUE:INTERNAL=1
>>>>>>> //Have include set
>>>>>>> VCL_CXX_HAS_HEADER_SET:INTERNAL=1
>>>>>>> //Have include sstream
>>>>>>> VCL_CXX_HAS_HEADER_SSTREAM:INTERNAL=1
>>>>>>> //Have include stack
>>>>>>> VCL_CXX_HAS_HEADER_STACK:INTERNAL=1
>>>>>>> //Have include stdexcept
>>>>>>> VCL_CXX_HAS_HEADER_STDEXCEPT:INTERNAL=1
>>>>>>> //Have include streambuf
>>>>>>> VCL_CXX_HAS_HEADER_STREAMBUF:INTERNAL=1
>>>>>>> //Have include string
>>>>>>> VCL_CXX_HAS_HEADER_STRING:INTERNAL=1
>>>>>>> //Have include strstream
>>>>>>> VCL_CXX_HAS_HEADER_STRSTREAM:INTERNAL=1
>>>>>>> //Have include typeinfo
>>>>>>> VCL_CXX_HAS_HEADER_TYPEINFO:INTERNAL=1
>>>>>>> //Have include utility
>>>>>>> VCL_CXX_HAS_HEADER_UTILITY:INTERNAL=1
>>>>>>> //Have include valarray
>>>>>>> VCL_CXX_HAS_HEADER_VALARRAY:INTERNAL=1
>>>>>>> //Have include vector
>>>>>>> VCL_CXX_HAS_HEADER_VECTOR:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_DEFAULT_VALUE:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_DEFINE_SPECIALIZATION:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_FOR_SCOPE_HACK:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_BOOL:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_DYNAMIC_CAST:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_EXCEPTIONS:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_EXPLICIT:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_EXPORT:INTERNAL=1
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_HAS_LFS:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_HAS_LFS_COMPILED:INTERNAL=TRUE
>>>>>>> //VXL test
>>>>>>> VCL_HAS_MEMBER_TEMPLATES:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_MUTABLE:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_NAMESPACES:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_HAS_RTTI:INTERNAL=1
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_HAS_SLICED_DESTRUCTOR_BUG:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_HAS_SLICED_DESTRUCTOR_BUG_COMPILED:INTERNAL=TRUE
>>>>>>> //Test  (failed to compile)
>>>>>>> VCL_HAS_TEMPLATE_SYMBOLS:INTERNAL=0
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_HAS_TEMPLATE_SYMBOLS_COMPILED:INTERNAL=FALSE
>>>>>>> //VXL test
>>>>>>> VCL_HAS_TYPENAME:INTERNAL=1
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_HAS_WORKING_STRINGSTREAM:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_HAS_WORKING_STRINGSTREAM_COMPILED:INTERNAL=TRUE
>>>>>>> //VXL test
>>>>>>> VCL_NEEDS_INLINE_INSTANTIATION:INTERNAL=1
>>>>>>> //Test
>>>>>>> VCL_NEEDS_NAMESPACE_STD:INTERNAL=0
>>>>>>> //VXL test
>>>>>>> VCL_NEED_FRIEND_FOR_TEMPLATE_OVERLOAD:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_NO_STATIC_DATA_MEMBERS:INTERNAL=1
>>>>>>> //Test
>>>>>>> VCL_NULL_TMPL_ARGS:INTERNAL=0
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_NUMERIC_LIMITS_HAS_INFINITY:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_NUMERIC_LIMITS_HAS_INFINITY_COMPILED:INTERNAL=TRUE
>>>>>>> //Test
>>>>>>> VCL_OVERLOAD_CAST:INTERNAL=0
>>>>>>> //VXL test  (successful run)
>>>>>>> VCL_PROCESSOR_HAS_INFINITY:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VCL_PROCESSOR_HAS_INFINITY_COMPILED:INTERNAL=TRUE
>>>>>>> //VXL test
>>>>>>> VCL_STATIC_CONST_INIT_FLOAT:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_STATIC_CONST_INIT_INT:INTERNAL=1
>>>>>>> //Test
>>>>>>> VCL_STATIC_CONST_INIT_NO_DEFN:INTERNAL=0
>>>>>>> //VXL test
>>>>>>> VCL_SUNPRO_CLASS_SCOPE_HACK:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VCL_TEMPLATE_MATCHES_TOO_OFTEN:INTERNAL=1
>>>>>>> //Are we using an version of gcc < 3.0
>>>>>>> VNL_COMPILER_IS_GNUCXX_2XX:INTERNAL=0
>>>>>>> //ADVANCED property for variable: VNL_CONFIG_CHECK_BOUNDS
>>>>>>> VNL_CONFIG_CHECK_BOUNDS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: VNL_CONFIG_ENABLE_SSE2
>>>>>>> VNL_CONFIG_ENABLE_SSE2-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: VNL_CONFIG_ENABLE_SSE2_ROUNDING
>>>>>>> VNL_CONFIG_ENABLE_SSE2_ROUNDING-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: VNL_CONFIG_LEGACY_METHODS
>>>>>>> VNL_CONFIG_LEGACY_METHODS-ADVANCED:INTERNAL=1
>>>>>>> //ADVANCED property for variable: VNL_CONFIG_THREAD_SAFE
>>>>>>> VNL_CONFIG_THREAD_SAFE-ADVANCED:INTERNAL=1
>>>>>>> //Result of TEST_BIG_ENDIAN
>>>>>>> VXL_BIG_ENDIAN:INTERNAL=0
>>>>>>> //VXL test result
>>>>>>> VXL_BYTE:INTERNAL=char
>>>>>>> //Serial number of last configuration
>>>>>>> VXL_CONFIG_SERIAL_LAST:INTERNAL=2007-13-09-001
>>>>>>> //Have symbol finite
>>>>>>> VXL_C_MATH_HAS_FINITE:INTERNAL=1
>>>>>>> //Have symbol finitef
>>>>>>> VXL_C_MATH_HAS_FINITEF:INTERNAL=
>>>>>>> //Have symbol finitel
>>>>>>> VXL_C_MATH_HAS_FINITEL:INTERNAL=
>>>>>>> //VXL test
>>>>>>> VXL_C_MATH_HAS_LROUND:INTERNAL=1
>>>>>>> //Have symbol sqrtf
>>>>>>> VXL_C_MATH_HAS_SQRTF:INTERNAL=1
>>>>>>> //Test
>>>>>>> VXL_HAS_ALIGNED_MALLOC:INTERNAL=0
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_BYTE:INTERNAL=1
>>>>>>> //Test
>>>>>>> VXL_HAS_DBGHELP_H:INTERNAL=0
>>>>>>> //Have include emmintrin.h
>>>>>>> VXL_HAS_EMMINTRIN_H:INTERNAL=1
>>>>>>> //Have include ieeefp.h
>>>>>>> VXL_HAS_IEEEFP_H:INTERNAL=
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_IEEE_128:INTERNAL=0
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_IEEE_32:INTERNAL=1
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_IEEE_64:INTERNAL=1
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_IEEE_96:INTERNAL=1
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_INT_16:INTERNAL=1
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_INT_32:INTERNAL=1
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_INT_64:INTERNAL=1
>>>>>>> //VXL test result
>>>>>>> VXL_HAS_INT_8:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VXL_HAS_MINGW_ALIGNED_MALLOC:INTERNAL=1
>>>>>>> //Test
>>>>>>> VXL_HAS_MM_MALLOC:INTERNAL=0
>>>>>>> //Test
>>>>>>> VXL_HAS_POSIX_MEMALIGN:INTERNAL=0
>>>>>>> //Have include pthread.h
>>>>>>> VXL_HAS_PTHREAD_H:INTERNAL=
>>>>>>> //Have include semaphore.h
>>>>>>> VXL_HAS_SEMAPHORE_H:INTERNAL=
>>>>>>> //Test  (failed to compile)
>>>>>>> VXL_HAS_SSE2_HARDWARE_SUPPORT:INTERNAL=0
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VXL_HAS_SSE2_HARDWARE_SUPPORT_COMPILED:INTERNAL=FALSE
>>>>>>> //Have symbol finite
>>>>>>> VXL_IEEEFP_HAS_FINITE:INTERNAL=
>>>>>>> //VXL test result
>>>>>>> VXL_IEEE_128:INTERNAL=void
>>>>>>> //VXL test result
>>>>>>> VXL_IEEE_32:INTERNAL=float
>>>>>>> //VXL test result
>>>>>>> VXL_IEEE_64:INTERNAL=double
>>>>>>> //VXL test result
>>>>>>> VXL_IEEE_96:INTERNAL=long double
>>>>>>> //VXL test result
>>>>>>> VXL_INT_16:INTERNAL=short
>>>>>>> //VXL test result
>>>>>>> VXL_INT_32:INTERNAL=int
>>>>>>> //VXL test result
>>>>>>> VXL_INT_64:INTERNAL=long long
>>>>>>> //VXL test result
>>>>>>> VXL_INT_8:INTERNAL=char
>>>>>>> //VXL test  (successful run)
>>>>>>> VXL_SSE2_HARDWARE_SUPPORT_POSSIBLE:INTERNAL=1
>>>>>>> //Result of TRY_COMPILE
>>>>>>> VXL_SSE2_HARDWARE_SUPPORT_POSSIBLE_COMPILED:INTERNAL=TRUE
>>>>>>> //help string for how to enable SSE2 support
>>>>>>> VXL_SSE2_HARDWARE_SUPPORT_POSSIBLE_HELP:INTERNAL=The current
>>>>>>> compiler
>>>>>>> flags
>>>>>>> do not allow the SSE2 instructions to be used. ;It looks like if you
>>>>>>> add
>>>>>>> the
>>>>>>> flag '-msse2' you will be able to use the ;SSE2 instructions. If you
>>>>>>> chose
>>>>>>> to set VNL_CONFIG_ENABLE_SSE or ;VNL_CONFIG_ENABLE_SSE2_ROUNDING to
>>>>>>> ON,
>>>>>>> cmake will put this flag for you. ;You can also add this flag
>>>>>>> yourself.
>>>>>>> If
>>>>>>> you still see this message, after ;the flag change, you may need to
>>>>>>> set
>>>>>>> VXL_UPDATE_CONFIGURATION to ON and ;rerun cmake.
>>>>>>> //Have symbol drand48
>>>>>>> VXL_STDLIB_HAS_DRAND48:INTERNAL=
>>>>>>> //Have symbol lrand48
>>>>>>> VXL_STDLIB_HAS_LRAND48:INTERNAL=
>>>>>>> //VXL test
>>>>>>> VXL_STDLIB_HAS_QSORT:INTERNAL=1
>>>>>>> //Have symbol srand48
>>>>>>> VXL_STDLIB_HAS_SRAND48:INTERNAL=
>>>>>>> //Have function getpid
>>>>>>> VXL_UNISTD_HAS_GETPID:INTERNAL=1
>>>>>>> //Have symbol intptr_t
>>>>>>> VXL_UNISTD_HAS_INTPTR_T:INTERNAL=1
>>>>>>> //Have function lchown
>>>>>>> VXL_UNISTD_HAS_LCHOWN:INTERNAL=
>>>>>>> //Have function pread
>>>>>>> VXL_UNISTD_HAS_PREAD:INTERNAL=
>>>>>>> //Have function pwrite
>>>>>>> VXL_UNISTD_HAS_PWRITE:INTERNAL=
>>>>>>> //Have function tell
>>>>>>> VXL_UNISTD_HAS_TELL:INTERNAL=1
>>>>>>> //Have function ualarm
>>>>>>> VXL_UNISTD_HAS_UALARM:INTERNAL=
>>>>>>> //Have symbol useconds_t
>>>>>>> VXL_UNISTD_HAS_USECONDS_T:INTERNAL=1
>>>>>>> //Have function usleep
>>>>>>> VXL_UNISTD_HAS_USLEEP:INTERNAL=1
>>>>>>> //VXL test
>>>>>>> VXL_UNISTD_USLEEP_IS_VOID:INTERNAL=1
>>>>>>> //ADVANCED property for variable: VXL_UPDATE_CONFIGURATION
>>>>>>> VXL_UPDATE_CONFIGURATION-ADVANCED:INTERNAL=1
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Bill Lorensen wrote:
>>>>>>>>
>>>>>>>> You are in the wrong directory. Look in the directory that is
>>>>>>>> described in the CMakeCache.txt variable Project_BINARY_DIR
>>>>>>>>
>>>>>>>> cd to that directory and type make
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Dec 10, 2009 at 4:22 PM, URI <zallen at wheelinghospital.com>
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> I get the message:
>>>>>>>>>
>>>>>>>>> make: *** No targets specified and no makefile found.  Stop.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 10) Start an msys shell by running msys.bat
>>>>>>>>> 11) cd to the locations you selected where to build the binaries.
>>>>>>>>> 12) make
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> View this message in context:
>>>>>>>>> http://n2.nabble.com/Problems-building-itk-under-MinGW-tp4104133p4147921.html
>>>>>>>>> Sent from the ITK Insight Users mailing list archive at
>>>>>>>>> Nabble.com.
>>>>>>>>> _____________________________________
>>>>>>>>> Powered by www.kitware.com
>>>>>>>>>
>>>>>>>>> Visit other Kitware open-source projects at
>>>>>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>>>>>
>>>>>>>>> Kitware offers ITK Training Courses, for more information visit:
>>>>>>>>> http://www.kitware.com/products/protraining.html
>>>>>>>>>
>>>>>>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>>>>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>>>>>>
>>>>>>>>> Follow this link to subscribe/unsubscribe:
>>>>>>>>> http://www.itk.org/mailman/listinfo/insight-users
>>>>>>>>>
>>>>>>>> _____________________________________
>>>>>>>> Powered by www.kitware.com
>>>>>>>>
>>>>>>>> Visit other Kitware open-source projects at
>>>>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>>>>
>>>>>>>> Kitware offers ITK Training Courses, for more information visit:
>>>>>>>> http://www.kitware.com/products/protraining.html
>>>>>>>>
>>>>>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>>>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>>>>>
>>>>>>>> Follow this link to subscribe/unsubscribe:
>>>>>>>> http://www.itk.org/mailman/listinfo/insight-users
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://n2.nabble.com/Problems-building-itk-under-MinGW-tp4104133p4149414.html
>>>>>>> Sent from the ITK Insight Users mailing list archive at Nabble.com.
>>>>>>> _____________________________________
>>>>>>> Powered by www.kitware.com
>>>>>>>
>>>>>>> Visit other Kitware open-source projects at
>>>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>>>
>>>>>>> Kitware offers ITK Training Courses, for more information visit:
>>>>>>> http://www.kitware.com/products/protraining.html
>>>>>>>
>>>>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>>>>
>>>>>>> Follow this link to subscribe/unsubscribe:
>>>>>>> http://www.itk.org/mailman/listinfo/insight-users
>>>>>>>
>>>>>> _____________________________________
>>>>>> Powered by www.kitware.com
>>>>>>
>>>>>> Visit other Kitware open-source projects at
>>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>>
>>>>>> Kitware offers ITK Training Courses, for more information visit:
>>>>>> http://www.kitware.com/products/protraining.html
>>>>>>
>>>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>>>
>>>>>> Follow this link to subscribe/unsubscribe:
>>>>>> http://www.itk.org/mailman/listinfo/insight-users
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://n2.nabble.com/Problems-building-itk-under-MinGW-tp4104133p4149580.html
>>>>> Sent from the ITK Insight Users mailing list archive at Nabble.com.
>>>>> _____________________________________
>>>>> Powered by www.kitware.com
>>>>>
>>>>> Visit other Kitware open-source projects at
>>>>> http://www.kitware.com/opensource/opensource.html
>>>>>
>>>>> Kitware offers ITK Training Courses, for more information visit:
>>>>> http://www.kitware.com/products/protraining.html
>>>>>
>>>>> Please keep messages on-topic and check the ITK FAQ at:
>>>>> http://www.itk.org/Wiki/ITK_FAQ
>>>>>
>>>>> Follow this link to subscribe/unsubscribe:
>>>>> http://www.itk.org/mailman/listinfo/insight-users
>>>>>
>>>>
>>> _____________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Kitware offers ITK Training Courses, for more information visit:
>>> http://www.kitware.com/products/protraining.html
>>>
>>> Please keep messages on-topic and check the ITK FAQ at:
>>> http://www.itk.org/Wiki/ITK_FAQ
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.itk.org/mailman/listinfo/insight-users
>>>
>>>
>>
>> --
>> View this message in context:
>> http://n2.nabble.com/Problems-building-itk-under-MinGW-tp4104133p4152470.html
>> Sent from the ITK Insight Users mailing list archive at Nabble.com.
>> _____________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Kitware offers ITK Training Courses, for more information visit:
>> http://www.kitware.com/products/protraining.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
>>
> _____________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> 
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
> 
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 

-- 
View this message in context: http://n2.nabble.com/Problems-building-itk-under-MinGW-tp4104133p4202557.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list