[Insight-users] compiling ITK with cygwin for JAVA-wrapping failed
Lars Matthäus
lars.matthaeus at web.de
Wed Mar 16 10:19:12 EST 2005
Hi,
I tried without success to compile ITK for JAVA 1.5 using cygwin. Cmake run fine, but make finally failed. Maybe somebody could have a look at the settings and the error message:
file CMakeCache.txt
--------------------------------
# This is the CMakeCache file.
# For build in directory: /cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0
########################
# EXTERNAL cache entries
########################
//Path to a program.
BISON_YACC:FILEPATH=/usr/bin/bison
//Name of build on the dashboard
BUILDNAME:STRING=Win32-c++
//Build source documentation using doxygen
BUILD_DOXYGEN:BOOL=OFF
//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=ON
//Value Computed by CMake
CABLEEXPAT_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/Cable/Expat
//Value Computed by CMake
CABLEEXPAT_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/Cable/Expat
//Value Computed by CMake
CABLE_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/Cable
//Value Computed by CMake
CABLE_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/Cable
//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.0
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
//
CMAKE_BUILD_TYPE:STRING=Release
//C++ compiler
CMAKE_CXX_COMPILER:STRING=g++
//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
//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
//Flags used by the compiler during Release with Debug Info builds.
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//C compiler
CMAKE_C_COMPILER:STRING=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
//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
//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/make
//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=-I/usr/X11R6/include
//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=/usr/bin/gzip
//Path to the coverage program that Dart client 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
//Dependencies for target
CableExpat_LIB_DEPENDS:STATIC=
//Dependencies for the target
CableGenerators_LIB_DEPENDS:STATIC=CableParsers;CxxTypes;CableExpat;
//Dependencies for the target
CableParsers_LIB_DEPENDS:STATIC=CxxTypes;CableExpat;
//Value Computed by CMake
CableSwig_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig
//Value Computed by CMake
CableSwig_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig
//Path to an internal program.
CableSwig_cableidx_EXE:FILEPATH=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/bin/cableidx.exe
//Path to an internal program.
CableSwig_cswig_EXE:FILEPATH=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/bin/cswig.exe
//Path to an internal program.
CableSwig_gccxml_EXE:FILEPATH=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/bin/gccxml.exe
//Dependencies for target
CxxTypes_LIB_DEPENDS:STATIC=
//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
//Time alloted for a test before Dart 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=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Filtering
//Value Computed by CMake
FilteringExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Filtering
//Value Computed by CMake
GCCCONFIG_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC/config_cmake
//Value Computed by CMake
GCCCONFIG_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC/config_cmake
//Value Computed by CMake
GCCXML_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC_XML
//Install location for data (relative to prefix).
GCCXML_DATA_DIR:STRING=/share/gccxml-0.7
//Install location for documentation (relative to prefix).
GCCXML_DOC_DIR:STRING=/share/doc/gccxml-0.7
//Install location for man pages (relative to prefix).
GCCXML_MAN_DIR:STRING=/share/man
//Value Computed by CMake
GCCXML_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC_XML
//Value Computed by CMake
GCC_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC
//Path to a program.
GCC_SH:FILEPATH=/usr/bin/sh
//Value Computed by CMake
GCC_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC
//Value Computed by CMake
GDCM_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/gdcm
//Value Computed by CMake
GDCM_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/gdcm
//Path to a program.
GUILE_EXECUTABLE:FILEPATH=/usr/bin/guile
//What is the path where the file guile/gh.h can be found
GUILE_INCLUDE_PATH:PATH=/usr/include
//Where can the guile library be found
GUILE_LIBRARY:FILEPATH=/usr/lib/libguile.a
//Path to gunzip executable
GUNZIPCOMMAND:FILEPATH=/usr/bin/gunzip
//Value Computed by CMake
IOExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/IO
//Value Computed by CMake
IOExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/IO
//Dependencies for the target
ITKAlgorithmsJava_LIB_DEPENDS:STATIC=ITKAlgorithms;
//Dependencies for the target
ITKAlgorithms_LIB_DEPENDS:STATIC=ITKNumerics;
//Dependencies for the target
ITKBasicFiltersAJava_LIB_DEPENDS:STATIC=ITKBasicFilters;
//Dependencies for the target
ITKBasicFiltersBJava_LIB_DEPENDS:STATIC=ITKBasicFilters;
//Dependencies for the target
ITKBasicFilters_LIB_DEPENDS:STATIC=ITKCommon;
//Dependencies for the target
ITKCommonJava_LIB_DEPENDS:STATIC=ITKCommon;
//Dependencies for the target
ITKCommon_LIB_DEPENDS:STATIC=itkvnl_inst;itksys;-lpthread;-lgdi32;-lm;
//Dependencies for target
ITKDICOMParser_LIB_DEPENDS:STATIC=
//Value Computed by CMake
ITKEXPAT_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/expat
//Dependencies for target
ITKEXPAT_LIB_DEPENDS:STATIC=
//Value Computed by CMake
ITKEXPAT_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/expat
//Dependencies for the target
ITKFEM_LIB_DEPENDS:STATIC=ITKNumerics;ITKCommon;ITKBasicFilters;ITKIO;-lm;
//Dependencies for the target
ITKIOJava_LIB_DEPENDS:STATIC=ITKIO;
//Dependencies for the target
ITKIO_LIB_DEPENDS:STATIC=ITKCommon;ITKNrrdIO;itkjpeg8;itkjpeg12;itkjpeg16;itkpng;itkzlib;itktiff;itkgdcm;ITKMetaIO;ITKDICOMParser;ITKEXPAT;
//Value Computed by CMake
ITKJPEG_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/itkjpeg
//Value Computed by CMake
ITKJPEG_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/itkjpeg
//Dependencies for the target
ITKMetaIO_LIB_DEPENDS:STATIC=itkzlib;
//Value Computed by CMake
ITKNrrdIO_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/NrrdIO
//Dependencies for the target
ITKNrrdIO_LIB_DEPENDS:STATIC=itkzlib;
//Value Computed by CMake
ITKNrrdIO_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/NrrdIO
//Dependencies for the target
ITKNumericsJava_LIB_DEPENDS:STATIC=ITKNumerics;
//Dependencies for the target
ITKNumerics_LIB_DEPENDS:STATIC=ITKCommon;
//Value Computed by CMake
ITKPNG_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/png
//Value Computed by CMake
ITKPNG_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/png
//Dependencies for the target
ITKSpatialObject_LIB_DEPENDS:STATIC=ITKNumerics;ITKCommon;
//Dependencies for the target
ITKStatistics_LIB_DEPENDS:STATIC=ITKCommon;
//Value Computed by CMake
ITKTIFF_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/tiff
//Value Computed by CMake
ITKTIFF_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/tiff
//Value Computed by CMake
ITKTesting_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Testing
//Value Computed by CMake
ITKTesting_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Testing
//Value Computed by CMake
ITKZLIB_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/zlib
//Value Computed by CMake
ITKZLIB_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/zlib
//Value Computed by CMake
ITK_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0
//Build cswig Java wrapper support
ITK_CSWIG_JAVA:BOOL=ON
//Build cswig Python wrapper support (requires CableSwig).
ITK_CSWIG_PYTHON:BOOL=OFF
//Build cswig Tcl wrapper support (requires CableSwig).
ITK_CSWIG_TCL:BOOL=OFF
//What is the path where the file ITKData.readme can be found
ITK_DATA_ROOT:PATH=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Testing/Data
//BETA-Try to explicitly build some of the core templates explictitly
// rather than over and over again.
ITK_EXPLICIT_INSTANTIATION:BOOL=ON
//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.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
//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
//Value Computed by CMake
ImageExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/DataRepresentation/Image
//Value Computed by CMake
ImageExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/DataRepresentation/Image
//Value Computed by CMake
ImageRegistration_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Registration
//Value Computed by CMake
ImageRegistration_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Registration
//Value Computed by CMake
ImageSegmentation_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Segmentation
//Value Computed by CMake
ImageSegmentation_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Segmentation
//Value Computed by CMake
IteratorExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Iterators
//Value Computed by CMake
IteratorExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Iterators
//Path to java command, used by the Dart server to create html.
//
JAVACOMMAND:FILEPATH=/cygdrive/c/Java/jdk1.5.0_01/bin/java
//Path to a program.
JAVA_ARCHIVE:FILEPATH=/cygdrive/c/Java/jdk1.5.0_01/bin/jar
//What is the path where the file jawt.h can be found
JAVA_AWT_INCLUDE_PATH:PATH=/cygdrive/c/Java/jdk1.5.0_01/include
//Where can the jawt library be found
JAVA_AWT_LIBRARY:FILEPATH=/cygdrive/c/Java/jdk1.5.0_01/lib
//Path to a program.
JAVA_COMPILE:FILEPATH=/cygdrive/c/Java/jdk1.5.0_01/bin/javac
//What is the path where the file jni.h can be found
JAVA_INCLUDE_PATH:PATH=/cygdrive/c/Java/jdk1.5.0_01/include
//What is the path where the file jni_md.h can be found
JAVA_INCLUDE_PATH2:PATH=/cygdrive/c/Java/jdk1.5.0_01/include/win32
//Path to a program.
JAVA_RUNTIME:FILEPATH=/cygdrive/c/Java/jdk1.5.0_01/bin/java
//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/usr/bin/make -i
//Path to Rational purify command, used for memory error detection.
//
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
//File that contains suppressions for the memmory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
//Value Computed by CMake
MeshExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/DataRepresentation/Mesh
//Value Computed by CMake
MeshExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/DataRepresentation/Mesh
//Value Computed by CMake
NumericsExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Numerics
//Value Computed by CMake
NumericsExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Numerics
//Path to a program.
PERL_EXECUTABLE:FILEPATH=/usr/bin/perl
//What is the path where the file perl.h can be found
PERL_INCLUDE_PATH:PATH=PERL_INCLUDE_PATH-NOTFOUND
//Where can one of the perl, perl5.8.0 or perl58 libraries be found
//
PERL_LIBRARY:FILEPATH=PERL_LIBRARY-NOTFOUND
//Path to a program.
PHP4_EXECUTABLE:FILEPATH=PHP4_EXECUTABLE-NOTFOUND
//What is the path where the file php_version.h can be found
PHP4_FOUND_INCLUDE_PATH:PATH=PHP4_FOUND_INCLUDE_PATH-NOTFOUND
//Path to a program.
PIKE_EXECUTABLE:FILEPATH=PIKE_EXECUTABLE-NOTFOUND
//What is the path where the file program.h can be found
PIKE_INCLUDE_PATH:PATH=PIKE_INCLUDE_PATH-NOTFOUND
//Where can one of the python23_d, python22_d, python21_d, python20_d
// or python libraries be found
PYTHON_DEBUG_LIBRARY:FILEPATH=PYTHON_DEBUG_LIBRARY-NOTFOUND
//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python
//What is the path where the file Python.h can be found
PYTHON_INCLUDE_PATH:PATH=PYTHON_INCLUDE_PATH-NOTFOUND
//Where can one of the python23, python2.3, python2.3.dll, python22,
// python2.2, python2.2.dll, python21, python2.1, python2.1.dll,
// python20, python2.0, python2.0.dll, python16, python1.6, python1.6.dll,
// python15, python1.5 or python1.5.dll libraries be found
PYTHON_LIBRARY:FILEPATH=PYTHON_LIBRARY-NOTFOUND
//Value Computed by CMake
PathExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/DataRepresentation/Path
//Value Computed by CMake
PathExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/DataRepresentation/Path
//Path to a program.
RUBY_EXECUTABLE:FILEPATH=RUBY_EXECUTABLE-NOTFOUND
//What is the path where the file ruby.h can be found
RUBY_INCLUDE_PATH:PATH=RUBY_INCLUDE_PATH-NOTFOUND
//Where can the ruby1.8 library be found
RUBY_LIBRARY:FILEPATH=RUBY_LIBRARY-NOTFOUND
//Path to scp command, used by some Dart clients for submitting
// results to a Dart server (when not using ftp for submissions)
//
SCPCOMMAND:FILEPATH=/usr/bin/scp
//Name of the computer/site where compile is being run
SITE:STRING=rosita
//Value Computed by CMake
SWIG_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/SWIG
//Build some examples
SWIG_BUILD_EXAMPLES:BOOL=ON
//Value Computed by CMake
SWIG_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/SWIG
//Value Computed by CMake
SpatialObjectsExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/SpatialObjects
//Value Computed by CMake
SpatialObjectsExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/SpatialObjects
//Value Computed by CMake
StatisticsExamples_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Statistics
//Value Computed by CMake
StatisticsExamples_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Examples/Statistics
//Dependencies for target
SwigRuntimeJava_LIB_DEPENDS:STATIC=
//What is the path where the file tcl.h can be found
TCL_INCLUDE_PATH:PATH=/usr/include
//Where can one of the tcl, tcl84, tcl8.4, tcl83, tcl8.3, tcl82,
// tcl8.2, tcl80 or tcl8.0 libraries be found
TCL_LIBRARY:FILEPATH=/usr/lib/libtcl.a
//Where can one of the tcld, tcl84d, tcl8.4d, tcl83d, tcl8.3d,
// tcl82d, tcl8.2d, tcl80d or tcl8.0d libraries be found
TCL_LIBRARY_DEBUG:FILEPATH=TCL_LIBRARY_DEBUG-NOTFOUND
//Where can one of the tclstub, tclstub84, tclstub8.4, tclstub83,
// tclstub8.3, tclstub82, tclstub8.2, tclstub80 or tclstub8.0 libraries
// be found
TCL_STUB_LIBRARY:FILEPATH=/usr/lib/libtclstub.a
//Where can one of the tclstubd, tclstub84d, tclstub8.4d, tclstub83d,
// tclstub8.3d, tclstub82d, tclstub8.2d, tclstub80d or tclstub8.0d
// libraries be found
TCL_STUB_LIBRARY_DEBUG:FILEPATH=TCL_STUB_LIBRARY_DEBUG-NOTFOUND
//Path to a program.
TCL_TCLSH:FILEPATH=/usr/bin/tclsh
//What is the path where the file tk.h can be found
TK_INCLUDE_PATH:PATH=/usr/src/tcltk-20030901-1/tk/generic/;/usr/src/tcltk-20030901-1/tcl/generic
//What is the path where the file tkWinInt.h can be found
TK_INTERNAL_PATH:PATH=/usr/src/tcltk-20030901-1/tk/win
//Where can one of the tk, tk84, tk8.4, tk83, tk8.3, tk82, tk8.2,
// tk80 or tk8.0 libraries be found
TK_LIBRARY:FILEPATH=/usr/lib/libtk.a
//Where can one of the tkd, tk84d, tk8.4d, tk83d, tk8.3d, tk82d,
// tk8.2d, tk80d or tk8.0d libraries be found
TK_LIBRARY_DEBUG:FILEPATH=TK_LIBRARY_DEBUG-NOTFOUND
//Where can one of the tkstub, tkstub84, tkstub8.4, tkstub83, tkstub8.3,
// tkstub82, tkstub8.2, tkstub80 or tkstub8.0 libraries be found
//
TK_STUB_LIBRARY:FILEPATH=/usr/lib/libtkstub.a
//Where can one of the tkstubd, tkstub84d, tkstub8.4d, tkstub83d,
// tkstub8.3d, tkstub82d, tkstub8.2d, tkstub80d or tkstub8.0d libraries
// be found
TK_STUB_LIBRARY_DEBUG:FILEPATH=TK_STUB_LIBRARY_DEBUG-NOTFOUND
//Path to a program.
TK_WISH:FILEPATH=/usr/bin/wish
//Use the FFTW v3 library
USE_FFTW:BOOL=OFF
//Use the GDCM dicom library
USE_GDCM:BOOL=ON
//Use the SGI SCSL High Performance Computing math library
USE_SCSL:BOOL=OFF
//What is the path where the file avfCROP.1023c.raw can be found
//
VW_RAW_DATA_PATH:PATH=VW_RAW_DATA_PATH-NOTFOUND
//Dependencies for the target
VXLNumericsJava_LIB_DEPENDS:STATIC=itkvnl;itkvnl_algo;itknetlib;itkvnl_inst;
//Re-run the configuration tests?
VXL_UPDATE_CONFIGURATION:BOOL=OFF
//Value Computed by CMake
WrapITK_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Wrapping/CSwig
//Value Computed by CMake
WrapITK_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Wrapping/CSwig
//What is the path where the file X11/X.h can be found
X11_X11_INCLUDE_PATH:PATH=/usr/X11R6/include
//Where can the X11 library be found
X11_X11_LIB:FILEPATH=X11_X11_LIB-NOTFOUND
//Where can the Xext library be found
X11_Xext_LIB:FILEPATH=X11_Xext_LIB-NOTFOUND
//What is the path where the file X11/Xlib.h can be found
X11_Xlib_INCLUDE_PATH:PATH=/usr/X11R6/include
//What is the path where the file X11/Xutil.h can be found
X11_Xutil_INCLUDE_PATH:PATH=/usr/X11R6/include
//Dependencies for target
backend_LIB_DEPENDS:STATIC=
//Dependencies for target
cpp_LIB_DEPENDS:STATIC=
//Value Computed by CMake
gxsys_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC_XML/KWSys
//Dependencies for target
gxsys_LIB_DEPENDS:STATIC=
//Value Computed by CMake
gxsys_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/CableSwig/GCC_XML/KWSys
//Dependencies for target
iberty_LIB_DEPENDS:STATIC=
//Value Computed by CMake
itkdicomparser_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/DICOMParser
//Value Computed by CMake
itkdicomparser_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/DICOMParser
//Dependencies for the target
itkgdcm_LIB_DEPENDS:STATIC=itkjpeg8;itkjpeg12;itkjpeg16;Wsock32;Snmpapi;
//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 the target
itkpng_LIB_DEPENDS:STATIC=itkzlib;-lm;
//Value Computed by CMake
itksys_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/kwsys
//Dependencies for target
itksys_LIB_DEPENDS:STATIC=
//Value Computed by CMake
itksys_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.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=
//Dependencies for target
swigLib_LIB_DEPENDS:STATIC=
//Value Computed by CMake
vcl_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl/vcl
//Value Computed by CMake
vcl_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl/vcl
//Value Computed by CMake
vxl_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl
//Value Computed by CMake
vxl_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl
//Value Computed by CMake
vxl_config_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl/config/cmake/config
//Value Computed by CMake
vxl_config_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl/config/cmake/config
//Value Computed by CMake
vxlcore_BINARY_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl/core
//Value Computed by CMake
vxlcore_SOURCE_DIR:STATIC=/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/Utilities/vxl/core
########################
# INTERNAL cache entries
########################
//Executable to project name.
/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightToolkit-2.0.0/bin/cableidx.exe:INTERNAL=cableidx
...
---------------------------
---------------------------
error message after running make in the source directory:
---------------------------
....
Building object file wrap_itkVersorTransformJava.o...
Building object file wrap_ITKCommonJavaJava.o...
Building object file SwigExtras_wrapJava.o...
Building object file itkStringStream.o...
Building shared module /cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/In
sightToolkit-2.0.0/bin/libITKCommonJava.dll...
wrap_ITKCommonBaseJava.o(.text+0xcc87):wrap_ITKCommonBaseJava.cxx: undefined ref
erence to `__imp___ZTVN3itk7VersionE'
wrap_ITKCommonBaseJava.o(.text+0x23d27):wrap_ITKCommonBaseJava.cxx: undefined re
ference to `__imp___ZTVN3itk13DynamicLoaderE'
collect2: ld returned 1 exit status
make[5]: *** [/cygdrive/c/Download/itk-download/InsightToolkit-2.0.0/InsightTool
kit-2.0.0/bin/libITKCommonJava.dll] Error 1
make[4]: *** [default_target] Error 2
make[3]: *** [default_target_Common] Error 2
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_Wrapping_CSwig] Error 2
make: *** [default_target] Error 2
----------------------
----------------------
I would be very grateful if anybody could help me!
Thanks
Lars
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
More information about the Insight-users
mailing list