1 | Determining if the environ exist failed with the following output: |
---|
2 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp |
---|
3 | |
---|
4 | Run Build Command:"/usr/bin/make" "cmTC_6ff6e/fast" |
---|
5 | make -f CMakeFiles/cmTC_6ff6e.dir/build.make CMakeFiles/cmTC_6ff6e.dir/build |
---|
6 | Building C object CMakeFiles/cmTC_6ff6e.dir/CheckSymbolExists.c.o |
---|
7 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_6ff6e.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
---|
8 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'environ' |
---|
9 | return ((int*)(&environ))[argc]; |
---|
10 | ^ |
---|
11 | 1 error generated. |
---|
12 | make[1]: *** [CMakeFiles/cmTC_6ff6e.dir/CheckSymbolExists.c.o] Error 1 |
---|
13 | make: *** [cmTC_6ff6e/fast] Error 2 |
---|
14 | |
---|
15 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
---|
16 | /* */ |
---|
17 | #include <stdlib.h> |
---|
18 | |
---|
19 | int main(int argc, char** argv) |
---|
20 | { |
---|
21 | (void)argv; |
---|
22 | #ifndef environ |
---|
23 | return ((int*)(&environ))[argc]; |
---|
24 | #else |
---|
25 | (void)argc; |
---|
26 | return 0; |
---|
27 | #endif |
---|
28 | } |
---|
29 | |
---|
30 | Checking whether struct stat has st_mtim member failed to compile with the following output: |
---|
31 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp |
---|
32 | |
---|
33 | Run Build Command:"/usr/bin/make" "cmTC_1c8e8/fast" |
---|
34 | make -f CMakeFiles/cmTC_1c8e8.dir/build.make CMakeFiles/cmTC_1c8e8.dir/build |
---|
35 | Building CXX object CMakeFiles/cmTC_1c8e8.dir/kwsysPlatformTestsCXX.cxx.o |
---|
36 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_STAT_HAS_ST_MTIM -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1c8e8.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx |
---|
37 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:42:15: error: no member named 'st_mtim' in 'stat' |
---|
38 | (void)stat1.st_mtim.tv_sec; |
---|
39 | ~~~~~ ^ |
---|
40 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:43:15: error: no member named 'st_mtim' in 'stat' |
---|
41 | (void)stat1.st_mtim.tv_nsec; |
---|
42 | ~~~~~ ^ |
---|
43 | 2 errors generated. |
---|
44 | make[1]: *** [CMakeFiles/cmTC_1c8e8.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
---|
45 | make: *** [cmTC_1c8e8/fast] Error 2 |
---|
46 | |
---|
47 | |
---|
48 | Checking whether C++ compiler has '__int64' failed to compile with the following output: |
---|
49 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp |
---|
50 | |
---|
51 | Run Build Command:"/usr/bin/make" "cmTC_9e74e/fast" |
---|
52 | make -f CMakeFiles/cmTC_9e74e.dir/build.make CMakeFiles/cmTC_9e74e.dir/build |
---|
53 | Building CXX object CMakeFiles/cmTC_9e74e.dir/kwsysPlatformTestsCXX.cxx.o |
---|
54 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS___INT64 -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_9e74e.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx |
---|
55 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:1: error: unknown type name '__int64' |
---|
56 | __int64 f(__int64 n) { return n; } |
---|
57 | ^ |
---|
58 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:11: error: unknown type name '__int64' |
---|
59 | __int64 f(__int64 n) { return n; } |
---|
60 | ^ |
---|
61 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: unknown type name '__int64' |
---|
62 | __int64 n = 0; |
---|
63 | ^ |
---|
64 | 3 errors generated. |
---|
65 | make[1]: *** [CMakeFiles/cmTC_9e74e.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
---|
66 | make: *** [cmTC_9e74e/fast] Error 2 |
---|
67 | |
---|
68 | |
---|
69 | Determining size of __int64 failed with the following output: |
---|
70 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp |
---|
71 | |
---|
72 | Run Build Command:"/usr/bin/make" "cmTC_1f65f/fast" |
---|
73 | make -f CMakeFiles/cmTC_1f65f.dir/build.make CMakeFiles/cmTC_1f65f.dir/build |
---|
74 | Building C object CMakeFiles/cmTC_1f65f.dir/KWSYS_SIZEOF___INT64.c.o |
---|
75 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_1f65f.dir/KWSYS_SIZEOF___INT64.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c |
---|
76 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:19:12: error: use of undeclared identifier '__int64' |
---|
77 | ('0' + ((SIZE / 10000)%10)), |
---|
78 | ^ |
---|
79 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
---|
80 | #define SIZE (sizeof(__int64)) |
---|
81 | ^ |
---|
82 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:20:12: error: use of undeclared identifier '__int64' |
---|
83 | ('0' + ((SIZE / 1000)%10)), |
---|
84 | ^ |
---|
85 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
---|
86 | #define SIZE (sizeof(__int64)) |
---|
87 | ^ |
---|
88 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:21:12: error: use of undeclared identifier '__int64' |
---|
89 | ('0' + ((SIZE / 100)%10)), |
---|
90 | ^ |
---|
91 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
---|
92 | #define SIZE (sizeof(__int64)) |
---|
93 | ^ |
---|
94 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:22:12: error: use of undeclared identifier '__int64' |
---|
95 | ('0' + ((SIZE / 10)%10)), |
---|
96 | ^ |
---|
97 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
---|
98 | #define SIZE (sizeof(__int64)) |
---|
99 | ^ |
---|
100 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:23:12: error: use of undeclared identifier '__int64' |
---|
101 | ('0' + (SIZE % 10)), |
---|
102 | ^ |
---|
103 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
---|
104 | #define SIZE (sizeof(__int64)) |
---|
105 | ^ |
---|
106 | 5 errors generated. |
---|
107 | make[1]: *** [CMakeFiles/cmTC_1f65f.dir/KWSYS_SIZEOF___INT64.c.o] Error 1 |
---|
108 | make: *** [cmTC_1f65f/fast] Error 2 |
---|
109 | |
---|
110 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CheckTypeSize/KWSYS_SIZEOF___INT64.c: |
---|
111 | #include <sys/types.h> |
---|
112 | #include <stdint.h> |
---|
113 | #include <stddef.h> |
---|
114 | |
---|
115 | |
---|
116 | #undef KEY |
---|
117 | #if defined(__i386) |
---|
118 | # define KEY '_','_','i','3','8','6' |
---|
119 | #elif defined(__x86_64) |
---|
120 | # define KEY '_','_','x','8','6','_','6','4' |
---|
121 | #elif defined(__ppc__) |
---|
122 | # define KEY '_','_','p','p','c','_','_' |
---|
123 | #elif defined(__ppc64__) |
---|
124 | # define KEY '_','_','p','p','c','6','4','_','_' |
---|
125 | #endif |
---|
126 | |
---|
127 | #define SIZE (sizeof(__int64)) |
---|
128 | char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', |
---|
129 | ('0' + ((SIZE / 10000)%10)), |
---|
130 | ('0' + ((SIZE / 1000)%10)), |
---|
131 | ('0' + ((SIZE / 100)%10)), |
---|
132 | ('0' + ((SIZE / 10)%10)), |
---|
133 | ('0' + (SIZE % 10)), |
---|
134 | ']', |
---|
135 | #ifdef KEY |
---|
136 | ' ','k','e','y','[', KEY, ']', |
---|
137 | #endif |
---|
138 | '\0'}; |
---|
139 | |
---|
140 | #ifdef __CLASSIC_C__ |
---|
141 | int main(argc, argv) int argc; char *argv[]; |
---|
142 | #else |
---|
143 | int main(int argc, char *argv[]) |
---|
144 | #endif |
---|
145 | { |
---|
146 | int require = 0; |
---|
147 | require += info_size[argc]; |
---|
148 | (void)argv; |
---|
149 | return require; |
---|
150 | } |
---|
151 | |
---|
152 | |
---|
153 | Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: |
---|
154 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp |
---|
155 | |
---|
156 | Run Build Command:"/usr/bin/make" "cmTC_8a06e/fast" |
---|
157 | make -f CMakeFiles/cmTC_8a06e.dir/build.make CMakeFiles/cmTC_8a06e.dir/build |
---|
158 | Building CXX object CMakeFiles/cmTC_8a06e.dir/kwsysPlatformTestsCXX.cxx.o |
---|
159 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_8a06e.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx |
---|
160 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:200:13: error: use of undeclared identifier 'environ' |
---|
161 | char* e = environ[0]; |
---|
162 | ^ |
---|
163 | 1 error generated. |
---|
164 | make[1]: *** [CMakeFiles/cmTC_8a06e.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
---|
165 | make: *** [cmTC_8a06e/fast] Error 2 |
---|
166 | |
---|
167 | |
---|
168 | Checking whether CXX compiler has utimensat failed to compile with the following output: |
---|
169 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp |
---|
170 | |
---|
171 | Run Build Command:"/usr/bin/make" "cmTC_19c81/fast" |
---|
172 | make -f CMakeFiles/cmTC_19c81.dir/build.make CMakeFiles/cmTC_19c81.dir/build |
---|
173 | Building CXX object CMakeFiles/cmTC_19c81.dir/kwsysPlatformTestsCXX.cxx.o |
---|
174 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS_UTIMENSAT -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_19c81.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx |
---|
175 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:274:34: error: use of undeclared identifier 'UTIME_OMIT' |
---|
176 | struct timespec times[2] = {{0,UTIME_OMIT},{0,UTIME_NOW}}; |
---|
177 | ^ |
---|
178 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:274:49: error: use of undeclared identifier 'UTIME_NOW' |
---|
179 | struct timespec times[2] = {{0,UTIME_OMIT},{0,UTIME_NOW}}; |
---|
180 | ^ |
---|
181 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:275:10: error: use of undeclared identifier 'utimensat' |
---|
182 | return utimensat(AT_FDCWD, "/example", times, AT_SYMLINK_NOFOLLOW); |
---|
183 | ^ |
---|
184 | 3 errors generated. |
---|
185 | make[1]: *** [CMakeFiles/cmTC_19c81.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
---|
186 | make: *** [cmTC_19c81/fast] Error 2 |
---|
187 | |
---|
188 | |
---|
189 | Checking whether CXX compiler has rlimit64 failed to compile with the following output: |
---|
190 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp |
---|
191 | |
---|
192 | Run Build Command:"/usr/bin/make" "cmTC_a86d0/fast" |
---|
193 | make -f CMakeFiles/cmTC_a86d0.dir/build.make CMakeFiles/cmTC_a86d0.dir/build |
---|
194 | Building CXX object CMakeFiles/cmTC_a86d0.dir/kwsysPlatformTestsCXX.cxx.o |
---|
195 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DKWSYS_HAS_LFS=1 -DTEST_KWSYS_CXX_HAS_RLIMIT64 -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_a86d0.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx |
---|
196 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:228:19: error: variable has incomplete type 'struct rlimit64' |
---|
197 | struct rlimit64 rlim; |
---|
198 | ^ |
---|
199 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:228:10: note: forward declaration of 'rlimit64' |
---|
200 | struct rlimit64 rlim; |
---|
201 | ^ |
---|
202 | 1 error generated. |
---|
203 | make[1]: *** [CMakeFiles/cmTC_a86d0.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
---|
204 | make: *** [cmTC_a86d0/fast] Error 2 |
---|
205 | |
---|
206 | |
---|
207 | Checking whether CXX compiler has _atoi64 failed to compile with the following output: |
---|
208 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/CMakeFiles/CMakeTmp |
---|
209 | |
---|
210 | Run Build Command:"/usr/bin/make" "cmTC_7771f/fast" |
---|
211 | make -f CMakeFiles/cmTC_7771f.dir/build.make CMakeFiles/cmTC_7771f.dir/build |
---|
212 | Building CXX object CMakeFiles/cmTC_7771f.dir/kwsysPlatformTestsCXX.cxx.o |
---|
213 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS__ATOI64 -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_7771f.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx |
---|
214 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Source/kwsys/kwsysPlatformTestsCXX.cxx:256:27: error: use of undeclared identifier '_atoi64' |
---|
215 | return static_cast<int>(_atoi64(str)); |
---|
216 | ^ |
---|
217 | 1 error generated. |
---|
218 | make[1]: *** [CMakeFiles/cmTC_7771f.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
---|
219 | make: *** [cmTC_7771f/fast] Error 2 |
---|
220 | |
---|
221 | |
---|
222 | Determining if the include file elf.h exists failed with the following output: |
---|
223 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp |
---|
224 | |
---|
225 | Run Build Command:"/usr/bin/make" "cmTC_28bee/fast" |
---|
226 | make -f CMakeFiles/cmTC_28bee.dir/build.make CMakeFiles/cmTC_28bee.dir/build |
---|
227 | Building C object CMakeFiles/cmTC_28bee.dir/CheckIncludeFile.c.o |
---|
228 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_28bee.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c |
---|
229 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'elf.h' file not found |
---|
230 | #include <elf.h> |
---|
231 | ^ |
---|
232 | 1 error generated. |
---|
233 | make[1]: *** [CMakeFiles/cmTC_28bee.dir/CheckIncludeFile.c.o] Error 1 |
---|
234 | make: *** [cmTC_28bee/fast] Error 2 |
---|
235 | |
---|
236 | |
---|
237 | Looking for a Fortran compiler failed with the following output: |
---|
238 | sh: /bin/ps: Operation not permitted |
---|
239 | sh: /bin/ps: Operation not permitted |
---|
240 | sh: /bin/ps: Operation not permitted |
---|
241 | sh: /bin/ps: Operation not permitted |
---|
242 | -- The Fortran compiler identification is unknown |
---|
243 | CMake Error at CMakeLists.txt:2 (project): |
---|
244 | No CMAKE_Fortran_COMPILER could be found. |
---|
245 | |
---|
246 | Tell CMake where to find the compiler by setting either the environment |
---|
247 | variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full |
---|
248 | path to the compiler, or to the compiler name if it is in the PATH. |
---|
249 | |
---|
250 | |
---|
251 | -- Configuring incomplete, errors occurred! |
---|
252 | See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log". |
---|
253 | See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log". |
---|
254 | |
---|
255 | Determining if the Q_WS_X11 exist failed with the following output: |
---|
256 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp |
---|
257 | |
---|
258 | Run Build Command:"/usr/bin/make" "cmTC_e1712/fast" |
---|
259 | make -f CMakeFiles/cmTC_e1712.dir/build.make CMakeFiles/cmTC_e1712.dir/build |
---|
260 | Building CXX object CMakeFiles/cmTC_e1712.dir/CheckSymbolExists.cxx.o |
---|
261 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -I/opt/local/include -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_e1712.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx |
---|
262 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_X11' |
---|
263 | return ((int*)(&Q_WS_X11))[argc]; |
---|
264 | ^ |
---|
265 | 1 error generated. |
---|
266 | make[1]: *** [CMakeFiles/cmTC_e1712.dir/CheckSymbolExists.cxx.o] Error 1 |
---|
267 | make: *** [cmTC_e1712/fast] Error 2 |
---|
268 | |
---|
269 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: |
---|
270 | /* */ |
---|
271 | #include <QtCore/qglobal.h> |
---|
272 | |
---|
273 | int main(int argc, char** argv) |
---|
274 | { |
---|
275 | (void)argv; |
---|
276 | #ifndef Q_WS_X11 |
---|
277 | return ((int*)(&Q_WS_X11))[argc]; |
---|
278 | #else |
---|
279 | (void)argc; |
---|
280 | return 0; |
---|
281 | #endif |
---|
282 | } |
---|
283 | |
---|
284 | Determining if the Q_WS_WIN exist failed with the following output: |
---|
285 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp |
---|
286 | |
---|
287 | Run Build Command:"/usr/bin/make" "cmTC_bd702/fast" |
---|
288 | make -f CMakeFiles/cmTC_bd702.dir/build.make CMakeFiles/cmTC_bd702.dir/build |
---|
289 | Building CXX object CMakeFiles/cmTC_bd702.dir/CheckSymbolExists.cxx.o |
---|
290 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -I/opt/local/include -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_bd702.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx |
---|
291 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_WIN' |
---|
292 | return ((int*)(&Q_WS_WIN))[argc]; |
---|
293 | ^ |
---|
294 | 1 error generated. |
---|
295 | make[1]: *** [CMakeFiles/cmTC_bd702.dir/CheckSymbolExists.cxx.o] Error 1 |
---|
296 | make: *** [cmTC_bd702/fast] Error 2 |
---|
297 | |
---|
298 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: |
---|
299 | /* */ |
---|
300 | #include <QtCore/qglobal.h> |
---|
301 | |
---|
302 | int main(int argc, char** argv) |
---|
303 | { |
---|
304 | (void)argv; |
---|
305 | #ifndef Q_WS_WIN |
---|
306 | return ((int*)(&Q_WS_WIN))[argc]; |
---|
307 | #else |
---|
308 | (void)argc; |
---|
309 | return 0; |
---|
310 | #endif |
---|
311 | } |
---|
312 | |
---|
313 | Determining if the Q_WS_QWS exist failed with the following output: |
---|
314 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp |
---|
315 | |
---|
316 | Run Build Command:"/usr/bin/make" "cmTC_435bf/fast" |
---|
317 | make -f CMakeFiles/cmTC_435bf.dir/build.make CMakeFiles/cmTC_435bf.dir/build |
---|
318 | Building CXX object CMakeFiles/cmTC_435bf.dir/CheckSymbolExists.cxx.o |
---|
319 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -I/opt/local/include -pipe -Os -arch x86_64 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_435bf.dir/CheckSymbolExists.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx |
---|
320 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS' |
---|
321 | return ((int*)(&Q_WS_QWS))[argc]; |
---|
322 | ^ |
---|
323 | 1 error generated. |
---|
324 | make[1]: *** [CMakeFiles/cmTC_435bf.dir/CheckSymbolExists.cxx.o] Error 1 |
---|
325 | make: *** [cmTC_435bf/fast] Error 2 |
---|
326 | |
---|
327 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/work/cmake-3.4.1/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: |
---|
328 | /* */ |
---|
329 | #include <QtCore/qglobal.h> |
---|
330 | |
---|
331 | int main(int argc, char** argv) |
---|
332 | { |
---|
333 | (void)argv; |
---|
334 | #ifndef Q_WS_QWS |
---|
335 | return ((int*)(&Q_WS_QWS))[argc]; |
---|
336 | #else |
---|
337 | (void)argc; |
---|
338 | return 0; |
---|
339 | #endif |
---|
340 | } |
---|
341 | |
---|