Skip to content

Instantly share code, notes, and snippets.

@goxberry
Created May 24, 2014 11:15
Show Gist options
  • Save goxberry/152faed6fb782781ee4a to your computer and use it in GitHub Desktop.
Save goxberry/152faed6fb782781ee4a to your computer and use it in GitHub Desktop.
Build output for CGM with OCE 0.15 & patches
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by CGMA configure 13.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-debug --with-occ=/usr/local/Cellar/oce/0.15 --prefix=/usr/local/Cellar/cgm/13.1 --libdir=/usr/local/Cellar/cgm/13.1/lib CXXFLAGS=-I/usr/local/Cellar/oce/0.15/include/oce
## --------- ##
## Platform. ##
## --------- ##
hostname = narella.llnl.gov
uname -m = x86_64
uname -r = 12.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 197 tasks, 1106 threads, 4 processors
Load average: 2.43, Mach factor: 1.84
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/autoconf/bin
PATH: /usr/local/opt/automake/bin
PATH: /usr/local/opt/libtool/bin
PATH: /usr/local/opt/libpng/bin
PATH: /usr/local/opt/freetype/bin
PATH: /usr/local/opt/oce/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2756: checking build system type
configure:2770: result: x86_64-apple-darwin12.5.0
configure:2790: checking host system type
configure:2803: result: x86_64-apple-darwin12.5.0
configure:2823: checking target system type
configure:2836: result: x86_64-apple-darwin12.5.0
configure:2915: checking for gcc
configure:2942: result: clang
configure:3171: checking for C compiler version
configure:3180: clang --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:3191: $? = 0
configure:3180: clang -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:3191: $? = 0
configure:3180: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:3191: $? = 1
configure:3180: clang -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
configure:3191: $? = 1
configure:3211: checking whether the C compiler works
configure:3233: clang conftest.c >&5
configure:3237: $? = 0
configure:3285: result: yes
configure:3288: checking for C compiler default output file name
configure:3290: result: a.out
configure:3296: checking for suffix of executables
configure:3303: clang -o conftest conftest.c >&5
configure:3307: $? = 0
configure:3329: result:
configure:3351: checking whether we are cross compiling
configure:3359: clang -o conftest conftest.c >&5
configure:3363: $? = 0
configure:3370: ./conftest
configure:3374: $? = 0
configure:3389: result: no
configure:3394: checking for suffix of object files
configure:3416: clang -c conftest.c >&5
configure:3420: $? = 0
configure:3441: result: o
configure:3445: checking whether we are using the GNU C compiler
configure:3464: clang -c conftest.c >&5
configure:3464: $? = 0
configure:3473: result: yes
configure:3482: checking whether clang accepts -g
configure:3502: clang -c -g conftest.c >&5
configure:3502: $? = 0
configure:3543: result: yes
configure:3560: checking for clang option to accept ISO C89
configure:3623: clang -c -g -O2 conftest.c >&5
configure:3623: $? = 0
configure:3636: result: none needed
configure:3661: checking whether clang understands -c and -o together
configure:3683: clang -c conftest.c -o conftest2.o
configure:3686: $? = 0
configure:3683: clang -c conftest.c -o conftest2.o
configure:3686: $? = 0
configure:3698: result: yes
configure:3765: checking for ar
configure:3781: found /usr/bin/ar
configure:3792: result: ar
configure:3818: checking the archiver (ar) interface
configure:3834: clang -c -g -O2 conftest.c >&5
configure:3834: $? = 0
configure:3836: ar cru libconftest.a conftest.o >&5
configure:3839: $? = 0
configure:3867: result: ar
configure:3903: checking for a BSD-compatible install
configure:3971: result: /usr/bin/install -c
configure:3982: checking whether build environment is sane
configure:4037: result: yes
configure:4185: checking for a thread-safe mkdir -p
configure:4224: result: ./install-sh -c -d
configure:4231: checking for gawk
configure:4261: result: no
configure:4231: checking for mawk
configure:4261: result: no
configure:4231: checking for nawk
configure:4261: result: no
configure:4231: checking for awk
configure:4247: found /usr/bin/awk
configure:4258: result: awk
configure:4269: checking whether make sets $(MAKE)
configure:4291: result: yes
configure:4321: checking for style of include used by make
configure:4349: result: GNU
configure:4383: checking whether make supports nested variables
configure:4400: result: yes
configure:4485: checking dependency style of clang
configure:4596: result: gcc3
configure:5288: checking for gcc
configure:5315: result: clang
configure:5544: checking for C compiler version
configure:5553: clang --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:5564: $? = 0
configure:5553: clang -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:5564: $? = 0
configure:5553: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:5564: $? = 1
configure:5553: clang -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
configure:5564: $? = 1
configure:5568: checking whether we are using the GNU C compiler
configure:5596: result: yes
configure:5605: checking whether clang accepts -g
configure:5666: result: yes
configure:5683: checking for clang option to accept ISO C89
configure:5759: result: none needed
configure:5784: checking whether clang understands -c and -o together
configure:5821: result: yes
configure:5844: checking how to run the C preprocessor
configure:5875: clang -E conftest.c
configure:5875: $? = 0
configure:5889: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5914: result: clang -E
configure:5934: clang -E conftest.c
configure:5934: $? = 0
configure:5948: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6089: checking for C++ compiler version
configure:6098: clang++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:6109: $? = 0
configure:6098: clang++ -v >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
configure:6109: $? = 0
configure:6098: clang++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:6109: $? = 1
configure:6098: clang++ -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
configure:6109: $? = 1
configure:6113: checking whether we are using the GNU C++ compiler
configure:6132: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce conftest.cpp >&5
configure:6132: $? = 0
configure:6141: result: yes
configure:6150: checking whether clang++ accepts -g
configure:6170: clang++ -c -g conftest.cpp >&5
configure:6170: $? = 0
configure:6211: result: yes
configure:6236: checking dependency style of clang++
configure:6347: result: gcc3
configure:6367: checking how to run the C++ preprocessor
configure:6394: clang++ -E conftest.cpp
configure:6394: $? = 0
configure:6408: clang++ -E conftest.cpp
conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6408: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6433: result: clang++ -E
configure:6453: clang++ -E conftest.cpp
configure:6453: $? = 0
configure:6467: clang++ -E conftest.cpp
conftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:6467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6603: checking for Fortran compiler version
configure:6612: /usr/local/bin/gfortran --version >&5
GNU Fortran (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6623: $? = 0
configure:6612: /usr/local/bin/gfortran -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin12.5.0/4.8.2/lto-wrapper
Target: x86_64-apple-darwin12.5.0
Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.2/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.2/share --bindir=/usr/local/Cellar/gfortran/4.8.2/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --disable-cloog-version-check --disable-isl-version-check --enable-checking=release --disable-stage1-checking --disable-libstdcxx --enable-lto --disable-nls --disable-multilib
Thread model: posix
gcc version 4.8.2 (GCC)
configure:6623: $? = 0
configure:6612: /usr/local/bin/gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:6623: $? = 1
configure:6612: /usr/local/bin/gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:6623: $? = 1
configure:6632: checking whether we are using the GNU Fortran compiler
configure:6645: /usr/local/bin/gfortran -c conftest.F >&5
configure:6645: $? = 0
configure:6654: result: yes
configure:6660: checking whether /usr/local/bin/gfortran accepts -g
configure:6671: /usr/local/bin/gfortran -c -g conftest.f >&5
configure:6671: $? = 0
configure:6679: result: yes
configure:6814: checking for Fortran 77 compiler version
configure:6823: /usr/local/bin/gfortran --version >&5
GNU Fortran (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6834: $? = 0
configure:6823: /usr/local/bin/gfortran -v >&5
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin12.5.0/4.8.2/lto-wrapper
Target: x86_64-apple-darwin12.5.0
Configured with: ../configure --prefix=/usr/local/Cellar/gfortran/4.8.2/gfortran --datarootdir=/usr/local/Cellar/gfortran/4.8.2/share --bindir=/usr/local/Cellar/gfortran/4.8.2/bin --enable-languages=fortran --with-system-zlib --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --disable-cloog-version-check --disable-isl-version-check --enable-checking=release --disable-stage1-checking --disable-libstdcxx --enable-lto --disable-nls --disable-multilib
Thread model: posix
gcc version 4.8.2 (GCC)
configure:6834: $? = 0
configure:6823: /usr/local/bin/gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:6834: $? = 1
configure:6823: /usr/local/bin/gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:6834: $? = 1
configure:6843: checking whether we are using the GNU Fortran 77 compiler
configure:6856: /usr/local/bin/gfortran -c conftest.F >&5
configure:6856: $? = 0
configure:6865: result: yes
configure:6871: checking whether /usr/local/bin/gfortran accepts -g
configure:6882: /usr/local/bin/gfortran -c -g conftest.f >&5
configure:6882: $? = 0
configure:6890: result: yes
configure:6968: checking how to print strings
configure:6995: result: printf
configure:7016: checking for a sed that does not truncate output
configure:7080: result: /usr/local/Library/ENV/4.3/sed
configure:7098: checking for grep that handles long lines and -e
configure:7156: result: /usr/bin/grep
configure:7161: checking for egrep
configure:7223: result: /usr/bin/grep -E
configure:7228: checking for fgrep
configure:7290: result: /usr/bin/grep -F
configure:7325: checking for ld used by clang
configure:7392: result: /usr/bin/ld
configure:7399: checking if the linker (/usr/bin/ld) is GNU ld
configure:7414: result: no
configure:7426: checking for BSD- or MS-compatible name lister (nm)
configure:7475: result: /usr/bin/nm
configure:7605: checking the name lister (/usr/bin/nm) interface
configure:7612: clang -c -g -O2 conftest.c >&5
configure:7615: /usr/bin/nm "conftest.o"
configure:7618: output
0000000000000230 S _some_variable
configure:7625: result: BSD nm
configure:7628: checking whether ln -s works
configure:7632: result: yes
configure:7640: checking the maximum length of command line arguments
configure:7770: result: 196608
configure:7787: checking whether the shell understands some XSI constructs
configure:7797: result: yes
configure:7801: checking whether the shell understands "+="
configure:7807: result: yes
configure:7842: checking how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format
configure:7882: result: func_convert_file_noop
configure:7889: checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format
configure:7909: result: func_convert_file_noop
configure:7916: checking for /usr/bin/ld option to reload object files
configure:7923: result: -r
configure:7997: checking for objdump
configure:8027: result: no
configure:8056: checking how to recognize dependent libraries
configure:8258: result: pass_all
configure:8343: checking for dlltool
configure:8373: result: no
configure:8403: checking how to associate runtime and link libraries
configure:8430: result: printf %s\n
configure:8554: checking for archiver @FILE support
configure:8571: clang -c -g -O2 conftest.c >&5
configure:8571: $? = 0
configure:8574: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:8577: $? = 1
configure:8597: result: no
configure:8655: checking for strip
configure:8671: found /usr/bin/strip
configure:8682: result: strip
configure:8754: checking for ranlib
configure:8770: found /usr/bin/ranlib
configure:8781: result: ranlib
configure:8883: checking command to parse /usr/bin/nm output from clang object
configure:9003: clang -c -g -O2 conftest.c >&5
configure:9006: $? = 0
configure:9010: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9013: $? = 0
cannot find nm_test_var in conftest.nm
configure:9003: clang -c -g -O2 conftest.c >&5
configure:9006: $? = 0
configure:9010: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:9013: $? = 0
configure:9079: clang -o conftest -g -O2 conftest.c conftstm.o >&5
configure:9082: $? = 0
configure:9120: result: ok
configure:9157: checking for sysroot
configure:9187: result: no
configure:9443: checking for mt
configure:9473: result: no
configure:9493: checking if : is a manifest tool
configure:9499: : '-?'
configure:9507: result: no
configure:9563: checking for dsymutil
configure:9579: found /usr/bin/dsymutil
configure:9590: result: dsymutil
configure:9655: checking for nmedit
configure:9671: found /usr/bin/nmedit
configure:9682: result: nmedit
configure:9747: checking for lipo
configure:9763: found /usr/bin/lipo
configure:9774: result: lipo
configure:9839: checking for otool
configure:9855: found /usr/bin/otool
configure:9866: result: otool
configure:9931: checking for otool64
configure:9961: result: no
configure:10006: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:10039: result: yes
configure:10042: checking for -exported_symbols_list linker flag
configure:10062: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:10062: $? = 0
configure:10072: result: yes
configure:10075: checking for -force_load linker flag
clang -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10107: result: yes
configure:10145: checking for ANSI C header files
configure:10165: clang -c -g -O2 conftest.c >&5
configure:10165: $? = 0
configure:10238: clang -o conftest -g -O2 conftest.c >&5
configure:10238: $? = 0
configure:10238: ./conftest
configure:10238: $? = 0
configure:10249: result: yes
configure:10262: checking for sys/types.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for sys/stat.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for stdlib.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for string.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for memory.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for strings.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for inttypes.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for stdint.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10262: checking for unistd.h
configure:10262: clang -c -g -O2 conftest.c >&5
configure:10262: $? = 0
configure:10262: result: yes
configure:10276: checking for dlfcn.h
configure:10276: clang -c -g -O2 conftest.c >&5
configure:10276: $? = 0
configure:10276: result: yes
configure:10465: checking for objdir
configure:10480: result: .libs
configure:10751: checking if clang supports -fno-rtti -fno-exceptions
configure:10769: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:10773: $? = 0
configure:10786: result: yes
configure:11113: checking for clang option to produce PIC
configure:11120: result: -fno-common -DPIC
configure:11128: checking if clang PIC flag -fno-common -DPIC works
configure:11146: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:11150: $? = 0
configure:11163: result: yes
configure:11192: checking if clang static flag -static works
configure:11220: result: no
configure:11235: checking if clang supports -c -o file.o
configure:11256: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:11260: $? = 0
configure:11282: result: yes
configure:11290: checking if clang supports -c -o file.o
configure:11337: result: yes
configure:11370: checking whether the clang linker (/usr/bin/ld) supports shared libraries
configure:12523: result: yes
configure:12763: checking dynamic linker characteristics
configure:13496: result: darwin12.5.0 dyld
configure:13603: checking how to hardcode library paths into programs
configure:13628: result: immediate
configure:14168: checking whether stripping libraries is possible
configure:14182: result: yes
configure:14208: checking if libtool supports shared libraries
configure:14210: result: yes
configure:14213: checking whether to build shared libraries
configure:14234: result: no
configure:14237: checking whether to build static libraries
configure:14241: result: yes
configure:14264: checking how to run the C++ preprocessor
configure:14330: result: clang++ -E
configure:14350: clang++ -E conftest.cpp
configure:14350: $? = 0
configure:14364: clang++ -E conftest.cpp
conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:14364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:14533: checking for ld used by clang++
configure:14600: result: /usr/bin/ld
configure:14607: checking if the linker (/usr/bin/ld) is GNU ld
configure:14622: result: no
configure:14677: checking whether the clang++ linker (/usr/bin/ld) supports shared libraries
configure:15682: result: yes
configure:15718: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce conftest.cpp >&5
configure:15721: $? = 0
configure:16241: checking for clang++ option to produce PIC
configure:16248: result: -fno-common -DPIC
configure:16256: checking if clang++ PIC flag -fno-common -DPIC works
configure:16274: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -fno-common -DPIC -DPIC conftest.cpp >&5
configure:16278: $? = 0
configure:16291: result: yes
configure:16314: checking if clang++ static flag -static works
configure:16342: result: no
configure:16354: checking if clang++ supports -c -o file.o
configure:16375: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -o out/conftest2.o conftest.cpp >&5
configure:16379: $? = 0
configure:16401: result: yes
configure:16406: checking if clang++ supports -c -o file.o
configure:16453: result: yes
configure:16483: checking whether the clang++ linker (/usr/bin/ld) supports shared libraries
configure:16519: result: yes
configure:16660: checking dynamic linker characteristics
configure:17327: result: darwin12.5.0 dyld
configure:17380: checking how to hardcode library paths into programs
configure:17405: result: immediate
configure:17553: checking if libtool supports shared libraries
configure:17555: result: yes
configure:17558: checking whether to build shared libraries
configure:17578: result: no
configure:17581: checking whether to build static libraries
configure:17585: result: yes
configure:17906: checking for /usr/local/bin/gfortran option to produce PIC
configure:17913: result: -fno-common
configure:17921: checking if /usr/local/bin/gfortran PIC flag -fno-common works
configure:17939: /usr/local/bin/gfortran -c -g -O2 -fno-common conftest.f >&5
configure:17943: $? = 0
configure:17956: result: yes
configure:17979: checking if /usr/local/bin/gfortran static flag -static works
configure:18007: result: no
configure:18019: checking if /usr/local/bin/gfortran supports -c -o file.o
configure:18040: /usr/local/bin/gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:18044: $? = 0
configure:18066: result: yes
configure:18071: checking if /usr/local/bin/gfortran supports -c -o file.o
configure:18118: result: yes
configure:18148: checking whether the /usr/local/bin/gfortran linker (/usr/bin/ld) supports shared libraries
configure:19251: result: yes
configure:19392: checking dynamic linker characteristics
configure:20053: result: darwin12.5.0 dyld
configure:20106: checking how to hardcode library paths into programs
configure:20131: result: immediate
configure:20275: checking if libtool supports shared libraries
configure:20277: result: yes
configure:20280: checking whether to build shared libraries
configure:20300: result: no
configure:20303: checking whether to build static libraries
configure:20307: result: yes
configure:20341: /usr/local/bin/gfortran -c -g -O2 conftest.f >&5
configure:20344: $? = 0
configure:20773: checking for /usr/local/bin/gfortran option to produce PIC
configure:20780: result: -fno-common
configure:20788: checking if /usr/local/bin/gfortran PIC flag -fno-common works
configure:20806: /usr/local/bin/gfortran -c -g -O2 -fno-common conftest.f >&5
configure:20810: $? = 0
configure:20823: result: yes
configure:20846: checking if /usr/local/bin/gfortran static flag -static works
configure:20874: result: no
configure:20886: checking if /usr/local/bin/gfortran supports -c -o file.o
configure:20907: /usr/local/bin/gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:20911: $? = 0
configure:20933: result: yes
configure:20938: checking if /usr/local/bin/gfortran supports -c -o file.o
configure:20985: result: yes
configure:21015: checking whether the /usr/local/bin/gfortran linker (/usr/bin/ld) supports shared libraries
configure:22118: result: yes
configure:22259: checking dynamic linker characteristics
configure:22920: result: darwin12.5.0 dyld
configure:22973: checking how to hardcode library paths into programs
configure:22998: result: immediate
configure:23049: checking for a sed that does not truncate output
configure:23113: result: /usr/local/Library/ENV/4.3/sed
configure:23118: checking whether byte ordering is bigendian
configure:23133: clang -c -g -O2 conftest.c >&5
configure:23133: $? = 0
configure:23178: clang -c -g -O2 conftest.c >&5
configure:23178: $? = 0
configure:23196: clang -c -g -O2 conftest.c >&5
conftest.c:30:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:23196: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:23324: result: no
configure:23356: checking for known C compilers
configure:23377: clang -c -g -O2 conftest.c >&5
conftest.c:25:4: error: unknown type name 'choke'
choke me
^
conftest.c:25:12: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:23377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| #ifndef __INTEL_COMPILER
| choke me
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:23749: result: GNU
configure:23757: checking for known compiler/OS combinations
configure:23823: result: GNU:x86_64
configure:23837: checking for known c++ compilers
configure:23858: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce conftest.cpp >&5
conftest.cpp:25:4: error: unknown type name 'choke'
choke me
^
conftest.cpp:25:12: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:23858: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| #ifndef __INTEL_COMPILER
| choke me
| #endif
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:24211: result: GNU
configure:24219: checking for known compiler/OS combinations
configure:24286: result: GNU:x86_64
configure:24409: checking if clang++ works
configure:24422: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic conftest.cpp >&5
conftest.cpp:23:16: warning: private field 'i' is not used [-Wunused-private-field]
class Cl { int i; public: Cl(int x) : i(x) {} }; Cl x(5);
^
1 warning generated.
configure:24422: $? = 0
configure:24436: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic conftest.cpp >&5
conftest.cpp:28:4: error: unknown type name 'choke'
choke me
^
1 error generated.
configure:24436: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifdef __cplusplus
| choke me
| #endif
| ;
| return 0;
| }
configure:24440: result: yes
configure:24466: checking how to get verbose linking output from /usr/local/bin/gfortran
configure:24476: /usr/local/bin/gfortran -c -g -O2 conftest.f >&5
configure:24476: $? = 0
configure:24494: /usr/local/bin/gfortran -o conftest -g -O2 -v conftest.f -lm
Using built-in specs.
Target: x86_64-apple-darwin12.5.0
Thread model: posix
gcc version 4.8.2 (GCC)
/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin12.5.0/4.8.2/f951 conftest.f -ffixed-form -fPIC -feliminate-unused-debug-symbols -quiet -dumpbase conftest.f -mmacosx-version-min=10.8.5 -mtune=core2 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/finclude -o /var/tmp//ccbrlTav.s
GNU Fortran (GCC) version 4.8.2 (x86_64-apple-darwin12.5.0)
compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
warning: GMP header version 5.1.3 differs from library version 6.0.0.
warning: MPC header version 1.0.1 differs from library version 1.0.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.8.2 (x86_64-apple-darwin12.5.0)
compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
warning: GMP header version 5.1.3 differs from library version 6.0.0.
warning: MPC header version 1.0.1 differs from library version 1.0.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -arch x86_64 -force_cpusubtype_ALL -o /var/tmp//ccGaxiTK.o /var/tmp//ccbrlTav.s
Reading specs from /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../../libgfortran.spec
rename spec lib to liborig
/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin12.5.0/4.8.2/collect2 -dynamic -arch x86_64 -macosx_version_min 10.8.5 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. /var/tmp//ccGaxiTK.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v -idsym -dsym
collect2 version 4.8.2
/usr/local/Library/ENV/4.3/ld -dynamic -arch x86_64 -macosx_version_min 10.8.5 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. /var/tmp//ccGaxiTK.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
@(#)PROGRAM:ld PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
Library search paths:
/usr/local/lib
/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2
/usr/local/Cellar/gfortran/4.8.2/gfortran/lib
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
dsymutil conftest
configure:24577: result: -v
configure:24579: checking for Fortran libraries of /usr/local/bin/gfortran
configure:24602: /usr/local/bin/gfortran -o conftest -g -O2 -v conftest.f -lm
Using built-in specs.
Target: x86_64-apple-darwin12.5.0
Thread model: posix
gcc version 4.8.2 (GCC)
/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin12.5.0/4.8.2/f951 conftest.f -ffixed-form -fPIC -feliminate-unused-debug-symbols -quiet -dumpbase conftest.f -mmacosx-version-min=10.8.5 -mtune=core2 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/finclude -o /var/tmp//ccTalEzB.s
GNU Fortran (GCC) version 4.8.2 (x86_64-apple-darwin12.5.0)
compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
warning: GMP header version 5.1.3 differs from library version 6.0.0.
warning: MPC header version 1.0.1 differs from library version 1.0.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.8.2 (x86_64-apple-darwin12.5.0)
compiled by GNU C version 4.8.2, GMP version 5.1.3, MPFR version 3.1.2, MPC version 1.0.1
warning: GMP header version 5.1.3 differs from library version 6.0.0.
warning: MPC header version 1.0.1 differs from library version 1.0.2.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -arch x86_64 -force_cpusubtype_ALL -o /var/tmp//ccYKgine.o /var/tmp//ccTalEzB.s
Reading specs from /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../../libgfortran.spec
rename spec lib to liborig
/usr/local/Cellar/gfortran/4.8.2/gfortran/libexec/gcc/x86_64-apple-darwin12.5.0/4.8.2/collect2 -dynamic -arch x86_64 -macosx_version_min 10.8.5 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. /var/tmp//ccYKgine.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v -idsym -dsym
collect2 version 4.8.2
/usr/local/Library/ENV/4.3/ld -dynamic -arch x86_64 -macosx_version_min 10.8.5 -weak_reference_mismatches non-weak -o conftest -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. /var/tmp//ccYKgine.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
@(#)PROGRAM:ld PROJECT:ld64-236.4
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
Library search paths:
/usr/local/lib
/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2
/usr/local/Cellar/gfortran/4.8.2/gfortran/lib
/usr/lib
/usr/local/lib
Framework search paths:
/Library/Frameworks/
/System/Library/Frameworks/
dsymutil conftest
configure:24798: result: -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm
configure:24814: checking for dummy main to link with Fortran libraries
configure:24848: clang -o conftest -g -O2 -Wall -pipe -pedantic conftest.c -lm -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm >&5
configure:24848: $? = 0
configure:24893: result: none
configure:24926: checking for Fortran name-mangling scheme
configure:24939: /usr/local/bin/gfortran -c -g -O2 conftest.f >&5
configure:24939: $? = 0
configure:24980: clang -o conftest -g -O2 -Wall -pipe -pedantic conftest.c cfortran_test.o -lm -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm >&5
Undefined symbols for architecture x86_64:
"_foobar", referenced from:
_main in conftest-272328.o
(maybe you meant: _foobar_)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24980: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char foobar ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return foobar ();
| ;
| return 0;
| }
configure:24980: clang -o conftest -g -O2 -Wall -pipe -pedantic conftest.c cfortran_test.o -lm -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm >&5
configure:24980: $? = 0
configure:25038: clang -o conftest -g -O2 -Wall -pipe -pedantic conftest.c cfortran_test.o -lm -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm >&5
configure:25038: $? = 0
configure:25080: result: lower case, underscore, no extra underscore
configure:25156: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:778: creating libtool
configure:27840: checking for C++-standard library in std:: namespace
configure:27875: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic conftest.cpp >&5
configure:27875: $? = 0
configure:27888: result: yes
configure:27897: checking for C++-standard I/O in std:: namespace
configure:27931: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic conftest.cpp >&5
configure:27931: $? = 0
configure:27944: result: yes
configure:27956: checking if C++ template definitions should be included
configure:27991: result: yes
configure:28751: checking if iGeom support is to be built
configure:28753: result: yes
configure:28913: checking for 'include' subdir of /usr/local/Cellar/oce/0.15
configure:28928: result: include
configure:28936: checking for 'lib' subdir of /usr/local/Cellar/oce/0.15
configure:28954: result: lib
configure:28973: checking if platform is 64-bit (-D_OCC64)
configure:28994: clang -c -g -O2 -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.c >&5
conftest.c:37:11: error: 'array' declared as an array with a negative size
int array[6-(int)sizeof(void*)];
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:28994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| int array[6-(int)sizeof(void*)];
| ;
| return 0;
| }
configure:28998: result: yes
configure:29010: checking iostream usability
configure:29010: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
configure:29010: $? = 0
configure:29010: result: yes
configure:29010: checking iostream presence
configure:29010: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
configure:29010: $? = 0
configure:29010: result: yes
configure:29010: checking for iostream
configure:29010: result: yes
configure:29016: checking iostream.h usability
configure:29016: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
In file included from conftest.cpp:58:
In file included from /usr/include/c++/4.2.1/backward/iostream.h:31:
/usr/include/c++/4.2.1/backward/backward_warning.h:32:2: 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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
^
1 warning generated.
configure:29016: $? = 0
configure:29016: result: yes
configure:29016: checking iostream.h presence
configure:29016: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
In file included from conftest.cpp:25:
In file included from /usr/include/c++/4.2.1/backward/iostream.h:31:
/usr/include/c++/4.2.1/backward/backward_warning.h:32:2: 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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
^
1 warning generated.
configure:29016: $? = 0
configure:29016: result: yes
configure:29016: checking for iostream.h
configure:29016: result: yes
configure:29022: checking iomanip usability
configure:29022: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
configure:29022: $? = 0
configure:29022: result: yes
configure:29022: checking iomanip presence
configure:29022: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
configure:29022: $? = 0
configure:29022: result: yes
configure:29022: checking for iomanip
configure:29022: result: yes
configure:29028: checking iomanip.h usability
configure:29028: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
In file included from conftest.cpp:58:
In file included from /usr/include/c++/4.2.1/backward/iomanip.h:31:
/usr/include/c++/4.2.1/backward/backward_warning.h:32:2: 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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
^
1 warning generated.
configure:29028: $? = 0
configure:29028: result: yes
configure:29028: checking iomanip.h presence
configure:29028: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
In file included from conftest.cpp:25:
In file included from /usr/include/c++/4.2.1/backward/iomanip.h:31:
/usr/include/c++/4.2.1/backward/backward_warning.h:32:2: 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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
^
1 warning generated.
configure:29028: $? = 0
configure:29028: result: yes
configure:29028: checking for iomanip.h
configure:29028: result: yes
configure:29034: checking fstream usability
configure:29034: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
configure:29034: $? = 0
configure:29034: result: yes
configure:29034: checking fstream presence
configure:29034: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
configure:29034: $? = 0
configure:29034: result: yes
configure:29034: checking for fstream
configure:29034: result: yes
configure:29040: checking fstream.h usability
configure:29040: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
In file included from conftest.cpp:58:
In file included from /usr/include/c++/4.2.1/backward/fstream.h:31:
/usr/include/c++/4.2.1/backward/backward_warning.h:32:2: 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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
^
1 warning generated.
configure:29040: $? = 0
configure:29040: result: yes
configure:29040: checking fstream.h presence
configure:29040: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
In file included from conftest.cpp:25:
In file included from /usr/include/c++/4.2.1/backward/fstream.h:31:
/usr/include/c++/4.2.1/backward/backward_warning.h:32:2: 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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. [-W#warnings]
#warning This file includes at least one deprecated or antiquated header. \
^
1 warning generated.
configure:29040: $? = 0
configure:29040: result: yes
configure:29040: checking for fstream.h
configure:29040: result: yes
configure:29046: checking limits.h usability
configure:29046: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
configure:29046: $? = 0
configure:29046: result: yes
configure:29046: checking limits.h presence
configure:29046: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
configure:29046: $? = 0
configure:29046: result: yes
configure:29046: checking for limits.h
configure:29046: result: yes
configure:29054: checking Standard_Version.hxx usability
configure:29054: clang++ -c -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include conftest.cpp >&5
configure:29054: $? = 0
configure:29054: result: yes
configure:29054: checking Standard_Version.hxx presence
configure:29054: clang++ -E -I/usr/local/Cellar/oce/0.15/include conftest.cpp
conftest.cpp:25:10: fatal error: 'Standard_Version.hxx' file not found
#include <Standard_Version.hxx>
^
1 error generated.
configure:29054: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CGMA"
| #define PACKAGE_TARNAME "cgma"
| #define PACKAGE_VERSION "13.1.1"
| #define PACKAGE_STRING "CGMA 13.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cgma"
| #define VERSION "13.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
| #include <Standard_Version.hxx>
configure:29054: result: no
configure:29054: WARNING: Standard_Version.hxx: accepted by the compiler, rejected by the preprocessor!
configure:29054: WARNING: Standard_Version.hxx: proceeding with the compiler's result
configure:29054: checking for Standard_Version.hxx
configure:29054: result: yes
configure:29067: checking for create_mailbox in -lTKernel
configure:29100: clang++ -o conftest -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include -L/usr/local/Cellar/oce/0.15/lib conftest.cpp -lTKernel -lm >&5
configure:29100: $? = 0
configure:29109: result: yes
configure:29179: checking if OpenCascade requires -lpthread
configure:29201: clang++ -o conftest -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include -I/usr/local/Cellar/oce/0.15/include -D_OCC64 -DHAVE_IOSTREAM -DHAVE_IOSTREAM_H -DHAVE_IOMANIP -DHAVE_IOMANIP_H -DHAVE_FSTREAM -DHAVE_FSTREAM_H -DHAVE_LIMITS_H -L/usr/local/Cellar/oce/0.15/lib conftest.cpp -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel -lTKernel -lm >&5
configure:29201: $? = 0
configure:29202: result: no
configure:29243: checking for igesread in -lTKIGES
configure:29276: clang++ -o conftest -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include -I/usr/local/Cellar/oce/0.15/include -D_OCC64 -DHAVE_IOSTREAM -DHAVE_IOSTREAM_H -DHAVE_IOMANIP -DHAVE_IOMANIP_H -DHAVE_FSTREAM -DHAVE_FSTREAM_H -DHAVE_LIMITS_H -L/usr/local/Cellar/oce/0.15/lib conftest.cpp -lTKIGES -lTKXSBase -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel -lTKernel -lm >&5
configure:29276: $? = 0
configure:29285: result: yes
configure:29294: checking for OpenCascade STEP support (libTKSTEP)
configure:29316: clang++ -o conftest -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include -I/usr/local/Cellar/oce/0.15/include -D_OCC64 -DHAVE_IOSTREAM -DHAVE_IOSTREAM_H -DHAVE_IOMANIP -DHAVE_IOMANIP_H -DHAVE_FSTREAM -DHAVE_FSTREAM_H -DHAVE_LIMITS_H -L/usr/local/Cellar/oce/0.15/lib conftest.cpp -lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKXSBase -lTKIGES -lTKXSBase -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel -lTKernel -lm >&5
In file included from conftest.cpp:26:
In file included from /usr/local/Cellar/oce/0.15/include/oce/STEPControl_Reader.hxx:20:
In file included from /usr/local/Cellar/oce/0.15/include/oce/XSControl_Reader.hxx:20:
In file included from /usr/local/Cellar/oce/0.15/include/oce/Handle_XSControl_WorkSession.hxx:17:
In file included from /usr/local/Cellar/oce/0.15/include/oce/Handle_IFSelect_WorkSession.hxx:17:
In file included from /usr/local/Cellar/oce/0.15/include/oce/Handle_MMgt_TShared.hxx:17:
/usr/local/Cellar/oce/0.15/include/oce/Handle_Standard_Transient.hxx:67:14: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
: entity(UndefinedHandleAddress)
^
/usr/local/Cellar/oce/0.15/include/oce/Handle_Standard_Transient.hxx:41:55: note: expanded from macro 'UndefinedHandleAddress'
#define UndefinedHandleAddress ((Standard_Transient *)0xfefdfefdfefd0000ull)
^
/usr/local/Cellar/oce/0.15/include/oce/Handle_Standard_Transient.hxx:73:55: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
: entity ( anItem ? (Standard_Transient*)anItem : UndefinedHandleAddress )
^
/usr/local/Cellar/oce/0.15/include/oce/Handle_Standard_Transient.hxx:41:55: note: expanded from macro 'UndefinedHandleAddress'
#define UndefinedHandleAddress ((Standard_Transient *)0xfefdfefdfefd0000ull)
^
/usr/local/Cellar/oce/0.15/include/oce/Handle_Standard_Transient.hxx:114:22: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
return entity == UndefinedHandleAddress;
^
/usr/local/Cellar/oce/0.15/include/oce/Handle_Standard_Transient.hxx:41:55: note: expanded from macro 'UndefinedHandleAddress'
#define UndefinedHandleAddress ((Standard_Transient *)0xfefdfefdfefd0000ull)
^
3 warnings generated.
configure:29316: $? = 0
configure:29319: result: yes
configure:29329: checking for OpenCascade STL support (libTKSTL)
configure:29351: clang++ -o conftest -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic -I/usr/local/Cellar/oce/0.15/include -I/usr/local/Cellar/oce/0.15/include -D_OCC64 -DHAVE_IOSTREAM -DHAVE_IOSTREAM_H -DHAVE_IOMANIP -DHAVE_IOMANIP_H -DHAVE_FSTREAM -DHAVE_FSTREAM_H -DHAVE_LIMITS_H -L/usr/local/Cellar/oce/0.15/lib conftest.cpp -lTKSTL -lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKXSBase -lTKIGES -lTKXSBase -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel -lTKernel -lm >&5
configure:29351: $? = 0
configure:29354: result: yes
configure:29414: result: CXXFLAGS = -I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic
configure:29416: result: AM_CPPFLAGS = -DLITTLE_ENDIAN=BYTE_ORDER -DTEMPLATE_DEFS_INCLUDED
configure:29538: checking that generated files are newer than configure
configure:29544: result: done
configure:29620: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by CGMA config.status 13.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on narella.llnl.gov
config.status:1356: creating Makefile
config.status:1356: creating util/Makefile
config.status:1356: creating geom/Makefile
config.status:1356: creating geom/ACIS/Makefile
config.status:1356: creating geom/Cholla/Makefile
config.status:1356: creating geom/facet/Makefile
config.status:1356: creating geom/facetbool/Makefile
config.status:1356: creating geom/OCC/Makefile
config.status:1356: creating geom/parallel/Makefile
config.status:1356: creating geom/virtual/Makefile
config.status:1356: creating init/Makefile
config.status:1356: creating compat/Makefile
config.status:1356: creating cgm.make
config.status:1356: creating itaps/Makefile
config.status:1356: creating itaps/iGeom-Defs.inc
config.status:1356: creating itaps/SIDL/Makefile
config.status:1356: creating itaps/SIDL/common.make
config.status:1356: creating itaps/SIDL/iGeom-SIDL-Defs.inc
config.status:1356: creating test/Makefile
config.status:1356: creating test/TestConfig.h
config.status:1356: creating cgm_apps/Makefile
config.status:1356: creating cgm_apps/examples/Makefile
config.status:1356: creating cgm_apps/examples/driverc++/Makefile
config.status:1356: creating cgm_apps/examples/facetdriver/Makefile
config.status:1356: creating config.h
config.status:1356: creating geom/parallel/CGMmpi_config.h
config.status:1356: creating geom/CubitCompat.h
config.status:1356: creating itaps/iBase_FCDefs.h
config.status:1585: executing depfiles commands
config.status:1585: executing libtool commands
config.status:1585: executing itaps/iGeom_FCDefs.h commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.5.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-I/usr/local/Cellar/oce/0.15/include/oce
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_F77_set=set
ac_cv_env_F77_value=/usr/local/bin/gfortran
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=/usr/local/bin/gfortran
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MPIEXEC_NP_set=
ac_cv_env_MPIEXEC_NP_value=
ac_cv_env_MPIEXEC_set=
ac_cv_env_MPIEXEC_value=
ac_cv_env_NP_set=
ac_cv_env_NP_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_fc_compiler_gnu=yes
ac_cv_fc_dummy_main=none
ac_cv_fc_libs=' -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm'
ac_cv_fc_mangling='lower case, underscore, no extra underscore'
ac_cv_fortran_dummy_main=none
ac_cv_header_Standard_Version_hxx=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fstream=yes
ac_cv_header_fstream_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_iomanip=yes
ac_cv_header_iomanip_h=yes
ac_cv_header_iostream=yes
ac_cv_header_iostream_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin12.5.0
ac_cv_lib_TKIGES_igesread=yes
ac_cv_lib_TKernel_create_mailbox=yes
ac_cv_objext=o
ac_cv_occ_include_dir=include
ac_cv_occ_lib_dir=lib
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_fc_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-apple-darwin12.5.0
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_F77=-fno-common
lt_cv_prog_compiler_pic_FC=-fno-common
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
snl_cv_cxx_io_in_std=yes
snl_cv_cxx_stl_in_std=yes
snl_cv_cxx_template_defs_included=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACIS_DEFS=''
ACIS_DIR='no'
ACIS_HEALER=''
ACIS_IGES_TRANSLATOR=''
ACIS_INCLUDES=''
ACIS_LIBS=''
ACIS_LIB_DIR=''
ACIS_LINK_FLAGS=''
ACIS_PLATFORM=''
ACIS_STEP_TRANSLATOR=''
ACIS_VERSION=''
ACLOCAL='${SHELL} /private/tmp/cgm-9RTN/fathomteam-cgm-fbb519672862/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CPPFLAGS=' -DLITTLE_ENDIAN=BYTE_ORDER -DTEMPLATE_DEFS_INCLUDED'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_LDFLAGS=''
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/cgm-9RTN/fathomteam-cgm-fbb519672862/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/cgm-9RTN/fathomteam-cgm-fbb519672862/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/cgm-9RTN/fathomteam-cgm-fbb519672862/missing automake-1.14'
AWK='awk'
BABEL_DIR=''
BUILD_CGM_FALSE='#'
BUILD_CGM_TRUE=''
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -pipe -pedantic'
CGM_ACIS_LIBS=''
CGM_CXX_LIBS=''
CGM_CXX_LINKFLAGS=''
CGM_DEFINES=' -DTEMPLATE_DEFS_INCLUDED'
CGM_EXT_INCLUDE=' -I/usr/local/Cellar/oce/0.15/include -D_OCC64 -DHAVE_IOSTREAM -DHAVE_IOSTREAM_H -DHAVE_IOMANIP -DHAVE_IOMANIP_H -DHAVE_FSTREAM -DHAVE_FSTREAM_H -DHAVE_LIMITS_H'
CGM_EXT_LDFLAGS=' -L/usr/local/Cellar/oce/0.15/lib'
CGM_EXT_LIBS=' -lTKSTL -lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKXSBase -lTKIGES -lTKXSBase -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel'
CGM_EXT_LTFLAGS=''
CGM_PARALLEL_INCLUDE=''
CGM_PARALLEL_LIB=''
CGM_PARALLEL_LIB_FILE=''
CPP='clang -E'
CPPFLAGS=''
CUBIT_BIN_DIR='no'
CUBIT_CGM=''
CUBIT_FILE='no'
CUBIT_LDFLAGS=''
CUBIT_LIBS=''
CUBIT_LTFLAGS=''
CUBIT_OCC_LIB='-lcubit_OCC'
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-I/usr/local/Cellar/oce/0.15/include/oce -Wall -pipe -pedantic'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEV_FALSE=''
DEV_TRUE='#'
DISTCHECK_CONFIGURE_FLAGS=' --with-occ="/usr/local/Cellar/oce/0.15"'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_igeom_FALSE='#'
ENABLE_igeom_TRUE=''
EXEEXT=''
F77='/usr/local/bin/gfortran'
FC='/usr/local/bin/gfortran'
FCFLAGS='-g -O2'
FCLIBS=' -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm'
FFLAGS='-g -O2'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_ACIS_DEF=''
HAVE_OCC_DEF='-DHAVE_OCC -DHAVE_OCC_IGES -DHAVE_OCC_STEP -DHAVE_OCC_STL'
INCLUDE_TEMPLATE_DEFS_FALSE='#'
INCLUDE_TEMPLATE_DEFS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
ITAPS_SHIM_FALSE=''
ITAPS_SHIM_TRUE='#'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lTKernel -lm'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/cgm-9RTN/fathomteam-cgm-fbb519672862/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MPIEXEC=''
MPIEXEC_NP=''
NM='/usr/bin/nm'
NMEDIT='nmedit'
NP=''
OBJDUMP='false'
OBJEXT='o'
OCC_INC_FLAG='-I/usr/local/Cellar/oce/0.15/include -D_OCC64 -DHAVE_IOSTREAM -DHAVE_IOSTREAM_H -DHAVE_IOMANIP -DHAVE_IOMANIP_H -DHAVE_FSTREAM -DHAVE_FSTREAM_H -DHAVE_LIMITS_H'
OCC_LIBS='-lTKSTL -lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKXSBase -lTKIGES -lTKXSBase -lTKBinL -lTKLCAF -lTKCDF -lTKCAF -lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim -lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel'
OCC_LIB_DIR='/usr/local/Cellar/oce/0.15/lib'
OCC_LIB_FLAG='-L/usr/local/Cellar/oce/0.15/lib'
OTOOL64=':'
OTOOL='otool'
PACKAGE='cgma'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='CGMA'
PACKAGE_STRING='CGMA 13.1.1'
PACKAGE_TARNAME='cgma'
PACKAGE_URL=''
PACKAGE_VERSION='13.1.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/local/Library/ENV/4.3/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_BABEL='no'
USE_BABEL_FALSE=''
USE_BABEL_TRUE='#'
USE_MPIEXEC_FALSE='#'
USE_MPIEXEC_TRUE=''
USE_MPI_FALSE=''
USE_MPI_TRUE='#'
VERSION='13.1.1'
WITH_CUBIT_FALSE=''
WITH_CUBIT_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.5.0'
build_ACIS_FALSE=''
build_ACIS_TRUE='#'
build_OCC_FALSE='#'
build_OCC_TRUE=''
build_alias=''
build_cpu='x86_64'
build_os='darwin12.5.0'
build_parallel_FALSE=''
build_parallel_TRUE='#'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/cgm-9RTN/fathomteam-cgm-fbb519672862/install-sh'
libdir='/usr/local/Cellar/cgm/13.1/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/cgm/13.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin12.5.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin12.5.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "CGMA"
#define PACKAGE_TARNAME "cgma"
#define PACKAGE_VERSION "13.1.1"
#define PACKAGE_STRING "CGMA 13.1.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "cgma"
#define VERSION "13.1.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define FC_FUNC(name,NAME) name ## _
#define FC_FUNC_(name,NAME) name ## _
#define HAVE_LIBTKERNEL 1
configure: exit 0
Creating Prism
set pin tag - 1 on 0x7fba62c58ca0
Able to get this tag: 0x40000000fefd0031 on 0x7fba62c58ca0
name tag:
set pin tag - a on 0x7fba62c58ca0
Able to get this tag: 0x61 on 0x7fba62c58ca0
Creating Cylinder
set pin tag - 2 on 0x7fba62c5fb70
Able to get this tag: 0x4000000000000032 on 0x7fba62c5fb70
name tag:
set pin tag - b on 0x7fba62c5fb70
Able to get this tag: 0x62 on 0x7fba62c5fb70
After copy operation
ERROR: failed to getData for tag
Error code: 14
Error desc: Tag does not exist
At : copy_attrib.cpp:150
getting name tag
Able to get this tag: 0x414062 on 0x7fba62c644e0
Updated volume(s): 4
Destroyed volume(s): 5
=======================================
CGMA 13.1.1: itaps/test-suite.log
=======================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: copy_attrib
=================
Creating Prism
set pin tag - 1 on 0x7fba62c58ca0
Able to get this tag: 0x40000000fefd0031 on 0x7fba62c58ca0
name tag:
set pin tag - a on 0x7fba62c58ca0
Able to get this tag: 0x61 on 0x7fba62c58ca0
Creating Cylinder
set pin tag - 2 on 0x7fba62c5fb70
Able to get this tag: 0x4000000000000032 on 0x7fba62c5fb70
name tag:
set pin tag - b on 0x7fba62c5fb70
Able to get this tag: 0x62 on 0x7fba62c5fb70
After copy operation
ERROR: failed to getData for tag
Error code: 14
Error desc: Tag does not exist
At : copy_attrib.cpp:150
getting name tag
Able to get this tag: 0x414062 on 0x7fba62c644e0
Updated volume(s): 4
Destroyed volume(s): 5
Geometry engine set to: OpenCascade 6.7
... Step File Reading : ilc_13body.stp
... STEP File Read ...
Elapsed time: 0 Hours 0 Minutes 0.018291 Seconds
CPU user time: 0.02 seconds
CPU system time: 0 seconds
*** Error on Record 648 (on 9879 -> 6 % in File) *** Ident #479
Complex Type incorrect : SOLID_ANGLE_UNIT / SI_UNIT ...
*** Error on Record 862 (on 9879 -> 8 % in File) *** Ident #650
Complex Type incorrect : NAMED_UNIT / LENGTH_UNIT ...
*** Error on Record 1489 (on 9879 -> 15 % in File) *** Ident #1115
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1491 (on 9879 -> 15 % in File) *** Ident #1115
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1492 (on 9879 -> 15 % in File) *** Ident #1115
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1503 (on 9879 -> 15 % in File) *** Ident #1118
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1505 (on 9879 -> 15 % in File) *** Ident #1118
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1506 (on 9879 -> 15 % in File) *** Ident #1118
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1517 (on 9879 -> 15 % in File) *** Ident #1121
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1519 (on 9879 -> 15 % in File) *** Ident #1121
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1520 (on 9879 -> 15 % in File) *** Ident #1121
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1531 (on 9879 -> 15 % in File) *** Ident #1124
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1533 (on 9879 -> 15 % in File) *** Ident #1124
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1534 (on 9879 -> 15 % in File) *** Ident #1124
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1551 (on 9879 -> 15 % in File) *** Ident #1131
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1553 (on 9879 -> 15 % in File) *** Ident #1131
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1554 (on 9879 -> 15 % in File) *** Ident #1131
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1565 (on 9879 -> 15 % in File) *** Ident #1134
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1567 (on 9879 -> 15 % in File) *** Ident #1134
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1568 (on 9879 -> 15 % in File) *** Ident #1134
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1585 (on 9879 -> 16 % in File) *** Ident #1141
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1587 (on 9879 -> 16 % in File) *** Ident #1141
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1588 (on 9879 -> 16 % in File) *** Ident #1141
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1599 (on 9879 -> 16 % in File) *** Ident #1144
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1601 (on 9879 -> 16 % in File) *** Ident #1144
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1602 (on 9879 -> 16 % in File) *** Ident #1144
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1619 (on 9879 -> 16 % in File) *** Ident #1151
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1621 (on 9879 -> 16 % in File) *** Ident #1151
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1622 (on 9879 -> 16 % in File) *** Ident #1151
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1633 (on 9879 -> 16 % in File) *** Ident #1154
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1635 (on 9879 -> 16 % in File) *** Ident #1154
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1636 (on 9879 -> 16 % in File) *** Ident #1154
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1647 (on 9879 -> 16 % in File) *** Ident #1157
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1649 (on 9879 -> 16 % in File) *** Ident #1157
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1650 (on 9879 -> 16 % in File) *** Ident #1157
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1661 (on 9879 -> 16 % in File) *** Ident #1160
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1663 (on 9879 -> 16 % in File) *** Ident #1160
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1664 (on 9879 -> 16 % in File) *** Ident #1160
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1681 (on 9879 -> 17 % in File) *** Ident #1167
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1683 (on 9879 -> 17 % in File) *** Ident #1167
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1684 (on 9879 -> 17 % in File) *** Ident #1167
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1695 (on 9879 -> 17 % in File) *** Ident #1170
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1697 (on 9879 -> 17 % in File) *** Ident #1170
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1698 (on 9879 -> 17 % in File) *** Ident #1170
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1715 (on 9879 -> 17 % in File) *** Ident #1177
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1717 (on 9879 -> 17 % in File) *** Ident #1177
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1718 (on 9879 -> 17 % in File) *** Ident #1177
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1729 (on 9879 -> 17 % in File) *** Ident #1180
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1731 (on 9879 -> 17 % in File) *** Ident #1180
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1732 (on 9879 -> 17 % in File) *** Ident #1180
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1749 (on 9879 -> 17 % in File) *** Ident #1187
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1751 (on 9879 -> 17 % in File) *** Ident #1187
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1752 (on 9879 -> 17 % in File) *** Ident #1187
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1763 (on 9879 -> 17 % in File) *** Ident #1190
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1765 (on 9879 -> 17 % in File) *** Ident #1190
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1766 (on 9879 -> 17 % in File) *** Ident #1190
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1777 (on 9879 -> 17 % in File) *** Ident #1193
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1779 (on 9879 -> 18 % in File) *** Ident #1193
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1780 (on 9879 -> 18 % in File) *** Ident #1193
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1791 (on 9879 -> 18 % in File) *** Ident #1196
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1793 (on 9879 -> 18 % in File) *** Ident #1196
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1794 (on 9879 -> 18 % in File) *** Ident #1196
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1811 (on 9879 -> 18 % in File) *** Ident #1203
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1813 (on 9879 -> 18 % in File) *** Ident #1203
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1814 (on 9879 -> 18 % in File) *** Ident #1203
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1825 (on 9879 -> 18 % in File) *** Ident #1206
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1827 (on 9879 -> 18 % in File) *** Ident #1206
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1828 (on 9879 -> 18 % in File) *** Ident #1206
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1845 (on 9879 -> 18 % in File) *** Ident #1213
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1847 (on 9879 -> 18 % in File) *** Ident #1213
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1848 (on 9879 -> 18 % in File) *** Ident #1213
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1859 (on 9879 -> 18 % in File) *** Ident #1216
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1861 (on 9879 -> 18 % in File) *** Ident #1216
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1862 (on 9879 -> 18 % in File) *** Ident #1216
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1879 (on 9879 -> 19 % in File) *** Ident #1223
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1881 (on 9879 -> 19 % in File) *** Ident #1223
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1882 (on 9879 -> 19 % in File) *** Ident #1223
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1893 (on 9879 -> 19 % in File) *** Ident #1226
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1895 (on 9879 -> 19 % in File) *** Ident #1226
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1896 (on 9879 -> 19 % in File) *** Ident #1226
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1907 (on 9879 -> 19 % in File) *** Ident #1229
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1909 (on 9879 -> 19 % in File) *** Ident #1229
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1910 (on 9879 -> 19 % in File) *** Ident #1229
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1921 (on 9879 -> 19 % in File) *** Ident #1232
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1923 (on 9879 -> 19 % in File) *** Ident #1232
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1924 (on 9879 -> 19 % in File) *** Ident #1232
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1941 (on 9879 -> 19 % in File) *** Ident #1239
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1943 (on 9879 -> 19 % in File) *** Ident #1239
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1944 (on 9879 -> 19 % in File) *** Ident #1239
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1955 (on 9879 -> 19 % in File) *** Ident #1242
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1957 (on 9879 -> 19 % in File) *** Ident #1242
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1958 (on 9879 -> 19 % in File) *** Ident #1242
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1975 (on 9879 -> 19 % in File) *** Ident #1249
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1977 (on 9879 -> 20 % in File) *** Ident #1249
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1978 (on 9879 -> 20 % in File) *** Ident #1249
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1989 (on 9879 -> 20 % in File) *** Ident #1252
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1991 (on 9879 -> 20 % in File) *** Ident #1252
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1992 (on 9879 -> 20 % in File) *** Ident #1252
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2009 (on 9879 -> 20 % in File) *** Ident #1259
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2011 (on 9879 -> 20 % in File) *** Ident #1259
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2012 (on 9879 -> 20 % in File) *** Ident #1259
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2023 (on 9879 -> 20 % in File) *** Ident #1262
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2025 (on 9879 -> 20 % in File) *** Ident #1262
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2026 (on 9879 -> 20 % in File) *** Ident #1262
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2037 (on 9879 -> 20 % in File) *** Ident #1265
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2039 (on 9879 -> 20 % in File) *** Ident #1265
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2040 (on 9879 -> 20 % in File) *** Ident #1265
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2051 (on 9879 -> 20 % in File) *** Ident #1268
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2053 (on 9879 -> 20 % in File) *** Ident #1268
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2054 (on 9879 -> 20 % in File) *** Ident #1268
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2071 (on 9879 -> 20 % in File) *** Ident #1275
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2073 (on 9879 -> 20 % in File) *** Ident #1275
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2074 (on 9879 -> 20 % in File) *** Ident #1275
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2085 (on 9879 -> 21 % in File) *** Ident #1278
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2087 (on 9879 -> 21 % in File) *** Ident #1278
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2088 (on 9879 -> 21 % in File) *** Ident #1278
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2105 (on 9879 -> 21 % in File) *** Ident #1285
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2107 (on 9879 -> 21 % in File) *** Ident #1285
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2108 (on 9879 -> 21 % in File) *** Ident #1285
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2119 (on 9879 -> 21 % in File) *** Ident #1288
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2121 (on 9879 -> 21 % in File) *** Ident #1288
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2122 (on 9879 -> 21 % in File) *** Ident #1288
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2139 (on 9879 -> 21 % in File) *** Ident #1295
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2141 (on 9879 -> 21 % in File) *** Ident #1295
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2142 (on 9879 -> 21 % in File) *** Ident #1295
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2153 (on 9879 -> 21 % in File) *** Ident #1298
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2155 (on 9879 -> 21 % in File) *** Ident #1298
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2156 (on 9879 -> 21 % in File) *** Ident #1298
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2167 (on 9879 -> 21 % in File) *** Ident #1301
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2169 (on 9879 -> 21 % in File) *** Ident #1301
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2170 (on 9879 -> 21 % in File) *** Ident #1301
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2181 (on 9879 -> 22 % in File) *** Ident #1304
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2183 (on 9879 -> 22 % in File) *** Ident #1304
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2184 (on 9879 -> 22 % in File) *** Ident #1304
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2201 (on 9879 -> 22 % in File) *** Ident #1311
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2203 (on 9879 -> 22 % in File) *** Ident #1311
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2204 (on 9879 -> 22 % in File) *** Ident #1311
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2215 (on 9879 -> 22 % in File) *** Ident #1314
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2217 (on 9879 -> 22 % in File) *** Ident #1314
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2218 (on 9879 -> 22 % in File) *** Ident #1314
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2235 (on 9879 -> 22 % in File) *** Ident #1321
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2237 (on 9879 -> 22 % in File) *** Ident #1321
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2238 (on 9879 -> 22 % in File) *** Ident #1321
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2249 (on 9879 -> 22 % in File) *** Ident #1324
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2251 (on 9879 -> 22 % in File) *** Ident #1324
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2252 (on 9879 -> 22 % in File) *** Ident #1324
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2269 (on 9879 -> 22 % in File) *** Ident #1331
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2271 (on 9879 -> 22 % in File) *** Ident #1331
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2272 (on 9879 -> 22 % in File) *** Ident #1331
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2283 (on 9879 -> 23 % in File) *** Ident #1334
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2285 (on 9879 -> 23 % in File) *** Ident #1334
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2286 (on 9879 -> 23 % in File) *** Ident #1334
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2297 (on 9879 -> 23 % in File) *** Ident #1337
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2299 (on 9879 -> 23 % in File) *** Ident #1337
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2300 (on 9879 -> 23 % in File) *** Ident #1337
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2311 (on 9879 -> 23 % in File) *** Ident #1340
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2313 (on 9879 -> 23 % in File) *** Ident #1340
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2314 (on 9879 -> 23 % in File) *** Ident #1340
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2331 (on 9879 -> 23 % in File) *** Ident #1347
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2333 (on 9879 -> 23 % in File) *** Ident #1347
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2334 (on 9879 -> 23 % in File) *** Ident #1347
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2345 (on 9879 -> 23 % in File) *** Ident #1350
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2347 (on 9879 -> 23 % in File) *** Ident #1350
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2348 (on 9879 -> 23 % in File) *** Ident #1350
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2365 (on 9879 -> 23 % in File) *** Ident #1357
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2367 (on 9879 -> 23 % in File) *** Ident #1357
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2368 (on 9879 -> 23 % in File) *** Ident #1357
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2379 (on 9879 -> 24 % in File) *** Ident #1360
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2381 (on 9879 -> 24 % in File) *** Ident #1360
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2382 (on 9879 -> 24 % in File) *** Ident #1360
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2408 (on 9879 -> 24 % in File) *** Ident #1373
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2410 (on 9879 -> 24 % in File) *** Ident #1373
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2411 (on 9879 -> 24 % in File) *** Ident #1373
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2422 (on 9879 -> 24 % in File) *** Ident #1376
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2424 (on 9879 -> 24 % in File) *** Ident #1376
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2425 (on 9879 -> 24 % in File) *** Ident #1376
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2436 (on 9879 -> 24 % in File) *** Ident #1379
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2438 (on 9879 -> 24 % in File) *** Ident #1379
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2439 (on 9879 -> 24 % in File) *** Ident #1379
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2450 (on 9879 -> 24 % in File) *** Ident #1382
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2452 (on 9879 -> 24 % in File) *** Ident #1382
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2453 (on 9879 -> 24 % in File) *** Ident #1382
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2464 (on 9879 -> 24 % in File) *** Ident #1385
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2466 (on 9879 -> 24 % in File) *** Ident #1385
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2467 (on 9879 -> 24 % in File) *** Ident #1385
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2484 (on 9879 -> 25 % in File) *** Ident #1392
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2486 (on 9879 -> 25 % in File) *** Ident #1392
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2487 (on 9879 -> 25 % in File) *** Ident #1392
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2498 (on 9879 -> 25 % in File) *** Ident #1395
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2500 (on 9879 -> 25 % in File) *** Ident #1395
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2501 (on 9879 -> 25 % in File) *** Ident #1395
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2515 (on 9879 -> 25 % in File) *** Ident #1400
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2517 (on 9879 -> 25 % in File) *** Ident #1400
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2518 (on 9879 -> 25 % in File) *** Ident #1400
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2550 (on 9879 -> 25 % in File) *** Ident #1417
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2552 (on 9879 -> 25 % in File) *** Ident #1417
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2553 (on 9879 -> 25 % in File) *** Ident #1417
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2564 (on 9879 -> 25 % in File) *** Ident #1420
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2566 (on 9879 -> 25 % in File) *** Ident #1420
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2567 (on 9879 -> 25 % in File) *** Ident #1420
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2578 (on 9879 -> 26 % in File) *** Ident #1423
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2580 (on 9879 -> 26 % in File) *** Ident #1423
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2581 (on 9879 -> 26 % in File) *** Ident #1423
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2592 (on 9879 -> 26 % in File) *** Ident #1426
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2594 (on 9879 -> 26 % in File) *** Ident #1426
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2595 (on 9879 -> 26 % in File) *** Ident #1426
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2606 (on 9879 -> 26 % in File) *** Ident #1429
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2608 (on 9879 -> 26 % in File) *** Ident #1429
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2609 (on 9879 -> 26 % in File) *** Ident #1429
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2626 (on 9879 -> 26 % in File) *** Ident #1436
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2628 (on 9879 -> 26 % in File) *** Ident #1436
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2629 (on 9879 -> 26 % in File) *** Ident #1436
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2640 (on 9879 -> 26 % in File) *** Ident #1439
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2642 (on 9879 -> 26 % in File) *** Ident #1439
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2643 (on 9879 -> 26 % in File) *** Ident #1439
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 2657 (on 9879 -> 26 % in File) *** Ident #1444
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 2659 (on 9879 -> 26 % in File) *** Ident #1444
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 2660 (on 9879 -> 26 % in File) *** Ident #1444
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
... Step File loaded ...
Elapsed time: 0 Hours 0 Minutes 0.046534 Seconds
CPU user time: 0.04 seconds
CPU system time: 0 seconds
9879 records (entities,sub-lists,scopes), 29736 parameters
... Parameters prepared ... Elapsed time: 0 Hours 0 Minutes 0.064795 Seconds
CPU user time: 0.06 seconds
CPU system time: 0 seconds
Report : 75 unknown entities
... Objets analysed ...
Elapsed time: 0 Hours 0 Minutes 0.089375 Seconds
CPU user time: 0.08 seconds
CPU system time: 0.01 seconds
STEP Loading done : 5784 Entities
Constructed 13 Volumes: 1 to 13
... Step File Reading : ilc_1body.stp
... STEP File Read ...
Elapsed time: 0 Hours 0 Minutes 0.010989 Seconds
CPU user time: 0.01 seconds
CPU system time: 0 seconds
*** Error on Record 72 (on 8111 -> 0 % in File) *** Ident #47
Complex Type incorrect : SOLID_ANGLE_UNIT / SI_UNIT ...
*** Error on Record 94 (on 8111 -> 1 % in File) *** Ident #74
Complex Type incorrect : NAMED_UNIT / LENGTH_UNIT ...
*** Error on Record 625 (on 8111 -> 7 % in File) *** Ident #467
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 627 (on 8111 -> 7 % in File) *** Ident #467
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 628 (on 8111 -> 7 % in File) *** Ident #467
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 639 (on 8111 -> 7 % in File) *** Ident #470
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 641 (on 8111 -> 7 % in File) *** Ident #470
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 642 (on 8111 -> 7 % in File) *** Ident #470
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 653 (on 8111 -> 8 % in File) *** Ident #473
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 655 (on 8111 -> 8 % in File) *** Ident #473
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 656 (on 8111 -> 8 % in File) *** Ident #473
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 667 (on 8111 -> 8 % in File) *** Ident #476
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 669 (on 8111 -> 8 % in File) *** Ident #476
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 670 (on 8111 -> 8 % in File) *** Ident #476
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 681 (on 8111 -> 8 % in File) *** Ident #479
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 683 (on 8111 -> 8 % in File) *** Ident #479
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 684 (on 8111 -> 8 % in File) *** Ident #479
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 695 (on 8111 -> 8 % in File) *** Ident #482
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 697 (on 8111 -> 8 % in File) *** Ident #482
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 698 (on 8111 -> 8 % in File) *** Ident #482
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 709 (on 8111 -> 8 % in File) *** Ident #485
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 711 (on 8111 -> 8 % in File) *** Ident #485
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 712 (on 8111 -> 8 % in File) *** Ident #485
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 723 (on 8111 -> 8 % in File) *** Ident #488
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 725 (on 8111 -> 8 % in File) *** Ident #488
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 726 (on 8111 -> 8 % in File) *** Ident #488
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 737 (on 8111 -> 9 % in File) *** Ident #491
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 739 (on 8111 -> 9 % in File) *** Ident #491
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 740 (on 8111 -> 9 % in File) *** Ident #491
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 751 (on 8111 -> 9 % in File) *** Ident #494
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 753 (on 8111 -> 9 % in File) *** Ident #494
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 754 (on 8111 -> 9 % in File) *** Ident #494
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 765 (on 8111 -> 9 % in File) *** Ident #497
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 767 (on 8111 -> 9 % in File) *** Ident #497
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 768 (on 8111 -> 9 % in File) *** Ident #497
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 779 (on 8111 -> 9 % in File) *** Ident #500
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 781 (on 8111 -> 9 % in File) *** Ident #500
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 782 (on 8111 -> 9 % in File) *** Ident #500
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 793 (on 8111 -> 9 % in File) *** Ident #503
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 795 (on 8111 -> 9 % in File) *** Ident #503
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 796 (on 8111 -> 9 % in File) *** Ident #503
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 807 (on 8111 -> 9 % in File) *** Ident #506
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 809 (on 8111 -> 9 % in File) *** Ident #506
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 810 (on 8111 -> 9 % in File) *** Ident #506
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 821 (on 8111 -> 10 % in File) *** Ident #509
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 823 (on 8111 -> 10 % in File) *** Ident #509
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 824 (on 8111 -> 10 % in File) *** Ident #509
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 835 (on 8111 -> 10 % in File) *** Ident #512
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 837 (on 8111 -> 10 % in File) *** Ident #512
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 838 (on 8111 -> 10 % in File) *** Ident #512
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 849 (on 8111 -> 10 % in File) *** Ident #515
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 851 (on 8111 -> 10 % in File) *** Ident #515
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 852 (on 8111 -> 10 % in File) *** Ident #515
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 863 (on 8111 -> 10 % in File) *** Ident #518
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 865 (on 8111 -> 10 % in File) *** Ident #518
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 866 (on 8111 -> 10 % in File) *** Ident #518
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 877 (on 8111 -> 10 % in File) *** Ident #521
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 879 (on 8111 -> 10 % in File) *** Ident #521
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 880 (on 8111 -> 10 % in File) *** Ident #521
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 891 (on 8111 -> 10 % in File) *** Ident #524
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 893 (on 8111 -> 11 % in File) *** Ident #524
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 894 (on 8111 -> 11 % in File) *** Ident #524
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 905 (on 8111 -> 11 % in File) *** Ident #527
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 907 (on 8111 -> 11 % in File) *** Ident #527
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 908 (on 8111 -> 11 % in File) *** Ident #527
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 919 (on 8111 -> 11 % in File) *** Ident #530
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 921 (on 8111 -> 11 % in File) *** Ident #530
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 922 (on 8111 -> 11 % in File) *** Ident #530
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 933 (on 8111 -> 11 % in File) *** Ident #533
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 935 (on 8111 -> 11 % in File) *** Ident #533
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 936 (on 8111 -> 11 % in File) *** Ident #533
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 947 (on 8111 -> 11 % in File) *** Ident #536
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 949 (on 8111 -> 11 % in File) *** Ident #536
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 950 (on 8111 -> 11 % in File) *** Ident #536
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 961 (on 8111 -> 11 % in File) *** Ident #539
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 963 (on 8111 -> 11 % in File) *** Ident #539
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 964 (on 8111 -> 11 % in File) *** Ident #539
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 975 (on 8111 -> 12 % in File) *** Ident #542
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 977 (on 8111 -> 12 % in File) *** Ident #542
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 978 (on 8111 -> 12 % in File) *** Ident #542
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 989 (on 8111 -> 12 % in File) *** Ident #545
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 991 (on 8111 -> 12 % in File) *** Ident #545
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 992 (on 8111 -> 12 % in File) *** Ident #545
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1003 (on 8111 -> 12 % in File) *** Ident #548
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1005 (on 8111 -> 12 % in File) *** Ident #548
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1006 (on 8111 -> 12 % in File) *** Ident #548
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1101 (on 8111 -> 13 % in File) *** Ident #607
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1103 (on 8111 -> 13 % in File) *** Ident #607
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1104 (on 8111 -> 13 % in File) *** Ident #607
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1115 (on 8111 -> 13 % in File) *** Ident #610
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1117 (on 8111 -> 13 % in File) *** Ident #610
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1118 (on 8111 -> 13 % in File) *** Ident #610
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1129 (on 8111 -> 13 % in File) *** Ident #613
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1131 (on 8111 -> 13 % in File) *** Ident #613
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1132 (on 8111 -> 13 % in File) *** Ident #613
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1143 (on 8111 -> 14 % in File) *** Ident #616
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1145 (on 8111 -> 14 % in File) *** Ident #616
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1146 (on 8111 -> 14 % in File) *** Ident #616
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1175 (on 8111 -> 14 % in File) *** Ident #631
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1177 (on 8111 -> 14 % in File) *** Ident #631
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1178 (on 8111 -> 14 % in File) *** Ident #631
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1192 (on 8111 -> 14 % in File) *** Ident #636
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1194 (on 8111 -> 14 % in File) *** Ident #636
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1195 (on 8111 -> 14 % in File) *** Ident #636
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1206 (on 8111 -> 14 % in File) *** Ident #639
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1208 (on 8111 -> 14 % in File) *** Ident #639
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1209 (on 8111 -> 14 % in File) *** Ident #639
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1223 (on 8111 -> 15 % in File) *** Ident #644
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1225 (on 8111 -> 15 % in File) *** Ident #644
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1226 (on 8111 -> 15 % in File) *** Ident #644
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1237 (on 8111 -> 15 % in File) *** Ident #647
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1239 (on 8111 -> 15 % in File) *** Ident #647
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1240 (on 8111 -> 15 % in File) *** Ident #647
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1251 (on 8111 -> 15 % in File) *** Ident #650
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1253 (on 8111 -> 15 % in File) *** Ident #650
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1254 (on 8111 -> 15 % in File) *** Ident #650
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1265 (on 8111 -> 15 % in File) *** Ident #653
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1267 (on 8111 -> 15 % in File) *** Ident #653
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1268 (on 8111 -> 15 % in File) *** Ident #653
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1279 (on 8111 -> 15 % in File) *** Ident #656
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1281 (on 8111 -> 15 % in File) *** Ident #656
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1282 (on 8111 -> 15 % in File) *** Ident #656
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1311 (on 8111 -> 16 % in File) *** Ident #671
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1313 (on 8111 -> 16 % in File) *** Ident #671
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1314 (on 8111 -> 16 % in File) *** Ident #671
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1328 (on 8111 -> 16 % in File) *** Ident #676
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1330 (on 8111 -> 16 % in File) *** Ident #676
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1331 (on 8111 -> 16 % in File) *** Ident #676
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1342 (on 8111 -> 16 % in File) *** Ident #679
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1344 (on 8111 -> 16 % in File) *** Ident #679
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1345 (on 8111 -> 16 % in File) *** Ident #679
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1359 (on 8111 -> 16 % in File) *** Ident #684
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1361 (on 8111 -> 16 % in File) *** Ident #684
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1362 (on 8111 -> 16 % in File) *** Ident #684
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1373 (on 8111 -> 16 % in File) *** Ident #687
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1375 (on 8111 -> 16 % in File) *** Ident #687
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1376 (on 8111 -> 16 % in File) *** Ident #687
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1387 (on 8111 -> 17 % in File) *** Ident #690
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1389 (on 8111 -> 17 % in File) *** Ident #690
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1390 (on 8111 -> 17 % in File) *** Ident #690
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1404 (on 8111 -> 17 % in File) *** Ident #695
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1406 (on 8111 -> 17 % in File) *** Ident #695
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1407 (on 8111 -> 17 % in File) *** Ident #695
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1418 (on 8111 -> 17 % in File) *** Ident #698
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1420 (on 8111 -> 17 % in File) *** Ident #698
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1421 (on 8111 -> 17 % in File) *** Ident #698
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1435 (on 8111 -> 17 % in File) *** Ident #703
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1437 (on 8111 -> 17 % in File) *** Ident #703
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1438 (on 8111 -> 17 % in File) *** Ident #703
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1449 (on 8111 -> 17 % in File) *** Ident #706
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1451 (on 8111 -> 17 % in File) *** Ident #706
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1452 (on 8111 -> 17 % in File) *** Ident #706
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1466 (on 8111 -> 18 % in File) *** Ident #711
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1468 (on 8111 -> 18 % in File) *** Ident #711
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1469 (on 8111 -> 18 % in File) *** Ident #711
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1480 (on 8111 -> 18 % in File) *** Ident #714
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1482 (on 8111 -> 18 % in File) *** Ident #714
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1483 (on 8111 -> 18 % in File) *** Ident #714
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1497 (on 8111 -> 18 % in File) *** Ident #719
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1499 (on 8111 -> 18 % in File) *** Ident #719
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1500 (on 8111 -> 18 % in File) *** Ident #719
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1511 (on 8111 -> 18 % in File) *** Ident #722
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1513 (on 8111 -> 18 % in File) *** Ident #722
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1514 (on 8111 -> 18 % in File) *** Ident #722
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1528 (on 8111 -> 18 % in File) *** Ident #727
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1530 (on 8111 -> 18 % in File) *** Ident #727
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1531 (on 8111 -> 18 % in File) *** Ident #727
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1542 (on 8111 -> 19 % in File) *** Ident #730
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1544 (on 8111 -> 19 % in File) *** Ident #730
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1545 (on 8111 -> 19 % in File) *** Ident #730
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1559 (on 8111 -> 19 % in File) *** Ident #735
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1561 (on 8111 -> 19 % in File) *** Ident #735
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1562 (on 8111 -> 19 % in File) *** Ident #735
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1573 (on 8111 -> 19 % in File) *** Ident #738
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1575 (on 8111 -> 19 % in File) *** Ident #738
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1576 (on 8111 -> 19 % in File) *** Ident #738
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1590 (on 8111 -> 19 % in File) *** Ident #743
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1592 (on 8111 -> 19 % in File) *** Ident #743
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1593 (on 8111 -> 19 % in File) *** Ident #743
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1604 (on 8111 -> 19 % in File) *** Ident #746
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1606 (on 8111 -> 19 % in File) *** Ident #746
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1607 (on 8111 -> 19 % in File) *** Ident #746
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1621 (on 8111 -> 19 % in File) *** Ident #751
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1623 (on 8111 -> 20 % in File) *** Ident #751
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1624 (on 8111 -> 20 % in File) *** Ident #751
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1635 (on 8111 -> 20 % in File) *** Ident #754
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1637 (on 8111 -> 20 % in File) *** Ident #754
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1638 (on 8111 -> 20 % in File) *** Ident #754
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1652 (on 8111 -> 20 % in File) *** Ident #759
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1654 (on 8111 -> 20 % in File) *** Ident #759
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1655 (on 8111 -> 20 % in File) *** Ident #759
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1666 (on 8111 -> 20 % in File) *** Ident #762
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1668 (on 8111 -> 20 % in File) *** Ident #762
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1669 (on 8111 -> 20 % in File) *** Ident #762
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1683 (on 8111 -> 20 % in File) *** Ident #767
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1685 (on 8111 -> 20 % in File) *** Ident #767
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1686 (on 8111 -> 20 % in File) *** Ident #767
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1697 (on 8111 -> 20 % in File) *** Ident #770
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1699 (on 8111 -> 20 % in File) *** Ident #770
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1700 (on 8111 -> 20 % in File) *** Ident #770
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1714 (on 8111 -> 21 % in File) *** Ident #775
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1716 (on 8111 -> 21 % in File) *** Ident #775
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1717 (on 8111 -> 21 % in File) *** Ident #775
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1728 (on 8111 -> 21 % in File) *** Ident #778
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1730 (on 8111 -> 21 % in File) *** Ident #778
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1731 (on 8111 -> 21 % in File) *** Ident #778
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1745 (on 8111 -> 21 % in File) *** Ident #783
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1747 (on 8111 -> 21 % in File) *** Ident #783
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1748 (on 8111 -> 21 % in File) *** Ident #783
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1759 (on 8111 -> 21 % in File) *** Ident #786
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1761 (on 8111 -> 21 % in File) *** Ident #786
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1762 (on 8111 -> 21 % in File) *** Ident #786
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1776 (on 8111 -> 21 % in File) *** Ident #791
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1778 (on 8111 -> 21 % in File) *** Ident #791
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1779 (on 8111 -> 21 % in File) *** Ident #791
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 1790 (on 8111 -> 22 % in File) *** Ident #794
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 1792 (on 8111 -> 22 % in File) *** Ident #794
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 1793 (on 8111 -> 22 % in File) *** Ident #794
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
... Step File loaded ...
Elapsed time: 0 Hours 0 Minutes 0.020498 Seconds
CPU user time: 0.02 seconds
CPU system time: 0 seconds
8111 records (entities,sub-lists,scopes), 24888 parameters
... Parameters prepared ... Elapsed time: 0 Hours 0 Minutes 0.02829 Seconds
CPU user time: 0.02 seconds
CPU system time: 0 seconds
Report : 75 unknown entities
... Objets analysed ...
Elapsed time: 0 Hours 0 Minutes 0.040347 Seconds
CPU user time: 0.04 seconds
CPU system time: 0 seconds
STEP Loading done : 4624 Entities
Constructed 1 Volume: 14
... Step File Reading : ilc_problem_surf8.stp
... STEP File Read ...
Elapsed time: 0 Hours 0 Minutes 0.006699 Seconds
CPU user time: 0.01 seconds
CPU system time: 0 seconds
*** Error on Record 72 (on 7244 -> 0 % in File) *** Ident #47
Complex Type incorrect : SOLID_ANGLE_UNIT / SI_UNIT ...
*** Error on Record 94 (on 7244 -> 1 % in File) *** Ident #74
Complex Type incorrect : NAMED_UNIT / LENGTH_UNIT ...
*** Error on Record 193 (on 7244 -> 2 % in File) *** Ident #97
Complex Type incorrect : RATIONAL_B_SPLINE_SURFACE / BOUNDED_SURFACE ...
*** Error on Record 195 (on 7244 -> 2 % in File) *** Ident #97
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 272 (on 7244 -> 3 % in File) *** Ident #111
Complex Type incorrect : RATIONAL_B_SPLINE_SURFACE / BOUNDED_SURFACE ...
*** Error on Record 274 (on 7244 -> 3 % in File) *** Ident #111
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 291 (on 7244 -> 4 % in File) *** Ident #119
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 293 (on 7244 -> 4 % in File) *** Ident #119
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 294 (on 7244 -> 4 % in File) *** Ident #119
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 3195 (on 7244 -> 44 % in File) *** Ident #1567
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 3197 (on 7244 -> 44 % in File) *** Ident #1567
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 3198 (on 7244 -> 44 % in File) *** Ident #1567
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 6045 (on 7244 -> 83 % in File) *** Ident #2996
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 6047 (on 7244 -> 83 % in File) *** Ident #2996
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 6048 (on 7244 -> 83 % in File) *** Ident #2996
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 6157 (on 7244 -> 84 % in File) *** Ident #3056
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 6159 (on 7244 -> 85 % in File) *** Ident #3056
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 6160 (on 7244 -> 85 % in File) *** Ident #3056
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 6393 (on 7244 -> 88 % in File) *** Ident #3241
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 6395 (on 7244 -> 88 % in File) *** Ident #3241
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 6396 (on 7244 -> 88 % in File) *** Ident #3241
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 6408 (on 7244 -> 88 % in File) *** Ident #3243
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 6410 (on 7244 -> 88 % in File) *** Ident #3243
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 6411 (on 7244 -> 88 % in File) *** Ident #3243
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
*** Error on Record 6420 (on 7244 -> 88 % in File) *** Ident #3245
Complex Type incorrect : RATIONAL_B_SPLINE_CURVE / BOUNDED_CURVE ...
*** Error on Record 6422 (on 7244 -> 88 % in File) *** Ident #3245
Complex Type incorrect : REPRESENTATION_ITEM / GEOMETRIC_REPRESENTATION_ITEM ...
*** Error on Record 6423 (on 7244 -> 88 % in File) *** Ident #3245
Complex Type incorrect : GEOMETRIC_REPRESENTATION_ITEM / CURVE ...
... Step File loaded ...
Elapsed time: 0 Hours 0 Minutes 0.011884 Seconds
CPU user time: 0.01 seconds
CPU system time: 0.01 seconds
7244 records (entities,sub-lists,scopes), 21920 parameters
... Parameters prepared ... Elapsed time: 0 Hours 0 Minutes 0.015553 Seconds
CPU user time: 0.01 seconds
CPU system time: 0.01 seconds
Report : 12 unknown entities
... Objets analysed ...
Elapsed time: 0 Hours 0 Minutes 0.022089 Seconds
CPU user time: 0.02 seconds
CPU system time: 0.01 seconds
STEP Loading done : 3601 Entities
Constructed 1 Volume: 15
... Step File Reading : brick_2.stp
... STEP File Read ...
Elapsed time: 0 Hours 0 Minutes 0.000331 Seconds
CPU user time: 0 seconds
CPU system time: 0 seconds
*** Error on Record 72 (on 305 -> 23 % in File) *** Ident #47
Complex Type incorrect : SOLID_ANGLE_UNIT / SI_UNIT ...
*** Error on Record 94 (on 305 -> 30 % in File) *** Ident #74
Complex Type incorrect : NAMED_UNIT / LENGTH_UNIT ...
... Step File loaded ...
Elapsed time: 0 Hours 0 Minutes 0.00108 Seconds
CPU user time: 0 seconds
CPU system time: 0 seconds
305 records (entities,sub-lists,scopes), 846 parameters
... Parameters prepared ... Elapsed time: 0 Hours 0 Minutes 0.001411 Seconds
CPU user time: 0 seconds
CPU system time: 0 seconds
Report : 3 unknown entities
... Objets analysed ...
Elapsed time: 0 Hours 0 Minutes 0.001984 Seconds
CPU user time: 0 seconds
CPU system time: 0 seconds
STEP Loading done : 205 Entities
Constructed 1 Volume: 16
All tests are passed.
Using default input file: ./../test/LeverArm.brep
Geometry engine set to: OpenCascade 6.7
ITAPS GEOMETRY INTERFACE TEST PROGRAM:
gLoad:
Constructed 1 Volume: 1
Model contents:
vertices: 99
edges: 159
faces: 63
regions: 1
Success
tags: Tags defined on model: GLOBAL_ID, NAME
Success
gentity sets: Success
topology adjacencies: Success
construct: Created swept volume 4
Success
primitives: Success
transforms: Success
booleans: Updated volume(s): 11
Destroyed volume(s): 12
Updated volume(s): 13
Updated volume(s): 13
Destroyed volume(s): 14
Success
shutdown: Success
TSTT TEST SUMMARY:
Number Tests: 9
Number Successful: 9
Number Not Implemented: 0
Number Failed: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment