[Insight-developers] Problems with Visual Studio 2010 linkage -- any experts?

Williams, Norman K norman-k-williams at uiowa.edu
Wed Nov 7 10:34:24 EST 2012


On 11/5/12 9:26 AM, "Bill Hoffman" <bill.hoffman at kitware.com> wrote:


>On 11/2/2012 5:20 PM, Williams, Norman K wrote:
>> Other fun time-wasters -- apparently the CMake 2.8.10 NMake generator
>> doesn't work right, or it didn't earlier today, so I'm back to using the
>> Visual Studio Generator.  The fun never stops.
>Can you elaborate on what does not work?

Here's what I posted to the CMake mailing list:


I just updated to CMake 2.8.10 on a Windows7/64 laptop
I don't understand what changed between 2.8.9 and 2.8.10 with respect to
the NMake generator, but I'm getting this error building DCMTK:

[  2%] Built target ofstd
Linking CXX executable ..\..\bin\ofstd_tests.exe
LINK : fatal error LNK1146: no argument specified with option '/machine:'
LINK Pass 1 failed. with 2
NMAKE : fatal error U1077: '"C:\Program Files (x86)\CMake
2.8\bin\cmake.exe"' :
return code '0xffffffff'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 10.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
Studio 10.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.


The '/machine:' lag isn't mentioned anywhere in the DCMTK source tree so
this is something apparently coming from CMake.

Here is the CMakeCache.txt:
# This is the CMakeCache file.
# For build in directory: c:/itktest/dcmtk/dcmtk-build
# It was generated by CMake: C:/Program Files (x86)/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
########################

//Build command line applications and test programs.
BUILD_APPS:BOOL=ON

//Build with shared libraries.
BUILD_SHARED_LIBS:BOOL=OFF

//Build a single DCMTK library.
BUILD_SINGLE_SHARED_LIBRARY:BOOL=OFF

//Path to a program.
CMAKE_AR:FILEPATH=CMAKE_AR-NOTFOUND

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Debug

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /Zm1000 /GR /EHsc

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG

//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=/MD /O2 /Ob2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG

//Libraries linked by defalut with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib
winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib
advapi32.lib

//C compiler.
CMAKE_C_COMPILER:FILEPATH=c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /Zm1000

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=/D_DEBUG /MTd /Zi  /Ob0 /Od /GZ

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/MT /O1 /Ob1 /D NDEBUG

//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=/MT /O2 /Ob2 /D NDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MT /Zi /O2 /Ob1 /D NDEBUG

//Libraries linked by defalut with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib odbc32.lib odbccp32.lib

//Library postfix for debug builds. Usually left blank.
CMAKE_DEBUG_POSTFIX:STRING=

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' /STACK:10000000 /machine: '

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL:YES

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL:YES

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/DCMTK

//Path to a program.
CMAKE_LINKER:FILEPATH=c:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/link.exe

//Program used to build from makefiles.
CMAKE_MAKE_PROGRAM:STRING=nmake

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' /STACK:10000000 /machine: '

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL:YES

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL:YES

//Path to a program.
CMAKE_NM:FILEPATH=CMAKE_NM-NOTFOUND

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=DCMTK

//RC compiler.
CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft
SDKs/Windows/v7.0A/Bin/RC.Exe

//Flags for Fortran compiler.
CMAKE_RC_FLAGS:STRING=' '

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' /STACK:10000000 /machine: '

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL:YES

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL:YES

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=OFF

//Path to a program.
CMAKE_STRIP:FILEPATH=CMAKE_STRIP-NOTFOUND

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS: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

//Value Computed by CMake
DCMTK_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build

//Installation sub-directory for binary executables.
DCMTK_INSTALL_BINDIR:STRING=bin

//Installation sub-directory for sample files and the like.
DCMTK_INSTALL_DATDIR:STRING=share/dcmtk

//Installation sub-directory for general documentation.
DCMTK_INSTALL_DOCDIR:STRING=share/doc/dcmtk

//Installation sub-directory for configuration files.
DCMTK_INSTALL_ETCDIR:STRING=etc/dcmtk

//Installation sub-directory for HTML documentation.
DCMTK_INSTALL_HTMDIR:STRING=share/doc/dcmtk/html

//Installation sub-directory for header files.
DCMTK_INSTALL_INCDIR:STRING=include

//Installation sub-directory for object code libraries.
DCMTK_INSTALL_LIBDIR:STRING=lib

//Installation sub-directory for man pages.
DCMTK_INSTALL_MANDIR:STRING=share/man

//List of modules that should be built.
DCMTK_MODULES:STRING=config;ofstd;oflog;dcmdata;dcmimgle;dcmimage;dcmjpeg;d
cmjpls;dcmtls;dcmnet;dcmsr;dcmsign;dcmwlm;dcmqrdb;dcmpstat;dcmrt;doxygen

//Overwrite compiler flags with DCMTK's WIN32 package default values.
DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS:BOOL=ON

//Value Computed by CMake
DCMTK_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk

//Build with wide char file I/O functions.
DCMTK_WIDE_CHAR_FILE_IO_FUNCTIONS:BOOL=OFF

//Build command line tools with wide char main function.
DCMTK_WIDE_CHAR_MAIN_FUNCTION:BOOL=OFF

//Build API documentation with doxygen.
DCMTK_WITH_DOXYGEN:BOOL=OFF

//Configure DCMTK with support for ICONV.
DCMTK_WITH_ICONV:BOOL=OFF

//Configure DCMTK with support for OPENSSL.
DCMTK_WITH_OPENSSL:BOOL=OFF

//Configure DCMTK with support for PNG.
DCMTK_WITH_PNG:BOOL=OFF

//Configure DCMTK with support for DICOM private tags coming with
// DCMTK.
DCMTK_WITH_PRIVATE_TAGS:BOOL=OFF

//Configure DCMTK with support for SNDFILE.
DCMTK_WITH_SNDFILE:BOOL=OFF

//Configure DCMTK with support for multi-threading.
DCMTK_WITH_THREADS:BOOL=ON

//Configure DCMTK with support for TIFF.
DCMTK_WITH_TIFF:BOOL=OFF

//Configure DCMTK with support for XML.
DCMTK_WITH_XML:BOOL=OFF

//Configure DCMTK with support for ZLIB.
DCMTK_WITH_ZLIB:BOOL=OFF

//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND

//Doxygen documentation generation tool (http://www.doxygen.org
<http://www.doxygen.org/>)
DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND

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

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

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

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

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

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

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

//Dependencies for target
charls_LIB_DEPENDS:STATIC=

//Value Computed by CMake
config_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/config

//Value Computed by CMake
config_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/config

//Value Computed by CMake
dcmdata_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmdata

//Dependencies for the target
dcmdata_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;

//Value Computed by CMake
dcmdata_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmdata

//Dependencies for the target
dcmdsig_LIB_DEPENDS:STATIC=general;ofstd;general;dcmdata;

//Value Computed by CMake
dcmimage_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmimage

//Dependencies for the target
dcmimage_LIB_DEPENDS:STATIC=general;oflog;general;dcmdata;general;dcmimgle;

//Value Computed by CMake
dcmimage_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmimage

//Value Computed by CMake
dcmimgle_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmimgle

//Dependencies for the target
dcmimgle_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;

//Value Computed by CMake
dcmimgle_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmimgle

//Value Computed by CMake
dcmjpeg_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmjpeg

//Dependencies for the target
dcmjpeg_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;gene
ral;dcmimgle;general;dcmimage;general;ijg8;general;ijg12;general;ijg16;

//Value Computed by CMake
dcmjpeg_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmjpeg

//Value Computed by CMake
dcmjpls_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmjpls

//Dependencies for the target
dcmjpls_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;gene
ral;dcmimgle;general;dcmimage;general;charls;

//Value Computed by CMake
dcmjpls_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmjpls

//Value Computed by CMake
dcmnet_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmnet

//Dependencies for the target
dcmnet_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;gener
al;ws2_32;general;netapi32;general;wsock32;

//Value Computed by CMake
dcmnet_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmnet

//Value Computed by CMake
dcmpstat_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmpstat

//Dependencies for the target
dcmpstat_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;gen
eral;dcmimgle;general;dcmimage;general;dcmnet;general;dcmdsig;general;dcmtl
s;general;dcmsr;general;dcmqrdb;

//Value Computed by CMake
dcmpstat_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmpstat

//Value Computed by CMake
dcmqrdb_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmqrdb

//Dependencies for the target
dcmqrdb_LIB_DEPENDS:STATIC=general;ofstd;general;dcmdata;general;dcmnet;

//Value Computed by CMake
dcmqrdb_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmqrdb

//Value Computed by CMake
dcmrt_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmrt

//Dependencies for the target
dcmrt_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;genera
l;dcmimgle;

//Value Computed by CMake
dcmrt_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmrt

//Value Computed by CMake
dcmsign_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmsign

//Value Computed by CMake
dcmsign_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmsign

//Value Computed by CMake
dcmsr_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmsr

//Dependencies for the target
dcmsr_LIB_DEPENDS:STATIC=general;ofstd;general;oflog;general;dcmdata;genera
l;dcmimgle;general;dcmimage;

//Value Computed by CMake
dcmsr_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmsr

//Value Computed by CMake
dcmtls_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmtls

//Dependencies for the target
dcmtls_LIB_DEPENDS:STATIC=general;ofstd;general;dcmdata;general;dcmnet;

//Value Computed by CMake
dcmtls_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmtls

//Value Computed by CMake
dcmwlm_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/dcmwlm

//Dependencies for the target
dcmwlm_LIB_DEPENDS:STATIC=general;ofstd;general;dcmdata;general;dcmnet;

//Value Computed by CMake
dcmwlm_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/dcmwlm

//Value Computed by CMake
doxygen_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/doxygen

//Value Computed by CMake
doxygen_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/doxygen

//Dependencies for the target
i2d_LIB_DEPENDS:STATIC=general;dcmdata;

//Dependencies for target
ijg12_LIB_DEPENDS:STATIC=

//Dependencies for target
ijg16_LIB_DEPENDS:STATIC=

//Dependencies for target
ijg8_LIB_DEPENDS:STATIC=

//Value Computed by CMake
oflog_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/oflog

//Dependencies for the target
oflog_LIB_DEPENDS:STATIC=general;ofstd;general;ws2_32;general;netapi32;gene
ral;wsock32;

//Value Computed by CMake
oflog_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/oflog

//Value Computed by CMake
ofstd_BINARY_DIR:STATIC=C:/itktest/dcmtk/dcmtk-build/ofstd

//Dependencies for the target
ofstd_LIB_DEPENDS:STATIC=general;ws2_32;general;netapi32;general;wsock32;

//Value Computed by CMake
ofstd_SOURCE_DIR:STATIC=C:/itktest/dcmtk/dcmtk/ofstd


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: BUILD_SINGLE_SHARED_LIBRARY
BUILD_SINGLE_SHARED_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//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=nmake
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/itktest/dcmtk/dcmtk-build
//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=10
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cmake.exe
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/cpack.exe
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake 2.8/bin/ctest.exe
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED: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
//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
//ADVANCED property for variable: CMAKE_DEBUG_POSTFIX
CMAKE_DEBUG_POSTFIX-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files (x86)/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=NMake Makefiles
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=C:/itktest/dcmtk/dcmtk
//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
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=86
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//ADVANCED property for variable: CMAKE_RC_COMPILER
CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
CMAKE_RC_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_RC_FLAGS
CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/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
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//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_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
C_CHAR_SIGNED:INTERNAL=1
//Result of TRY_COMPILE
C_CHAR_SIGNED_COMPILED:INTERNAL=TRUE
//Whether char is unsigned.
C_CHAR_UNSIGNED:INTERNAL=0
//List of all libraries in the DCMTK.
DCMTK_ALL_LIBRARIES:INTERNAL=ofstd;oflog;dcmdata;i2d;dcmimgle;dcmimage;dcmj
peg;ijg8;ijg12;ijg16;dcmjpls;charls;dcmtls;dcmnet;dcmsr;dcmdsig;dcmwlm;dcmq
rdb;dcmpstat;dcmrt
//ADVANCED property for variable: DCMTK_INSTALL_BINDIR
DCMTK_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_DATDIR
DCMTK_INSTALL_DATDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_DOCDIR
DCMTK_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_ETCDIR
DCMTK_INSTALL_ETCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_HTMDIR
DCMTK_INSTALL_HTMDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_INCDIR
DCMTK_INSTALL_INCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_LIBDIR
DCMTK_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_INSTALL_MANDIR
DCMTK_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//Dependencies of the DCMTK libraries.
DCMTK_LIBRARY_DEPENDENCIES:INTERNAL=ws2_32;netapi32;wsock32;ws2_32;netapi32
;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;ws
ock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock
32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;
ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2
_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32
;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;ne
tapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netap
i32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32
;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;ws
ock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock
32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;
ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2
_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32
;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;ne
tapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netap
i32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32
;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;ws
ock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock
32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;
ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32;ws2_32;netapi32;wsock32
//ADVANCED property for variable: DCMTK_MODULES
DCMTK_MODULES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DCMTK_WITH_SNDFILE
DCMTK_WITH_SNDFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Have function accept
HAVE_ACCEPT:INTERNAL=
//Have function access
HAVE_ACCESS:INTERNAL=1
//Have include alloca.h
HAVE_ALLOCA_H:INTERNAL=
//Have include arpa/inet.h
HAVE_ARPA_INET_H:INTERNAL=
//Have function bcmp
HAVE_BCMP:INTERNAL=
//Have function bcopy
HAVE_BCOPY:INTERNAL=
//Have function bind
HAVE_BIND:INTERNAL=
//Have function bzero
HAVE_BZERO:INTERNAL=
//Set if strerror_r() returns a char*
HAVE_CHARP_STRERROR_R:INTERNAL=1
//Have function connect
HAVE_CONNECT:INTERNAL=
//Have include cstdarg
HAVE_CSTDARG:INTERNAL=1
//Have include cstdio
HAVE_CSTDIO:INTERNAL=1
//Have include ctype.h
HAVE_CTYPE_H:INTERNAL=1
//Have function cuserid
HAVE_CUSERID:INTERNAL=
//C++ type bool exists
HAVE_CXX_BOOL:INTERNAL=1
//Have symbol socklen_t definition
HAVE_DECLARATION_SOCKLEN_T:INTERNAL=
//Have symbol std::ios_base::openmode definition
HAVE_DECLARATION_STD__IOS_BASE__OPENMODE:INTERNAL=
//Have include dirent.h
HAVE_DIRENT_H:INTERNAL=
//Have function _doprnt
HAVE_DOPRNT:INTERNAL=
//ENAMETOOLONG is defined
HAVE_ENAMETOOLONG:INTERNAL=1
//Have include errno.h
HAVE_ERRNO_H:INTERNAL=1
//Have include fcntl.h
HAVE_FCNTL_H:INTERNAL=1
//Have function finite
HAVE_FINITE:INTERNAL=
//Have include float.h
HAVE_FLOAT_H:INTERNAL=1
//Have function flock
HAVE_FLOCK:INTERNAL=
//Have include fnmatch.h
HAVE_FNMATCH_H:INTERNAL=
//Have function fork
HAVE_FORK:INTERNAL=
//Have function fseeko
HAVE_FSEEKO:INTERNAL=
//Have include fstream
HAVE_FSTREAM:INTERNAL=1
//Have include fstream.h
HAVE_FSTREAM_H:INTERNAL=
//Have function ftime
HAVE_FTIME:INTERNAL=1
//Have function getaddrinfo
HAVE_GETADDRINFO:INTERNAL=
//Have function getenv
HAVE_GETENV:INTERNAL=1
//Have function geteuid
HAVE_GETEUID:INTERNAL=
//Have function getgrnam
HAVE_GETGRNAM:INTERNAL=
//Have function getgrnam_r
HAVE_GETGRNAM_R:INTERNAL=
//Have function gethostbyaddr_r
HAVE_GETHOSTBYADDR_R:INTERNAL=
//Have function gethostbyname
HAVE_GETHOSTBYNAME:INTERNAL=
//Have function gethostbyname_r
HAVE_GETHOSTBYNAME_R:INTERNAL=
//Have function gethostid
HAVE_GETHOSTID:INTERNAL=
//Have function gethostname
HAVE_GETHOSTNAME:INTERNAL=
//Have function getlogin
HAVE_GETLOGIN:INTERNAL=
//Have function getpid
HAVE_GETPID:INTERNAL=1
//Have function getpwnam
HAVE_GETPWNAM:INTERNAL=
//Have function getpwnam_r
HAVE_GETPWNAM_R:INTERNAL=
//Have function getsockname
HAVE_GETSOCKNAME:INTERNAL=
//Have function getsockopt
HAVE_GETSOCKOPT:INTERNAL=
//Have function getuid
HAVE_GETUID:INTERNAL=
//Have function gmtime_r
HAVE_GMTIME_R:INTERNAL=
//Have include grp.h
HAVE_GRP_H:INTERNAL=
//Have include ieeefp.h
HAVE_IEEEFP_H:INTERNAL=
//Have function index
HAVE_INDEX:INTERNAL=
//Set if socket functions accept an int* argument
HAVE_INTP_ACCEPT:INTERNAL=1
//Set if socket functions accept an int* argument
HAVE_INTP_GETSOCKOPT:INTERNAL=1
//Set if select() accepts an int* argument
HAVE_INTP_SELECT:INTERNAL=0
//Have include inttypes.h
HAVE_INTTYPES_H:INTERNAL=
//strerror_r returns an int
HAVE_INT_STRERROR_R:INTERNAL=0
//Have include iomanip
HAVE_IOMANIP:INTERNAL=1
//Have include iomanip.h
HAVE_IOMANIP_H:INTERNAL=
//Have include iostream
HAVE_IOSTREAM:INTERNAL=1
//Have include iostream.h
HAVE_IOSTREAM_H:INTERNAL=
//std::ios::nocreate exists
HAVE_IOS_NOCREATE:INTERNAL=0
//Have include io.h
HAVE_IO_H:INTERNAL=1
//Have function isinf
HAVE_ISINF:INTERNAL=
//Have function isnan
HAVE_ISNAN:INTERNAL=
//Have include iso646.h
HAVE_ISO646_H:INTERNAL=1
//Have function itoa
HAVE_ITOA:INTERNAL=1
//Have include libc.h
HAVE_LIBC_H:INTERNAL=
//Have include png.h
HAVE_LIBPNG_PNG_H:INTERNAL=
//Have include limits.h
HAVE_LIMITS_H:INTERNAL=1
//Have function listen
HAVE_LISTEN:INTERNAL=
//Have include locale.h
HAVE_LOCALE_H:INTERNAL=1
//Have function localtime_r
HAVE_LOCALTIME_R:INTERNAL=
//Have function lockf
HAVE_LOCKF:INTERNAL=
//Have symbol longlong definition
HAVE_LONGLONG:INTERNAL=
//Have function lstat
HAVE_LSTAT:INTERNAL=
//Have function malloc_debug
HAVE_MALLOC_DEBUG:INTERNAL=
//Have include malloc.h
HAVE_MALLOC_H:INTERNAL=1
//Have include math.h
HAVE_MATH_H:INTERNAL=1
//Have function memcmp
HAVE_MEMCMP:INTERNAL=1
//Have function memcpy
HAVE_MEMCPY:INTERNAL=1
//Have function memmove
HAVE_MEMMOVE:INTERNAL=1
//Have include memory.h
HAVE_MEMORY_H:INTERNAL=1
//Have function memset
HAVE_MEMSET:INTERNAL=1
//Have function mkstemp
HAVE_MKSTEMP:INTERNAL=
//Have function mktemp
HAVE_MKTEMP:INTERNAL=1
//Have include ndir.h
HAVE_NDIR_H:INTERNAL=
//Have include netdb.h
HAVE_NETDB_H:INTERNAL=
//Have includes sys/types.h;netinet/in.h
HAVE_NETINET_IN_H:INTERNAL=
//Have includes sys/types.h;netinet/in_systm.h
HAVE_NETINET_IN_SYSTM_H:INTERNAL=
//Have includes sys/types.h;netinet/tcp.h
HAVE_NETINET_TCP_H:INTERNAL=
//Have include new.h
HAVE_NEW_H:INTERNAL=1
//Have symbol accept
HAVE_PROTOTYPE_ACCEPT:INTERNAL=1
//Have symbol bind
HAVE_PROTOTYPE_BIND:INTERNAL=1
//Have symbol bzero
HAVE_PROTOTYPE_BZERO:INTERNAL=
//Have symbol connect
HAVE_PROTOTYPE_CONNECT:INTERNAL=1
//Have symbol finite
HAVE_PROTOTYPE_FINITE:INTERNAL=
//Have symbol flock
HAVE_PROTOTYPE_FLOCK:INTERNAL=
//Have symbol gethostbyname
HAVE_PROTOTYPE_GETHOSTBYNAME:INTERNAL=1
//Have symbol gethostbyname_r
HAVE_PROTOTYPE_GETHOSTBYNAME_R:INTERNAL=
//Have symbol gethostid
HAVE_PROTOTYPE_GETHOSTID:INTERNAL=
//Have symbol gethostname
HAVE_PROTOTYPE_GETHOSTNAME:INTERNAL=1
//Have symbol getsockname
HAVE_PROTOTYPE_GETSOCKNAME:INTERNAL=1
//Have symbol getsockopt
HAVE_PROTOTYPE_GETSOCKOPT:INTERNAL=1
//Have symbol gettimeofday
HAVE_PROTOTYPE_GETTIMEOFDAY:INTERNAL=
//Have symbol isinf
HAVE_PROTOTYPE_ISINF:INTERNAL=
//Have symbol isnan
HAVE_PROTOTYPE_ISNAN:INTERNAL=
//Have symbol listen
HAVE_PROTOTYPE_LISTEN:INTERNAL=1
//Have symbol mkstemp
HAVE_PROTOTYPE_MKSTEMP:INTERNAL=
//Have symbol mktemp
HAVE_PROTOTYPE_MKTEMP:INTERNAL=1
//Have symbol select
HAVE_PROTOTYPE_SELECT:INTERNAL=1
//Have symbol setsockopt
HAVE_PROTOTYPE_SETSOCKOPT:INTERNAL=1
//Have symbol socket
HAVE_PROTOTYPE_SOCKET:INTERNAL=1
//Have symbol std::vfprintf
HAVE_PROTOTYPE_STD__VFPRINTF:INTERNAL=1
//Have symbol std::vsnprintf
HAVE_PROTOTYPE_STD__VSNPRINTF:INTERNAL=
//Have symbol strcasecmp
HAVE_PROTOTYPE_STRCASECMP:INTERNAL=
//Have symbol strerror_r
HAVE_PROTOTYPE_STRERROR_R:INTERNAL=
//Have symbol strncasecmp
HAVE_PROTOTYPE_STRNCASECMP:INTERNAL=
//Have symbol usleep
HAVE_PROTOTYPE_USLEEP:INTERNAL=
//Have symbol wait3
HAVE_PROTOTYPE_WAIT3:INTERNAL=
//Have symbol waitpid
HAVE_PROTOTYPE_WAITPID:INTERNAL=
//Have symbol _stricmp
HAVE_PROTOTYPE__STRICMP:INTERNAL=1
//Have include pthread.h
HAVE_PTHREAD_H:INTERNAL=
//Have symbol pthread_rwlock_init
HAVE_PTHREAD_RWLOCK:INTERNAL=
//Have include pwd.h
HAVE_PWD_H:INTERNAL=
//Have function rindex
HAVE_RINDEX:INTERNAL=
//Have function select
HAVE_SELECT:INTERNAL=
//Have include semaphore.h
HAVE_SEMAPHORE_H:INTERNAL=
//Have include setjmp.h
HAVE_SETJMP_H:INTERNAL=1
//Have function setsockopt
HAVE_SETSOCKOPT:INTERNAL=
//Have function setuid
HAVE_SETUID:INTERNAL=
//Have include signal.h
HAVE_SIGNAL_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_VOID_P:INTERNAL=TRUE
//Have function sleep
HAVE_SLEEP:INTERNAL=
//Have function socket
HAVE_SOCKET:INTERNAL=
//Have include sstream
HAVE_SSTREAM:INTERNAL=1
//Have include sstream.h
HAVE_SSTREAM_H:INTERNAL=
//Have function stat
HAVE_STAT:INTERNAL=1
//Have include stat.h
HAVE_STAT_H:INTERNAL=
//Have include stdarg.h
HAVE_STDARG_H:INTERNAL=1
//Have include stdbool.h
HAVE_STDBOOL_H:INTERNAL=
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include stdio.h
HAVE_STDIO_H:INTERNAL=1
//Have include stdlib.h
HAVE_STDLIB_H:INTERNAL=1
//Have function strchr
HAVE_STRCHR:INTERNAL=1
//Have function strdup
HAVE_STRDUP:INTERNAL=1
//Have function strerror
HAVE_STRERROR:INTERNAL=1
//Have include strings.h
HAVE_STRINGS_H:INTERNAL=
//Have include string.h
HAVE_STRING_H:INTERNAL=1
//Have function strlcat
HAVE_STRLCAT:INTERNAL=
//Have function strlcpy
HAVE_STRLCPY:INTERNAL=
//Have function strstr
HAVE_STRSTR:INTERNAL=1
//Have include strstream
HAVE_STRSTREAM:INTERNAL=1
//Have include strstream.h
HAVE_STRSTREAM_H:INTERNAL=
//Have include strstrea.h
HAVE_STRSTREA_H:INTERNAL=
//Have function strtoul
HAVE_STRTOUL:INTERNAL=1
//Have include synch.h
HAVE_SYNCH_H:INTERNAL=
//Have function sysinfo
HAVE_SYSINFO:INTERNAL=
//Have include syslog.h
HAVE_SYSLOG_H:INTERNAL=
//Have include sys/dir.h
HAVE_SYS_DIR_H:INTERNAL=
//Have include sys/errno.h
HAVE_SYS_ERRNO_H:INTERNAL=
//Have include sys/file.h
HAVE_SYS_FILE_H:INTERNAL=
//Have include sys/ndir.h
HAVE_SYS_NDIR_H:INTERNAL=
//Have include sys/param.h
HAVE_SYS_PARAM_H:INTERNAL=
//Have include sys/resource.h
HAVE_SYS_RESOURCE_H:INTERNAL=
//Have include sys/select.h
HAVE_SYS_SELECT_H:INTERNAL=
//Have include sys/socket.h
HAVE_SYS_SOCKET_H:INTERNAL=
//Have include sys/stat.h
HAVE_SYS_STAT_H:INTERNAL=1
//Have include sys/time.h
HAVE_SYS_TIME_H:INTERNAL=
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have include sys/utime.h
HAVE_SYS_UTIME_H:INTERNAL=1
//Have include sys/utsname.h
HAVE_SYS_UTSNAME_H:INTERNAL=
//Have include sys/wait.h
HAVE_SYS_WAIT_H:INTERNAL=
//Have function tempnam
HAVE_TEMPNAM:INTERNAL=1
//Have include thread.h
HAVE_THREAD_H:INTERNAL=
//Have include time.h
HAVE_TIME_H:INTERNAL=1
//Have function tmpnam
HAVE_TMPNAM:INTERNAL=1
//typename works correctly
HAVE_TYPENAME:INTERNAL=1
//Have symbol uchar definition
HAVE_UCHAR_TYPEDEF:INTERNAL=
//Have symbol uint definition
HAVE_UINT_TYPEDEF:INTERNAL=
//Have symbol ulonglong definition
HAVE_ULONGLONG:INTERNAL=
//Have symbol ulong definition
HAVE_ULONG_TYPEDEF:INTERNAL=
//Have function uname
HAVE_UNAME:INTERNAL=
//Have include unistd.h
HAVE_UNISTD_H:INTERNAL=
//Have include unix.h
HAVE_UNIX_H:INTERNAL=
//Have symbol ushort definition
HAVE_USHORT_TYPEDEF:INTERNAL=
//Have function usleep
HAVE_USLEEP:INTERNAL=
//Have include utime.h
HAVE_UTIME_H:INTERNAL=
//variable length arrays are supported
HAVE_VLA:INTERNAL=0
//Have function vprintf
HAVE_VPRINTF:INTERNAL=1
//Have function vsnprintf
HAVE_VSNPRINTF:INTERNAL=1
//Have function wait3
HAVE_WAIT3:INTERNAL=
//Have function waitpid
HAVE_WAITPID:INTERNAL=
//Have include wctype.h
HAVE_WCTYPE_H:INTERNAL=1
//Have include windows.h
HAVE_WINDOWS_H:INTERNAL=1
//Have include winsock.h
HAVE_WINSOCK_H:INTERNAL=1
//Have function _findfirst
HAVE__FINDFIRST:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(char)
SIZEOF_CHAR:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(double)
SIZEOF_DOUBLE:INTERNAL=8
//CHECK_TYPE_SIZE: sizeof(float)
SIZEOF_FLOAT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(int)
SIZEOF_INT:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(long)
SIZEOF_LONG:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(short)
SIZEOF_SHORT:INTERNAL=2
//CHECK_TYPE_SIZE: sizeof(void*)
SIZEOF_VOID_P:INTERNAL=4
//ADVANCED property for variable: WITH_SNDFILEINC
WITH_SNDFILEINC-ADVANCED:INTERNAL=1







________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________


More information about the Insight-developers mailing list