[cable] errors during compilation with cygwin

Joseph Barraud jbar02 at esc.cam.ac.uk
Sat Mar 1 16:38:05 EST 2003


Hello,

I am trying to compile CABLE with cygwin and win2000. I have got gcc3.2 and 
gcc_xml installed (if it really worked). I have installed Tcl/Tk 8.4 with 
ActiveTcl84.exe).

I have several make errors. They concern ctWin32OutputWindow.cxx (warning) 
and libCableTclFacility.dll (in my CMakeCache.txt, there is a wrong 
dependency: CableTclFacility_LIB_DEPENDS:STATIC=c:/tcl/lib)
I have attached the make.log and the CMakeCache.txt.

Please help me: the way is still long to the complete installation of ITK !!

Joseph.


make.log:
Building dependencies. cmake.depends...
cmake.depends is up-to-date
/cygdrive/c/cable-build/Expat: building default_target
Building dependencies. cmake.depends...
Building object file xmlparse.o...
Building object file xmltok.o...
Building object file xmlrole.o...
Building static library libCableExpat.a...
/cygdrive/c/cable-build/CxxTypes: building default_target
Building dependencies. cmake.depends...
Building object file cxxArrayType.o...
Building object file cxxClassType.o...
Building object file cxxConversions.o...
Building object file cxxCvQualifiedType.o...
Building object file cxxEnumerationType.o...
Building object file cxxFunctionType.o...
Building object file cxxFundamentalType.o...
Building object file cxxPointerToMemberType.o...
Building object file cxxPointerType.o...
Building object file cxxReferenceType.o...
Building object file cxxType.o...
Building object file cxxTypeSystem.o...
Building object file cxxDllAllocator.o...
Building static library libCxxTypes.a...
/cygdrive/c/cable-build/Parsers: building default_target
Building dependencies. cmake.depends...
Building object file cableArrayType.o...
Building object file cableClass.o...
Building object file cableClassType.o...
Building object file cableConstructor.o...
Building object file cableContext.o...
Building object file cableConverter.o...
Building object file cableDestructor.o...
Building object file cableEnumeration.o...
Building object file cableEnumerationType.o...
Building object file cableField.o...
Building object file cableFunction.o...
Building object file cableFunctionType.o...
Building object file cableFundamentalType.o...
Building object file cableIndent.o...
Building object file cableMethod.o...
Building object file cableMethodType.o...
Building object file cableNamed.o...
Building object file cableNamespace.o...
Building object file cableNamespaceAlias.o...
Building object file cableObject.o...
Building object file cableOffsetType.o...
Building object file cableOperatorFunction.o...
Building object file cableOperatorMethod.o...
Building object file cablePointerType.o...
Building object file cableReferenceType.o...
Building object file cableSourceObject.o...
Building object file cableSourceRepresentation.o...
Building object file cableStruct.o...
Building object file cableType.o...
Building object file cableTypedef.o...
Building object file cableUnion.o...
Building object file cableVariable.o...
Building object file cableXMLParser.o...
Building object file cableXMLSourceElement.o...
Building object file cableXMLSourceParser.o...
Building static library libCableParsers.a...
/cygdrive/c/cable-build/Generators: building default_target
Building dependencies. cmake.depends...
Building object file cableCvTypeWriter.o...
Building object file cableGenerator.o...
Building object file cableTclGenerator.o...
Building static library libCableGenerators.a...
/cygdrive/c/cable-build/Executables: building default_target
Building dependencies. cmake.depends...
Building object file cable.o...
Building object file cableSystemTools.o...
Building executable cable.exe...
/cygdrive/c/cable-build/CableTclFacility: building default_target
Building dependencies. cmake.depends...
Building object file cxxArrayType.o...
Building object file cxxClassType.o...
Building object file cxxConversions.o...
Building object file cxxCvQualifiedType.o...
Building object file cxxEnumerationType.o...
Building object file cxxFunctionType.o...
Building object file cxxFundamentalType.o...
Building object file cxxPointerToMemberType.o...
Building object file cxxPointerType.o...
Building object file cxxReferenceType.o...
Building object file cxxType.o...
Building object file cxxTypeSystem.o...
Building object file cxxDllAllocator.o...
Building object file ctArgument.o...
Building object file ctCalls.o...
Building object file ctClassWrapper.o...
Building object file ctConstructor.o...
Building object file ctCxxObject.o...
Building object file ctFunction.o...
Building object file ctFunctionBase.o...
Building object file ctFunctionSelector.o...
Building object file ctFunctionWrapper.o...
Building object file ctInit.o...
Building object file ctMethod.o...
Building object file ctStaticMethod.o...
Building object file ctTclCxxObject.o...
In file included from /usr/include/c++/3.2/backward/strstream:51,
                  from 
/cygdrive/c/cable/CableTclFacility/ctTclCxxObject.cxx:21:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning 
This file includes at least one deprecated or antiquated header. Please 
consider using one of the 32 headers found in section 17.4.1.2 of the C++ 
standard. Examples include substituting the <X> header for the <X.h> header 
for C++ includes, or <sstream> instead of the deprecated header 
<strstream.h>. To disable this warning use -Wno-deprecated.
Building object file ctTypeInfo.o...
Building object file ctUtils.o...
Building object file ctWrapperFacility.o...
Building object file ctWin32OutputWindow.o...
/cygdrive/c/cable/CableTclFacility/ctWin32OutputWindow.cxx: In static member
    function `static bool _cable_tcl_::Win32OutputWindow::Initialize()':
/cygdrive/c/cable/CableTclFacility/ctWin32OutputWindow.cxx:157: warning: 
assignment
     to non-pointer type `DWORD' from NULL
/cygdrive/c/cable/CableTclFacility/ctWin32OutputWindow.cxx:157: warning: 
argument
     to non-pointer type `long unsigned int' from NULL
Building shared library libCableTclFacility.dll...
c:/tcl/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
make[3]: *** [libCableTclFacility.dll] Error 1
make[2]: *** [default_target] Error 2
make[1]: *** [default_target_CableTclFacility] Error 2
make: *** [default_target] Error 2


------------------------------------------------------

# This is the CMakeCache file.
# For build in directory: /cygdrive/c/cable-build
# 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 varible 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
########################

//Value Computed by CMake
CABLEEXPAT_BINARY_DIR:STATIC=/cygdrive/c/cable-build/Expat

//Value Computed by CMake
CABLEEXPAT_SOURCE_DIR:STATIC=/cygdrive/c/cable/Expat

//Value Computed by CMake
CABLE_BINARY_DIR:STATIC=/cygdrive/c/cable-build

//Value Computed by CMake
CABLE_SOURCE_DIR:STATIC=/cygdrive/c/cable

//Build CABLE's Tcl wrapping facility.
CABLE_TCL_FACILITY:BOOL=ON

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

//C++ compiler
CMAKE_CXX_COMPILER:STRING=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

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

//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.
CMAKE_VERBOSE_MAKEFILE:BOOL=OFF

//X11 extra flags.
CMAKE_X_CFLAGS:STRING=-IX11_X11_INCLUDE_PATH-NOTFOUND

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING=/usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a

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

//Dependencies for the target
CableTclFacility_LIB_DEPENDS:STATIC=c:/tcl/lib;

//Dependencies for target
CxxTypes_LIB_DEPENDS:STATIC=

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//What is the path where the file tcl.h can be found
TCL_INCLUDE_PATH:PATH=c:/tcl/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=c:/tcl/lib

//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=c:/tcl/lib

//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=c:/tcl/bin/tclsh84.exe

//What is the path where the file tk.h can be found
TK_INCLUDE_PATH:PATH=c:/tcl/include

//What is the path where the file tkWinInt.h can be found
TK_INTERNAL_PATH:PATH=c:/vtk-4.2.1/rendering/tkinternals/tk84

//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=c:/tcl/lib

//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=c:/tcl/lib

//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=c:/tcl/bin/wish84.exe

//What is the path where the file X11/X.h can be found
X11_X11_INCLUDE_PATH:PATH=c:/tcl/include

//Where can the X11 library be found
X11_X11_LIB:FILEPATH=/usr/X11R6/lib/libX11.a

//Where can the Xext library be found
X11_Xext_LIB:FILEPATH=/usr/X11R6/lib/libXext.a

//What is the path where the file X11/Xlib.h can be found
X11_Xlib_INCLUDE_PATH:PATH=c:/tcl/include

//What is the path where the file X11/Xutil.h can be found
X11_Xutil_INCLUDE_PATH:PATH=c:/tcl/include


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

//Single output directory for building all executables.
CABLE_EXECUTABLE_PATH:INTERNAL=
//Single output directory for building all libraries.
CABLE_LIBRARY_PATH:INTERNAL=
//Result of TRY_COMPILE
CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE
//Have include iostream
CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag 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=/usr/bin/make
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/cygdrive/c/cable-build
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 5
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_CXX_COMPILER_FULLPATH:INTERNAL=/usr/bin/c++
//Result of TRY_COMPILE
CMAKE_CXX_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//full path to the compiler cmake found
CMAKE_C_COMPILER_FULLPATH:INTERNAL=/usr/bin/gcc
//Result of TRY_COMPILE
CMAKE_C_COMPILER_WORKS:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have include sstream
CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=1
//Is X11 around.
CMAKE_HAS_X:INTERNAL=1
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have include limits.h
CMAKE_HAVE_LIMITS_H:INTERNAL=1
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=
//Have include sys/prctl.h
CMAKE_HAVE_SYS_PRCTL_H:INTERNAL=
//Have include unistd.h
CMAKE_HAVE_UNISTD_H:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/cygdrive/c/cable
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//Have library ipc
CMAKE_LIB_IPS_HAS_SHMAT:INTERNAL=
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
//
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
//
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scope.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0
//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=0
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/CMake
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
//
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
//
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
//
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Result of TRY_RUN
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Result of TRY_RUN
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_INT:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_LONG:INTERNAL=4
//Result of TRY_RUN
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Result of TRY_RUN
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_STD_NAMESPACE:INTERNAL=TRUE
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//Advanced flag for variable: CMAKE_USE_PTHREADS
CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_SPROC
CMAKE_USE_SPROC-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_USE_WIN32_THREADS
CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Result of TRY_RUN
CMAKE_WORDS_BIGENDIAN:INTERNAL=0
//Advanced flag for variable: CMAKE_X_CFLAGS
CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_X_LIBS
CMAKE_X_LIBS-ADVANCED:INTERNAL=1
//Path to a library
CableExpat_CMAKE_PATH:INTERNAL=/cygdrive/c/cable-build/Expat
//Whether a library is static, shared or module.
CableExpat_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
CableGenerators_CMAKE_PATH:INTERNAL=/cygdrive/c/cable-build/Generators
//Whether a library is static, shared or module.
CableGenerators_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
CableParsers_CMAKE_PATH:INTERNAL=/cygdrive/c/cable-build/Parsers
//Whether a library is static, shared or module.
CableParsers_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
CableTclFacility_CMAKE_PATH:INTERNAL=/cygdrive/c/cable-build/CableTclFacility
//Whether a library is static, shared or module.
CableTclFacility_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
CxxTypes_CMAKE_PATH:INTERNAL=/cygdrive/c/cable-build/CxxTypes
//Whether a library is static, shared or module.
CxxTypes_LIBRARY_TYPE:INTERNAL=STATIC
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE
//Advanced flag for variable: TCL_INCLUDE_PATH
TCL_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_LIBRARY
TCL_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_LIBRARY_DEBUG
TCL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_STUB_LIBRARY
TCL_STUB_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_STUB_LIBRARY_DEBUG
TCL_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_TCLSH
TCL_TCLSH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TCL_TCLSH_PATH
TCL_TCLSH_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_INCLUDE_PATH
TK_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_INTERNAL_PATH
TK_INTERNAL_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_LIBRARY
TK_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_LIBRARY_DEBUG
TK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_STUB_LIBRARY
TK_STUB_LIBRARY-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_STUB_LIBRARY_DEBUG
TK_STUB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_WISH
TK_WISH-ADVANCED:INTERNAL=1
//Advanced flag for variable: TK_WISH_PATH
TK_WISH_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_LIBRARIES
X11_LIBRARIES-ADVANCED:INTERNAL=1
//Have library /usr/X11R6/lib/libX11.a;/usr/X11R6/lib/libXext.a
//
X11_LIB_X11_SOLO:INTERNAL=1
//Advanced flag for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Path to an executable
cable_CMAKE_PATH:INTERNAL=/cygdrive/c/cable-build/Executables






More information about the cable mailing list