[cable] Problem running Cable compiled with GCC 3.2 on HP-UX 11

Steven Levitt slevitt at siac.com
Mon Dec 23 13:31:47 EST 2002


I've tried running Cable on a simple test config file that attempts to wrap
a std::vector<int>. Cable produces some odd errors on this file. From other
posts to this mailing list, I understand that the errors may have to do
with a defect in the iostreams library, but my understanding was that the
bug only existed in a previous version of GCC.

I've attached the input config file, the gccxml-config, the error messages
that result, and the CMakeCache.txt that was used to build the Cable
executable.

Thanks for any help you can provide.

Here is the command line invokation:
/data/dbk/tools/Cable/0.1/bin/cable vector_config.cxx -tcl vector_tcl.cxx
--gccxml /data/dbk/tools/gccxml/bin/gccxml --gccxml-config gccxml-config

(See attached file: cable-error.txt)(See attached file: vector_config.cxx)
(See attached file: gccxml-config)(See attached file: CMakeCache.txt)
-------------- next part --------------
cd /home/siac/slevitt/cable-tests/
/data/dbk/tools/Cable/0.1/bin/cable vector_config.cxx -tcl vector_tcl.cxx --gccxml /data/dbk/tools/gccxml/bin/gccxml --gccxml-config gccxml-config
GNU CPP version 3.0.4 (cpplib) (hppa)
#include "..." search starts here:
#include <...> search starts here:
 /data/dbk/tools/gcc/3.2/include/c++/3.2
 /data/dbk/tools/gcc/3.2/include/c++/3.2/hppa2.0w-hp-hpux11.00
 /data/dbk/tools/gcc/3.2/include/c++/3.2/backward
 /usr/local/include
 /data/dbk/tools/gcc/3.2/include
 /data/dbk/tools/gcc/3.2/lib/gcc-lib/hppa2.0w-hp-hpux11.00/3.2/include
 /usr/include
End of search list.
WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f0:14 in XMLSourceElement _10

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:167 in XMLSourceElement _9

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:117 in XMLSourceElement _100

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:79 in XMLSourceElement _86

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:107 in XMLSourceElement _101

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f3:615 in XMLSourceElement _34

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f3:221 in XMLSourceElement _102

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:119 in XMLSourceElement _103

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:79 in XMLSourceElement _104

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:108 in XMLSourceElement _105

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:111 in XMLSourceElement _106

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:121 in XMLSourceElement _107

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:123 in XMLSourceElement _108

WARNING: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 546
XMLSourceParser (0x4000a470): Invalid location entry f1:130 in XMLSourceElement _14

ERROR: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 1009
XMLSourceParser (0x4000a470): Cannot convert max="0" to integer on ArrayType _11

ERROR: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 442
XMLSourceParser (0x4000a470): Error adding element ArrayType _11

ERROR: In /home/siac/slevitt/Cable/Parsers/cableXMLSourceParser.cxx, line 139
XMLSourceParser (0x4000a470): Error creating source representation.

Error getting SourceRepresentation from parser.

Compilation exited abnormally with code 1 at Mon Dec 23 13:13:39
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vector_config.cxx
Type: application/octet-stream
Size: 390 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cable/attachments/20021223/aac6cf1b/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gccxml-config
Type: application/octet-stream
Size: 870 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cable/attachments/20021223/aac6cf1b/attachment-0001.obj>
-------------- next part --------------
# This is the CMakeCache file.
# For build in directory: /home/siac/slevitt/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=/home/siac/slevitt/Cable-build/Expat

//Value Computed by CMake
CABLEEXPAT_SOURCE_DIR:STATIC=/home/siac/slevitt/Cable/Expat

//Value Computed by CMake
CABLE_BINARY_DIR:STATIC=/home/siac/slevitt/Cable-build

//Value Computed by CMake
CABLE_SOURCE_DIR:STATIC=/home/siac/slevitt/Cable

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

//Archive program used to make archive libraries.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Arguments for CMAKE_AR program to create an archive library.
CMAKE_AR_ARGS:STRING=cr

//Archive program used to make archive libraries of c++ object
// files.
CMAKE_CXX_AR:FILEPATH=/usr/bin/ar

//Arguments for CMAKE_CXX_AR program to create an archive library.
//
CMAKE_CXX_AR_ARGS:STRING=cr

//Name of C++ compiler used.
CMAKE_CXX_COMPILER:FILEPATH=/data/dbk/tools/gcc/3.2/bin/g++

//Flags used by CXX compiler.
CMAKE_CXX_FLAGS:STRING=

//program used to link c++ shared libraries
CMAKE_CXX_LINK_SHARED:STRING=/data/dbk/tools/gcc/3.2/bin/g++

//Flag used by CXX to build a shared library.
CMAKE_CXX_MODULE_BUILD_FLAGS:STRING=-fPIC -Wl,-E -shared -L/usr/lib

//Flags used to link a shared library.
CMAKE_CXX_MODULE_LINK_FLAGS:STRING=-Wl,+s

//Flag used by CXX to build a shared library.
CMAKE_CXX_SHLIB_BUILD_FLAGS:STRING=-fPIC -Wl,-E -shared -L/usr/lib

//Flag used for building shared library objects.
CMAKE_CXX_SHLIB_CFLAGS:STRING=-fPIC

//Flags used to link a shared library.
CMAKE_CXX_SHLIB_LINK_FLAGS:STRING=-Wl,+s

//Flag used to specify run-time search paths.
CMAKE_CXX_SHLIB_RUNTIME_FLAG:STRING=-Wl,+b,

//If null, each runtime path is a separate option. Otherwise, they
// are all joined, separated by this.
CMAKE_CXX_SHLIB_RUNTIME_SEP:STRING=:

//Name of C compiler used.
CMAKE_C_COMPILER:FILEPATH=/data/dbk/tools/gcc/3.2/bin/gcc

//Flags for C compiler.
CMAKE_C_FLAGS:STRING=

//program used to link c shared libraries
CMAKE_C_LINK_SHARED:STRING=/data/dbk/tools/gcc/3.2/bin/gcc

//Dynamic link library to link in.
CMAKE_DL_LIBS:STRING=-ldld

//Use HP pthreads.
CMAKE_HP_PTHREADS:BOOL=ON

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/data/dbk/tools/Cable/0.1

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/data/dbk/tools/bin/gmake

//Flag used by CXX to build a shared library.
CMAKE_MODULE_BUILD_FLAGS:STRING=-shared -Wl,-E -Wl,-b

//Flags used to link a shared library.
CMAKE_MODULE_LINK_FLAGS:STRING=-Wl,+s

//Module library suffix.
CMAKE_MODULE_SUFFIX:STRING=.sl

//Library randomizer program used on archive libraries.
CMAKE_RANLIB:FILEPATH=ranlib

//Flag used by CXX to build a shared library.
CMAKE_SHLIB_BUILD_FLAGS:STRING=-shared -Wl,-E -Wl,-b

//Flag used for building shared library objects.
CMAKE_SHLIB_CFLAGS:STRING=-fPIC

//Libraries used by LD for shared libraries.
CMAKE_SHLIB_LD_LIBS:STRING=

//Flags used to link a shared library.
CMAKE_SHLIB_LINK_FLAGS:STRING=-Wl,+s

//Flag used to specify run-time search paths.
CMAKE_SHLIB_RUNTIME_FLAG:STRING=-Wl,+b,

//If null, each runtime path is a separate option. Otherwise, they
// are all joined, separated by this.
CMAKE_SHLIB_RUNTIME_SEP:STRING=:

//Shared library suffix.
CMAKE_SHLIB_SUFFIX:STRING=.sl

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

//CXX template flags used by compiler.
CMAKE_TEMPLATE_FLAGS:STRING=

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

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

//Use sproc libs.
CMAKE_USE_SPROC:BOOL=OFF

//The system uses big endian byte ordering.
CMAKE_WORDS_BIGENDIAN:BOOL=ON

//X11 extra flags.
CMAKE_X_CFLAGS:STRING=

//Libraries and options used in X11 programs.
CMAKE_X_LIBS:STRING= -lSM -lICE  -lX11 -lXext

//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=/data/dbk/tools/tcl/8.3.3/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=/data/dbk/tools/tcl/8.3.3/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=/data/dbk/tools/tcl/8.3.3/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=/data/dbk/tools/tcl/8.3.3/lib

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

//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=/data/dbk/tools/tcl/8.3.3/lib

//Path to a program.
TCL_TCLSH:FILEPATH=/data/dbk/tools/bin/tclsh

//What is the path where the file tk.h can be found
TK_INCLUDE_PATH:PATH=/data/dbk/tools/tk/8.3.3/include

//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=/data/dbk/tools/tk/8.3.3/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=/data/dbk/tools/tk/8.3.3/lib

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

//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=/data/dbk/tools/tk/8.3.3/lib

//Path to a program.
TK_WISH:FILEPATH=/data/dbk/tools/bin/wish


########################
# 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=
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_ANSI_CFLAGS
CMAKE_ANSI_CFLAGS-ADVANCED:INTERNAL=1
//What flags are required by the c++ compiler to make it ansi.
CMAKE_ANSI_CXXFLAGS:INTERNAL=
//Advanced flag for variable: CMAKE_ANSI_CXXFLAGS
CMAKE_ANSI_CXXFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_AR_ARGS
CMAKE_AR_ARGS-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=make
//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/siac/slevitt/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=4
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/tmp_mnt/data/dbk/tools/cmake/1.4.7/bin/cmake
//Is the compile GNU C++.
CMAKE_COMPILER_IS_GNUCXX:INTERNAL=1
//Advanced flag for variable: CMAKE_COMPILER_IS_GNUCXX
CMAKE_COMPILER_IS_GNUCXX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_AR
CMAKE_CXX_AR-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_AR_ARGS
CMAKE_CXX_AR_ARGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_LINK_SHARED
CMAKE_CXX_LINK_SHARED-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_MODULE_BUILD_FLAGS
CMAKE_CXX_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_MODULE_LINK_FLAGS
CMAKE_CXX_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_BUILD_FLAGS
CMAKE_CXX_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_CFLAGS
CMAKE_CXX_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_LINK_FLAGS
CMAKE_CXX_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_FLAG
CMAKE_CXX_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_CXX_SHLIB_RUNTIME_SEP
CMAKE_CXX_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_C_LINK_SHARED
CMAKE_C_LINK_SHARED-ADVANCED:INTERNAL=1
//shared link flags for cc
CMAKE_C_SHLIB_LINK_FLAGS:INTERNAL=-Wl,+s
//Advanced flag for variable: CMAKE_C_SHLIB_LINK_FLAGS
CMAKE_C_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//runtime directory flag for cc
CMAKE_C_SHLIB_RUNTIME_FLAG:INTERNAL=-Wl,+b,
//Advanced flag for variable: CMAKE_C_SHLIB_RUNTIME_FLAG
CMAKE_C_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_DL_LIBS
CMAKE_DL_LIBS-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/data/dbk/tools/cmake/1.4.7/bin/ccmake
//Advanced flag for variable: CMAKE_EXECUTABLE_SUFFIX
CMAKE_EXECUTABLE_SUFFIX-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Is X11 around.
CMAKE_HAS_X:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/siac/slevitt/Cable
//Advanced flag for variable: CMAKE_HP_PTHREADS
CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_BUILD_FLAGS
CMAKE_MODULE_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_LINK_FLAGS
CMAKE_MODULE_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_MODULE_SUFFIX
CMAKE_MODULE_SUFFIX-ADVANCED:INTERNAL=1
//Does the compiler support ansi for scoping.
CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=
//Advanced flag for variable: CMAKE_NO_ANSI_FOR_SCOPE
CMAKE_NO_ANSI_FOR_SCOPE-ADVANCED:INTERNAL=1
//Does the compiler support headers like iostream.
CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=
//Advanced flag for variable: CMAKE_NO_ANSI_STREAM_HEADERS
CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=
//Does the compiler support the ansi stringstream class.
CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=
//Does the compiler not support explicit template instantiation.
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION:INTERNAL=
//Advanced flag for variable: CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
//
CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION-ADVANCED:INTERNAL=1
//Does the compiler support std::.
CMAKE_NO_STD_NAMESPACE:INTERNAL=
//Advanced flag for variable: CMAKE_NO_STD_NAMESPACE
CMAKE_NO_STD_NAMESPACE-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_OBJECT_FILE_SUFFIX
CMAKE_OBJECT_FILE_SUFFIX-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/data/dbk/tools/cmake/1.4.7/share/CMake
//Advanced flag for variable: CMAKE_SHLIB_BUILD_FLAGS
CMAKE_SHLIB_BUILD_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_CFLAGS
CMAKE_SHLIB_CFLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_LD_LIBS
CMAKE_SHLIB_LD_LIBS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_LINK_FLAGS
CMAKE_SHLIB_LINK_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_FLAG
CMAKE_SHLIB_RUNTIME_FLAG-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_RUNTIME_SEP
CMAKE_SHLIB_RUNTIME_SEP-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_SHLIB_SUFFIX
CMAKE_SHLIB_SUFFIX-ADVANCED:INTERNAL=1
//Size of char data type
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Size of double data type
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Size of float data type
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Size of int data type
CMAKE_SIZEOF_INT:INTERNAL=4
//Size of long data type
CMAKE_SIZEOF_LONG:INTERNAL=4
//Size of short data type
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Size of void* data type
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//Advanced flag for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_STATICLIB_SUFFIX
CMAKE_STATICLIB_SUFFIX-ADVANCED:INTERNAL=1
//What system is this.  Result of uname.
CMAKE_SYSTEM:INTERNAL=HP-UX-B.11.00
//Advanced flag for variable: CMAKE_TEMPLATE_FLAGS
CMAKE_TEMPLATE_FLAGS-ADVANCED:INTERNAL=1
//Advanced flag for variable: CMAKE_THREAD_LIBS
CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1
//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_WORDS_BIGENDIAN
CMAKE_WORDS_BIGENDIAN-ADVANCED:INTERNAL=1
//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=/home/siac/slevitt/Cable-build/Expat
//Whether a library is static, shared or module.
CableExpat_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
CableGenerators_CMAKE_PATH:INTERNAL=/home/siac/slevitt/Cable-build/Generators
//Whether a library is static, shared or module.
CableGenerators_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
CableParsers_CMAKE_PATH:INTERNAL=/home/siac/slevitt/Cable-build/Parsers
//Whether a library is static, shared or module.
CableParsers_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
CableTclFacility_CMAKE_PATH:INTERNAL=/home/siac/slevitt/Cable-build/CableTclFacility
//Whether a library is static, shared or module.
CableTclFacility_LIBRARY_TYPE:INTERNAL=SHARED
//Path to a library
CxxTypes_CMAKE_PATH:INTERNAL=/home/siac/slevitt/Cable-build/CxxTypes
//Whether a library is static, shared or module.
CxxTypes_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
cable_CMAKE_PATH:INTERNAL=/home/siac/slevitt/Cable-build/Executables



More information about the cable mailing list