[Insight-users] Installation Problems
Jacob Boomgaarden
boomgaar at arsc.edu
Wed Jul 7 14:57:24 EDT 2004
Hello Luis,
Here is the contents of my CMakeError.log file:
--
Determining if the include file sys/prctl.h exists failed with the
following output:
gmake: Warning: File `Makefile' has modification time 0.0077 s in the future
Building object file CheckIncludeFile.o...
/usr/bin/cc -o CheckIncludeFile.o -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/CheckIncludeFile.c
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 45
The identifier "pid_t" is undefined.
pid_t t_pid; /* epid */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 46
The identifier "__uint32_t" is undefined.
__uint32_t t_hint; /* Share group scheduling hint */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 48
The identifier "__uint32_t" is undefined.
__uint32_t t_dlactseq; /* Deadline scheduler activation seq# */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 49
The identifier "__uint32_t" is undefined.
__uint32_t t_fpflags; /* Current p_fpflags (SMM, precise) */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 50
The identifier "__uint32_t" is undefined.
__uint32_t t_prid; /* Processor type */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 51
The identifier "__uint32_t" is undefined.
__uint32_t t_dlendseq; /* Deadline sched allocation seq # */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 52
The identifier "__uint64_t" is undefined.
__uint64_t t_unused1[5];
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 53
The identifier "pid_t" is undefined.
pid_t t_rpid; /* pid */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 54
The identifier "__int32_t" is undefined.
__int32_t t_resched; /* send pthread resched signal */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 55
The identifier "__int32_t" is undefined.
__int32_t t_syserror; /* creation errors */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 61
The identifier "__int32_t" is undefined.
__int32_t t_nid; /* Nanothread ID */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 62
The identifier "__int32_t" is undefined.
__int32_t t_affinity_nid; /* Nanothread ID whose kernel
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 70
The identifier "__uint32_t" is undefined.
__uint32_t t_unused[4];
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 76
The identifier "__uint32_t" is undefined.
__uint32_t t_cpu; /* Last/current cpu */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 82
The identifier "__uint32_t" is undefined.
__uint32_t t_flags; /* t_hold mask is being used? */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 83
The identifier "k_sigset_t" is undefined.
k_sigset_t t_hold; /* Hold signal bit mask */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 91
The identifier "uint32_t" is undefined.
uint32_t rsvd[8];
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 121
The identifier "__int64_t" is undefined.
__int64_t local_vaddr; /* local address for attach or "-1" */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 122
The identifier "__int64_t" is undefined.
__int64_t vaddr; /* address to be attached */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 123
The identifier "pid_t" is undefined.
pid_t pid; /* process ID to be attached */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 124
The identifier "__uint32_t" is undefined.
__uint32_t prots; /* R/W/X protections requested */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 125
The identifier "__uint32_t" is undefined.
__uint32_t flags;
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 136
The identifier "__int64_t" is undefined.
__int64_t local_vaddr; /* corresponds to original vaddr */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 137
The identifier "__int64_t" is undefined.
__int64_t region_base; /* base address of mapped region */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 138
The identifier "__int64_t" is undefined.
__int64_t region_size; /* size of mapped region in byes */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 139
The identifier "__uint32_t" is undefined.
__uint32_t prots; /* protections granted */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 145
The identifier "size_t" is undefined.
void (*prt_entry)(void *, size_t);
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 146
The identifier "caddr_t" is undefined.
caddr_t prt_arg;
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 148
The identifier "caddr_t" is undefined.
caddr_t prt_stkptr;
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 149
The identifier "size_t" is undefined.
size_t prt_stklen;
^
30 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/CheckIncludeFile.c".
gmake: *** [CheckIncludeFile.o] Error 2
Determining the endianes of the system passed. The system is big
endianTest produced following output:
gmake: Warning: File `Makefile' has modification time 0.0084 s in the future
Building object file TestBigEndian.o...
/usr/bin/cc -o TestBigEndian.o -c
/imports/archive/u1/uaf/boomgaar/cmake/share/CMake/Modules/TestBigEndian.c
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/cc TestBigEndian.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
gmake: warning: Clock skew detected. Your build may be incomplete.
Determining if the include file sys/prctl.h exists failed with the
following output:
gmake: Warning: File `Makefile' has modification time 0.0086 s in the future
Building object file CheckIncludeFile.o...
/usr/bin/cc -o CheckIncludeFile.o -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/CheckIncludeFile.c
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 45
The identifier "pid_t" is undefined.
pid_t t_pid; /* epid */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 46
The identifier "__uint32_t" is undefined.
__uint32_t t_hint; /* Share group scheduling hint */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 48
The identifier "__uint32_t" is undefined.
__uint32_t t_dlactseq; /* Deadline scheduler activation seq# */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 49
The identifier "__uint32_t" is undefined.
__uint32_t t_fpflags; /* Current p_fpflags (SMM, precise) */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 50
The identifier "__uint32_t" is undefined.
__uint32_t t_prid; /* Processor type */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 51
The identifier "__uint32_t" is undefined.
__uint32_t t_dlendseq; /* Deadline sched allocation seq # */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 52
The identifier "__uint64_t" is undefined.
__uint64_t t_unused1[5];
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 53
The identifier "pid_t" is undefined.
pid_t t_rpid; /* pid */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 54
The identifier "__int32_t" is undefined.
__int32_t t_resched; /* send pthread resched signal */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 55
The identifier "__int32_t" is undefined.
__int32_t t_syserror; /* creation errors */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 61
The identifier "__int32_t" is undefined.
__int32_t t_nid; /* Nanothread ID */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 62
The identifier "__int32_t" is undefined.
__int32_t t_affinity_nid; /* Nanothread ID whose kernel
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 70
The identifier "__uint32_t" is undefined.
__uint32_t t_unused[4];
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 76
The identifier "__uint32_t" is undefined.
__uint32_t t_cpu; /* Last/current cpu */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 82
The identifier "__uint32_t" is undefined.
__uint32_t t_flags; /* t_hold mask is being used? */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 83
The identifier "k_sigset_t" is undefined.
k_sigset_t t_hold; /* Hold signal bit mask */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 91
The identifier "uint32_t" is undefined.
uint32_t rsvd[8];
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 121
The identifier "__int64_t" is undefined.
__int64_t local_vaddr; /* local address for attach or "-1" */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 122
The identifier "__int64_t" is undefined.
__int64_t vaddr; /* address to be attached */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 123
The identifier "pid_t" is undefined.
pid_t pid; /* process ID to be attached */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 124
The identifier "__uint32_t" is undefined.
__uint32_t prots; /* R/W/X protections requested */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 125
The identifier "__uint32_t" is undefined.
__uint32_t flags;
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 136
The identifier "__int64_t" is undefined.
__int64_t local_vaddr; /* corresponds to original vaddr */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 137
The identifier "__int64_t" is undefined.
__int64_t region_base; /* base address of mapped region */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 138
The identifier "__int64_t" is undefined.
__int64_t region_size; /* size of mapped region in byes */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 139
The identifier "__uint32_t" is undefined.
__uint32_t prots; /* protections granted */
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 145
The identifier "size_t" is undefined.
void (*prt_entry)(void *, size_t);
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 146
The identifier "caddr_t" is undefined.
caddr_t prt_arg;
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 148
The identifier "caddr_t" is undefined.
caddr_t prt_stkptr;
^
cc-1020 cc: ERROR File = /usr/include/sys/prctl.h, Line = 149
The identifier "size_t" is undefined.
size_t prt_stklen;
^
30 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/CheckIncludeFile.c".
gmake: *** [CheckIncludeFile.o] Error 2
Determining if the function pthread_create exists in the pthreads failed
with the following output:
gmake: Warning: File `Makefile' has modification time 0.0067 s in the future
Building object file CheckFunctionExists.o...
/usr/bin/cc -o CheckFunctionExists.o
-DCHECK_FUNCTION_EXISTS=pthread_create -c
/imports/archive/u1/uaf/boomgaar/cmake/share/CMake/Modules/CheckFunctionExists.c
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CheckFunctionExists.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
-lpthreads
ld32: FATAL 9 : I/O error (-lpthreads): No such file or directory
gmake: ***
[/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec]
Error 2
Performing Test MY_NEW_TEST failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0036 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std -DMY_NEW_TEST -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DMY_NEW_TEST vxl_platform_tests.o
-o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
ld32: ERROR 33 : Unresolved text symbol "main" -- 1st referenced by
/usr/lib32/mips3/crt1.o.
Use linker option -v to see when and which objects, archives and dsos are
loaded.
ld32: INFO 152: Output file removed because of error.
gmake: ***
[/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec]
Error 2
Performing Test VCL_HAS_EXPORT failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0051 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std -DVCL_HAS_EXPORT
-c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1077 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 24
The indicated declaration has no storage class or type specifier.
export
^
cc-1065 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 25
A semicolon is expected at this point.
template <class T, int N>
^
cc-1012 CC: WARNING File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 31
Parsing restarts here after previous syntax error.
};
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 37
The identifier "plither" is undefined.
plither<double, 3> obj;
^
cc-1227 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 37
The indicated type name is not allowed.
plither<double, 3> obj;
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 37
The identifier "obj" is undefined.
plither<double, 3> obj;
^
cc-1551 CC: WARNING File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 38
The variable "y" is used before its value is set.
obj.f(&x, y);
^
5 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx".
gmake: *** [vxl_platform_tests.o] Error 2
Performing Test VCL_FOR_SCOPE_HACK failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.00067 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_FOR_SCOPE_HACK -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_FOR_SCOPE_HACK
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
ld32: ERROR 33 : Unresolved text symbol "main" -- 1st referenced by
/usr/lib32/mips3/crt1.o.
Use linker option -v to see when and which objects, archives and dsos are
loaded.
ld32: INFO 152: Output file removed because of error.
gmake: ***
[/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec]
Error 2
Performing Test VCL_STATIC_CONST_INIT_NO_DEFN failed with the following
output:
gmake: Warning: File `Makefile' has modification time 0.0051 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_STATIC_CONST_INIT_NO_DEFN -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_STATIC_CONST_INIT_NO_DEFN
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
ld32: ERROR 33 : Unresolved data symbol "A::x" -- 1st referenced by
vxl_platform_tests.o.
Use linker option -v to see when and which objects, archives and dsos are
loaded.
ld32: INFO 152: Output file removed because of error.
gmake: ***
[/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec]
Error 2
Performing Test VCL_STATIC_CONST_INIT_FLOAT failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0073 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_STATIC_CONST_INIT_FLOAT -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1295 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 265
The indicated data member initializer is not allowed.
static const float x = 27.0f;
^
cc-1295 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 266
The indicated data member initializer is not allowed.
static const double y = 27.0;
^
2 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx".
gmake: *** [vxl_platform_tests.o] Error 2
Performing Test VCL_OVERLOAD_CAST failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0066 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_OVERLOAD_CAST -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1278 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 389
No instance of function template "copy_image" matches the argument list.
The argument types are: (byte **, float **, int, int).
copy_image(image_i, image_f, w, h);
^
1 error detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx".
gmake: *** [vxl_platform_tests.o] Error 2
Performing Test VCL_NULL_TMPL_ARGS failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0063 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_NULL_TMPL_ARGS -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1238 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 417
The member "victor<double>::data" is inaccessible.
u.data[0] * v.data[0] +
^
detected during instantiation of "double dot(const
victor<double> &,
const victor<double> &)"
cc-1238 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 417
The member "victor<double>::data" is inaccessible.
u.data[0] * v.data[0] +
^
detected during instantiation of "double dot(const
victor<double> &,
const victor<double> &)"
cc-1238 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 418
The member "victor<double>::data" is inaccessible.
u.data[1] * v.data[1] +
^
detected during instantiation of "double dot(const
victor<double> &,
const victor<double> &)"
cc-1238 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 418
The member "victor<double>::data" is inaccessible.
u.data[1] * v.data[1] +
^
detected during instantiation of "double dot(const
victor<double> &,
const victor<double> &)"
cc-1238 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 419
The member "victor<double>::data" is inaccessible.
u.data[2] * v.data[2];
^
detected during instantiation of "double dot(const
victor<double> &,
const victor<double> &)"
cc-1238 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 419
The member "victor<double>::data" is inaccessible.
u.data[2] * v.data[2];
^
detected during instantiation of "double dot(const
victor<double> &,
const victor<double> &)"
6 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx".
gmake: *** [vxl_platform_tests.o] Error 2
Performing Test VCL_HAS_TEMPLATE_SYMBOLS succeeded with the following output:
gmake: Warning: File `Makefile' has modification time 0.0074 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_HAS_TEMPLATE_SYMBOLS -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_HAS_TEMPLATE_SYMBOLS
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
gmake: warning: Clock skew detected. Your build may be incomplete.
Performing Test VCL_NEEDS_NAMESPACE_STD failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0046 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_NEEDS_NAMESPACE_STD -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 775
The identifier "vector" is undefined.
vector<double> flaz; // correct should be: std::vector<double>
^
cc-1227 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 775
The indicated type name is not allowed.
vector<double> flaz; // correct should be: std::vector<double>
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 775
The identifier "flaz" is undefined.
vector<double> flaz; // correct should be: std::vector<double>
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 776
The identifier "sqrt" is undefined.
flaz.push_back(sqrt(2.0)); // should be: std::sqrt(2.0)
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 777
The identifier "fabs" is undefined.
flaz.push_back(fabs(1.0f)); // should be: std::fabs(1.0)
^
5 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx".
gmake: *** [vxl_platform_tests.o] Error 2
Performing Test VCL_HAS_SLICED_DESTRUCTOR_BUG failed with the following
output:
gmake: Warning: File `Makefile' has modification time 0.0017 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_HAS_SLICED_DESTRUCTOR_BUG -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_HAS_SLICED_DESTRUCTOR_BUG
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
gmake: warning: Clock skew detected. Your build may be incomplete.
Determining the endianes of the system passed. The system is big
endianTest produced following output:
Building object file TestBigEndian.o...
/usr/bin/cc -o TestBigEndian.o -c
/imports/archive/u1/uaf/boomgaar/cmake/share/CMake/Modules/TestBigEndian.c
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/cc TestBigEndian.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
Performing Test VCL_CHAR_IS_SIGNED failed with the following output:
gmake: Warning: File `Makefile' has modification time 0.0074 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_CHAR_IS_SIGNED -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1183 CC: WARNING File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 981
An unsigned integer is being compared to zero.
return (*reinterpret_cast<char*>(&uc) < 0)?0:1;
^
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_CHAR_IS_SIGNED
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
-lm
ld32: WARNING 84 : /usr/lib32/mips3/libm.so is not used for resolving any
symbol.
gmake: warning: Clock skew detected. Your build may be incomplete.
Looking for 64-bit int. Failed with the following output:
(FLAGS=-DVXL_HAS_TYPE_OF_SIZE
-I/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp)
gmake: Warning: File `Makefile' has modification time 0.0068 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVXL_HAS_TYPE_OF_SIZE
-I/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 955
The identifier "__int64" is undefined.
double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c )
^
cc-1018 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 955
An unmatched left parentheses "(" appears in an expression.
double cast( THE_TYPE a, unsigned THE_TYPE b, signed THE_TYPE c )
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 957
The identifier "b" is undefined.
return double( a ) + double( b ) + double( c );
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 957
The identifier "c" is undefined.
return double( a ) + double( b ) + double( c );
^
cc-1020 CC: ERROR File =
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx,
Line = 968
The identifier "__int64" is undefined.
return sizeof(THE_TYPE) * CHAR_BIT == THE_SIZE ? 0 : 1;
^
5 errors detected in the compilation of
"/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx".
gmake: *** [vxl_platform_tests.o] Error 2
Performing Test VCL_NUMERIC_LIMITS_HAS_INFINITY succeeded with the
following output:
gmake: Warning: File `Makefile' has modification time 0.006 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_NUMERIC_LIMITS_HAS_INFINITY -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_NUMERIC_LIMITS_HAS_INFINITY
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
-lm
ld32: WARNING 84 : /usr/lib32/mips3/libm.so is not used for resolving any
symbol.
gmake: warning: Clock skew detected. Your build may be incomplete.
Performing Test VCL_PROCESSOR_HAS_INFINITY succeeded with the following
output:
gmake: Warning: File `Makefile' has modification time 0.0037 s in the future
Building object file vxl_platform_tests.o...
/usr/bin/CC -o vxl_platform_tests.o -LANG:std
-DVCL_PROCESSOR_HAS_INFINITY -c
/imports/archive/u1/uaf/boomgaar/insightToolKit/InsightToolkit-1.6.0/Utilities/vxl/config/cmake/config/vxl_platform_tests.cxx
Building executable
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec...
/usr/bin/CC -LANG:std -DVCL_PROCESSOR_HAS_INFINITY
vxl_platform_tests.o -o
/imports/archive/u1/uaf/boomgaar/insightToolKit/build_dir/CMakeTmp/cmTryCompileExec
-lm
ld32: WARNING 84 : /usr/lib32/mips3/libm.so is not used for resolving any
symbol.
gmake: warning: Clock skew detected. Your build may be incomplete.
Thanks,
--
Jacob Boomgaarden
ARSC Intern
West Ridge Research Building, Room 011
Phone: (907)-455-3350
Office: (907)-450-8701
Email: boomgaar at arsc.edu
More information about the Insight-users
mailing list