[Insight-users] problem compiling ITK 2.6.0

Luca Binotto binotto at lycos.de
Fri Jun 23 08:06:59 EDT 2006


Help problem compiling ITK 2.6.0

             ERROR OUTPUT:

Building CXX object Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/vnl_vector_fixed_ref+double.3-.o
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/core/vnl/vnl_vector_fixed_ref.h: In member function ‘const vnl_vector_fixed_ref<T, n>& vnl_vector_fixed_ref<T, n>::operator/=(T) const [with T = double, unsigned int n = 3u]’:
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/core/vnl/Templates/vnl_vector_fixed_ref+double.3-.cxx:2:   instantiated from here
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/core/vnl/vnl_vector_fixed_ref.h:384: error: invalid conversion from ‘double*’ to ‘int’
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/core/vnl/vnl_vector_fixed_ref.h:384: warning: converting to ‘int’ from ‘double’
/usr/include/stdlib.h:801: error: too many arguments to function ‘div_t div(int, int)’
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/core/vnl/vnl_vector_fixed_ref.h:384: error: at this point in file
gmake[2]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/Templates/vnl_vector_fixed_ref+double.3-.o] Error 1
gmake[1]: *** [Utilities/vxl/core/vnl/CMakeFiles/itkvnl.dir/all] Error 2
gmake: *** [all] Error 2

//////////////////CONFIGURATION///////////////////////////////////////////////////////////////////////////

//Name of build on the dashboard
BUILDNAME:STRING=Linux-c++

//Build source documentation using doxygen
BUILD_DOXYGEN:BOOL=ON

//Build the Examples directory.
BUILD_EXAMPLES:BOOL=ON

//Build ITK with shared libraries.
BUILD_SHARED_LIBS:BOOL=ON

//Build the testing tree.
BUILD_TESTING:BOOL=OFF

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake allow.
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=

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//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

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/local/bin/gcc

//Flags for C compiler.
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

//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=/usr/local

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

//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_RANLIB:FILEPATH=/usr/bin/ranlib

//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

//Thread library used.
CMAKE_THREAD_LIBS:STRING=-lpthread

//Use the pthreads library.
CMAKE_USE_PTHREADS:BOOL=ON

//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=OFF

//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=

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING=-lSM;-lICE;/usr/X11R6/lib/libX11.so;/usr/X11R6/lib/libXext.so

//Path to program used to compress files for transfer to the dart
// server
COMPRESSIONCOMMAND:FILEPATH=/usr/bin/gzip

//Path to the coverage program that CTest uses for performing coverage
// inspection
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov

//Path to a program.
CVSCOMMAND:FILEPATH=/usr/bin/cvs

//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=/usr/local/ITK_bin/Examples/Filtering

//Value Computed by CMake
FilteringExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Filtering

//Value Computed by CMake
GDCM_BINARY_DIR:STATIC=/usr/local/ITK_bin/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=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/gdcm

//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzip

//Value Computed by CMake
IOExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/IO

//Value Computed by CMake
IOExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/IO

//Dependencies for the target
ITKAlgorithms_LIB_DEPENDS:STATIC=ITKNumerics;ITKStatistics;

//Dependencies for the target
ITKBasicFilters_LIB_DEPENDS:STATIC=ITKCommon;

//Dependencies for the target
ITKCommon_LIB_DEPENDS:STATIC=itkvnl_inst;itksys;-lpthread;dl;-lm;

//Dependencies for target
ITKDICOMParser_LIB_DEPENDS:STATIC=

//Value Computed by CMake
ITKEXPAT_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/expat

//Dependencies for target
ITKEXPAT_LIB_DEPENDS:STATIC=

//Value Computed by CMake
ITKEXPAT_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/expat

//Dependencies for the target
ITKFEM_LIB_DEPENDS:STATIC=ITKNumerics;ITKCommon;ITKBasicFilters;ITKIO;-lm;

//Dependencies for the target
ITKIO_LIB_DEPENDS:STATIC=ITKCommon;ITKNrrdIO;itkjpeg8;itkjpeg12;itkjpeg16;itkgdcm;itkpng;itkzlib;itktiff;ITKSpatialObject;ITKMetaIO;ITKDICOMParser;ITKEXPAT;ITKniftiio;

//Value Computed by CMake
ITKJPEG_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/itkjpeg

//Value Computed by CMake
ITKJPEG_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/itkjpeg

//Dependencies for the target
ITKMetaIO_LIB_DEPENDS:STATIC=itkzlib;

//Value Computed by CMake
ITKNrrdIO_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/NrrdIO

//Dependencies for the target
ITKNrrdIO_LIB_DEPENDS:STATIC=itkzlib;

//Value Computed by CMake
ITKNrrdIO_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/NrrdIO

//Dependencies for the target
ITKNumerics_LIB_DEPENDS:STATIC=ITKCommon;

//Value Computed by CMake
ITKOpenJPEG_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/openjpeg

//Value Computed by CMake
ITKOpenJPEG_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/openjpeg

//Value Computed by CMake
ITKPNG_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/png

//Value Computed by CMake
ITKPNG_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/png

//Dependencies for the target
ITKSpatialObject_LIB_DEPENDS:STATIC=ITKNumerics;ITKCommon;ITKMetaIO;

//Dependencies for the target
ITKStatistics_LIB_DEPENDS:STATIC=ITKCommon;

//Value Computed by CMake
ITKTIFF_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/tiff

//Value Computed by CMake
ITKTIFF_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/tiff

//Value Computed by CMake
ITKTesting_BINARY_DIR:STATIC=/usr/local/ITK_bin/Testing

//Value Computed by CMake
ITKTesting_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Testing

//Value Computed by CMake
ITKZLIB_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/zlib

//Value Computed by CMake
ITKZLIB_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/zlib

//Value Computed by CMake
ITK_BINARY_DIR:STATIC=/usr/local/ITK_bin

//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=/usr/local/ITK_src/InsightToolkit-2.6.0/Testing/Data

//BETA-Try to explicitly build some of the core templates explictitly
// rather than over and over again.
ITK_EXPLICIT_INSTANTIATION:BOOL=OFF

//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0

//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=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 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

//Dependencies for the target
ITKniftiio_LIB_DEPENDS:STATIC=ITKznz;-lm;

//Dependencies for the target
ITKznz_LIB_DEPENDS:STATIC=itkzlib;

//Value Computed by CMake
ImageExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/DataRepresentation/Image

//Value Computed by CMake
ImageExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/DataRepresentation/Image

//Value Computed by CMake
ImageRegistration_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/Registration

//Value Computed by CMake
ImageRegistration_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Registration

//Value Computed by CMake
ImageSegmentation_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/Segmentation

//Value Computed by CMake
ImageSegmentation_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Segmentation

//Value Computed by CMake
IteratorExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/Iterators

//Value Computed by CMake
IteratorExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Iterators

//Path to java command, used by the Dart server to create html.
//
JAVACOMMAND:FILEPATH=/usr/bin/java

//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/usr/bin/gmake -i

//Path to the memory checking command, used for memory error detection.
//
MEMORYCHECK_COMMAND:FILEPATH=/usr/bin/valgrind

//File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=

//Value Computed by CMake
MeshExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/DataRepresentation/Mesh

//Value Computed by CMake
MeshExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/DataRepresentation/Mesh

//Value Computed by CMake
NIFTILIB_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/nifti/niftilib

//Value Computed by CMake
NIFTILIB_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/nifti/niftilib

//Value Computed by CMake
NIFTI_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/nifti

//Value Computed by CMake
NIFTI_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/nifti

//Value Computed by CMake
NumericsExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/Numerics

//Value Computed by CMake
NumericsExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Numerics

//Value Computed by CMake
PatentedExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/Patented

//Value Computed by CMake
PatentedExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Patented

//Value Computed by CMake
PathExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/DataRepresentation/Path

//Value Computed by CMake
PathExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/DataRepresentation/Path

//Path to scp command, used by CTest for submitting results to
// a Dart server
SCPCOMMAND:FILEPATH=/usr/bin/scp

//Name of the computer/site where compile is being run
SITE:STRING=linuxBINOTTO

//Path to a program.
SVNCOMMAND:FILEPATH=/usr/bin/svn

//Value Computed by CMake
SpatialObjectsExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/SpatialObjects

//Value Computed by CMake
SpatialObjectsExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/SpatialObjects

//Value Computed by CMake
StatisticsExamples_BINARY_DIR:STATIC=/usr/local/ITK_bin/Examples/Statistics

//Value Computed by CMake
StatisticsExamples_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Examples/Statistics

//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

//Whether vnl_vector/vnl_matrix accessor methods check index bounds.
//
VNL_CONFIG_CHECK_BOUNDS:BOOL=ON

//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

//Path to a file.
VW_RAW_DATA_PATH:PATH=VW_RAW_DATA_PATH-NOTFOUND

//Re-run the configuration tests?
VXL_UPDATE_CONFIGURATION:BOOL=OFF

//Path to a file.
X11_X11_INCLUDE_PATH:PATH=/usr/include

//Path to a library.
X11_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.so

//Path to a library.
X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.so

//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=/usr/include

//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=/usr/include

//Value Computed by CMake
ZNZLIB_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/nifti/znzlib

//Value Computed by CMake
ZNZLIB_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/nifti/znzlib

//Value Computed by CMake
itkdicomparser_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/DICOMParser

//Value Computed by CMake
itkdicomparser_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/DICOMParser

//Dependencies for the target
itkgdcm_LIB_DEPENDS:STATIC=itkjpeg8;itkjpeg12;itkjpeg16;itkopenjpeg;

//Dependencies for target
itkjpeg12_LIB_DEPENDS:STATIC=

//Dependencies for target
itkjpeg16_LIB_DEPENDS:STATIC=

//Dependencies for target
itkjpeg8_LIB_DEPENDS:STATIC=

//Dependencies for the target
itknetlib_LIB_DEPENDS:STATIC=m;

//Dependencies for target
itkopenjpeg_LIB_DEPENDS:STATIC=

//Dependencies for the target
itkpng_LIB_DEPENDS:STATIC=itkzlib;-lm;

//Value Computed by CMake
itksys_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/kwsys

//Dependencies for target
itksys_LIB_DEPENDS:STATIC=

//Value Computed by CMake
itksys_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/kwsys

//Dependencies for the target
itktestlib_LIB_DEPENDS:STATIC=itkvcl;

//Dependencies for the target
itktiff_LIB_DEPENDS:STATIC=itkzlib;itkjpeg8;-lm;

//Dependencies for the target
itkvcl_LIB_DEPENDS:STATIC=m;

//Dependencies for the target
itkvnl_LIB_DEPENDS:STATIC=itkvcl;

//Dependencies for the target
itkvnl_algo_LIB_DEPENDS:STATIC=itknetlib;itkvnl;

//Dependencies for the target
itkvnl_inst_LIB_DEPENDS:STATIC=itkvnl;itkvnl_algo;itknetlib;

//Dependencies for target
itkzlib_LIB_DEPENDS:STATIC=

//Value Computed by CMake
vcl_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/vxl/vcl

//Value Computed by CMake
vcl_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/vcl

//Value Computed by CMake
vxl_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/vxl

//Value Computed by CMake
vxl_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl

//Value Computed by CMake
vxl_config_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/vxl/config/cmake/config

//Value Computed by CMake
vxl_config_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config

//Value Computed by CMake
vxlcore_BINARY_DIR:STATIC=/usr/local/ITK_bin/Utilities/vxl/core

//Value Computed by CMake
vxlcore_SOURCE_DIR:STATIC=/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/core

////////////////////////////////////////////////////////////////////////////////////////////////////////////////


CMakeError.log

Value of the 22nd bit of a 32-bit quiet-NaN is 1TestQnanhibit.c produced following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/CMake/TestQnanhibit.o
/usr/local/bin/gcc   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/CMake/TestQnanhibit.o   -c /usr/local/ITK_src/InsightToolkit-2.6.0/CMake/TestQnanhibit.c
Linking C executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/local/bin/gcc        -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/CMake/TestQnanhibit.o"   -o cmTryCompileExec -rdynamic 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
-DTEEM_QNANHIBIT=1


Determining if ifreq has a sa_lenfailed with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/Utilities/gdcm/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.o
/usr/local/bin/gcc   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.o   -c /usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.c
/usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.c: In function ‘main’:
/usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.c:3: error: ‘struct sockaddr’ has no member named ‘sa_len’
/usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.c:3:50: warning: no newline at end of file
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_bin/Utilities/gdcm/CMakeTmp/gdcmTestHAVESALEN.o] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/Utilities/gdcm/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Test VCL_STATIC_CONST_INIT_NO_DEFN failed with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_STATIC_CONST_INIT_NO_DEFN   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_STATIC_CONST_INIT_NO_DEFN  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic 
CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o: In function `main':
vxl_platform_tests.cxx:(.text+0x36): undefined reference to `A::x'
collect2: ld returned 1 exit status
gmake[1]: *** [cmTryCompileExec] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Test VCL_OVERLOAD_CAST failed with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_OVERLOAD_CAST   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx: In constructor ‘vnl_vector_fixed<n, T>::vnl_vector_fixed()’:
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:364: error: ‘data_fixed’ was not declared in this scope
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Test VCL_NULL_TMPL_ARGS failed with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_NULL_TMPL_ARGS   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:409: warning: friend declaration ‘T dot(const victor<T>&, const victor<T>&)’ declares a non-template function
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:409: warning: (if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx: In function ‘T dot(const victor<T>&, const victor<T>&) [with T = double]’:
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:423:   instantiated from here
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:412: error: ‘double victor<double>::data [3]’ is private
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:420: error: within this context
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:412: error: ‘double victor<double>::data [3]’ is private
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:420: error: within this context
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:412: error: ‘double victor<double>::data [3]’ is private
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:420: error: within this context
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:412: error: ‘double victor<double>::data [3]’ is private
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:420: error: within this context
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:412: error: ‘double victor<double>::data [3]’ is private
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:420: error: within this context
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:412: error: ‘double victor<double>::data [3]’ is private
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:420: error: within this context
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Try-Run Test VCL_HAS_TEMPLATE_SYMBOLS failed to compile with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_HAS_TEMPLATE_SYMBOLS   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_HAS_TEMPLATE_SYMBOLS  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic 
CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o: In function `caller()':
vxl_platform_tests.cxx:(.text+0x35): undefined reference to `void function<double>(double*, int)'
collect2: ld returned 1 exit status
gmake[1]: *** [cmTryCompileExec] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Test VCL_NEEDS_NAMESPACE_STD failed with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_NEEDS_NAMESPACE_STD   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx: In function ‘void function()’:
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:776: error: ‘vector’ was not declared in this scope
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:776: error: expected primary-expression before ‘double’
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:776: error: expected `;' before ‘double’
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:777: error: ‘flaz’ was not declared in this scope
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Test VCL_HAS_SLICED_DESTRUCTOR_BUG succeeded with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_HAS_SLICED_DESTRUCTOR_BUG   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_HAS_SLICED_DESTRUCTOR_BUG  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'


Performing Test VCL_HAS_WORKING_STRINGSTREAM succeeded with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_HAS_WORKING_STRINGSTREAM   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_HAS_WORKING_STRINGSTREAM  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'


Performing Test VCL_COMPLEX_POW_WORKS succeeded with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_COMPLEX_POW_WORKS   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_COMPLEX_POW_WORKS  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'


Performing Test VCL_CHAR_IS_SIGNED succeeded with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_CHAR_IS_SIGNED   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_CHAR_IS_SIGNED  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic -lm 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'


Looking for 64-bit int. Failed with the following output:
(FLAGS=-DVXL_HAS_TYPE_OF_SIZE -I"/usr/local/ITK_bin/CMakeTmp")
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVXL_HAS_TYPE_OF_SIZE -I"/usr/local/ITK_bin/CMakeTmp"   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:1031: error: ‘__int64’ was not declared in this scope
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:1031: error: expected primary-expression before ‘unsigned’
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:1031: error: expected primary-expression before ‘signed’
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:1031: error: initializer expression list treated as compound expression
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:1032: error: expected ‘,’ or ‘;’ before ‘{’ token
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx: In function ‘int main()’:
/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx:1044: error: ‘__int64’ was not declared in this scope
gmake[1]: *** [CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o] Error 1
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec/fast] Error 2


Performing Test VCL_NUMERIC_LIMITS_HAS_INFINITY succeeded with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_NUMERIC_LIMITS_HAS_INFINITY   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_NUMERIC_LIMITS_HAS_INFINITY  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic -lm 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'


Performing Test VCL_PROCESSOR_HAS_INFINITY succeeded with the following output:
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o
/usr/bin/c++   -ftemplate-depth-50  -DVCL_PROCESSOR_HAS_INFINITY   -o CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o -c /usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Linking CXX executable cmTryCompileExec
/usr/local/cmake-2.4.2-Linux-i386/bin/cmake -P CMakeFiles/cmTryCompileExec.dir/cmake_clean_target.cmake
/usr/bin/c++       -ftemplate-depth-50  -DVCL_PROCESSOR_HAS_INFINITY  -fPIC "CMakeFiles/cmTryCompileExec.dir/usr/local/ITK_src/InsightToolkit-2.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.o"   -o cmTryCompileExec -rdynamic -lm 
gmake[1]: Leaving directory `/usr/local/ITK_bin/CMakeFiles/CMakeTmp'
thanks   Luca

Benachrichtigung bei E-Mail Empfang! - http://mail.lycos.de/app/lycosinside/setupLI.exe


More information about the Insight-users mailing list