1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by python configure 3.9, which was |
---|
5 | generated by GNU Autoconf 2.69. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --enable-loadable-sqlite-extensions --with-computed-gotos --with-ensurepip=no --with-system-expat --with-system-ffi |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = shibukaikinombp.lan |
---|
14 | uname -m = arm64 |
---|
15 | uname -r = 20.1.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:10 PDT 2020; root:xnu-7195.50.7~2/RELEASE_ARM64_T8101 |
---|
18 | |
---|
19 | /usr/bin/uname -p = arm |
---|
20 | /bin/uname -X = unknown |
---|
21 | |
---|
22 | /bin/arch = unknown |
---|
23 | /usr/bin/arch -k = unknown |
---|
24 | /usr/convex/getsysinfo = unknown |
---|
25 | /usr/bin/hostinfo = Mach kernel version: |
---|
26 | Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:10 PDT 2020; root:xnu-7195.50.7~2/RELEASE_ARM64_T8101 |
---|
27 | Kernel configured for up to 8 processors. |
---|
28 | 8 processors are physically available. |
---|
29 | 8 processors are logically available. |
---|
30 | Processor type: arm64e (ARM64E) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 |
---|
32 | Primary memory available: 16.00 gigabytes |
---|
33 | Default processor set: 577 tasks, 2820 threads, 8 processors |
---|
34 | Load average: 3.02, Mach factor: 5.53 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:2846: checking build system type |
---|
52 | configure:2860: result: arm-apple-darwin20.1.0 |
---|
53 | configure:2880: checking host system type |
---|
54 | configure:2893: result: arm-apple-darwin20.1.0 |
---|
55 | configure:2923: checking for python3.9 |
---|
56 | configure:2953: result: no |
---|
57 | configure:2923: checking for python3 |
---|
58 | configure:2939: found /opt/local/bin/python3 |
---|
59 | configure:2950: result: python3 |
---|
60 | configure:3044: checking for --enable-universalsdk |
---|
61 | configure:3091: result: no |
---|
62 | configure:3114: checking for --with-universal-archs |
---|
63 | configure:3129: result: no |
---|
64 | configure:3287: checking MACHDEP |
---|
65 | configure:3338: result: "darwin" |
---|
66 | configure:3632: checking for gcc |
---|
67 | configure:3659: result: /usr/bin/clang |
---|
68 | configure:3888: checking for C compiler version |
---|
69 | configure:3897: /usr/bin/clang --version >&5 |
---|
70 | Apple clang version 12.0.0 (clang-1200.0.32.27) |
---|
71 | Target: arm64-apple-darwin20.1.0 |
---|
72 | Thread model: posix |
---|
73 | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
---|
74 | configure:3908: $? = 0 |
---|
75 | configure:3897: /usr/bin/clang -v >&5 |
---|
76 | Apple clang version 12.0.0 (clang-1200.0.32.27) |
---|
77 | Target: arm64-apple-darwin20.1.0 |
---|
78 | Thread model: posix |
---|
79 | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin |
---|
80 | configure:3908: $? = 0 |
---|
81 | configure:3897: /usr/bin/clang -V >&5 |
---|
82 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
83 | clang: error: no input files |
---|
84 | configure:3908: $? = 1 |
---|
85 | configure:3897: /usr/bin/clang -qversion >&5 |
---|
86 | clang: error: unknown argument '-qversion'; did you mean '--version'? |
---|
87 | clang: error: no input files |
---|
88 | configure:3908: $? = 1 |
---|
89 | configure:3928: checking whether the C compiler works |
---|
90 | configure:3950: /usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
91 | configure:3954: $? = 0 |
---|
92 | configure:4002: result: yes |
---|
93 | configure:4005: checking for C compiler default output file name |
---|
94 | configure:4007: result: a.out |
---|
95 | configure:4013: checking for suffix of executables |
---|
96 | configure:4020: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
97 | configure:4024: $? = 0 |
---|
98 | configure:4046: result: |
---|
99 | configure:4068: checking whether we are cross compiling |
---|
100 | configure:4076: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
101 | configure:4080: $? = 0 |
---|
102 | configure:4087: ./conftest |
---|
103 | configure:4091: $? = 0 |
---|
104 | configure:4106: result: no |
---|
105 | configure:4111: checking for suffix of object files |
---|
106 | configure:4133: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
107 | configure:4137: $? = 0 |
---|
108 | configure:4158: result: o |
---|
109 | configure:4162: checking whether we are using the GNU C compiler |
---|
110 | configure:4181: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
111 | configure:4181: $? = 0 |
---|
112 | configure:4190: result: yes |
---|
113 | configure:4199: checking whether /usr/bin/clang accepts -g |
---|
114 | configure:4219: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
115 | configure:4219: $? = 0 |
---|
116 | configure:4260: result: yes |
---|
117 | configure:4277: checking for /usr/bin/clang option to accept ISO C89 |
---|
118 | configure:4340: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
119 | configure:4340: $? = 0 |
---|
120 | configure:4353: result: none needed |
---|
121 | configure:4378: checking how to run the C preprocessor |
---|
122 | configure:4409: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
123 | configure:4409: $? = 0 |
---|
124 | configure:4423: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
125 | conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found |
---|
126 | #include <ac_nonexistent.h> |
---|
127 | ^~~~~~~~~~~~~~~~~~ |
---|
128 | 1 error generated. |
---|
129 | configure:4423: $? = 1 |
---|
130 | configure: failed program was: |
---|
131 | | /* confdefs.h */ |
---|
132 | | #define _GNU_SOURCE 1 |
---|
133 | | #define _NETBSD_SOURCE 1 |
---|
134 | | #define __BSD_VISIBLE 1 |
---|
135 | | #define _DARWIN_C_SOURCE 1 |
---|
136 | | #define _PYTHONFRAMEWORK "Python" |
---|
137 | | /* end confdefs.h. */ |
---|
138 | | #include <ac_nonexistent.h> |
---|
139 | configure:4448: result: /usr/bin/clang -E |
---|
140 | configure:4468: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
141 | configure:4468: $? = 0 |
---|
142 | configure:4482: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
143 | conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found |
---|
144 | #include <ac_nonexistent.h> |
---|
145 | ^~~~~~~~~~~~~~~~~~ |
---|
146 | 1 error generated. |
---|
147 | configure:4482: $? = 1 |
---|
148 | configure: failed program was: |
---|
149 | | /* confdefs.h */ |
---|
150 | | #define _GNU_SOURCE 1 |
---|
151 | | #define _NETBSD_SOURCE 1 |
---|
152 | | #define __BSD_VISIBLE 1 |
---|
153 | | #define _DARWIN_C_SOURCE 1 |
---|
154 | | #define _PYTHONFRAMEWORK "Python" |
---|
155 | | /* end confdefs.h. */ |
---|
156 | | #include <ac_nonexistent.h> |
---|
157 | configure:4510: checking for grep that handles long lines and -e |
---|
158 | configure:4568: result: /opt/local/bin/ggrep |
---|
159 | configure:4573: checking for a sed that does not truncate output |
---|
160 | configure:4637: result: /opt/local/bin/gsed |
---|
161 | configure:4645: checking for --with-cxx-main=<compiler> |
---|
162 | configure:4671: result: no |
---|
163 | configure:5201: checking for the platform triplet based on compiler characteristics |
---|
164 | configure:5351: result: darwin |
---|
165 | configure:5372: checking for -Wl,--no-as-needed |
---|
166 | configure:5388: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -Wl,--no-as-needed conftest.c >&5 |
---|
167 | ld: unknown option: --no-as-needed |
---|
168 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
169 | configure:5388: $? = 1 |
---|
170 | configure: failed program was: |
---|
171 | | /* confdefs.h */ |
---|
172 | | #define _GNU_SOURCE 1 |
---|
173 | | #define _NETBSD_SOURCE 1 |
---|
174 | | #define __BSD_VISIBLE 1 |
---|
175 | | #define _DARWIN_C_SOURCE 1 |
---|
176 | | #define _PYTHONFRAMEWORK "Python" |
---|
177 | | /* end confdefs.h. */ |
---|
178 | | |
---|
179 | | int |
---|
180 | | main () |
---|
181 | | { |
---|
182 | | |
---|
183 | | ; |
---|
184 | | return 0; |
---|
185 | | } |
---|
186 | configure:5394: result: no |
---|
187 | configure:5405: checking for egrep |
---|
188 | configure:5467: result: /opt/local/bin/ggrep -E |
---|
189 | configure:5472: checking for ANSI C header files |
---|
190 | configure:5492: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
191 | configure:5492: $? = 0 |
---|
192 | configure:5565: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
193 | configure:5565: $? = 0 |
---|
194 | configure:5565: ./conftest |
---|
195 | configure:5565: $? = 0 |
---|
196 | configure:5576: result: yes |
---|
197 | configure:5589: checking for sys/types.h |
---|
198 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
199 | configure:5589: $? = 0 |
---|
200 | configure:5589: result: yes |
---|
201 | configure:5589: checking for sys/stat.h |
---|
202 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
203 | configure:5589: $? = 0 |
---|
204 | configure:5589: result: yes |
---|
205 | configure:5589: checking for stdlib.h |
---|
206 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
207 | configure:5589: $? = 0 |
---|
208 | configure:5589: result: yes |
---|
209 | configure:5589: checking for string.h |
---|
210 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
211 | configure:5589: $? = 0 |
---|
212 | configure:5589: result: yes |
---|
213 | configure:5589: checking for memory.h |
---|
214 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
215 | configure:5589: $? = 0 |
---|
216 | configure:5589: result: yes |
---|
217 | configure:5589: checking for strings.h |
---|
218 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
219 | configure:5589: $? = 0 |
---|
220 | configure:5589: result: yes |
---|
221 | configure:5589: checking for inttypes.h |
---|
222 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
223 | configure:5589: $? = 0 |
---|
224 | configure:5589: result: yes |
---|
225 | configure:5589: checking for stdint.h |
---|
226 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
227 | configure:5589: $? = 0 |
---|
228 | configure:5589: result: yes |
---|
229 | configure:5589: checking for unistd.h |
---|
230 | configure:5589: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
231 | configure:5589: $? = 0 |
---|
232 | configure:5589: result: yes |
---|
233 | configure:5602: checking minix/config.h usability |
---|
234 | configure:5602: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
235 | conftest.c:51:10: fatal error: 'minix/config.h' file not found |
---|
236 | #include <minix/config.h> |
---|
237 | ^~~~~~~~~~~~~~~~ |
---|
238 | 1 error generated. |
---|
239 | configure:5602: $? = 1 |
---|
240 | configure: failed program was: |
---|
241 | | /* confdefs.h */ |
---|
242 | | #define _GNU_SOURCE 1 |
---|
243 | | #define _NETBSD_SOURCE 1 |
---|
244 | | #define __BSD_VISIBLE 1 |
---|
245 | | #define _DARWIN_C_SOURCE 1 |
---|
246 | | #define _PYTHONFRAMEWORK "Python" |
---|
247 | | #define STDC_HEADERS 1 |
---|
248 | | #define HAVE_SYS_TYPES_H 1 |
---|
249 | | #define HAVE_SYS_STAT_H 1 |
---|
250 | | #define HAVE_STDLIB_H 1 |
---|
251 | | #define HAVE_STRING_H 1 |
---|
252 | | #define HAVE_MEMORY_H 1 |
---|
253 | | #define HAVE_STRINGS_H 1 |
---|
254 | | #define HAVE_INTTYPES_H 1 |
---|
255 | | #define HAVE_STDINT_H 1 |
---|
256 | | #define HAVE_UNISTD_H 1 |
---|
257 | | /* end confdefs.h. */ |
---|
258 | | #include <stdio.h> |
---|
259 | | #ifdef HAVE_SYS_TYPES_H |
---|
260 | | # include <sys/types.h> |
---|
261 | | #endif |
---|
262 | | #ifdef HAVE_SYS_STAT_H |
---|
263 | | # include <sys/stat.h> |
---|
264 | | #endif |
---|
265 | | #ifdef STDC_HEADERS |
---|
266 | | # include <stdlib.h> |
---|
267 | | # include <stddef.h> |
---|
268 | | #else |
---|
269 | | # ifdef HAVE_STDLIB_H |
---|
270 | | # include <stdlib.h> |
---|
271 | | # endif |
---|
272 | | #endif |
---|
273 | | #ifdef HAVE_STRING_H |
---|
274 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
275 | | # include <memory.h> |
---|
276 | | # endif |
---|
277 | | # include <string.h> |
---|
278 | | #endif |
---|
279 | | #ifdef HAVE_STRINGS_H |
---|
280 | | # include <strings.h> |
---|
281 | | #endif |
---|
282 | | #ifdef HAVE_INTTYPES_H |
---|
283 | | # include <inttypes.h> |
---|
284 | | #endif |
---|
285 | | #ifdef HAVE_STDINT_H |
---|
286 | | # include <stdint.h> |
---|
287 | | #endif |
---|
288 | | #ifdef HAVE_UNISTD_H |
---|
289 | | # include <unistd.h> |
---|
290 | | #endif |
---|
291 | | #include <minix/config.h> |
---|
292 | configure:5602: result: no |
---|
293 | configure:5602: checking minix/config.h presence |
---|
294 | configure:5602: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
295 | conftest.c:18:10: fatal error: 'minix/config.h' file not found |
---|
296 | #include <minix/config.h> |
---|
297 | ^~~~~~~~~~~~~~~~ |
---|
298 | 1 error generated. |
---|
299 | configure:5602: $? = 1 |
---|
300 | configure: failed program was: |
---|
301 | | /* confdefs.h */ |
---|
302 | | #define _GNU_SOURCE 1 |
---|
303 | | #define _NETBSD_SOURCE 1 |
---|
304 | | #define __BSD_VISIBLE 1 |
---|
305 | | #define _DARWIN_C_SOURCE 1 |
---|
306 | | #define _PYTHONFRAMEWORK "Python" |
---|
307 | | #define STDC_HEADERS 1 |
---|
308 | | #define HAVE_SYS_TYPES_H 1 |
---|
309 | | #define HAVE_SYS_STAT_H 1 |
---|
310 | | #define HAVE_STDLIB_H 1 |
---|
311 | | #define HAVE_STRING_H 1 |
---|
312 | | #define HAVE_MEMORY_H 1 |
---|
313 | | #define HAVE_STRINGS_H 1 |
---|
314 | | #define HAVE_INTTYPES_H 1 |
---|
315 | | #define HAVE_STDINT_H 1 |
---|
316 | | #define HAVE_UNISTD_H 1 |
---|
317 | | /* end confdefs.h. */ |
---|
318 | | #include <minix/config.h> |
---|
319 | configure:5602: result: no |
---|
320 | configure:5602: checking for minix/config.h |
---|
321 | configure:5602: result: no |
---|
322 | configure:5623: checking whether it is safe to define __EXTENSIONS__ |
---|
323 | configure:5641: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
324 | configure:5641: $? = 0 |
---|
325 | configure:5648: result: yes |
---|
326 | configure:5663: checking for the Android API level |
---|
327 | configure:5698: result: not Android |
---|
328 | configure:5712: checking for --with-suffix |
---|
329 | configure:5725: result: |
---|
330 | configure:5731: checking for case-insensitive build directory |
---|
331 | configure:5739: result: yes |
---|
332 | configure:5757: checking LIBRARY |
---|
333 | configure:5763: result: libpython$(VERSION)$(ABIFLAGS).a |
---|
334 | configure:5803: checking LINKCC |
---|
335 | configure:5815: result: $(PURIFY) $(MAINCC) |
---|
336 | configure:5824: checking EXPORTSYMS |
---|
337 | configure:5835: result: |
---|
338 | configure:5844: checking for GNU ld |
---|
339 | configure:5856: result: no |
---|
340 | configure:5859: checking for --enable-shared |
---|
341 | configure:5876: result: no |
---|
342 | configure:5879: checking for --enable-profiling |
---|
343 | configure:5904: result: no |
---|
344 | configure:5912: checking LDLIBRARY |
---|
345 | configure:5998: result: $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK) |
---|
346 | configure:6051: checking for ar |
---|
347 | configure:6067: found /usr/bin/ar |
---|
348 | configure:6078: result: ar |
---|
349 | configure:6159: checking for readelf |
---|
350 | configure:6189: result: no |
---|
351 | configure:6242: checking for a BSD-compatible install |
---|
352 | configure:6310: result: /usr/bin/install -c |
---|
353 | configure:6321: checking for a thread-safe mkdir -p |
---|
354 | configure:6360: result: ./install-sh -c -d |
---|
355 | configure:6378: checking for --with-pydebug |
---|
356 | configure:6397: result: no |
---|
357 | configure:6404: checking for --with-trace-refs |
---|
358 | configure:6414: result: no |
---|
359 | configure:6427: checking for --with-assertions |
---|
360 | configure:6447: result: no |
---|
361 | configure:6455: checking for --enable-optimizations |
---|
362 | configure:6471: result: no |
---|
363 | configure:6490: checking PROFILE_TASK |
---|
364 | configure:6496: result: -m test --pgo |
---|
365 | configure:6520: checking for --with-lto |
---|
366 | configure:6537: result: no |
---|
367 | configure:6755: checking for llvm-profdata |
---|
368 | configure:6788: result: no |
---|
369 | configure:6823: llvm-profdata found via xcrun: /usr/bin/xcrun llvm-profdata |
---|
370 | configure:6968: checking for -Wextra |
---|
371 | configure:6988: /usr/bin/clang -Wextra -Werror -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
372 | configure:6988: $? = 0 |
---|
373 | configure:7001: result: yes |
---|
374 | configure:7013: checking whether /usr/bin/clang accepts and needs -fno-strict-aliasing |
---|
375 | configure:7034: /usr/bin/clang -fno-strict-aliasing -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
376 | configure:7034: $? = 0 |
---|
377 | configure:7051: /usr/bin/clang -fstrict-aliasing -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -Werror -Wstrict-aliasing -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
378 | configure:7051: $? = 0 |
---|
379 | configure:7072: result: no |
---|
380 | configure:7086: checking if we can turn off /usr/bin/clang unused result warning |
---|
381 | configure:7107: /usr/bin/clang -Wunused-result -Werror -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
382 | configure:7107: $? = 0 |
---|
383 | configure:7121: result: yes |
---|
384 | configure:7132: checking if we can turn off /usr/bin/clang unused parameter warning |
---|
385 | configure:7152: /usr/bin/clang -Wunused-parameter -Werror -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
386 | configure:7152: $? = 0 |
---|
387 | configure:7165: result: yes |
---|
388 | configure:7173: checking if we can turn off /usr/bin/clang missing field initializers warning |
---|
389 | configure:7193: /usr/bin/clang -Wmissing-field-initializers -Werror -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
390 | configure:7193: $? = 0 |
---|
391 | configure:7206: result: yes |
---|
392 | configure:7214: checking if we can turn on /usr/bin/clang mixed sign comparison warning |
---|
393 | configure:7235: /usr/bin/clang -Wsign-compare -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
394 | configure:7235: $? = 0 |
---|
395 | configure:7249: result: yes |
---|
396 | configure:7257: checking if we can turn on /usr/bin/clang unreachable code warning |
---|
397 | configure:7278: /usr/bin/clang -Wunreachable-code -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
398 | configure:7278: $? = 0 |
---|
399 | configure:7308: result: yes |
---|
400 | configure:7311: checking if we can turn on /usr/bin/clang strict-prototypes warning |
---|
401 | configure:7331: /usr/bin/clang -Werror -Wstrict-prototypes -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
402 | configure:7331: $? = 0 |
---|
403 | configure:7344: result: yes |
---|
404 | configure:7352: checking if we can make implicit function declaration an error in /usr/bin/clang |
---|
405 | configure:7372: /usr/bin/clang -Werror=implicit-function-declaration -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
406 | configure:7372: $? = 0 |
---|
407 | configure:7385: result: yes |
---|
408 | configure:7393: checking if we can use visibility in /usr/bin/clang |
---|
409 | configure:7413: /usr/bin/clang -fvisibility=hidden -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
410 | configure:7413: $? = 0 |
---|
411 | configure:7426: result: yes |
---|
412 | configure:7535: checking which MACOSX_DEPLOYMENT_TARGET to use |
---|
413 | configure:7573: result: 11.0 |
---|
414 | configure:7619: checking whether pthreads are available without options |
---|
415 | configure:7644: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
416 | configure:7644: $? = 0 |
---|
417 | configure:7644: ./conftest |
---|
418 | configure:7644: $? = 0 |
---|
419 | configure:7660: result: yes |
---|
420 | configure:7821: checking whether /usr/bin/clang++ also accepts flags for thread support |
---|
421 | configure:7852: result: no |
---|
422 | configure:7859: checking for ANSI C header files |
---|
423 | configure:7963: result: yes |
---|
424 | configure:7987: checking asm/types.h usability |
---|
425 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
426 | conftest.c:57:10: fatal error: 'asm/types.h' file not found |
---|
427 | #include <asm/types.h> |
---|
428 | ^~~~~~~~~~~~~ |
---|
429 | 1 error generated. |
---|
430 | configure:7987: $? = 1 |
---|
431 | configure: failed program was: |
---|
432 | | /* confdefs.h */ |
---|
433 | | #define _GNU_SOURCE 1 |
---|
434 | | #define _NETBSD_SOURCE 1 |
---|
435 | | #define __BSD_VISIBLE 1 |
---|
436 | | #define _DARWIN_C_SOURCE 1 |
---|
437 | | #define _PYTHONFRAMEWORK "Python" |
---|
438 | | #define STDC_HEADERS 1 |
---|
439 | | #define HAVE_SYS_TYPES_H 1 |
---|
440 | | #define HAVE_SYS_STAT_H 1 |
---|
441 | | #define HAVE_STDLIB_H 1 |
---|
442 | | #define HAVE_STRING_H 1 |
---|
443 | | #define HAVE_MEMORY_H 1 |
---|
444 | | #define HAVE_STRINGS_H 1 |
---|
445 | | #define HAVE_INTTYPES_H 1 |
---|
446 | | #define HAVE_STDINT_H 1 |
---|
447 | | #define HAVE_UNISTD_H 1 |
---|
448 | | #define __EXTENSIONS__ 1 |
---|
449 | | #define _ALL_SOURCE 1 |
---|
450 | | #define _GNU_SOURCE 1 |
---|
451 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
452 | | #define _TANDEM_SOURCE 1 |
---|
453 | | #define STDC_HEADERS 1 |
---|
454 | | /* end confdefs.h. */ |
---|
455 | | #include <stdio.h> |
---|
456 | | #ifdef HAVE_SYS_TYPES_H |
---|
457 | | # include <sys/types.h> |
---|
458 | | #endif |
---|
459 | | #ifdef HAVE_SYS_STAT_H |
---|
460 | | # include <sys/stat.h> |
---|
461 | | #endif |
---|
462 | | #ifdef STDC_HEADERS |
---|
463 | | # include <stdlib.h> |
---|
464 | | # include <stddef.h> |
---|
465 | | #else |
---|
466 | | # ifdef HAVE_STDLIB_H |
---|
467 | | # include <stdlib.h> |
---|
468 | | # endif |
---|
469 | | #endif |
---|
470 | | #ifdef HAVE_STRING_H |
---|
471 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
472 | | # include <memory.h> |
---|
473 | | # endif |
---|
474 | | # include <string.h> |
---|
475 | | #endif |
---|
476 | | #ifdef HAVE_STRINGS_H |
---|
477 | | # include <strings.h> |
---|
478 | | #endif |
---|
479 | | #ifdef HAVE_INTTYPES_H |
---|
480 | | # include <inttypes.h> |
---|
481 | | #endif |
---|
482 | | #ifdef HAVE_STDINT_H |
---|
483 | | # include <stdint.h> |
---|
484 | | #endif |
---|
485 | | #ifdef HAVE_UNISTD_H |
---|
486 | | # include <unistd.h> |
---|
487 | | #endif |
---|
488 | | #include <asm/types.h> |
---|
489 | configure:7987: result: no |
---|
490 | configure:7987: checking asm/types.h presence |
---|
491 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
492 | conftest.c:24:10: fatal error: 'asm/types.h' file not found |
---|
493 | #include <asm/types.h> |
---|
494 | ^~~~~~~~~~~~~ |
---|
495 | 1 error generated. |
---|
496 | configure:7987: $? = 1 |
---|
497 | configure: failed program was: |
---|
498 | | /* confdefs.h */ |
---|
499 | | #define _GNU_SOURCE 1 |
---|
500 | | #define _NETBSD_SOURCE 1 |
---|
501 | | #define __BSD_VISIBLE 1 |
---|
502 | | #define _DARWIN_C_SOURCE 1 |
---|
503 | | #define _PYTHONFRAMEWORK "Python" |
---|
504 | | #define STDC_HEADERS 1 |
---|
505 | | #define HAVE_SYS_TYPES_H 1 |
---|
506 | | #define HAVE_SYS_STAT_H 1 |
---|
507 | | #define HAVE_STDLIB_H 1 |
---|
508 | | #define HAVE_STRING_H 1 |
---|
509 | | #define HAVE_MEMORY_H 1 |
---|
510 | | #define HAVE_STRINGS_H 1 |
---|
511 | | #define HAVE_INTTYPES_H 1 |
---|
512 | | #define HAVE_STDINT_H 1 |
---|
513 | | #define HAVE_UNISTD_H 1 |
---|
514 | | #define __EXTENSIONS__ 1 |
---|
515 | | #define _ALL_SOURCE 1 |
---|
516 | | #define _GNU_SOURCE 1 |
---|
517 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
518 | | #define _TANDEM_SOURCE 1 |
---|
519 | | #define STDC_HEADERS 1 |
---|
520 | | /* end confdefs.h. */ |
---|
521 | | #include <asm/types.h> |
---|
522 | configure:7987: result: no |
---|
523 | configure:7987: checking for asm/types.h |
---|
524 | configure:7987: result: no |
---|
525 | configure:7987: checking crypt.h usability |
---|
526 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
527 | conftest.c:57:10: fatal error: 'crypt.h' file not found |
---|
528 | #include <crypt.h> |
---|
529 | ^~~~~~~~~ |
---|
530 | 1 error generated. |
---|
531 | configure:7987: $? = 1 |
---|
532 | configure: failed program was: |
---|
533 | | /* confdefs.h */ |
---|
534 | | #define _GNU_SOURCE 1 |
---|
535 | | #define _NETBSD_SOURCE 1 |
---|
536 | | #define __BSD_VISIBLE 1 |
---|
537 | | #define _DARWIN_C_SOURCE 1 |
---|
538 | | #define _PYTHONFRAMEWORK "Python" |
---|
539 | | #define STDC_HEADERS 1 |
---|
540 | | #define HAVE_SYS_TYPES_H 1 |
---|
541 | | #define HAVE_SYS_STAT_H 1 |
---|
542 | | #define HAVE_STDLIB_H 1 |
---|
543 | | #define HAVE_STRING_H 1 |
---|
544 | | #define HAVE_MEMORY_H 1 |
---|
545 | | #define HAVE_STRINGS_H 1 |
---|
546 | | #define HAVE_INTTYPES_H 1 |
---|
547 | | #define HAVE_STDINT_H 1 |
---|
548 | | #define HAVE_UNISTD_H 1 |
---|
549 | | #define __EXTENSIONS__ 1 |
---|
550 | | #define _ALL_SOURCE 1 |
---|
551 | | #define _GNU_SOURCE 1 |
---|
552 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
553 | | #define _TANDEM_SOURCE 1 |
---|
554 | | #define STDC_HEADERS 1 |
---|
555 | | /* end confdefs.h. */ |
---|
556 | | #include <stdio.h> |
---|
557 | | #ifdef HAVE_SYS_TYPES_H |
---|
558 | | # include <sys/types.h> |
---|
559 | | #endif |
---|
560 | | #ifdef HAVE_SYS_STAT_H |
---|
561 | | # include <sys/stat.h> |
---|
562 | | #endif |
---|
563 | | #ifdef STDC_HEADERS |
---|
564 | | # include <stdlib.h> |
---|
565 | | # include <stddef.h> |
---|
566 | | #else |
---|
567 | | # ifdef HAVE_STDLIB_H |
---|
568 | | # include <stdlib.h> |
---|
569 | | # endif |
---|
570 | | #endif |
---|
571 | | #ifdef HAVE_STRING_H |
---|
572 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
573 | | # include <memory.h> |
---|
574 | | # endif |
---|
575 | | # include <string.h> |
---|
576 | | #endif |
---|
577 | | #ifdef HAVE_STRINGS_H |
---|
578 | | # include <strings.h> |
---|
579 | | #endif |
---|
580 | | #ifdef HAVE_INTTYPES_H |
---|
581 | | # include <inttypes.h> |
---|
582 | | #endif |
---|
583 | | #ifdef HAVE_STDINT_H |
---|
584 | | # include <stdint.h> |
---|
585 | | #endif |
---|
586 | | #ifdef HAVE_UNISTD_H |
---|
587 | | # include <unistd.h> |
---|
588 | | #endif |
---|
589 | | #include <crypt.h> |
---|
590 | configure:7987: result: no |
---|
591 | configure:7987: checking crypt.h presence |
---|
592 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
593 | conftest.c:24:10: fatal error: 'crypt.h' file not found |
---|
594 | #include <crypt.h> |
---|
595 | ^~~~~~~~~ |
---|
596 | 1 error generated. |
---|
597 | configure:7987: $? = 1 |
---|
598 | configure: failed program was: |
---|
599 | | /* confdefs.h */ |
---|
600 | | #define _GNU_SOURCE 1 |
---|
601 | | #define _NETBSD_SOURCE 1 |
---|
602 | | #define __BSD_VISIBLE 1 |
---|
603 | | #define _DARWIN_C_SOURCE 1 |
---|
604 | | #define _PYTHONFRAMEWORK "Python" |
---|
605 | | #define STDC_HEADERS 1 |
---|
606 | | #define HAVE_SYS_TYPES_H 1 |
---|
607 | | #define HAVE_SYS_STAT_H 1 |
---|
608 | | #define HAVE_STDLIB_H 1 |
---|
609 | | #define HAVE_STRING_H 1 |
---|
610 | | #define HAVE_MEMORY_H 1 |
---|
611 | | #define HAVE_STRINGS_H 1 |
---|
612 | | #define HAVE_INTTYPES_H 1 |
---|
613 | | #define HAVE_STDINT_H 1 |
---|
614 | | #define HAVE_UNISTD_H 1 |
---|
615 | | #define __EXTENSIONS__ 1 |
---|
616 | | #define _ALL_SOURCE 1 |
---|
617 | | #define _GNU_SOURCE 1 |
---|
618 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
619 | | #define _TANDEM_SOURCE 1 |
---|
620 | | #define STDC_HEADERS 1 |
---|
621 | | /* end confdefs.h. */ |
---|
622 | | #include <crypt.h> |
---|
623 | configure:7987: result: no |
---|
624 | configure:7987: checking for crypt.h |
---|
625 | configure:7987: result: no |
---|
626 | configure:7987: checking conio.h usability |
---|
627 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
628 | conftest.c:57:10: fatal error: 'conio.h' file not found |
---|
629 | #include <conio.h> |
---|
630 | ^~~~~~~~~ |
---|
631 | 1 error generated. |
---|
632 | configure:7987: $? = 1 |
---|
633 | configure: failed program was: |
---|
634 | | /* confdefs.h */ |
---|
635 | | #define _GNU_SOURCE 1 |
---|
636 | | #define _NETBSD_SOURCE 1 |
---|
637 | | #define __BSD_VISIBLE 1 |
---|
638 | | #define _DARWIN_C_SOURCE 1 |
---|
639 | | #define _PYTHONFRAMEWORK "Python" |
---|
640 | | #define STDC_HEADERS 1 |
---|
641 | | #define HAVE_SYS_TYPES_H 1 |
---|
642 | | #define HAVE_SYS_STAT_H 1 |
---|
643 | | #define HAVE_STDLIB_H 1 |
---|
644 | | #define HAVE_STRING_H 1 |
---|
645 | | #define HAVE_MEMORY_H 1 |
---|
646 | | #define HAVE_STRINGS_H 1 |
---|
647 | | #define HAVE_INTTYPES_H 1 |
---|
648 | | #define HAVE_STDINT_H 1 |
---|
649 | | #define HAVE_UNISTD_H 1 |
---|
650 | | #define __EXTENSIONS__ 1 |
---|
651 | | #define _ALL_SOURCE 1 |
---|
652 | | #define _GNU_SOURCE 1 |
---|
653 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
654 | | #define _TANDEM_SOURCE 1 |
---|
655 | | #define STDC_HEADERS 1 |
---|
656 | | /* end confdefs.h. */ |
---|
657 | | #include <stdio.h> |
---|
658 | | #ifdef HAVE_SYS_TYPES_H |
---|
659 | | # include <sys/types.h> |
---|
660 | | #endif |
---|
661 | | #ifdef HAVE_SYS_STAT_H |
---|
662 | | # include <sys/stat.h> |
---|
663 | | #endif |
---|
664 | | #ifdef STDC_HEADERS |
---|
665 | | # include <stdlib.h> |
---|
666 | | # include <stddef.h> |
---|
667 | | #else |
---|
668 | | # ifdef HAVE_STDLIB_H |
---|
669 | | # include <stdlib.h> |
---|
670 | | # endif |
---|
671 | | #endif |
---|
672 | | #ifdef HAVE_STRING_H |
---|
673 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
674 | | # include <memory.h> |
---|
675 | | # endif |
---|
676 | | # include <string.h> |
---|
677 | | #endif |
---|
678 | | #ifdef HAVE_STRINGS_H |
---|
679 | | # include <strings.h> |
---|
680 | | #endif |
---|
681 | | #ifdef HAVE_INTTYPES_H |
---|
682 | | # include <inttypes.h> |
---|
683 | | #endif |
---|
684 | | #ifdef HAVE_STDINT_H |
---|
685 | | # include <stdint.h> |
---|
686 | | #endif |
---|
687 | | #ifdef HAVE_UNISTD_H |
---|
688 | | # include <unistd.h> |
---|
689 | | #endif |
---|
690 | | #include <conio.h> |
---|
691 | configure:7987: result: no |
---|
692 | configure:7987: checking conio.h presence |
---|
693 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
694 | conftest.c:24:10: fatal error: 'conio.h' file not found |
---|
695 | #include <conio.h> |
---|
696 | ^~~~~~~~~ |
---|
697 | 1 error generated. |
---|
698 | configure:7987: $? = 1 |
---|
699 | configure: failed program was: |
---|
700 | | /* confdefs.h */ |
---|
701 | | #define _GNU_SOURCE 1 |
---|
702 | | #define _NETBSD_SOURCE 1 |
---|
703 | | #define __BSD_VISIBLE 1 |
---|
704 | | #define _DARWIN_C_SOURCE 1 |
---|
705 | | #define _PYTHONFRAMEWORK "Python" |
---|
706 | | #define STDC_HEADERS 1 |
---|
707 | | #define HAVE_SYS_TYPES_H 1 |
---|
708 | | #define HAVE_SYS_STAT_H 1 |
---|
709 | | #define HAVE_STDLIB_H 1 |
---|
710 | | #define HAVE_STRING_H 1 |
---|
711 | | #define HAVE_MEMORY_H 1 |
---|
712 | | #define HAVE_STRINGS_H 1 |
---|
713 | | #define HAVE_INTTYPES_H 1 |
---|
714 | | #define HAVE_STDINT_H 1 |
---|
715 | | #define HAVE_UNISTD_H 1 |
---|
716 | | #define __EXTENSIONS__ 1 |
---|
717 | | #define _ALL_SOURCE 1 |
---|
718 | | #define _GNU_SOURCE 1 |
---|
719 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
720 | | #define _TANDEM_SOURCE 1 |
---|
721 | | #define STDC_HEADERS 1 |
---|
722 | | /* end confdefs.h. */ |
---|
723 | | #include <conio.h> |
---|
724 | configure:7987: result: no |
---|
725 | configure:7987: checking for conio.h |
---|
726 | configure:7987: result: no |
---|
727 | configure:7987: checking direct.h usability |
---|
728 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
729 | conftest.c:57:10: fatal error: 'direct.h' file not found |
---|
730 | #include <direct.h> |
---|
731 | ^~~~~~~~~~ |
---|
732 | 1 error generated. |
---|
733 | configure:7987: $? = 1 |
---|
734 | configure: failed program was: |
---|
735 | | /* confdefs.h */ |
---|
736 | | #define _GNU_SOURCE 1 |
---|
737 | | #define _NETBSD_SOURCE 1 |
---|
738 | | #define __BSD_VISIBLE 1 |
---|
739 | | #define _DARWIN_C_SOURCE 1 |
---|
740 | | #define _PYTHONFRAMEWORK "Python" |
---|
741 | | #define STDC_HEADERS 1 |
---|
742 | | #define HAVE_SYS_TYPES_H 1 |
---|
743 | | #define HAVE_SYS_STAT_H 1 |
---|
744 | | #define HAVE_STDLIB_H 1 |
---|
745 | | #define HAVE_STRING_H 1 |
---|
746 | | #define HAVE_MEMORY_H 1 |
---|
747 | | #define HAVE_STRINGS_H 1 |
---|
748 | | #define HAVE_INTTYPES_H 1 |
---|
749 | | #define HAVE_STDINT_H 1 |
---|
750 | | #define HAVE_UNISTD_H 1 |
---|
751 | | #define __EXTENSIONS__ 1 |
---|
752 | | #define _ALL_SOURCE 1 |
---|
753 | | #define _GNU_SOURCE 1 |
---|
754 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
755 | | #define _TANDEM_SOURCE 1 |
---|
756 | | #define STDC_HEADERS 1 |
---|
757 | | /* end confdefs.h. */ |
---|
758 | | #include <stdio.h> |
---|
759 | | #ifdef HAVE_SYS_TYPES_H |
---|
760 | | # include <sys/types.h> |
---|
761 | | #endif |
---|
762 | | #ifdef HAVE_SYS_STAT_H |
---|
763 | | # include <sys/stat.h> |
---|
764 | | #endif |
---|
765 | | #ifdef STDC_HEADERS |
---|
766 | | # include <stdlib.h> |
---|
767 | | # include <stddef.h> |
---|
768 | | #else |
---|
769 | | # ifdef HAVE_STDLIB_H |
---|
770 | | # include <stdlib.h> |
---|
771 | | # endif |
---|
772 | | #endif |
---|
773 | | #ifdef HAVE_STRING_H |
---|
774 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
775 | | # include <memory.h> |
---|
776 | | # endif |
---|
777 | | # include <string.h> |
---|
778 | | #endif |
---|
779 | | #ifdef HAVE_STRINGS_H |
---|
780 | | # include <strings.h> |
---|
781 | | #endif |
---|
782 | | #ifdef HAVE_INTTYPES_H |
---|
783 | | # include <inttypes.h> |
---|
784 | | #endif |
---|
785 | | #ifdef HAVE_STDINT_H |
---|
786 | | # include <stdint.h> |
---|
787 | | #endif |
---|
788 | | #ifdef HAVE_UNISTD_H |
---|
789 | | # include <unistd.h> |
---|
790 | | #endif |
---|
791 | | #include <direct.h> |
---|
792 | configure:7987: result: no |
---|
793 | configure:7987: checking direct.h presence |
---|
794 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
795 | conftest.c:24:10: fatal error: 'direct.h' file not found |
---|
796 | #include <direct.h> |
---|
797 | ^~~~~~~~~~ |
---|
798 | 1 error generated. |
---|
799 | configure:7987: $? = 1 |
---|
800 | configure: failed program was: |
---|
801 | | /* confdefs.h */ |
---|
802 | | #define _GNU_SOURCE 1 |
---|
803 | | #define _NETBSD_SOURCE 1 |
---|
804 | | #define __BSD_VISIBLE 1 |
---|
805 | | #define _DARWIN_C_SOURCE 1 |
---|
806 | | #define _PYTHONFRAMEWORK "Python" |
---|
807 | | #define STDC_HEADERS 1 |
---|
808 | | #define HAVE_SYS_TYPES_H 1 |
---|
809 | | #define HAVE_SYS_STAT_H 1 |
---|
810 | | #define HAVE_STDLIB_H 1 |
---|
811 | | #define HAVE_STRING_H 1 |
---|
812 | | #define HAVE_MEMORY_H 1 |
---|
813 | | #define HAVE_STRINGS_H 1 |
---|
814 | | #define HAVE_INTTYPES_H 1 |
---|
815 | | #define HAVE_STDINT_H 1 |
---|
816 | | #define HAVE_UNISTD_H 1 |
---|
817 | | #define __EXTENSIONS__ 1 |
---|
818 | | #define _ALL_SOURCE 1 |
---|
819 | | #define _GNU_SOURCE 1 |
---|
820 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
821 | | #define _TANDEM_SOURCE 1 |
---|
822 | | #define STDC_HEADERS 1 |
---|
823 | | /* end confdefs.h. */ |
---|
824 | | #include <direct.h> |
---|
825 | configure:7987: result: no |
---|
826 | configure:7987: checking for direct.h |
---|
827 | configure:7987: result: no |
---|
828 | configure:7987: checking dlfcn.h usability |
---|
829 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
830 | configure:7987: $? = 0 |
---|
831 | configure:7987: result: yes |
---|
832 | configure:7987: checking dlfcn.h presence |
---|
833 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
834 | configure:7987: $? = 0 |
---|
835 | configure:7987: result: yes |
---|
836 | configure:7987: checking for dlfcn.h |
---|
837 | configure:7987: result: yes |
---|
838 | configure:7987: checking errno.h usability |
---|
839 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
840 | configure:7987: $? = 0 |
---|
841 | configure:7987: result: yes |
---|
842 | configure:7987: checking errno.h presence |
---|
843 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
844 | configure:7987: $? = 0 |
---|
845 | configure:7987: result: yes |
---|
846 | configure:7987: checking for errno.h |
---|
847 | configure:7987: result: yes |
---|
848 | configure:7987: checking fcntl.h usability |
---|
849 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
850 | configure:7987: $? = 0 |
---|
851 | configure:7987: result: yes |
---|
852 | configure:7987: checking fcntl.h presence |
---|
853 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
854 | configure:7987: $? = 0 |
---|
855 | configure:7987: result: yes |
---|
856 | configure:7987: checking for fcntl.h |
---|
857 | configure:7987: result: yes |
---|
858 | configure:7987: checking grp.h usability |
---|
859 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
860 | configure:7987: $? = 0 |
---|
861 | configure:7987: result: yes |
---|
862 | configure:7987: checking grp.h presence |
---|
863 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
864 | configure:7987: $? = 0 |
---|
865 | configure:7987: result: yes |
---|
866 | configure:7987: checking for grp.h |
---|
867 | configure:7987: result: yes |
---|
868 | configure:7987: checking ieeefp.h usability |
---|
869 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
870 | conftest.c:61:10: fatal error: 'ieeefp.h' file not found |
---|
871 | #include <ieeefp.h> |
---|
872 | ^~~~~~~~~~ |
---|
873 | 1 error generated. |
---|
874 | configure:7987: $? = 1 |
---|
875 | configure: failed program was: |
---|
876 | | /* confdefs.h */ |
---|
877 | | #define _GNU_SOURCE 1 |
---|
878 | | #define _NETBSD_SOURCE 1 |
---|
879 | | #define __BSD_VISIBLE 1 |
---|
880 | | #define _DARWIN_C_SOURCE 1 |
---|
881 | | #define _PYTHONFRAMEWORK "Python" |
---|
882 | | #define STDC_HEADERS 1 |
---|
883 | | #define HAVE_SYS_TYPES_H 1 |
---|
884 | | #define HAVE_SYS_STAT_H 1 |
---|
885 | | #define HAVE_STDLIB_H 1 |
---|
886 | | #define HAVE_STRING_H 1 |
---|
887 | | #define HAVE_MEMORY_H 1 |
---|
888 | | #define HAVE_STRINGS_H 1 |
---|
889 | | #define HAVE_INTTYPES_H 1 |
---|
890 | | #define HAVE_STDINT_H 1 |
---|
891 | | #define HAVE_UNISTD_H 1 |
---|
892 | | #define __EXTENSIONS__ 1 |
---|
893 | | #define _ALL_SOURCE 1 |
---|
894 | | #define _GNU_SOURCE 1 |
---|
895 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
896 | | #define _TANDEM_SOURCE 1 |
---|
897 | | #define STDC_HEADERS 1 |
---|
898 | | #define HAVE_DLFCN_H 1 |
---|
899 | | #define HAVE_ERRNO_H 1 |
---|
900 | | #define HAVE_FCNTL_H 1 |
---|
901 | | #define HAVE_GRP_H 1 |
---|
902 | | /* end confdefs.h. */ |
---|
903 | | #include <stdio.h> |
---|
904 | | #ifdef HAVE_SYS_TYPES_H |
---|
905 | | # include <sys/types.h> |
---|
906 | | #endif |
---|
907 | | #ifdef HAVE_SYS_STAT_H |
---|
908 | | # include <sys/stat.h> |
---|
909 | | #endif |
---|
910 | | #ifdef STDC_HEADERS |
---|
911 | | # include <stdlib.h> |
---|
912 | | # include <stddef.h> |
---|
913 | | #else |
---|
914 | | # ifdef HAVE_STDLIB_H |
---|
915 | | # include <stdlib.h> |
---|
916 | | # endif |
---|
917 | | #endif |
---|
918 | | #ifdef HAVE_STRING_H |
---|
919 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
920 | | # include <memory.h> |
---|
921 | | # endif |
---|
922 | | # include <string.h> |
---|
923 | | #endif |
---|
924 | | #ifdef HAVE_STRINGS_H |
---|
925 | | # include <strings.h> |
---|
926 | | #endif |
---|
927 | | #ifdef HAVE_INTTYPES_H |
---|
928 | | # include <inttypes.h> |
---|
929 | | #endif |
---|
930 | | #ifdef HAVE_STDINT_H |
---|
931 | | # include <stdint.h> |
---|
932 | | #endif |
---|
933 | | #ifdef HAVE_UNISTD_H |
---|
934 | | # include <unistd.h> |
---|
935 | | #endif |
---|
936 | | #include <ieeefp.h> |
---|
937 | configure:7987: result: no |
---|
938 | configure:7987: checking ieeefp.h presence |
---|
939 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
940 | conftest.c:28:10: fatal error: 'ieeefp.h' file not found |
---|
941 | #include <ieeefp.h> |
---|
942 | ^~~~~~~~~~ |
---|
943 | 1 error generated. |
---|
944 | configure:7987: $? = 1 |
---|
945 | configure: failed program was: |
---|
946 | | /* confdefs.h */ |
---|
947 | | #define _GNU_SOURCE 1 |
---|
948 | | #define _NETBSD_SOURCE 1 |
---|
949 | | #define __BSD_VISIBLE 1 |
---|
950 | | #define _DARWIN_C_SOURCE 1 |
---|
951 | | #define _PYTHONFRAMEWORK "Python" |
---|
952 | | #define STDC_HEADERS 1 |
---|
953 | | #define HAVE_SYS_TYPES_H 1 |
---|
954 | | #define HAVE_SYS_STAT_H 1 |
---|
955 | | #define HAVE_STDLIB_H 1 |
---|
956 | | #define HAVE_STRING_H 1 |
---|
957 | | #define HAVE_MEMORY_H 1 |
---|
958 | | #define HAVE_STRINGS_H 1 |
---|
959 | | #define HAVE_INTTYPES_H 1 |
---|
960 | | #define HAVE_STDINT_H 1 |
---|
961 | | #define HAVE_UNISTD_H 1 |
---|
962 | | #define __EXTENSIONS__ 1 |
---|
963 | | #define _ALL_SOURCE 1 |
---|
964 | | #define _GNU_SOURCE 1 |
---|
965 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
966 | | #define _TANDEM_SOURCE 1 |
---|
967 | | #define STDC_HEADERS 1 |
---|
968 | | #define HAVE_DLFCN_H 1 |
---|
969 | | #define HAVE_ERRNO_H 1 |
---|
970 | | #define HAVE_FCNTL_H 1 |
---|
971 | | #define HAVE_GRP_H 1 |
---|
972 | | /* end confdefs.h. */ |
---|
973 | | #include <ieeefp.h> |
---|
974 | configure:7987: result: no |
---|
975 | configure:7987: checking for ieeefp.h |
---|
976 | configure:7987: result: no |
---|
977 | configure:7987: checking io.h usability |
---|
978 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
979 | conftest.c:61:10: fatal error: 'io.h' file not found |
---|
980 | #include <io.h> |
---|
981 | ^~~~~~ |
---|
982 | 1 error generated. |
---|
983 | configure:7987: $? = 1 |
---|
984 | configure: failed program was: |
---|
985 | | /* confdefs.h */ |
---|
986 | | #define _GNU_SOURCE 1 |
---|
987 | | #define _NETBSD_SOURCE 1 |
---|
988 | | #define __BSD_VISIBLE 1 |
---|
989 | | #define _DARWIN_C_SOURCE 1 |
---|
990 | | #define _PYTHONFRAMEWORK "Python" |
---|
991 | | #define STDC_HEADERS 1 |
---|
992 | | #define HAVE_SYS_TYPES_H 1 |
---|
993 | | #define HAVE_SYS_STAT_H 1 |
---|
994 | | #define HAVE_STDLIB_H 1 |
---|
995 | | #define HAVE_STRING_H 1 |
---|
996 | | #define HAVE_MEMORY_H 1 |
---|
997 | | #define HAVE_STRINGS_H 1 |
---|
998 | | #define HAVE_INTTYPES_H 1 |
---|
999 | | #define HAVE_STDINT_H 1 |
---|
1000 | | #define HAVE_UNISTD_H 1 |
---|
1001 | | #define __EXTENSIONS__ 1 |
---|
1002 | | #define _ALL_SOURCE 1 |
---|
1003 | | #define _GNU_SOURCE 1 |
---|
1004 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1005 | | #define _TANDEM_SOURCE 1 |
---|
1006 | | #define STDC_HEADERS 1 |
---|
1007 | | #define HAVE_DLFCN_H 1 |
---|
1008 | | #define HAVE_ERRNO_H 1 |
---|
1009 | | #define HAVE_FCNTL_H 1 |
---|
1010 | | #define HAVE_GRP_H 1 |
---|
1011 | | /* end confdefs.h. */ |
---|
1012 | | #include <stdio.h> |
---|
1013 | | #ifdef HAVE_SYS_TYPES_H |
---|
1014 | | # include <sys/types.h> |
---|
1015 | | #endif |
---|
1016 | | #ifdef HAVE_SYS_STAT_H |
---|
1017 | | # include <sys/stat.h> |
---|
1018 | | #endif |
---|
1019 | | #ifdef STDC_HEADERS |
---|
1020 | | # include <stdlib.h> |
---|
1021 | | # include <stddef.h> |
---|
1022 | | #else |
---|
1023 | | # ifdef HAVE_STDLIB_H |
---|
1024 | | # include <stdlib.h> |
---|
1025 | | # endif |
---|
1026 | | #endif |
---|
1027 | | #ifdef HAVE_STRING_H |
---|
1028 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1029 | | # include <memory.h> |
---|
1030 | | # endif |
---|
1031 | | # include <string.h> |
---|
1032 | | #endif |
---|
1033 | | #ifdef HAVE_STRINGS_H |
---|
1034 | | # include <strings.h> |
---|
1035 | | #endif |
---|
1036 | | #ifdef HAVE_INTTYPES_H |
---|
1037 | | # include <inttypes.h> |
---|
1038 | | #endif |
---|
1039 | | #ifdef HAVE_STDINT_H |
---|
1040 | | # include <stdint.h> |
---|
1041 | | #endif |
---|
1042 | | #ifdef HAVE_UNISTD_H |
---|
1043 | | # include <unistd.h> |
---|
1044 | | #endif |
---|
1045 | | #include <io.h> |
---|
1046 | configure:7987: result: no |
---|
1047 | configure:7987: checking io.h presence |
---|
1048 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1049 | conftest.c:28:10: fatal error: 'io.h' file not found |
---|
1050 | #include <io.h> |
---|
1051 | ^~~~~~ |
---|
1052 | 1 error generated. |
---|
1053 | configure:7987: $? = 1 |
---|
1054 | configure: failed program was: |
---|
1055 | | /* confdefs.h */ |
---|
1056 | | #define _GNU_SOURCE 1 |
---|
1057 | | #define _NETBSD_SOURCE 1 |
---|
1058 | | #define __BSD_VISIBLE 1 |
---|
1059 | | #define _DARWIN_C_SOURCE 1 |
---|
1060 | | #define _PYTHONFRAMEWORK "Python" |
---|
1061 | | #define STDC_HEADERS 1 |
---|
1062 | | #define HAVE_SYS_TYPES_H 1 |
---|
1063 | | #define HAVE_SYS_STAT_H 1 |
---|
1064 | | #define HAVE_STDLIB_H 1 |
---|
1065 | | #define HAVE_STRING_H 1 |
---|
1066 | | #define HAVE_MEMORY_H 1 |
---|
1067 | | #define HAVE_STRINGS_H 1 |
---|
1068 | | #define HAVE_INTTYPES_H 1 |
---|
1069 | | #define HAVE_STDINT_H 1 |
---|
1070 | | #define HAVE_UNISTD_H 1 |
---|
1071 | | #define __EXTENSIONS__ 1 |
---|
1072 | | #define _ALL_SOURCE 1 |
---|
1073 | | #define _GNU_SOURCE 1 |
---|
1074 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1075 | | #define _TANDEM_SOURCE 1 |
---|
1076 | | #define STDC_HEADERS 1 |
---|
1077 | | #define HAVE_DLFCN_H 1 |
---|
1078 | | #define HAVE_ERRNO_H 1 |
---|
1079 | | #define HAVE_FCNTL_H 1 |
---|
1080 | | #define HAVE_GRP_H 1 |
---|
1081 | | /* end confdefs.h. */ |
---|
1082 | | #include <io.h> |
---|
1083 | configure:7987: result: no |
---|
1084 | configure:7987: checking for io.h |
---|
1085 | configure:7987: result: no |
---|
1086 | configure:7987: checking langinfo.h usability |
---|
1087 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1088 | configure:7987: $? = 0 |
---|
1089 | configure:7987: result: yes |
---|
1090 | configure:7987: checking langinfo.h presence |
---|
1091 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1092 | configure:7987: $? = 0 |
---|
1093 | configure:7987: result: yes |
---|
1094 | configure:7987: checking for langinfo.h |
---|
1095 | configure:7987: result: yes |
---|
1096 | configure:7987: checking libintl.h usability |
---|
1097 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1098 | configure:7987: $? = 0 |
---|
1099 | configure:7987: result: yes |
---|
1100 | configure:7987: checking libintl.h presence |
---|
1101 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1102 | configure:7987: $? = 0 |
---|
1103 | configure:7987: result: yes |
---|
1104 | configure:7987: checking for libintl.h |
---|
1105 | configure:7987: result: yes |
---|
1106 | configure:7987: checking process.h usability |
---|
1107 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1108 | conftest.c:63:10: fatal error: 'process.h' file not found |
---|
1109 | #include <process.h> |
---|
1110 | ^~~~~~~~~~~ |
---|
1111 | 1 error generated. |
---|
1112 | configure:7987: $? = 1 |
---|
1113 | configure: failed program was: |
---|
1114 | | /* confdefs.h */ |
---|
1115 | | #define _GNU_SOURCE 1 |
---|
1116 | | #define _NETBSD_SOURCE 1 |
---|
1117 | | #define __BSD_VISIBLE 1 |
---|
1118 | | #define _DARWIN_C_SOURCE 1 |
---|
1119 | | #define _PYTHONFRAMEWORK "Python" |
---|
1120 | | #define STDC_HEADERS 1 |
---|
1121 | | #define HAVE_SYS_TYPES_H 1 |
---|
1122 | | #define HAVE_SYS_STAT_H 1 |
---|
1123 | | #define HAVE_STDLIB_H 1 |
---|
1124 | | #define HAVE_STRING_H 1 |
---|
1125 | | #define HAVE_MEMORY_H 1 |
---|
1126 | | #define HAVE_STRINGS_H 1 |
---|
1127 | | #define HAVE_INTTYPES_H 1 |
---|
1128 | | #define HAVE_STDINT_H 1 |
---|
1129 | | #define HAVE_UNISTD_H 1 |
---|
1130 | | #define __EXTENSIONS__ 1 |
---|
1131 | | #define _ALL_SOURCE 1 |
---|
1132 | | #define _GNU_SOURCE 1 |
---|
1133 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1134 | | #define _TANDEM_SOURCE 1 |
---|
1135 | | #define STDC_HEADERS 1 |
---|
1136 | | #define HAVE_DLFCN_H 1 |
---|
1137 | | #define HAVE_ERRNO_H 1 |
---|
1138 | | #define HAVE_FCNTL_H 1 |
---|
1139 | | #define HAVE_GRP_H 1 |
---|
1140 | | #define HAVE_LANGINFO_H 1 |
---|
1141 | | #define HAVE_LIBINTL_H 1 |
---|
1142 | | /* end confdefs.h. */ |
---|
1143 | | #include <stdio.h> |
---|
1144 | | #ifdef HAVE_SYS_TYPES_H |
---|
1145 | | # include <sys/types.h> |
---|
1146 | | #endif |
---|
1147 | | #ifdef HAVE_SYS_STAT_H |
---|
1148 | | # include <sys/stat.h> |
---|
1149 | | #endif |
---|
1150 | | #ifdef STDC_HEADERS |
---|
1151 | | # include <stdlib.h> |
---|
1152 | | # include <stddef.h> |
---|
1153 | | #else |
---|
1154 | | # ifdef HAVE_STDLIB_H |
---|
1155 | | # include <stdlib.h> |
---|
1156 | | # endif |
---|
1157 | | #endif |
---|
1158 | | #ifdef HAVE_STRING_H |
---|
1159 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1160 | | # include <memory.h> |
---|
1161 | | # endif |
---|
1162 | | # include <string.h> |
---|
1163 | | #endif |
---|
1164 | | #ifdef HAVE_STRINGS_H |
---|
1165 | | # include <strings.h> |
---|
1166 | | #endif |
---|
1167 | | #ifdef HAVE_INTTYPES_H |
---|
1168 | | # include <inttypes.h> |
---|
1169 | | #endif |
---|
1170 | | #ifdef HAVE_STDINT_H |
---|
1171 | | # include <stdint.h> |
---|
1172 | | #endif |
---|
1173 | | #ifdef HAVE_UNISTD_H |
---|
1174 | | # include <unistd.h> |
---|
1175 | | #endif |
---|
1176 | | #include <process.h> |
---|
1177 | configure:7987: result: no |
---|
1178 | configure:7987: checking process.h presence |
---|
1179 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1180 | conftest.c:30:10: fatal error: 'process.h' file not found |
---|
1181 | #include <process.h> |
---|
1182 | ^~~~~~~~~~~ |
---|
1183 | 1 error generated. |
---|
1184 | configure:7987: $? = 1 |
---|
1185 | configure: failed program was: |
---|
1186 | | /* confdefs.h */ |
---|
1187 | | #define _GNU_SOURCE 1 |
---|
1188 | | #define _NETBSD_SOURCE 1 |
---|
1189 | | #define __BSD_VISIBLE 1 |
---|
1190 | | #define _DARWIN_C_SOURCE 1 |
---|
1191 | | #define _PYTHONFRAMEWORK "Python" |
---|
1192 | | #define STDC_HEADERS 1 |
---|
1193 | | #define HAVE_SYS_TYPES_H 1 |
---|
1194 | | #define HAVE_SYS_STAT_H 1 |
---|
1195 | | #define HAVE_STDLIB_H 1 |
---|
1196 | | #define HAVE_STRING_H 1 |
---|
1197 | | #define HAVE_MEMORY_H 1 |
---|
1198 | | #define HAVE_STRINGS_H 1 |
---|
1199 | | #define HAVE_INTTYPES_H 1 |
---|
1200 | | #define HAVE_STDINT_H 1 |
---|
1201 | | #define HAVE_UNISTD_H 1 |
---|
1202 | | #define __EXTENSIONS__ 1 |
---|
1203 | | #define _ALL_SOURCE 1 |
---|
1204 | | #define _GNU_SOURCE 1 |
---|
1205 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1206 | | #define _TANDEM_SOURCE 1 |
---|
1207 | | #define STDC_HEADERS 1 |
---|
1208 | | #define HAVE_DLFCN_H 1 |
---|
1209 | | #define HAVE_ERRNO_H 1 |
---|
1210 | | #define HAVE_FCNTL_H 1 |
---|
1211 | | #define HAVE_GRP_H 1 |
---|
1212 | | #define HAVE_LANGINFO_H 1 |
---|
1213 | | #define HAVE_LIBINTL_H 1 |
---|
1214 | | /* end confdefs.h. */ |
---|
1215 | | #include <process.h> |
---|
1216 | configure:7987: result: no |
---|
1217 | configure:7987: checking for process.h |
---|
1218 | configure:7987: result: no |
---|
1219 | configure:7987: checking pthread.h usability |
---|
1220 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1221 | configure:7987: $? = 0 |
---|
1222 | configure:7987: result: yes |
---|
1223 | configure:7987: checking pthread.h presence |
---|
1224 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1225 | configure:7987: $? = 0 |
---|
1226 | configure:7987: result: yes |
---|
1227 | configure:7987: checking for pthread.h |
---|
1228 | configure:7987: result: yes |
---|
1229 | configure:7987: checking sched.h usability |
---|
1230 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1231 | configure:7987: $? = 0 |
---|
1232 | configure:7987: result: yes |
---|
1233 | configure:7987: checking sched.h presence |
---|
1234 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1235 | configure:7987: $? = 0 |
---|
1236 | configure:7987: result: yes |
---|
1237 | configure:7987: checking for sched.h |
---|
1238 | configure:7987: result: yes |
---|
1239 | configure:7987: checking shadow.h usability |
---|
1240 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1241 | conftest.c:65:10: fatal error: 'shadow.h' file not found |
---|
1242 | #include <shadow.h> |
---|
1243 | ^~~~~~~~~~ |
---|
1244 | 1 error generated. |
---|
1245 | configure:7987: $? = 1 |
---|
1246 | configure: failed program was: |
---|
1247 | | /* confdefs.h */ |
---|
1248 | | #define _GNU_SOURCE 1 |
---|
1249 | | #define _NETBSD_SOURCE 1 |
---|
1250 | | #define __BSD_VISIBLE 1 |
---|
1251 | | #define _DARWIN_C_SOURCE 1 |
---|
1252 | | #define _PYTHONFRAMEWORK "Python" |
---|
1253 | | #define STDC_HEADERS 1 |
---|
1254 | | #define HAVE_SYS_TYPES_H 1 |
---|
1255 | | #define HAVE_SYS_STAT_H 1 |
---|
1256 | | #define HAVE_STDLIB_H 1 |
---|
1257 | | #define HAVE_STRING_H 1 |
---|
1258 | | #define HAVE_MEMORY_H 1 |
---|
1259 | | #define HAVE_STRINGS_H 1 |
---|
1260 | | #define HAVE_INTTYPES_H 1 |
---|
1261 | | #define HAVE_STDINT_H 1 |
---|
1262 | | #define HAVE_UNISTD_H 1 |
---|
1263 | | #define __EXTENSIONS__ 1 |
---|
1264 | | #define _ALL_SOURCE 1 |
---|
1265 | | #define _GNU_SOURCE 1 |
---|
1266 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1267 | | #define _TANDEM_SOURCE 1 |
---|
1268 | | #define STDC_HEADERS 1 |
---|
1269 | | #define HAVE_DLFCN_H 1 |
---|
1270 | | #define HAVE_ERRNO_H 1 |
---|
1271 | | #define HAVE_FCNTL_H 1 |
---|
1272 | | #define HAVE_GRP_H 1 |
---|
1273 | | #define HAVE_LANGINFO_H 1 |
---|
1274 | | #define HAVE_LIBINTL_H 1 |
---|
1275 | | #define HAVE_PTHREAD_H 1 |
---|
1276 | | #define HAVE_SCHED_H 1 |
---|
1277 | | /* end confdefs.h. */ |
---|
1278 | | #include <stdio.h> |
---|
1279 | | #ifdef HAVE_SYS_TYPES_H |
---|
1280 | | # include <sys/types.h> |
---|
1281 | | #endif |
---|
1282 | | #ifdef HAVE_SYS_STAT_H |
---|
1283 | | # include <sys/stat.h> |
---|
1284 | | #endif |
---|
1285 | | #ifdef STDC_HEADERS |
---|
1286 | | # include <stdlib.h> |
---|
1287 | | # include <stddef.h> |
---|
1288 | | #else |
---|
1289 | | # ifdef HAVE_STDLIB_H |
---|
1290 | | # include <stdlib.h> |
---|
1291 | | # endif |
---|
1292 | | #endif |
---|
1293 | | #ifdef HAVE_STRING_H |
---|
1294 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1295 | | # include <memory.h> |
---|
1296 | | # endif |
---|
1297 | | # include <string.h> |
---|
1298 | | #endif |
---|
1299 | | #ifdef HAVE_STRINGS_H |
---|
1300 | | # include <strings.h> |
---|
1301 | | #endif |
---|
1302 | | #ifdef HAVE_INTTYPES_H |
---|
1303 | | # include <inttypes.h> |
---|
1304 | | #endif |
---|
1305 | | #ifdef HAVE_STDINT_H |
---|
1306 | | # include <stdint.h> |
---|
1307 | | #endif |
---|
1308 | | #ifdef HAVE_UNISTD_H |
---|
1309 | | # include <unistd.h> |
---|
1310 | | #endif |
---|
1311 | | #include <shadow.h> |
---|
1312 | configure:7987: result: no |
---|
1313 | configure:7987: checking shadow.h presence |
---|
1314 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1315 | conftest.c:32:10: fatal error: 'shadow.h' file not found |
---|
1316 | #include <shadow.h> |
---|
1317 | ^~~~~~~~~~ |
---|
1318 | 1 error generated. |
---|
1319 | configure:7987: $? = 1 |
---|
1320 | configure: failed program was: |
---|
1321 | | /* confdefs.h */ |
---|
1322 | | #define _GNU_SOURCE 1 |
---|
1323 | | #define _NETBSD_SOURCE 1 |
---|
1324 | | #define __BSD_VISIBLE 1 |
---|
1325 | | #define _DARWIN_C_SOURCE 1 |
---|
1326 | | #define _PYTHONFRAMEWORK "Python" |
---|
1327 | | #define STDC_HEADERS 1 |
---|
1328 | | #define HAVE_SYS_TYPES_H 1 |
---|
1329 | | #define HAVE_SYS_STAT_H 1 |
---|
1330 | | #define HAVE_STDLIB_H 1 |
---|
1331 | | #define HAVE_STRING_H 1 |
---|
1332 | | #define HAVE_MEMORY_H 1 |
---|
1333 | | #define HAVE_STRINGS_H 1 |
---|
1334 | | #define HAVE_INTTYPES_H 1 |
---|
1335 | | #define HAVE_STDINT_H 1 |
---|
1336 | | #define HAVE_UNISTD_H 1 |
---|
1337 | | #define __EXTENSIONS__ 1 |
---|
1338 | | #define _ALL_SOURCE 1 |
---|
1339 | | #define _GNU_SOURCE 1 |
---|
1340 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1341 | | #define _TANDEM_SOURCE 1 |
---|
1342 | | #define STDC_HEADERS 1 |
---|
1343 | | #define HAVE_DLFCN_H 1 |
---|
1344 | | #define HAVE_ERRNO_H 1 |
---|
1345 | | #define HAVE_FCNTL_H 1 |
---|
1346 | | #define HAVE_GRP_H 1 |
---|
1347 | | #define HAVE_LANGINFO_H 1 |
---|
1348 | | #define HAVE_LIBINTL_H 1 |
---|
1349 | | #define HAVE_PTHREAD_H 1 |
---|
1350 | | #define HAVE_SCHED_H 1 |
---|
1351 | | /* end confdefs.h. */ |
---|
1352 | | #include <shadow.h> |
---|
1353 | configure:7987: result: no |
---|
1354 | configure:7987: checking for shadow.h |
---|
1355 | configure:7987: result: no |
---|
1356 | configure:7987: checking signal.h usability |
---|
1357 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1358 | configure:7987: $? = 0 |
---|
1359 | configure:7987: result: yes |
---|
1360 | configure:7987: checking signal.h presence |
---|
1361 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1362 | configure:7987: $? = 0 |
---|
1363 | configure:7987: result: yes |
---|
1364 | configure:7987: checking for signal.h |
---|
1365 | configure:7987: result: yes |
---|
1366 | configure:7987: checking stropts.h usability |
---|
1367 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1368 | conftest.c:66:10: fatal error: 'stropts.h' file not found |
---|
1369 | #include <stropts.h> |
---|
1370 | ^~~~~~~~~~~ |
---|
1371 | 1 error generated. |
---|
1372 | configure:7987: $? = 1 |
---|
1373 | configure: failed program was: |
---|
1374 | | /* confdefs.h */ |
---|
1375 | | #define _GNU_SOURCE 1 |
---|
1376 | | #define _NETBSD_SOURCE 1 |
---|
1377 | | #define __BSD_VISIBLE 1 |
---|
1378 | | #define _DARWIN_C_SOURCE 1 |
---|
1379 | | #define _PYTHONFRAMEWORK "Python" |
---|
1380 | | #define STDC_HEADERS 1 |
---|
1381 | | #define HAVE_SYS_TYPES_H 1 |
---|
1382 | | #define HAVE_SYS_STAT_H 1 |
---|
1383 | | #define HAVE_STDLIB_H 1 |
---|
1384 | | #define HAVE_STRING_H 1 |
---|
1385 | | #define HAVE_MEMORY_H 1 |
---|
1386 | | #define HAVE_STRINGS_H 1 |
---|
1387 | | #define HAVE_INTTYPES_H 1 |
---|
1388 | | #define HAVE_STDINT_H 1 |
---|
1389 | | #define HAVE_UNISTD_H 1 |
---|
1390 | | #define __EXTENSIONS__ 1 |
---|
1391 | | #define _ALL_SOURCE 1 |
---|
1392 | | #define _GNU_SOURCE 1 |
---|
1393 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1394 | | #define _TANDEM_SOURCE 1 |
---|
1395 | | #define STDC_HEADERS 1 |
---|
1396 | | #define HAVE_DLFCN_H 1 |
---|
1397 | | #define HAVE_ERRNO_H 1 |
---|
1398 | | #define HAVE_FCNTL_H 1 |
---|
1399 | | #define HAVE_GRP_H 1 |
---|
1400 | | #define HAVE_LANGINFO_H 1 |
---|
1401 | | #define HAVE_LIBINTL_H 1 |
---|
1402 | | #define HAVE_PTHREAD_H 1 |
---|
1403 | | #define HAVE_SCHED_H 1 |
---|
1404 | | #define HAVE_SIGNAL_H 1 |
---|
1405 | | /* end confdefs.h. */ |
---|
1406 | | #include <stdio.h> |
---|
1407 | | #ifdef HAVE_SYS_TYPES_H |
---|
1408 | | # include <sys/types.h> |
---|
1409 | | #endif |
---|
1410 | | #ifdef HAVE_SYS_STAT_H |
---|
1411 | | # include <sys/stat.h> |
---|
1412 | | #endif |
---|
1413 | | #ifdef STDC_HEADERS |
---|
1414 | | # include <stdlib.h> |
---|
1415 | | # include <stddef.h> |
---|
1416 | | #else |
---|
1417 | | # ifdef HAVE_STDLIB_H |
---|
1418 | | # include <stdlib.h> |
---|
1419 | | # endif |
---|
1420 | | #endif |
---|
1421 | | #ifdef HAVE_STRING_H |
---|
1422 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1423 | | # include <memory.h> |
---|
1424 | | # endif |
---|
1425 | | # include <string.h> |
---|
1426 | | #endif |
---|
1427 | | #ifdef HAVE_STRINGS_H |
---|
1428 | | # include <strings.h> |
---|
1429 | | #endif |
---|
1430 | | #ifdef HAVE_INTTYPES_H |
---|
1431 | | # include <inttypes.h> |
---|
1432 | | #endif |
---|
1433 | | #ifdef HAVE_STDINT_H |
---|
1434 | | # include <stdint.h> |
---|
1435 | | #endif |
---|
1436 | | #ifdef HAVE_UNISTD_H |
---|
1437 | | # include <unistd.h> |
---|
1438 | | #endif |
---|
1439 | | #include <stropts.h> |
---|
1440 | configure:7987: result: no |
---|
1441 | configure:7987: checking stropts.h presence |
---|
1442 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1443 | conftest.c:33:10: fatal error: 'stropts.h' file not found |
---|
1444 | #include <stropts.h> |
---|
1445 | ^~~~~~~~~~~ |
---|
1446 | 1 error generated. |
---|
1447 | configure:7987: $? = 1 |
---|
1448 | configure: failed program was: |
---|
1449 | | /* confdefs.h */ |
---|
1450 | | #define _GNU_SOURCE 1 |
---|
1451 | | #define _NETBSD_SOURCE 1 |
---|
1452 | | #define __BSD_VISIBLE 1 |
---|
1453 | | #define _DARWIN_C_SOURCE 1 |
---|
1454 | | #define _PYTHONFRAMEWORK "Python" |
---|
1455 | | #define STDC_HEADERS 1 |
---|
1456 | | #define HAVE_SYS_TYPES_H 1 |
---|
1457 | | #define HAVE_SYS_STAT_H 1 |
---|
1458 | | #define HAVE_STDLIB_H 1 |
---|
1459 | | #define HAVE_STRING_H 1 |
---|
1460 | | #define HAVE_MEMORY_H 1 |
---|
1461 | | #define HAVE_STRINGS_H 1 |
---|
1462 | | #define HAVE_INTTYPES_H 1 |
---|
1463 | | #define HAVE_STDINT_H 1 |
---|
1464 | | #define HAVE_UNISTD_H 1 |
---|
1465 | | #define __EXTENSIONS__ 1 |
---|
1466 | | #define _ALL_SOURCE 1 |
---|
1467 | | #define _GNU_SOURCE 1 |
---|
1468 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1469 | | #define _TANDEM_SOURCE 1 |
---|
1470 | | #define STDC_HEADERS 1 |
---|
1471 | | #define HAVE_DLFCN_H 1 |
---|
1472 | | #define HAVE_ERRNO_H 1 |
---|
1473 | | #define HAVE_FCNTL_H 1 |
---|
1474 | | #define HAVE_GRP_H 1 |
---|
1475 | | #define HAVE_LANGINFO_H 1 |
---|
1476 | | #define HAVE_LIBINTL_H 1 |
---|
1477 | | #define HAVE_PTHREAD_H 1 |
---|
1478 | | #define HAVE_SCHED_H 1 |
---|
1479 | | #define HAVE_SIGNAL_H 1 |
---|
1480 | | /* end confdefs.h. */ |
---|
1481 | | #include <stropts.h> |
---|
1482 | configure:7987: result: no |
---|
1483 | configure:7987: checking for stropts.h |
---|
1484 | configure:7987: result: no |
---|
1485 | configure:7987: checking termios.h usability |
---|
1486 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1487 | configure:7987: $? = 0 |
---|
1488 | configure:7987: result: yes |
---|
1489 | configure:7987: checking termios.h presence |
---|
1490 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1491 | configure:7987: $? = 0 |
---|
1492 | configure:7987: result: yes |
---|
1493 | configure:7987: checking for termios.h |
---|
1494 | configure:7987: result: yes |
---|
1495 | configure:7987: checking utime.h usability |
---|
1496 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1497 | configure:7987: $? = 0 |
---|
1498 | configure:7987: result: yes |
---|
1499 | configure:7987: checking utime.h presence |
---|
1500 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1501 | configure:7987: $? = 0 |
---|
1502 | configure:7987: result: yes |
---|
1503 | configure:7987: checking for utime.h |
---|
1504 | configure:7987: result: yes |
---|
1505 | configure:7987: checking poll.h usability |
---|
1506 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1507 | configure:7987: $? = 0 |
---|
1508 | configure:7987: result: yes |
---|
1509 | configure:7987: checking poll.h presence |
---|
1510 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1511 | configure:7987: $? = 0 |
---|
1512 | configure:7987: result: yes |
---|
1513 | configure:7987: checking for poll.h |
---|
1514 | configure:7987: result: yes |
---|
1515 | configure:7987: checking sys/devpoll.h usability |
---|
1516 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1517 | conftest.c:69:10: fatal error: 'sys/devpoll.h' file not found |
---|
1518 | #include <sys/devpoll.h> |
---|
1519 | ^~~~~~~~~~~~~~~ |
---|
1520 | 1 error generated. |
---|
1521 | configure:7987: $? = 1 |
---|
1522 | configure: failed program was: |
---|
1523 | | /* confdefs.h */ |
---|
1524 | | #define _GNU_SOURCE 1 |
---|
1525 | | #define _NETBSD_SOURCE 1 |
---|
1526 | | #define __BSD_VISIBLE 1 |
---|
1527 | | #define _DARWIN_C_SOURCE 1 |
---|
1528 | | #define _PYTHONFRAMEWORK "Python" |
---|
1529 | | #define STDC_HEADERS 1 |
---|
1530 | | #define HAVE_SYS_TYPES_H 1 |
---|
1531 | | #define HAVE_SYS_STAT_H 1 |
---|
1532 | | #define HAVE_STDLIB_H 1 |
---|
1533 | | #define HAVE_STRING_H 1 |
---|
1534 | | #define HAVE_MEMORY_H 1 |
---|
1535 | | #define HAVE_STRINGS_H 1 |
---|
1536 | | #define HAVE_INTTYPES_H 1 |
---|
1537 | | #define HAVE_STDINT_H 1 |
---|
1538 | | #define HAVE_UNISTD_H 1 |
---|
1539 | | #define __EXTENSIONS__ 1 |
---|
1540 | | #define _ALL_SOURCE 1 |
---|
1541 | | #define _GNU_SOURCE 1 |
---|
1542 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1543 | | #define _TANDEM_SOURCE 1 |
---|
1544 | | #define STDC_HEADERS 1 |
---|
1545 | | #define HAVE_DLFCN_H 1 |
---|
1546 | | #define HAVE_ERRNO_H 1 |
---|
1547 | | #define HAVE_FCNTL_H 1 |
---|
1548 | | #define HAVE_GRP_H 1 |
---|
1549 | | #define HAVE_LANGINFO_H 1 |
---|
1550 | | #define HAVE_LIBINTL_H 1 |
---|
1551 | | #define HAVE_PTHREAD_H 1 |
---|
1552 | | #define HAVE_SCHED_H 1 |
---|
1553 | | #define HAVE_SIGNAL_H 1 |
---|
1554 | | #define HAVE_TERMIOS_H 1 |
---|
1555 | | #define HAVE_UTIME_H 1 |
---|
1556 | | #define HAVE_POLL_H 1 |
---|
1557 | | /* end confdefs.h. */ |
---|
1558 | | #include <stdio.h> |
---|
1559 | | #ifdef HAVE_SYS_TYPES_H |
---|
1560 | | # include <sys/types.h> |
---|
1561 | | #endif |
---|
1562 | | #ifdef HAVE_SYS_STAT_H |
---|
1563 | | # include <sys/stat.h> |
---|
1564 | | #endif |
---|
1565 | | #ifdef STDC_HEADERS |
---|
1566 | | # include <stdlib.h> |
---|
1567 | | # include <stddef.h> |
---|
1568 | | #else |
---|
1569 | | # ifdef HAVE_STDLIB_H |
---|
1570 | | # include <stdlib.h> |
---|
1571 | | # endif |
---|
1572 | | #endif |
---|
1573 | | #ifdef HAVE_STRING_H |
---|
1574 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1575 | | # include <memory.h> |
---|
1576 | | # endif |
---|
1577 | | # include <string.h> |
---|
1578 | | #endif |
---|
1579 | | #ifdef HAVE_STRINGS_H |
---|
1580 | | # include <strings.h> |
---|
1581 | | #endif |
---|
1582 | | #ifdef HAVE_INTTYPES_H |
---|
1583 | | # include <inttypes.h> |
---|
1584 | | #endif |
---|
1585 | | #ifdef HAVE_STDINT_H |
---|
1586 | | # include <stdint.h> |
---|
1587 | | #endif |
---|
1588 | | #ifdef HAVE_UNISTD_H |
---|
1589 | | # include <unistd.h> |
---|
1590 | | #endif |
---|
1591 | | #include <sys/devpoll.h> |
---|
1592 | configure:7987: result: no |
---|
1593 | configure:7987: checking sys/devpoll.h presence |
---|
1594 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1595 | conftest.c:36:10: fatal error: 'sys/devpoll.h' file not found |
---|
1596 | #include <sys/devpoll.h> |
---|
1597 | ^~~~~~~~~~~~~~~ |
---|
1598 | 1 error generated. |
---|
1599 | configure:7987: $? = 1 |
---|
1600 | configure: failed program was: |
---|
1601 | | /* confdefs.h */ |
---|
1602 | | #define _GNU_SOURCE 1 |
---|
1603 | | #define _NETBSD_SOURCE 1 |
---|
1604 | | #define __BSD_VISIBLE 1 |
---|
1605 | | #define _DARWIN_C_SOURCE 1 |
---|
1606 | | #define _PYTHONFRAMEWORK "Python" |
---|
1607 | | #define STDC_HEADERS 1 |
---|
1608 | | #define HAVE_SYS_TYPES_H 1 |
---|
1609 | | #define HAVE_SYS_STAT_H 1 |
---|
1610 | | #define HAVE_STDLIB_H 1 |
---|
1611 | | #define HAVE_STRING_H 1 |
---|
1612 | | #define HAVE_MEMORY_H 1 |
---|
1613 | | #define HAVE_STRINGS_H 1 |
---|
1614 | | #define HAVE_INTTYPES_H 1 |
---|
1615 | | #define HAVE_STDINT_H 1 |
---|
1616 | | #define HAVE_UNISTD_H 1 |
---|
1617 | | #define __EXTENSIONS__ 1 |
---|
1618 | | #define _ALL_SOURCE 1 |
---|
1619 | | #define _GNU_SOURCE 1 |
---|
1620 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1621 | | #define _TANDEM_SOURCE 1 |
---|
1622 | | #define STDC_HEADERS 1 |
---|
1623 | | #define HAVE_DLFCN_H 1 |
---|
1624 | | #define HAVE_ERRNO_H 1 |
---|
1625 | | #define HAVE_FCNTL_H 1 |
---|
1626 | | #define HAVE_GRP_H 1 |
---|
1627 | | #define HAVE_LANGINFO_H 1 |
---|
1628 | | #define HAVE_LIBINTL_H 1 |
---|
1629 | | #define HAVE_PTHREAD_H 1 |
---|
1630 | | #define HAVE_SCHED_H 1 |
---|
1631 | | #define HAVE_SIGNAL_H 1 |
---|
1632 | | #define HAVE_TERMIOS_H 1 |
---|
1633 | | #define HAVE_UTIME_H 1 |
---|
1634 | | #define HAVE_POLL_H 1 |
---|
1635 | | /* end confdefs.h. */ |
---|
1636 | | #include <sys/devpoll.h> |
---|
1637 | configure:7987: result: no |
---|
1638 | configure:7987: checking for sys/devpoll.h |
---|
1639 | configure:7987: result: no |
---|
1640 | configure:7987: checking sys/epoll.h usability |
---|
1641 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1642 | conftest.c:69:10: fatal error: 'sys/epoll.h' file not found |
---|
1643 | #include <sys/epoll.h> |
---|
1644 | ^~~~~~~~~~~~~ |
---|
1645 | 1 error generated. |
---|
1646 | configure:7987: $? = 1 |
---|
1647 | configure: failed program was: |
---|
1648 | | /* confdefs.h */ |
---|
1649 | | #define _GNU_SOURCE 1 |
---|
1650 | | #define _NETBSD_SOURCE 1 |
---|
1651 | | #define __BSD_VISIBLE 1 |
---|
1652 | | #define _DARWIN_C_SOURCE 1 |
---|
1653 | | #define _PYTHONFRAMEWORK "Python" |
---|
1654 | | #define STDC_HEADERS 1 |
---|
1655 | | #define HAVE_SYS_TYPES_H 1 |
---|
1656 | | #define HAVE_SYS_STAT_H 1 |
---|
1657 | | #define HAVE_STDLIB_H 1 |
---|
1658 | | #define HAVE_STRING_H 1 |
---|
1659 | | #define HAVE_MEMORY_H 1 |
---|
1660 | | #define HAVE_STRINGS_H 1 |
---|
1661 | | #define HAVE_INTTYPES_H 1 |
---|
1662 | | #define HAVE_STDINT_H 1 |
---|
1663 | | #define HAVE_UNISTD_H 1 |
---|
1664 | | #define __EXTENSIONS__ 1 |
---|
1665 | | #define _ALL_SOURCE 1 |
---|
1666 | | #define _GNU_SOURCE 1 |
---|
1667 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1668 | | #define _TANDEM_SOURCE 1 |
---|
1669 | | #define STDC_HEADERS 1 |
---|
1670 | | #define HAVE_DLFCN_H 1 |
---|
1671 | | #define HAVE_ERRNO_H 1 |
---|
1672 | | #define HAVE_FCNTL_H 1 |
---|
1673 | | #define HAVE_GRP_H 1 |
---|
1674 | | #define HAVE_LANGINFO_H 1 |
---|
1675 | | #define HAVE_LIBINTL_H 1 |
---|
1676 | | #define HAVE_PTHREAD_H 1 |
---|
1677 | | #define HAVE_SCHED_H 1 |
---|
1678 | | #define HAVE_SIGNAL_H 1 |
---|
1679 | | #define HAVE_TERMIOS_H 1 |
---|
1680 | | #define HAVE_UTIME_H 1 |
---|
1681 | | #define HAVE_POLL_H 1 |
---|
1682 | | /* end confdefs.h. */ |
---|
1683 | | #include <stdio.h> |
---|
1684 | | #ifdef HAVE_SYS_TYPES_H |
---|
1685 | | # include <sys/types.h> |
---|
1686 | | #endif |
---|
1687 | | #ifdef HAVE_SYS_STAT_H |
---|
1688 | | # include <sys/stat.h> |
---|
1689 | | #endif |
---|
1690 | | #ifdef STDC_HEADERS |
---|
1691 | | # include <stdlib.h> |
---|
1692 | | # include <stddef.h> |
---|
1693 | | #else |
---|
1694 | | # ifdef HAVE_STDLIB_H |
---|
1695 | | # include <stdlib.h> |
---|
1696 | | # endif |
---|
1697 | | #endif |
---|
1698 | | #ifdef HAVE_STRING_H |
---|
1699 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1700 | | # include <memory.h> |
---|
1701 | | # endif |
---|
1702 | | # include <string.h> |
---|
1703 | | #endif |
---|
1704 | | #ifdef HAVE_STRINGS_H |
---|
1705 | | # include <strings.h> |
---|
1706 | | #endif |
---|
1707 | | #ifdef HAVE_INTTYPES_H |
---|
1708 | | # include <inttypes.h> |
---|
1709 | | #endif |
---|
1710 | | #ifdef HAVE_STDINT_H |
---|
1711 | | # include <stdint.h> |
---|
1712 | | #endif |
---|
1713 | | #ifdef HAVE_UNISTD_H |
---|
1714 | | # include <unistd.h> |
---|
1715 | | #endif |
---|
1716 | | #include <sys/epoll.h> |
---|
1717 | configure:7987: result: no |
---|
1718 | configure:7987: checking sys/epoll.h presence |
---|
1719 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1720 | conftest.c:36:10: fatal error: 'sys/epoll.h' file not found |
---|
1721 | #include <sys/epoll.h> |
---|
1722 | ^~~~~~~~~~~~~ |
---|
1723 | 1 error generated. |
---|
1724 | configure:7987: $? = 1 |
---|
1725 | configure: failed program was: |
---|
1726 | | /* confdefs.h */ |
---|
1727 | | #define _GNU_SOURCE 1 |
---|
1728 | | #define _NETBSD_SOURCE 1 |
---|
1729 | | #define __BSD_VISIBLE 1 |
---|
1730 | | #define _DARWIN_C_SOURCE 1 |
---|
1731 | | #define _PYTHONFRAMEWORK "Python" |
---|
1732 | | #define STDC_HEADERS 1 |
---|
1733 | | #define HAVE_SYS_TYPES_H 1 |
---|
1734 | | #define HAVE_SYS_STAT_H 1 |
---|
1735 | | #define HAVE_STDLIB_H 1 |
---|
1736 | | #define HAVE_STRING_H 1 |
---|
1737 | | #define HAVE_MEMORY_H 1 |
---|
1738 | | #define HAVE_STRINGS_H 1 |
---|
1739 | | #define HAVE_INTTYPES_H 1 |
---|
1740 | | #define HAVE_STDINT_H 1 |
---|
1741 | | #define HAVE_UNISTD_H 1 |
---|
1742 | | #define __EXTENSIONS__ 1 |
---|
1743 | | #define _ALL_SOURCE 1 |
---|
1744 | | #define _GNU_SOURCE 1 |
---|
1745 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1746 | | #define _TANDEM_SOURCE 1 |
---|
1747 | | #define STDC_HEADERS 1 |
---|
1748 | | #define HAVE_DLFCN_H 1 |
---|
1749 | | #define HAVE_ERRNO_H 1 |
---|
1750 | | #define HAVE_FCNTL_H 1 |
---|
1751 | | #define HAVE_GRP_H 1 |
---|
1752 | | #define HAVE_LANGINFO_H 1 |
---|
1753 | | #define HAVE_LIBINTL_H 1 |
---|
1754 | | #define HAVE_PTHREAD_H 1 |
---|
1755 | | #define HAVE_SCHED_H 1 |
---|
1756 | | #define HAVE_SIGNAL_H 1 |
---|
1757 | | #define HAVE_TERMIOS_H 1 |
---|
1758 | | #define HAVE_UTIME_H 1 |
---|
1759 | | #define HAVE_POLL_H 1 |
---|
1760 | | /* end confdefs.h. */ |
---|
1761 | | #include <sys/epoll.h> |
---|
1762 | configure:7987: result: no |
---|
1763 | configure:7987: checking for sys/epoll.h |
---|
1764 | configure:7987: result: no |
---|
1765 | configure:7987: checking sys/poll.h usability |
---|
1766 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1767 | configure:7987: $? = 0 |
---|
1768 | configure:7987: result: yes |
---|
1769 | configure:7987: checking sys/poll.h presence |
---|
1770 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1771 | configure:7987: $? = 0 |
---|
1772 | configure:7987: result: yes |
---|
1773 | configure:7987: checking for sys/poll.h |
---|
1774 | configure:7987: result: yes |
---|
1775 | configure:7987: checking sys/audioio.h usability |
---|
1776 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1777 | conftest.c:70:10: fatal error: 'sys/audioio.h' file not found |
---|
1778 | #include <sys/audioio.h> |
---|
1779 | ^~~~~~~~~~~~~~~ |
---|
1780 | 1 error generated. |
---|
1781 | configure:7987: $? = 1 |
---|
1782 | configure: failed program was: |
---|
1783 | | /* confdefs.h */ |
---|
1784 | | #define _GNU_SOURCE 1 |
---|
1785 | | #define _NETBSD_SOURCE 1 |
---|
1786 | | #define __BSD_VISIBLE 1 |
---|
1787 | | #define _DARWIN_C_SOURCE 1 |
---|
1788 | | #define _PYTHONFRAMEWORK "Python" |
---|
1789 | | #define STDC_HEADERS 1 |
---|
1790 | | #define HAVE_SYS_TYPES_H 1 |
---|
1791 | | #define HAVE_SYS_STAT_H 1 |
---|
1792 | | #define HAVE_STDLIB_H 1 |
---|
1793 | | #define HAVE_STRING_H 1 |
---|
1794 | | #define HAVE_MEMORY_H 1 |
---|
1795 | | #define HAVE_STRINGS_H 1 |
---|
1796 | | #define HAVE_INTTYPES_H 1 |
---|
1797 | | #define HAVE_STDINT_H 1 |
---|
1798 | | #define HAVE_UNISTD_H 1 |
---|
1799 | | #define __EXTENSIONS__ 1 |
---|
1800 | | #define _ALL_SOURCE 1 |
---|
1801 | | #define _GNU_SOURCE 1 |
---|
1802 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1803 | | #define _TANDEM_SOURCE 1 |
---|
1804 | | #define STDC_HEADERS 1 |
---|
1805 | | #define HAVE_DLFCN_H 1 |
---|
1806 | | #define HAVE_ERRNO_H 1 |
---|
1807 | | #define HAVE_FCNTL_H 1 |
---|
1808 | | #define HAVE_GRP_H 1 |
---|
1809 | | #define HAVE_LANGINFO_H 1 |
---|
1810 | | #define HAVE_LIBINTL_H 1 |
---|
1811 | | #define HAVE_PTHREAD_H 1 |
---|
1812 | | #define HAVE_SCHED_H 1 |
---|
1813 | | #define HAVE_SIGNAL_H 1 |
---|
1814 | | #define HAVE_TERMIOS_H 1 |
---|
1815 | | #define HAVE_UTIME_H 1 |
---|
1816 | | #define HAVE_POLL_H 1 |
---|
1817 | | #define HAVE_SYS_POLL_H 1 |
---|
1818 | | /* end confdefs.h. */ |
---|
1819 | | #include <stdio.h> |
---|
1820 | | #ifdef HAVE_SYS_TYPES_H |
---|
1821 | | # include <sys/types.h> |
---|
1822 | | #endif |
---|
1823 | | #ifdef HAVE_SYS_STAT_H |
---|
1824 | | # include <sys/stat.h> |
---|
1825 | | #endif |
---|
1826 | | #ifdef STDC_HEADERS |
---|
1827 | | # include <stdlib.h> |
---|
1828 | | # include <stddef.h> |
---|
1829 | | #else |
---|
1830 | | # ifdef HAVE_STDLIB_H |
---|
1831 | | # include <stdlib.h> |
---|
1832 | | # endif |
---|
1833 | | #endif |
---|
1834 | | #ifdef HAVE_STRING_H |
---|
1835 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1836 | | # include <memory.h> |
---|
1837 | | # endif |
---|
1838 | | # include <string.h> |
---|
1839 | | #endif |
---|
1840 | | #ifdef HAVE_STRINGS_H |
---|
1841 | | # include <strings.h> |
---|
1842 | | #endif |
---|
1843 | | #ifdef HAVE_INTTYPES_H |
---|
1844 | | # include <inttypes.h> |
---|
1845 | | #endif |
---|
1846 | | #ifdef HAVE_STDINT_H |
---|
1847 | | # include <stdint.h> |
---|
1848 | | #endif |
---|
1849 | | #ifdef HAVE_UNISTD_H |
---|
1850 | | # include <unistd.h> |
---|
1851 | | #endif |
---|
1852 | | #include <sys/audioio.h> |
---|
1853 | configure:7987: result: no |
---|
1854 | configure:7987: checking sys/audioio.h presence |
---|
1855 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1856 | conftest.c:37:10: fatal error: 'sys/audioio.h' file not found |
---|
1857 | #include <sys/audioio.h> |
---|
1858 | ^~~~~~~~~~~~~~~ |
---|
1859 | 1 error generated. |
---|
1860 | configure:7987: $? = 1 |
---|
1861 | configure: failed program was: |
---|
1862 | | /* confdefs.h */ |
---|
1863 | | #define _GNU_SOURCE 1 |
---|
1864 | | #define _NETBSD_SOURCE 1 |
---|
1865 | | #define __BSD_VISIBLE 1 |
---|
1866 | | #define _DARWIN_C_SOURCE 1 |
---|
1867 | | #define _PYTHONFRAMEWORK "Python" |
---|
1868 | | #define STDC_HEADERS 1 |
---|
1869 | | #define HAVE_SYS_TYPES_H 1 |
---|
1870 | | #define HAVE_SYS_STAT_H 1 |
---|
1871 | | #define HAVE_STDLIB_H 1 |
---|
1872 | | #define HAVE_STRING_H 1 |
---|
1873 | | #define HAVE_MEMORY_H 1 |
---|
1874 | | #define HAVE_STRINGS_H 1 |
---|
1875 | | #define HAVE_INTTYPES_H 1 |
---|
1876 | | #define HAVE_STDINT_H 1 |
---|
1877 | | #define HAVE_UNISTD_H 1 |
---|
1878 | | #define __EXTENSIONS__ 1 |
---|
1879 | | #define _ALL_SOURCE 1 |
---|
1880 | | #define _GNU_SOURCE 1 |
---|
1881 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1882 | | #define _TANDEM_SOURCE 1 |
---|
1883 | | #define STDC_HEADERS 1 |
---|
1884 | | #define HAVE_DLFCN_H 1 |
---|
1885 | | #define HAVE_ERRNO_H 1 |
---|
1886 | | #define HAVE_FCNTL_H 1 |
---|
1887 | | #define HAVE_GRP_H 1 |
---|
1888 | | #define HAVE_LANGINFO_H 1 |
---|
1889 | | #define HAVE_LIBINTL_H 1 |
---|
1890 | | #define HAVE_PTHREAD_H 1 |
---|
1891 | | #define HAVE_SCHED_H 1 |
---|
1892 | | #define HAVE_SIGNAL_H 1 |
---|
1893 | | #define HAVE_TERMIOS_H 1 |
---|
1894 | | #define HAVE_UTIME_H 1 |
---|
1895 | | #define HAVE_POLL_H 1 |
---|
1896 | | #define HAVE_SYS_POLL_H 1 |
---|
1897 | | /* end confdefs.h. */ |
---|
1898 | | #include <sys/audioio.h> |
---|
1899 | configure:7987: result: no |
---|
1900 | configure:7987: checking for sys/audioio.h |
---|
1901 | configure:7987: result: no |
---|
1902 | configure:7987: checking sys/xattr.h usability |
---|
1903 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1904 | configure:7987: $? = 0 |
---|
1905 | configure:7987: result: yes |
---|
1906 | configure:7987: checking sys/xattr.h presence |
---|
1907 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1908 | configure:7987: $? = 0 |
---|
1909 | configure:7987: result: yes |
---|
1910 | configure:7987: checking for sys/xattr.h |
---|
1911 | configure:7987: result: yes |
---|
1912 | configure:7987: checking sys/bsdtty.h usability |
---|
1913 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
1914 | conftest.c:71:10: fatal error: 'sys/bsdtty.h' file not found |
---|
1915 | #include <sys/bsdtty.h> |
---|
1916 | ^~~~~~~~~~~~~~ |
---|
1917 | 1 error generated. |
---|
1918 | configure:7987: $? = 1 |
---|
1919 | configure: failed program was: |
---|
1920 | | /* confdefs.h */ |
---|
1921 | | #define _GNU_SOURCE 1 |
---|
1922 | | #define _NETBSD_SOURCE 1 |
---|
1923 | | #define __BSD_VISIBLE 1 |
---|
1924 | | #define _DARWIN_C_SOURCE 1 |
---|
1925 | | #define _PYTHONFRAMEWORK "Python" |
---|
1926 | | #define STDC_HEADERS 1 |
---|
1927 | | #define HAVE_SYS_TYPES_H 1 |
---|
1928 | | #define HAVE_SYS_STAT_H 1 |
---|
1929 | | #define HAVE_STDLIB_H 1 |
---|
1930 | | #define HAVE_STRING_H 1 |
---|
1931 | | #define HAVE_MEMORY_H 1 |
---|
1932 | | #define HAVE_STRINGS_H 1 |
---|
1933 | | #define HAVE_INTTYPES_H 1 |
---|
1934 | | #define HAVE_STDINT_H 1 |
---|
1935 | | #define HAVE_UNISTD_H 1 |
---|
1936 | | #define __EXTENSIONS__ 1 |
---|
1937 | | #define _ALL_SOURCE 1 |
---|
1938 | | #define _GNU_SOURCE 1 |
---|
1939 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1940 | | #define _TANDEM_SOURCE 1 |
---|
1941 | | #define STDC_HEADERS 1 |
---|
1942 | | #define HAVE_DLFCN_H 1 |
---|
1943 | | #define HAVE_ERRNO_H 1 |
---|
1944 | | #define HAVE_FCNTL_H 1 |
---|
1945 | | #define HAVE_GRP_H 1 |
---|
1946 | | #define HAVE_LANGINFO_H 1 |
---|
1947 | | #define HAVE_LIBINTL_H 1 |
---|
1948 | | #define HAVE_PTHREAD_H 1 |
---|
1949 | | #define HAVE_SCHED_H 1 |
---|
1950 | | #define HAVE_SIGNAL_H 1 |
---|
1951 | | #define HAVE_TERMIOS_H 1 |
---|
1952 | | #define HAVE_UTIME_H 1 |
---|
1953 | | #define HAVE_POLL_H 1 |
---|
1954 | | #define HAVE_SYS_POLL_H 1 |
---|
1955 | | #define HAVE_SYS_XATTR_H 1 |
---|
1956 | | /* end confdefs.h. */ |
---|
1957 | | #include <stdio.h> |
---|
1958 | | #ifdef HAVE_SYS_TYPES_H |
---|
1959 | | # include <sys/types.h> |
---|
1960 | | #endif |
---|
1961 | | #ifdef HAVE_SYS_STAT_H |
---|
1962 | | # include <sys/stat.h> |
---|
1963 | | #endif |
---|
1964 | | #ifdef STDC_HEADERS |
---|
1965 | | # include <stdlib.h> |
---|
1966 | | # include <stddef.h> |
---|
1967 | | #else |
---|
1968 | | # ifdef HAVE_STDLIB_H |
---|
1969 | | # include <stdlib.h> |
---|
1970 | | # endif |
---|
1971 | | #endif |
---|
1972 | | #ifdef HAVE_STRING_H |
---|
1973 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
1974 | | # include <memory.h> |
---|
1975 | | # endif |
---|
1976 | | # include <string.h> |
---|
1977 | | #endif |
---|
1978 | | #ifdef HAVE_STRINGS_H |
---|
1979 | | # include <strings.h> |
---|
1980 | | #endif |
---|
1981 | | #ifdef HAVE_INTTYPES_H |
---|
1982 | | # include <inttypes.h> |
---|
1983 | | #endif |
---|
1984 | | #ifdef HAVE_STDINT_H |
---|
1985 | | # include <stdint.h> |
---|
1986 | | #endif |
---|
1987 | | #ifdef HAVE_UNISTD_H |
---|
1988 | | # include <unistd.h> |
---|
1989 | | #endif |
---|
1990 | | #include <sys/bsdtty.h> |
---|
1991 | configure:7987: result: no |
---|
1992 | configure:7987: checking sys/bsdtty.h presence |
---|
1993 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
1994 | conftest.c:38:10: fatal error: 'sys/bsdtty.h' file not found |
---|
1995 | #include <sys/bsdtty.h> |
---|
1996 | ^~~~~~~~~~~~~~ |
---|
1997 | 1 error generated. |
---|
1998 | configure:7987: $? = 1 |
---|
1999 | configure: failed program was: |
---|
2000 | | /* confdefs.h */ |
---|
2001 | | #define _GNU_SOURCE 1 |
---|
2002 | | #define _NETBSD_SOURCE 1 |
---|
2003 | | #define __BSD_VISIBLE 1 |
---|
2004 | | #define _DARWIN_C_SOURCE 1 |
---|
2005 | | #define _PYTHONFRAMEWORK "Python" |
---|
2006 | | #define STDC_HEADERS 1 |
---|
2007 | | #define HAVE_SYS_TYPES_H 1 |
---|
2008 | | #define HAVE_SYS_STAT_H 1 |
---|
2009 | | #define HAVE_STDLIB_H 1 |
---|
2010 | | #define HAVE_STRING_H 1 |
---|
2011 | | #define HAVE_MEMORY_H 1 |
---|
2012 | | #define HAVE_STRINGS_H 1 |
---|
2013 | | #define HAVE_INTTYPES_H 1 |
---|
2014 | | #define HAVE_STDINT_H 1 |
---|
2015 | | #define HAVE_UNISTD_H 1 |
---|
2016 | | #define __EXTENSIONS__ 1 |
---|
2017 | | #define _ALL_SOURCE 1 |
---|
2018 | | #define _GNU_SOURCE 1 |
---|
2019 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2020 | | #define _TANDEM_SOURCE 1 |
---|
2021 | | #define STDC_HEADERS 1 |
---|
2022 | | #define HAVE_DLFCN_H 1 |
---|
2023 | | #define HAVE_ERRNO_H 1 |
---|
2024 | | #define HAVE_FCNTL_H 1 |
---|
2025 | | #define HAVE_GRP_H 1 |
---|
2026 | | #define HAVE_LANGINFO_H 1 |
---|
2027 | | #define HAVE_LIBINTL_H 1 |
---|
2028 | | #define HAVE_PTHREAD_H 1 |
---|
2029 | | #define HAVE_SCHED_H 1 |
---|
2030 | | #define HAVE_SIGNAL_H 1 |
---|
2031 | | #define HAVE_TERMIOS_H 1 |
---|
2032 | | #define HAVE_UTIME_H 1 |
---|
2033 | | #define HAVE_POLL_H 1 |
---|
2034 | | #define HAVE_SYS_POLL_H 1 |
---|
2035 | | #define HAVE_SYS_XATTR_H 1 |
---|
2036 | | /* end confdefs.h. */ |
---|
2037 | | #include <sys/bsdtty.h> |
---|
2038 | configure:7987: result: no |
---|
2039 | configure:7987: checking for sys/bsdtty.h |
---|
2040 | configure:7987: result: no |
---|
2041 | configure:7987: checking sys/event.h usability |
---|
2042 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2043 | configure:7987: $? = 0 |
---|
2044 | configure:7987: result: yes |
---|
2045 | configure:7987: checking sys/event.h presence |
---|
2046 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2047 | configure:7987: $? = 0 |
---|
2048 | configure:7987: result: yes |
---|
2049 | configure:7987: checking for sys/event.h |
---|
2050 | configure:7987: result: yes |
---|
2051 | configure:7987: checking sys/file.h usability |
---|
2052 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2053 | configure:7987: $? = 0 |
---|
2054 | configure:7987: result: yes |
---|
2055 | configure:7987: checking sys/file.h presence |
---|
2056 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2057 | configure:7987: $? = 0 |
---|
2058 | configure:7987: result: yes |
---|
2059 | configure:7987: checking for sys/file.h |
---|
2060 | configure:7987: result: yes |
---|
2061 | configure:7987: checking sys/ioctl.h usability |
---|
2062 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2063 | configure:7987: $? = 0 |
---|
2064 | configure:7987: result: yes |
---|
2065 | configure:7987: checking sys/ioctl.h presence |
---|
2066 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2067 | configure:7987: $? = 0 |
---|
2068 | configure:7987: result: yes |
---|
2069 | configure:7987: checking for sys/ioctl.h |
---|
2070 | configure:7987: result: yes |
---|
2071 | configure:7987: checking sys/kern_control.h usability |
---|
2072 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2073 | configure:7987: $? = 0 |
---|
2074 | configure:7987: result: yes |
---|
2075 | configure:7987: checking sys/kern_control.h presence |
---|
2076 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2077 | configure:7987: $? = 0 |
---|
2078 | configure:7987: result: yes |
---|
2079 | configure:7987: checking for sys/kern_control.h |
---|
2080 | configure:7987: result: yes |
---|
2081 | configure:7987: checking sys/loadavg.h usability |
---|
2082 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2083 | conftest.c:75:10: fatal error: 'sys/loadavg.h' file not found |
---|
2084 | #include <sys/loadavg.h> |
---|
2085 | ^~~~~~~~~~~~~~~ |
---|
2086 | 1 error generated. |
---|
2087 | configure:7987: $? = 1 |
---|
2088 | configure: failed program was: |
---|
2089 | | /* confdefs.h */ |
---|
2090 | | #define _GNU_SOURCE 1 |
---|
2091 | | #define _NETBSD_SOURCE 1 |
---|
2092 | | #define __BSD_VISIBLE 1 |
---|
2093 | | #define _DARWIN_C_SOURCE 1 |
---|
2094 | | #define _PYTHONFRAMEWORK "Python" |
---|
2095 | | #define STDC_HEADERS 1 |
---|
2096 | | #define HAVE_SYS_TYPES_H 1 |
---|
2097 | | #define HAVE_SYS_STAT_H 1 |
---|
2098 | | #define HAVE_STDLIB_H 1 |
---|
2099 | | #define HAVE_STRING_H 1 |
---|
2100 | | #define HAVE_MEMORY_H 1 |
---|
2101 | | #define HAVE_STRINGS_H 1 |
---|
2102 | | #define HAVE_INTTYPES_H 1 |
---|
2103 | | #define HAVE_STDINT_H 1 |
---|
2104 | | #define HAVE_UNISTD_H 1 |
---|
2105 | | #define __EXTENSIONS__ 1 |
---|
2106 | | #define _ALL_SOURCE 1 |
---|
2107 | | #define _GNU_SOURCE 1 |
---|
2108 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2109 | | #define _TANDEM_SOURCE 1 |
---|
2110 | | #define STDC_HEADERS 1 |
---|
2111 | | #define HAVE_DLFCN_H 1 |
---|
2112 | | #define HAVE_ERRNO_H 1 |
---|
2113 | | #define HAVE_FCNTL_H 1 |
---|
2114 | | #define HAVE_GRP_H 1 |
---|
2115 | | #define HAVE_LANGINFO_H 1 |
---|
2116 | | #define HAVE_LIBINTL_H 1 |
---|
2117 | | #define HAVE_PTHREAD_H 1 |
---|
2118 | | #define HAVE_SCHED_H 1 |
---|
2119 | | #define HAVE_SIGNAL_H 1 |
---|
2120 | | #define HAVE_TERMIOS_H 1 |
---|
2121 | | #define HAVE_UTIME_H 1 |
---|
2122 | | #define HAVE_POLL_H 1 |
---|
2123 | | #define HAVE_SYS_POLL_H 1 |
---|
2124 | | #define HAVE_SYS_XATTR_H 1 |
---|
2125 | | #define HAVE_SYS_EVENT_H 1 |
---|
2126 | | #define HAVE_SYS_FILE_H 1 |
---|
2127 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2128 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2129 | | /* end confdefs.h. */ |
---|
2130 | | #include <stdio.h> |
---|
2131 | | #ifdef HAVE_SYS_TYPES_H |
---|
2132 | | # include <sys/types.h> |
---|
2133 | | #endif |
---|
2134 | | #ifdef HAVE_SYS_STAT_H |
---|
2135 | | # include <sys/stat.h> |
---|
2136 | | #endif |
---|
2137 | | #ifdef STDC_HEADERS |
---|
2138 | | # include <stdlib.h> |
---|
2139 | | # include <stddef.h> |
---|
2140 | | #else |
---|
2141 | | # ifdef HAVE_STDLIB_H |
---|
2142 | | # include <stdlib.h> |
---|
2143 | | # endif |
---|
2144 | | #endif |
---|
2145 | | #ifdef HAVE_STRING_H |
---|
2146 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2147 | | # include <memory.h> |
---|
2148 | | # endif |
---|
2149 | | # include <string.h> |
---|
2150 | | #endif |
---|
2151 | | #ifdef HAVE_STRINGS_H |
---|
2152 | | # include <strings.h> |
---|
2153 | | #endif |
---|
2154 | | #ifdef HAVE_INTTYPES_H |
---|
2155 | | # include <inttypes.h> |
---|
2156 | | #endif |
---|
2157 | | #ifdef HAVE_STDINT_H |
---|
2158 | | # include <stdint.h> |
---|
2159 | | #endif |
---|
2160 | | #ifdef HAVE_UNISTD_H |
---|
2161 | | # include <unistd.h> |
---|
2162 | | #endif |
---|
2163 | | #include <sys/loadavg.h> |
---|
2164 | configure:7987: result: no |
---|
2165 | configure:7987: checking sys/loadavg.h presence |
---|
2166 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2167 | conftest.c:42:10: fatal error: 'sys/loadavg.h' file not found |
---|
2168 | #include <sys/loadavg.h> |
---|
2169 | ^~~~~~~~~~~~~~~ |
---|
2170 | 1 error generated. |
---|
2171 | configure:7987: $? = 1 |
---|
2172 | configure: failed program was: |
---|
2173 | | /* confdefs.h */ |
---|
2174 | | #define _GNU_SOURCE 1 |
---|
2175 | | #define _NETBSD_SOURCE 1 |
---|
2176 | | #define __BSD_VISIBLE 1 |
---|
2177 | | #define _DARWIN_C_SOURCE 1 |
---|
2178 | | #define _PYTHONFRAMEWORK "Python" |
---|
2179 | | #define STDC_HEADERS 1 |
---|
2180 | | #define HAVE_SYS_TYPES_H 1 |
---|
2181 | | #define HAVE_SYS_STAT_H 1 |
---|
2182 | | #define HAVE_STDLIB_H 1 |
---|
2183 | | #define HAVE_STRING_H 1 |
---|
2184 | | #define HAVE_MEMORY_H 1 |
---|
2185 | | #define HAVE_STRINGS_H 1 |
---|
2186 | | #define HAVE_INTTYPES_H 1 |
---|
2187 | | #define HAVE_STDINT_H 1 |
---|
2188 | | #define HAVE_UNISTD_H 1 |
---|
2189 | | #define __EXTENSIONS__ 1 |
---|
2190 | | #define _ALL_SOURCE 1 |
---|
2191 | | #define _GNU_SOURCE 1 |
---|
2192 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2193 | | #define _TANDEM_SOURCE 1 |
---|
2194 | | #define STDC_HEADERS 1 |
---|
2195 | | #define HAVE_DLFCN_H 1 |
---|
2196 | | #define HAVE_ERRNO_H 1 |
---|
2197 | | #define HAVE_FCNTL_H 1 |
---|
2198 | | #define HAVE_GRP_H 1 |
---|
2199 | | #define HAVE_LANGINFO_H 1 |
---|
2200 | | #define HAVE_LIBINTL_H 1 |
---|
2201 | | #define HAVE_PTHREAD_H 1 |
---|
2202 | | #define HAVE_SCHED_H 1 |
---|
2203 | | #define HAVE_SIGNAL_H 1 |
---|
2204 | | #define HAVE_TERMIOS_H 1 |
---|
2205 | | #define HAVE_UTIME_H 1 |
---|
2206 | | #define HAVE_POLL_H 1 |
---|
2207 | | #define HAVE_SYS_POLL_H 1 |
---|
2208 | | #define HAVE_SYS_XATTR_H 1 |
---|
2209 | | #define HAVE_SYS_EVENT_H 1 |
---|
2210 | | #define HAVE_SYS_FILE_H 1 |
---|
2211 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2212 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2213 | | /* end confdefs.h. */ |
---|
2214 | | #include <sys/loadavg.h> |
---|
2215 | configure:7987: result: no |
---|
2216 | configure:7987: checking for sys/loadavg.h |
---|
2217 | configure:7987: result: no |
---|
2218 | configure:7987: checking sys/lock.h usability |
---|
2219 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2220 | configure:7987: $? = 0 |
---|
2221 | configure:7987: result: yes |
---|
2222 | configure:7987: checking sys/lock.h presence |
---|
2223 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2224 | configure:7987: $? = 0 |
---|
2225 | configure:7987: result: yes |
---|
2226 | configure:7987: checking for sys/lock.h |
---|
2227 | configure:7987: result: yes |
---|
2228 | configure:7987: checking sys/mkdev.h usability |
---|
2229 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2230 | conftest.c:76:10: fatal error: 'sys/mkdev.h' file not found |
---|
2231 | #include <sys/mkdev.h> |
---|
2232 | ^~~~~~~~~~~~~ |
---|
2233 | 1 error generated. |
---|
2234 | configure:7987: $? = 1 |
---|
2235 | configure: failed program was: |
---|
2236 | | /* confdefs.h */ |
---|
2237 | | #define _GNU_SOURCE 1 |
---|
2238 | | #define _NETBSD_SOURCE 1 |
---|
2239 | | #define __BSD_VISIBLE 1 |
---|
2240 | | #define _DARWIN_C_SOURCE 1 |
---|
2241 | | #define _PYTHONFRAMEWORK "Python" |
---|
2242 | | #define STDC_HEADERS 1 |
---|
2243 | | #define HAVE_SYS_TYPES_H 1 |
---|
2244 | | #define HAVE_SYS_STAT_H 1 |
---|
2245 | | #define HAVE_STDLIB_H 1 |
---|
2246 | | #define HAVE_STRING_H 1 |
---|
2247 | | #define HAVE_MEMORY_H 1 |
---|
2248 | | #define HAVE_STRINGS_H 1 |
---|
2249 | | #define HAVE_INTTYPES_H 1 |
---|
2250 | | #define HAVE_STDINT_H 1 |
---|
2251 | | #define HAVE_UNISTD_H 1 |
---|
2252 | | #define __EXTENSIONS__ 1 |
---|
2253 | | #define _ALL_SOURCE 1 |
---|
2254 | | #define _GNU_SOURCE 1 |
---|
2255 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2256 | | #define _TANDEM_SOURCE 1 |
---|
2257 | | #define STDC_HEADERS 1 |
---|
2258 | | #define HAVE_DLFCN_H 1 |
---|
2259 | | #define HAVE_ERRNO_H 1 |
---|
2260 | | #define HAVE_FCNTL_H 1 |
---|
2261 | | #define HAVE_GRP_H 1 |
---|
2262 | | #define HAVE_LANGINFO_H 1 |
---|
2263 | | #define HAVE_LIBINTL_H 1 |
---|
2264 | | #define HAVE_PTHREAD_H 1 |
---|
2265 | | #define HAVE_SCHED_H 1 |
---|
2266 | | #define HAVE_SIGNAL_H 1 |
---|
2267 | | #define HAVE_TERMIOS_H 1 |
---|
2268 | | #define HAVE_UTIME_H 1 |
---|
2269 | | #define HAVE_POLL_H 1 |
---|
2270 | | #define HAVE_SYS_POLL_H 1 |
---|
2271 | | #define HAVE_SYS_XATTR_H 1 |
---|
2272 | | #define HAVE_SYS_EVENT_H 1 |
---|
2273 | | #define HAVE_SYS_FILE_H 1 |
---|
2274 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2275 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2276 | | #define HAVE_SYS_LOCK_H 1 |
---|
2277 | | /* end confdefs.h. */ |
---|
2278 | | #include <stdio.h> |
---|
2279 | | #ifdef HAVE_SYS_TYPES_H |
---|
2280 | | # include <sys/types.h> |
---|
2281 | | #endif |
---|
2282 | | #ifdef HAVE_SYS_STAT_H |
---|
2283 | | # include <sys/stat.h> |
---|
2284 | | #endif |
---|
2285 | | #ifdef STDC_HEADERS |
---|
2286 | | # include <stdlib.h> |
---|
2287 | | # include <stddef.h> |
---|
2288 | | #else |
---|
2289 | | # ifdef HAVE_STDLIB_H |
---|
2290 | | # include <stdlib.h> |
---|
2291 | | # endif |
---|
2292 | | #endif |
---|
2293 | | #ifdef HAVE_STRING_H |
---|
2294 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2295 | | # include <memory.h> |
---|
2296 | | # endif |
---|
2297 | | # include <string.h> |
---|
2298 | | #endif |
---|
2299 | | #ifdef HAVE_STRINGS_H |
---|
2300 | | # include <strings.h> |
---|
2301 | | #endif |
---|
2302 | | #ifdef HAVE_INTTYPES_H |
---|
2303 | | # include <inttypes.h> |
---|
2304 | | #endif |
---|
2305 | | #ifdef HAVE_STDINT_H |
---|
2306 | | # include <stdint.h> |
---|
2307 | | #endif |
---|
2308 | | #ifdef HAVE_UNISTD_H |
---|
2309 | | # include <unistd.h> |
---|
2310 | | #endif |
---|
2311 | | #include <sys/mkdev.h> |
---|
2312 | configure:7987: result: no |
---|
2313 | configure:7987: checking sys/mkdev.h presence |
---|
2314 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2315 | conftest.c:43:10: fatal error: 'sys/mkdev.h' file not found |
---|
2316 | #include <sys/mkdev.h> |
---|
2317 | ^~~~~~~~~~~~~ |
---|
2318 | 1 error generated. |
---|
2319 | configure:7987: $? = 1 |
---|
2320 | configure: failed program was: |
---|
2321 | | /* confdefs.h */ |
---|
2322 | | #define _GNU_SOURCE 1 |
---|
2323 | | #define _NETBSD_SOURCE 1 |
---|
2324 | | #define __BSD_VISIBLE 1 |
---|
2325 | | #define _DARWIN_C_SOURCE 1 |
---|
2326 | | #define _PYTHONFRAMEWORK "Python" |
---|
2327 | | #define STDC_HEADERS 1 |
---|
2328 | | #define HAVE_SYS_TYPES_H 1 |
---|
2329 | | #define HAVE_SYS_STAT_H 1 |
---|
2330 | | #define HAVE_STDLIB_H 1 |
---|
2331 | | #define HAVE_STRING_H 1 |
---|
2332 | | #define HAVE_MEMORY_H 1 |
---|
2333 | | #define HAVE_STRINGS_H 1 |
---|
2334 | | #define HAVE_INTTYPES_H 1 |
---|
2335 | | #define HAVE_STDINT_H 1 |
---|
2336 | | #define HAVE_UNISTD_H 1 |
---|
2337 | | #define __EXTENSIONS__ 1 |
---|
2338 | | #define _ALL_SOURCE 1 |
---|
2339 | | #define _GNU_SOURCE 1 |
---|
2340 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2341 | | #define _TANDEM_SOURCE 1 |
---|
2342 | | #define STDC_HEADERS 1 |
---|
2343 | | #define HAVE_DLFCN_H 1 |
---|
2344 | | #define HAVE_ERRNO_H 1 |
---|
2345 | | #define HAVE_FCNTL_H 1 |
---|
2346 | | #define HAVE_GRP_H 1 |
---|
2347 | | #define HAVE_LANGINFO_H 1 |
---|
2348 | | #define HAVE_LIBINTL_H 1 |
---|
2349 | | #define HAVE_PTHREAD_H 1 |
---|
2350 | | #define HAVE_SCHED_H 1 |
---|
2351 | | #define HAVE_SIGNAL_H 1 |
---|
2352 | | #define HAVE_TERMIOS_H 1 |
---|
2353 | | #define HAVE_UTIME_H 1 |
---|
2354 | | #define HAVE_POLL_H 1 |
---|
2355 | | #define HAVE_SYS_POLL_H 1 |
---|
2356 | | #define HAVE_SYS_XATTR_H 1 |
---|
2357 | | #define HAVE_SYS_EVENT_H 1 |
---|
2358 | | #define HAVE_SYS_FILE_H 1 |
---|
2359 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2360 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2361 | | #define HAVE_SYS_LOCK_H 1 |
---|
2362 | | /* end confdefs.h. */ |
---|
2363 | | #include <sys/mkdev.h> |
---|
2364 | configure:7987: result: no |
---|
2365 | configure:7987: checking for sys/mkdev.h |
---|
2366 | configure:7987: result: no |
---|
2367 | configure:7987: checking sys/modem.h usability |
---|
2368 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2369 | conftest.c:76:10: fatal error: 'sys/modem.h' file not found |
---|
2370 | #include <sys/modem.h> |
---|
2371 | ^~~~~~~~~~~~~ |
---|
2372 | 1 error generated. |
---|
2373 | configure:7987: $? = 1 |
---|
2374 | configure: failed program was: |
---|
2375 | | /* confdefs.h */ |
---|
2376 | | #define _GNU_SOURCE 1 |
---|
2377 | | #define _NETBSD_SOURCE 1 |
---|
2378 | | #define __BSD_VISIBLE 1 |
---|
2379 | | #define _DARWIN_C_SOURCE 1 |
---|
2380 | | #define _PYTHONFRAMEWORK "Python" |
---|
2381 | | #define STDC_HEADERS 1 |
---|
2382 | | #define HAVE_SYS_TYPES_H 1 |
---|
2383 | | #define HAVE_SYS_STAT_H 1 |
---|
2384 | | #define HAVE_STDLIB_H 1 |
---|
2385 | | #define HAVE_STRING_H 1 |
---|
2386 | | #define HAVE_MEMORY_H 1 |
---|
2387 | | #define HAVE_STRINGS_H 1 |
---|
2388 | | #define HAVE_INTTYPES_H 1 |
---|
2389 | | #define HAVE_STDINT_H 1 |
---|
2390 | | #define HAVE_UNISTD_H 1 |
---|
2391 | | #define __EXTENSIONS__ 1 |
---|
2392 | | #define _ALL_SOURCE 1 |
---|
2393 | | #define _GNU_SOURCE 1 |
---|
2394 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2395 | | #define _TANDEM_SOURCE 1 |
---|
2396 | | #define STDC_HEADERS 1 |
---|
2397 | | #define HAVE_DLFCN_H 1 |
---|
2398 | | #define HAVE_ERRNO_H 1 |
---|
2399 | | #define HAVE_FCNTL_H 1 |
---|
2400 | | #define HAVE_GRP_H 1 |
---|
2401 | | #define HAVE_LANGINFO_H 1 |
---|
2402 | | #define HAVE_LIBINTL_H 1 |
---|
2403 | | #define HAVE_PTHREAD_H 1 |
---|
2404 | | #define HAVE_SCHED_H 1 |
---|
2405 | | #define HAVE_SIGNAL_H 1 |
---|
2406 | | #define HAVE_TERMIOS_H 1 |
---|
2407 | | #define HAVE_UTIME_H 1 |
---|
2408 | | #define HAVE_POLL_H 1 |
---|
2409 | | #define HAVE_SYS_POLL_H 1 |
---|
2410 | | #define HAVE_SYS_XATTR_H 1 |
---|
2411 | | #define HAVE_SYS_EVENT_H 1 |
---|
2412 | | #define HAVE_SYS_FILE_H 1 |
---|
2413 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2414 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2415 | | #define HAVE_SYS_LOCK_H 1 |
---|
2416 | | /* end confdefs.h. */ |
---|
2417 | | #include <stdio.h> |
---|
2418 | | #ifdef HAVE_SYS_TYPES_H |
---|
2419 | | # include <sys/types.h> |
---|
2420 | | #endif |
---|
2421 | | #ifdef HAVE_SYS_STAT_H |
---|
2422 | | # include <sys/stat.h> |
---|
2423 | | #endif |
---|
2424 | | #ifdef STDC_HEADERS |
---|
2425 | | # include <stdlib.h> |
---|
2426 | | # include <stddef.h> |
---|
2427 | | #else |
---|
2428 | | # ifdef HAVE_STDLIB_H |
---|
2429 | | # include <stdlib.h> |
---|
2430 | | # endif |
---|
2431 | | #endif |
---|
2432 | | #ifdef HAVE_STRING_H |
---|
2433 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2434 | | # include <memory.h> |
---|
2435 | | # endif |
---|
2436 | | # include <string.h> |
---|
2437 | | #endif |
---|
2438 | | #ifdef HAVE_STRINGS_H |
---|
2439 | | # include <strings.h> |
---|
2440 | | #endif |
---|
2441 | | #ifdef HAVE_INTTYPES_H |
---|
2442 | | # include <inttypes.h> |
---|
2443 | | #endif |
---|
2444 | | #ifdef HAVE_STDINT_H |
---|
2445 | | # include <stdint.h> |
---|
2446 | | #endif |
---|
2447 | | #ifdef HAVE_UNISTD_H |
---|
2448 | | # include <unistd.h> |
---|
2449 | | #endif |
---|
2450 | | #include <sys/modem.h> |
---|
2451 | configure:7987: result: no |
---|
2452 | configure:7987: checking sys/modem.h presence |
---|
2453 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2454 | conftest.c:43:10: fatal error: 'sys/modem.h' file not found |
---|
2455 | #include <sys/modem.h> |
---|
2456 | ^~~~~~~~~~~~~ |
---|
2457 | 1 error generated. |
---|
2458 | configure:7987: $? = 1 |
---|
2459 | configure: failed program was: |
---|
2460 | | /* confdefs.h */ |
---|
2461 | | #define _GNU_SOURCE 1 |
---|
2462 | | #define _NETBSD_SOURCE 1 |
---|
2463 | | #define __BSD_VISIBLE 1 |
---|
2464 | | #define _DARWIN_C_SOURCE 1 |
---|
2465 | | #define _PYTHONFRAMEWORK "Python" |
---|
2466 | | #define STDC_HEADERS 1 |
---|
2467 | | #define HAVE_SYS_TYPES_H 1 |
---|
2468 | | #define HAVE_SYS_STAT_H 1 |
---|
2469 | | #define HAVE_STDLIB_H 1 |
---|
2470 | | #define HAVE_STRING_H 1 |
---|
2471 | | #define HAVE_MEMORY_H 1 |
---|
2472 | | #define HAVE_STRINGS_H 1 |
---|
2473 | | #define HAVE_INTTYPES_H 1 |
---|
2474 | | #define HAVE_STDINT_H 1 |
---|
2475 | | #define HAVE_UNISTD_H 1 |
---|
2476 | | #define __EXTENSIONS__ 1 |
---|
2477 | | #define _ALL_SOURCE 1 |
---|
2478 | | #define _GNU_SOURCE 1 |
---|
2479 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2480 | | #define _TANDEM_SOURCE 1 |
---|
2481 | | #define STDC_HEADERS 1 |
---|
2482 | | #define HAVE_DLFCN_H 1 |
---|
2483 | | #define HAVE_ERRNO_H 1 |
---|
2484 | | #define HAVE_FCNTL_H 1 |
---|
2485 | | #define HAVE_GRP_H 1 |
---|
2486 | | #define HAVE_LANGINFO_H 1 |
---|
2487 | | #define HAVE_LIBINTL_H 1 |
---|
2488 | | #define HAVE_PTHREAD_H 1 |
---|
2489 | | #define HAVE_SCHED_H 1 |
---|
2490 | | #define HAVE_SIGNAL_H 1 |
---|
2491 | | #define HAVE_TERMIOS_H 1 |
---|
2492 | | #define HAVE_UTIME_H 1 |
---|
2493 | | #define HAVE_POLL_H 1 |
---|
2494 | | #define HAVE_SYS_POLL_H 1 |
---|
2495 | | #define HAVE_SYS_XATTR_H 1 |
---|
2496 | | #define HAVE_SYS_EVENT_H 1 |
---|
2497 | | #define HAVE_SYS_FILE_H 1 |
---|
2498 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2499 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2500 | | #define HAVE_SYS_LOCK_H 1 |
---|
2501 | | /* end confdefs.h. */ |
---|
2502 | | #include <sys/modem.h> |
---|
2503 | configure:7987: result: no |
---|
2504 | configure:7987: checking for sys/modem.h |
---|
2505 | configure:7987: result: no |
---|
2506 | configure:7987: checking sys/param.h usability |
---|
2507 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2508 | configure:7987: $? = 0 |
---|
2509 | configure:7987: result: yes |
---|
2510 | configure:7987: checking sys/param.h presence |
---|
2511 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2512 | configure:7987: $? = 0 |
---|
2513 | configure:7987: result: yes |
---|
2514 | configure:7987: checking for sys/param.h |
---|
2515 | configure:7987: result: yes |
---|
2516 | configure:7987: checking sys/random.h usability |
---|
2517 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2518 | configure:7987: $? = 0 |
---|
2519 | configure:7987: result: yes |
---|
2520 | configure:7987: checking sys/random.h presence |
---|
2521 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2522 | configure:7987: $? = 0 |
---|
2523 | configure:7987: result: yes |
---|
2524 | configure:7987: checking for sys/random.h |
---|
2525 | configure:7987: result: yes |
---|
2526 | configure:7987: checking sys/select.h usability |
---|
2527 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2528 | configure:7987: $? = 0 |
---|
2529 | configure:7987: result: yes |
---|
2530 | configure:7987: checking sys/select.h presence |
---|
2531 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2532 | configure:7987: $? = 0 |
---|
2533 | configure:7987: result: yes |
---|
2534 | configure:7987: checking for sys/select.h |
---|
2535 | configure:7987: result: yes |
---|
2536 | configure:7987: checking sys/sendfile.h usability |
---|
2537 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2538 | conftest.c:79:10: fatal error: 'sys/sendfile.h' file not found |
---|
2539 | #include <sys/sendfile.h> |
---|
2540 | ^~~~~~~~~~~~~~~~ |
---|
2541 | 1 error generated. |
---|
2542 | configure:7987: $? = 1 |
---|
2543 | configure: failed program was: |
---|
2544 | | /* confdefs.h */ |
---|
2545 | | #define _GNU_SOURCE 1 |
---|
2546 | | #define _NETBSD_SOURCE 1 |
---|
2547 | | #define __BSD_VISIBLE 1 |
---|
2548 | | #define _DARWIN_C_SOURCE 1 |
---|
2549 | | #define _PYTHONFRAMEWORK "Python" |
---|
2550 | | #define STDC_HEADERS 1 |
---|
2551 | | #define HAVE_SYS_TYPES_H 1 |
---|
2552 | | #define HAVE_SYS_STAT_H 1 |
---|
2553 | | #define HAVE_STDLIB_H 1 |
---|
2554 | | #define HAVE_STRING_H 1 |
---|
2555 | | #define HAVE_MEMORY_H 1 |
---|
2556 | | #define HAVE_STRINGS_H 1 |
---|
2557 | | #define HAVE_INTTYPES_H 1 |
---|
2558 | | #define HAVE_STDINT_H 1 |
---|
2559 | | #define HAVE_UNISTD_H 1 |
---|
2560 | | #define __EXTENSIONS__ 1 |
---|
2561 | | #define _ALL_SOURCE 1 |
---|
2562 | | #define _GNU_SOURCE 1 |
---|
2563 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2564 | | #define _TANDEM_SOURCE 1 |
---|
2565 | | #define STDC_HEADERS 1 |
---|
2566 | | #define HAVE_DLFCN_H 1 |
---|
2567 | | #define HAVE_ERRNO_H 1 |
---|
2568 | | #define HAVE_FCNTL_H 1 |
---|
2569 | | #define HAVE_GRP_H 1 |
---|
2570 | | #define HAVE_LANGINFO_H 1 |
---|
2571 | | #define HAVE_LIBINTL_H 1 |
---|
2572 | | #define HAVE_PTHREAD_H 1 |
---|
2573 | | #define HAVE_SCHED_H 1 |
---|
2574 | | #define HAVE_SIGNAL_H 1 |
---|
2575 | | #define HAVE_TERMIOS_H 1 |
---|
2576 | | #define HAVE_UTIME_H 1 |
---|
2577 | | #define HAVE_POLL_H 1 |
---|
2578 | | #define HAVE_SYS_POLL_H 1 |
---|
2579 | | #define HAVE_SYS_XATTR_H 1 |
---|
2580 | | #define HAVE_SYS_EVENT_H 1 |
---|
2581 | | #define HAVE_SYS_FILE_H 1 |
---|
2582 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2583 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2584 | | #define HAVE_SYS_LOCK_H 1 |
---|
2585 | | #define HAVE_SYS_PARAM_H 1 |
---|
2586 | | #define HAVE_SYS_RANDOM_H 1 |
---|
2587 | | #define HAVE_SYS_SELECT_H 1 |
---|
2588 | | /* end confdefs.h. */ |
---|
2589 | | #include <stdio.h> |
---|
2590 | | #ifdef HAVE_SYS_TYPES_H |
---|
2591 | | # include <sys/types.h> |
---|
2592 | | #endif |
---|
2593 | | #ifdef HAVE_SYS_STAT_H |
---|
2594 | | # include <sys/stat.h> |
---|
2595 | | #endif |
---|
2596 | | #ifdef STDC_HEADERS |
---|
2597 | | # include <stdlib.h> |
---|
2598 | | # include <stddef.h> |
---|
2599 | | #else |
---|
2600 | | # ifdef HAVE_STDLIB_H |
---|
2601 | | # include <stdlib.h> |
---|
2602 | | # endif |
---|
2603 | | #endif |
---|
2604 | | #ifdef HAVE_STRING_H |
---|
2605 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2606 | | # include <memory.h> |
---|
2607 | | # endif |
---|
2608 | | # include <string.h> |
---|
2609 | | #endif |
---|
2610 | | #ifdef HAVE_STRINGS_H |
---|
2611 | | # include <strings.h> |
---|
2612 | | #endif |
---|
2613 | | #ifdef HAVE_INTTYPES_H |
---|
2614 | | # include <inttypes.h> |
---|
2615 | | #endif |
---|
2616 | | #ifdef HAVE_STDINT_H |
---|
2617 | | # include <stdint.h> |
---|
2618 | | #endif |
---|
2619 | | #ifdef HAVE_UNISTD_H |
---|
2620 | | # include <unistd.h> |
---|
2621 | | #endif |
---|
2622 | | #include <sys/sendfile.h> |
---|
2623 | configure:7987: result: no |
---|
2624 | configure:7987: checking sys/sendfile.h presence |
---|
2625 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2626 | conftest.c:46:10: fatal error: 'sys/sendfile.h' file not found |
---|
2627 | #include <sys/sendfile.h> |
---|
2628 | ^~~~~~~~~~~~~~~~ |
---|
2629 | 1 error generated. |
---|
2630 | configure:7987: $? = 1 |
---|
2631 | configure: failed program was: |
---|
2632 | | /* confdefs.h */ |
---|
2633 | | #define _GNU_SOURCE 1 |
---|
2634 | | #define _NETBSD_SOURCE 1 |
---|
2635 | | #define __BSD_VISIBLE 1 |
---|
2636 | | #define _DARWIN_C_SOURCE 1 |
---|
2637 | | #define _PYTHONFRAMEWORK "Python" |
---|
2638 | | #define STDC_HEADERS 1 |
---|
2639 | | #define HAVE_SYS_TYPES_H 1 |
---|
2640 | | #define HAVE_SYS_STAT_H 1 |
---|
2641 | | #define HAVE_STDLIB_H 1 |
---|
2642 | | #define HAVE_STRING_H 1 |
---|
2643 | | #define HAVE_MEMORY_H 1 |
---|
2644 | | #define HAVE_STRINGS_H 1 |
---|
2645 | | #define HAVE_INTTYPES_H 1 |
---|
2646 | | #define HAVE_STDINT_H 1 |
---|
2647 | | #define HAVE_UNISTD_H 1 |
---|
2648 | | #define __EXTENSIONS__ 1 |
---|
2649 | | #define _ALL_SOURCE 1 |
---|
2650 | | #define _GNU_SOURCE 1 |
---|
2651 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2652 | | #define _TANDEM_SOURCE 1 |
---|
2653 | | #define STDC_HEADERS 1 |
---|
2654 | | #define HAVE_DLFCN_H 1 |
---|
2655 | | #define HAVE_ERRNO_H 1 |
---|
2656 | | #define HAVE_FCNTL_H 1 |
---|
2657 | | #define HAVE_GRP_H 1 |
---|
2658 | | #define HAVE_LANGINFO_H 1 |
---|
2659 | | #define HAVE_LIBINTL_H 1 |
---|
2660 | | #define HAVE_PTHREAD_H 1 |
---|
2661 | | #define HAVE_SCHED_H 1 |
---|
2662 | | #define HAVE_SIGNAL_H 1 |
---|
2663 | | #define HAVE_TERMIOS_H 1 |
---|
2664 | | #define HAVE_UTIME_H 1 |
---|
2665 | | #define HAVE_POLL_H 1 |
---|
2666 | | #define HAVE_SYS_POLL_H 1 |
---|
2667 | | #define HAVE_SYS_XATTR_H 1 |
---|
2668 | | #define HAVE_SYS_EVENT_H 1 |
---|
2669 | | #define HAVE_SYS_FILE_H 1 |
---|
2670 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2671 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2672 | | #define HAVE_SYS_LOCK_H 1 |
---|
2673 | | #define HAVE_SYS_PARAM_H 1 |
---|
2674 | | #define HAVE_SYS_RANDOM_H 1 |
---|
2675 | | #define HAVE_SYS_SELECT_H 1 |
---|
2676 | | /* end confdefs.h. */ |
---|
2677 | | #include <sys/sendfile.h> |
---|
2678 | configure:7987: result: no |
---|
2679 | configure:7987: checking for sys/sendfile.h |
---|
2680 | configure:7987: result: no |
---|
2681 | configure:7987: checking sys/socket.h usability |
---|
2682 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2683 | configure:7987: $? = 0 |
---|
2684 | configure:7987: result: yes |
---|
2685 | configure:7987: checking sys/socket.h presence |
---|
2686 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2687 | configure:7987: $? = 0 |
---|
2688 | configure:7987: result: yes |
---|
2689 | configure:7987: checking for sys/socket.h |
---|
2690 | configure:7987: result: yes |
---|
2691 | configure:7987: checking sys/statvfs.h usability |
---|
2692 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2693 | configure:7987: $? = 0 |
---|
2694 | configure:7987: result: yes |
---|
2695 | configure:7987: checking sys/statvfs.h presence |
---|
2696 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2697 | configure:7987: $? = 0 |
---|
2698 | configure:7987: result: yes |
---|
2699 | configure:7987: checking for sys/statvfs.h |
---|
2700 | configure:7987: result: yes |
---|
2701 | configure:7987: checking for sys/stat.h |
---|
2702 | configure:7987: result: yes |
---|
2703 | configure:7987: checking sys/syscall.h usability |
---|
2704 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2705 | configure:7987: $? = 0 |
---|
2706 | configure:7987: result: yes |
---|
2707 | configure:7987: checking sys/syscall.h presence |
---|
2708 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2709 | configure:7987: $? = 0 |
---|
2710 | configure:7987: result: yes |
---|
2711 | configure:7987: checking for sys/syscall.h |
---|
2712 | configure:7987: result: yes |
---|
2713 | configure:7987: checking sys/sys_domain.h usability |
---|
2714 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2715 | configure:7987: $? = 0 |
---|
2716 | configure:7987: result: yes |
---|
2717 | configure:7987: checking sys/sys_domain.h presence |
---|
2718 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2719 | configure:7987: $? = 0 |
---|
2720 | configure:7987: result: yes |
---|
2721 | configure:7987: checking for sys/sys_domain.h |
---|
2722 | configure:7987: result: yes |
---|
2723 | configure:7987: checking sys/termio.h usability |
---|
2724 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2725 | conftest.c:84:10: fatal error: 'sys/termio.h' file not found |
---|
2726 | #include <sys/termio.h> |
---|
2727 | ^~~~~~~~~~~~~~ |
---|
2728 | 1 error generated. |
---|
2729 | configure:7987: $? = 1 |
---|
2730 | configure: failed program was: |
---|
2731 | | /* confdefs.h */ |
---|
2732 | | #define _GNU_SOURCE 1 |
---|
2733 | | #define _NETBSD_SOURCE 1 |
---|
2734 | | #define __BSD_VISIBLE 1 |
---|
2735 | | #define _DARWIN_C_SOURCE 1 |
---|
2736 | | #define _PYTHONFRAMEWORK "Python" |
---|
2737 | | #define STDC_HEADERS 1 |
---|
2738 | | #define HAVE_SYS_TYPES_H 1 |
---|
2739 | | #define HAVE_SYS_STAT_H 1 |
---|
2740 | | #define HAVE_STDLIB_H 1 |
---|
2741 | | #define HAVE_STRING_H 1 |
---|
2742 | | #define HAVE_MEMORY_H 1 |
---|
2743 | | #define HAVE_STRINGS_H 1 |
---|
2744 | | #define HAVE_INTTYPES_H 1 |
---|
2745 | | #define HAVE_STDINT_H 1 |
---|
2746 | | #define HAVE_UNISTD_H 1 |
---|
2747 | | #define __EXTENSIONS__ 1 |
---|
2748 | | #define _ALL_SOURCE 1 |
---|
2749 | | #define _GNU_SOURCE 1 |
---|
2750 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2751 | | #define _TANDEM_SOURCE 1 |
---|
2752 | | #define STDC_HEADERS 1 |
---|
2753 | | #define HAVE_DLFCN_H 1 |
---|
2754 | | #define HAVE_ERRNO_H 1 |
---|
2755 | | #define HAVE_FCNTL_H 1 |
---|
2756 | | #define HAVE_GRP_H 1 |
---|
2757 | | #define HAVE_LANGINFO_H 1 |
---|
2758 | | #define HAVE_LIBINTL_H 1 |
---|
2759 | | #define HAVE_PTHREAD_H 1 |
---|
2760 | | #define HAVE_SCHED_H 1 |
---|
2761 | | #define HAVE_SIGNAL_H 1 |
---|
2762 | | #define HAVE_TERMIOS_H 1 |
---|
2763 | | #define HAVE_UTIME_H 1 |
---|
2764 | | #define HAVE_POLL_H 1 |
---|
2765 | | #define HAVE_SYS_POLL_H 1 |
---|
2766 | | #define HAVE_SYS_XATTR_H 1 |
---|
2767 | | #define HAVE_SYS_EVENT_H 1 |
---|
2768 | | #define HAVE_SYS_FILE_H 1 |
---|
2769 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2770 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2771 | | #define HAVE_SYS_LOCK_H 1 |
---|
2772 | | #define HAVE_SYS_PARAM_H 1 |
---|
2773 | | #define HAVE_SYS_RANDOM_H 1 |
---|
2774 | | #define HAVE_SYS_SELECT_H 1 |
---|
2775 | | #define HAVE_SYS_SOCKET_H 1 |
---|
2776 | | #define HAVE_SYS_STATVFS_H 1 |
---|
2777 | | #define HAVE_SYS_STAT_H 1 |
---|
2778 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2779 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
2780 | | /* end confdefs.h. */ |
---|
2781 | | #include <stdio.h> |
---|
2782 | | #ifdef HAVE_SYS_TYPES_H |
---|
2783 | | # include <sys/types.h> |
---|
2784 | | #endif |
---|
2785 | | #ifdef HAVE_SYS_STAT_H |
---|
2786 | | # include <sys/stat.h> |
---|
2787 | | #endif |
---|
2788 | | #ifdef STDC_HEADERS |
---|
2789 | | # include <stdlib.h> |
---|
2790 | | # include <stddef.h> |
---|
2791 | | #else |
---|
2792 | | # ifdef HAVE_STDLIB_H |
---|
2793 | | # include <stdlib.h> |
---|
2794 | | # endif |
---|
2795 | | #endif |
---|
2796 | | #ifdef HAVE_STRING_H |
---|
2797 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
2798 | | # include <memory.h> |
---|
2799 | | # endif |
---|
2800 | | # include <string.h> |
---|
2801 | | #endif |
---|
2802 | | #ifdef HAVE_STRINGS_H |
---|
2803 | | # include <strings.h> |
---|
2804 | | #endif |
---|
2805 | | #ifdef HAVE_INTTYPES_H |
---|
2806 | | # include <inttypes.h> |
---|
2807 | | #endif |
---|
2808 | | #ifdef HAVE_STDINT_H |
---|
2809 | | # include <stdint.h> |
---|
2810 | | #endif |
---|
2811 | | #ifdef HAVE_UNISTD_H |
---|
2812 | | # include <unistd.h> |
---|
2813 | | #endif |
---|
2814 | | #include <sys/termio.h> |
---|
2815 | configure:7987: result: no |
---|
2816 | configure:7987: checking sys/termio.h presence |
---|
2817 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2818 | conftest.c:51:10: fatal error: 'sys/termio.h' file not found |
---|
2819 | #include <sys/termio.h> |
---|
2820 | ^~~~~~~~~~~~~~ |
---|
2821 | 1 error generated. |
---|
2822 | configure:7987: $? = 1 |
---|
2823 | configure: failed program was: |
---|
2824 | | /* confdefs.h */ |
---|
2825 | | #define _GNU_SOURCE 1 |
---|
2826 | | #define _NETBSD_SOURCE 1 |
---|
2827 | | #define __BSD_VISIBLE 1 |
---|
2828 | | #define _DARWIN_C_SOURCE 1 |
---|
2829 | | #define _PYTHONFRAMEWORK "Python" |
---|
2830 | | #define STDC_HEADERS 1 |
---|
2831 | | #define HAVE_SYS_TYPES_H 1 |
---|
2832 | | #define HAVE_SYS_STAT_H 1 |
---|
2833 | | #define HAVE_STDLIB_H 1 |
---|
2834 | | #define HAVE_STRING_H 1 |
---|
2835 | | #define HAVE_MEMORY_H 1 |
---|
2836 | | #define HAVE_STRINGS_H 1 |
---|
2837 | | #define HAVE_INTTYPES_H 1 |
---|
2838 | | #define HAVE_STDINT_H 1 |
---|
2839 | | #define HAVE_UNISTD_H 1 |
---|
2840 | | #define __EXTENSIONS__ 1 |
---|
2841 | | #define _ALL_SOURCE 1 |
---|
2842 | | #define _GNU_SOURCE 1 |
---|
2843 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2844 | | #define _TANDEM_SOURCE 1 |
---|
2845 | | #define STDC_HEADERS 1 |
---|
2846 | | #define HAVE_DLFCN_H 1 |
---|
2847 | | #define HAVE_ERRNO_H 1 |
---|
2848 | | #define HAVE_FCNTL_H 1 |
---|
2849 | | #define HAVE_GRP_H 1 |
---|
2850 | | #define HAVE_LANGINFO_H 1 |
---|
2851 | | #define HAVE_LIBINTL_H 1 |
---|
2852 | | #define HAVE_PTHREAD_H 1 |
---|
2853 | | #define HAVE_SCHED_H 1 |
---|
2854 | | #define HAVE_SIGNAL_H 1 |
---|
2855 | | #define HAVE_TERMIOS_H 1 |
---|
2856 | | #define HAVE_UTIME_H 1 |
---|
2857 | | #define HAVE_POLL_H 1 |
---|
2858 | | #define HAVE_SYS_POLL_H 1 |
---|
2859 | | #define HAVE_SYS_XATTR_H 1 |
---|
2860 | | #define HAVE_SYS_EVENT_H 1 |
---|
2861 | | #define HAVE_SYS_FILE_H 1 |
---|
2862 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2863 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2864 | | #define HAVE_SYS_LOCK_H 1 |
---|
2865 | | #define HAVE_SYS_PARAM_H 1 |
---|
2866 | | #define HAVE_SYS_RANDOM_H 1 |
---|
2867 | | #define HAVE_SYS_SELECT_H 1 |
---|
2868 | | #define HAVE_SYS_SOCKET_H 1 |
---|
2869 | | #define HAVE_SYS_STATVFS_H 1 |
---|
2870 | | #define HAVE_SYS_STAT_H 1 |
---|
2871 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2872 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
2873 | | /* end confdefs.h. */ |
---|
2874 | | #include <sys/termio.h> |
---|
2875 | configure:7987: result: no |
---|
2876 | configure:7987: checking for sys/termio.h |
---|
2877 | configure:7987: result: no |
---|
2878 | configure:7987: checking sys/time.h usability |
---|
2879 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2880 | configure:7987: $? = 0 |
---|
2881 | configure:7987: result: yes |
---|
2882 | configure:7987: checking sys/time.h presence |
---|
2883 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2884 | configure:7987: $? = 0 |
---|
2885 | configure:7987: result: yes |
---|
2886 | configure:7987: checking for sys/time.h |
---|
2887 | configure:7987: result: yes |
---|
2888 | configure:7987: checking sys/times.h usability |
---|
2889 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2890 | configure:7987: $? = 0 |
---|
2891 | configure:7987: result: yes |
---|
2892 | configure:7987: checking sys/times.h presence |
---|
2893 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2894 | configure:7987: $? = 0 |
---|
2895 | configure:7987: result: yes |
---|
2896 | configure:7987: checking for sys/times.h |
---|
2897 | configure:7987: result: yes |
---|
2898 | configure:7987: checking for sys/types.h |
---|
2899 | configure:7987: result: yes |
---|
2900 | configure:7987: checking sys/uio.h usability |
---|
2901 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2902 | configure:7987: $? = 0 |
---|
2903 | configure:7987: result: yes |
---|
2904 | configure:7987: checking sys/uio.h presence |
---|
2905 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2906 | configure:7987: $? = 0 |
---|
2907 | configure:7987: result: yes |
---|
2908 | configure:7987: checking for sys/uio.h |
---|
2909 | configure:7987: result: yes |
---|
2910 | configure:7987: checking sys/un.h usability |
---|
2911 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2912 | configure:7987: $? = 0 |
---|
2913 | configure:7987: result: yes |
---|
2914 | configure:7987: checking sys/un.h presence |
---|
2915 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2916 | configure:7987: $? = 0 |
---|
2917 | configure:7987: result: yes |
---|
2918 | configure:7987: checking for sys/un.h |
---|
2919 | configure:7987: result: yes |
---|
2920 | configure:7987: checking sys/utsname.h usability |
---|
2921 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2922 | configure:7987: $? = 0 |
---|
2923 | configure:7987: result: yes |
---|
2924 | configure:7987: checking sys/utsname.h presence |
---|
2925 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2926 | configure:7987: $? = 0 |
---|
2927 | configure:7987: result: yes |
---|
2928 | configure:7987: checking for sys/utsname.h |
---|
2929 | configure:7987: result: yes |
---|
2930 | configure:7987: checking sys/wait.h usability |
---|
2931 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2932 | configure:7987: $? = 0 |
---|
2933 | configure:7987: result: yes |
---|
2934 | configure:7987: checking sys/wait.h presence |
---|
2935 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
2936 | configure:7987: $? = 0 |
---|
2937 | configure:7987: result: yes |
---|
2938 | configure:7987: checking for sys/wait.h |
---|
2939 | configure:7987: result: yes |
---|
2940 | configure:7987: checking pty.h usability |
---|
2941 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
2942 | conftest.c:91:10: fatal error: 'pty.h' file not found |
---|
2943 | #include <pty.h> |
---|
2944 | ^~~~~~~ |
---|
2945 | 1 error generated. |
---|
2946 | configure:7987: $? = 1 |
---|
2947 | configure: failed program was: |
---|
2948 | | /* confdefs.h */ |
---|
2949 | | #define _GNU_SOURCE 1 |
---|
2950 | | #define _NETBSD_SOURCE 1 |
---|
2951 | | #define __BSD_VISIBLE 1 |
---|
2952 | | #define _DARWIN_C_SOURCE 1 |
---|
2953 | | #define _PYTHONFRAMEWORK "Python" |
---|
2954 | | #define STDC_HEADERS 1 |
---|
2955 | | #define HAVE_SYS_TYPES_H 1 |
---|
2956 | | #define HAVE_SYS_STAT_H 1 |
---|
2957 | | #define HAVE_STDLIB_H 1 |
---|
2958 | | #define HAVE_STRING_H 1 |
---|
2959 | | #define HAVE_MEMORY_H 1 |
---|
2960 | | #define HAVE_STRINGS_H 1 |
---|
2961 | | #define HAVE_INTTYPES_H 1 |
---|
2962 | | #define HAVE_STDINT_H 1 |
---|
2963 | | #define HAVE_UNISTD_H 1 |
---|
2964 | | #define __EXTENSIONS__ 1 |
---|
2965 | | #define _ALL_SOURCE 1 |
---|
2966 | | #define _GNU_SOURCE 1 |
---|
2967 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
2968 | | #define _TANDEM_SOURCE 1 |
---|
2969 | | #define STDC_HEADERS 1 |
---|
2970 | | #define HAVE_DLFCN_H 1 |
---|
2971 | | #define HAVE_ERRNO_H 1 |
---|
2972 | | #define HAVE_FCNTL_H 1 |
---|
2973 | | #define HAVE_GRP_H 1 |
---|
2974 | | #define HAVE_LANGINFO_H 1 |
---|
2975 | | #define HAVE_LIBINTL_H 1 |
---|
2976 | | #define HAVE_PTHREAD_H 1 |
---|
2977 | | #define HAVE_SCHED_H 1 |
---|
2978 | | #define HAVE_SIGNAL_H 1 |
---|
2979 | | #define HAVE_TERMIOS_H 1 |
---|
2980 | | #define HAVE_UTIME_H 1 |
---|
2981 | | #define HAVE_POLL_H 1 |
---|
2982 | | #define HAVE_SYS_POLL_H 1 |
---|
2983 | | #define HAVE_SYS_XATTR_H 1 |
---|
2984 | | #define HAVE_SYS_EVENT_H 1 |
---|
2985 | | #define HAVE_SYS_FILE_H 1 |
---|
2986 | | #define HAVE_SYS_IOCTL_H 1 |
---|
2987 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
2988 | | #define HAVE_SYS_LOCK_H 1 |
---|
2989 | | #define HAVE_SYS_PARAM_H 1 |
---|
2990 | | #define HAVE_SYS_RANDOM_H 1 |
---|
2991 | | #define HAVE_SYS_SELECT_H 1 |
---|
2992 | | #define HAVE_SYS_SOCKET_H 1 |
---|
2993 | | #define HAVE_SYS_STATVFS_H 1 |
---|
2994 | | #define HAVE_SYS_STAT_H 1 |
---|
2995 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
2996 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
2997 | | #define HAVE_SYS_TIME_H 1 |
---|
2998 | | #define HAVE_SYS_TIMES_H 1 |
---|
2999 | | #define HAVE_SYS_TYPES_H 1 |
---|
3000 | | #define HAVE_SYS_UIO_H 1 |
---|
3001 | | #define HAVE_SYS_UN_H 1 |
---|
3002 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3003 | | #define HAVE_SYS_WAIT_H 1 |
---|
3004 | | /* end confdefs.h. */ |
---|
3005 | | #include <stdio.h> |
---|
3006 | | #ifdef HAVE_SYS_TYPES_H |
---|
3007 | | # include <sys/types.h> |
---|
3008 | | #endif |
---|
3009 | | #ifdef HAVE_SYS_STAT_H |
---|
3010 | | # include <sys/stat.h> |
---|
3011 | | #endif |
---|
3012 | | #ifdef STDC_HEADERS |
---|
3013 | | # include <stdlib.h> |
---|
3014 | | # include <stddef.h> |
---|
3015 | | #else |
---|
3016 | | # ifdef HAVE_STDLIB_H |
---|
3017 | | # include <stdlib.h> |
---|
3018 | | # endif |
---|
3019 | | #endif |
---|
3020 | | #ifdef HAVE_STRING_H |
---|
3021 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3022 | | # include <memory.h> |
---|
3023 | | # endif |
---|
3024 | | # include <string.h> |
---|
3025 | | #endif |
---|
3026 | | #ifdef HAVE_STRINGS_H |
---|
3027 | | # include <strings.h> |
---|
3028 | | #endif |
---|
3029 | | #ifdef HAVE_INTTYPES_H |
---|
3030 | | # include <inttypes.h> |
---|
3031 | | #endif |
---|
3032 | | #ifdef HAVE_STDINT_H |
---|
3033 | | # include <stdint.h> |
---|
3034 | | #endif |
---|
3035 | | #ifdef HAVE_UNISTD_H |
---|
3036 | | # include <unistd.h> |
---|
3037 | | #endif |
---|
3038 | | #include <pty.h> |
---|
3039 | configure:7987: result: no |
---|
3040 | configure:7987: checking pty.h presence |
---|
3041 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3042 | conftest.c:58:10: fatal error: 'pty.h' file not found |
---|
3043 | #include <pty.h> |
---|
3044 | ^~~~~~~ |
---|
3045 | 1 error generated. |
---|
3046 | configure:7987: $? = 1 |
---|
3047 | configure: failed program was: |
---|
3048 | | /* confdefs.h */ |
---|
3049 | | #define _GNU_SOURCE 1 |
---|
3050 | | #define _NETBSD_SOURCE 1 |
---|
3051 | | #define __BSD_VISIBLE 1 |
---|
3052 | | #define _DARWIN_C_SOURCE 1 |
---|
3053 | | #define _PYTHONFRAMEWORK "Python" |
---|
3054 | | #define STDC_HEADERS 1 |
---|
3055 | | #define HAVE_SYS_TYPES_H 1 |
---|
3056 | | #define HAVE_SYS_STAT_H 1 |
---|
3057 | | #define HAVE_STDLIB_H 1 |
---|
3058 | | #define HAVE_STRING_H 1 |
---|
3059 | | #define HAVE_MEMORY_H 1 |
---|
3060 | | #define HAVE_STRINGS_H 1 |
---|
3061 | | #define HAVE_INTTYPES_H 1 |
---|
3062 | | #define HAVE_STDINT_H 1 |
---|
3063 | | #define HAVE_UNISTD_H 1 |
---|
3064 | | #define __EXTENSIONS__ 1 |
---|
3065 | | #define _ALL_SOURCE 1 |
---|
3066 | | #define _GNU_SOURCE 1 |
---|
3067 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3068 | | #define _TANDEM_SOURCE 1 |
---|
3069 | | #define STDC_HEADERS 1 |
---|
3070 | | #define HAVE_DLFCN_H 1 |
---|
3071 | | #define HAVE_ERRNO_H 1 |
---|
3072 | | #define HAVE_FCNTL_H 1 |
---|
3073 | | #define HAVE_GRP_H 1 |
---|
3074 | | #define HAVE_LANGINFO_H 1 |
---|
3075 | | #define HAVE_LIBINTL_H 1 |
---|
3076 | | #define HAVE_PTHREAD_H 1 |
---|
3077 | | #define HAVE_SCHED_H 1 |
---|
3078 | | #define HAVE_SIGNAL_H 1 |
---|
3079 | | #define HAVE_TERMIOS_H 1 |
---|
3080 | | #define HAVE_UTIME_H 1 |
---|
3081 | | #define HAVE_POLL_H 1 |
---|
3082 | | #define HAVE_SYS_POLL_H 1 |
---|
3083 | | #define HAVE_SYS_XATTR_H 1 |
---|
3084 | | #define HAVE_SYS_EVENT_H 1 |
---|
3085 | | #define HAVE_SYS_FILE_H 1 |
---|
3086 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3087 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3088 | | #define HAVE_SYS_LOCK_H 1 |
---|
3089 | | #define HAVE_SYS_PARAM_H 1 |
---|
3090 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3091 | | #define HAVE_SYS_SELECT_H 1 |
---|
3092 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3093 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3094 | | #define HAVE_SYS_STAT_H 1 |
---|
3095 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3096 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3097 | | #define HAVE_SYS_TIME_H 1 |
---|
3098 | | #define HAVE_SYS_TIMES_H 1 |
---|
3099 | | #define HAVE_SYS_TYPES_H 1 |
---|
3100 | | #define HAVE_SYS_UIO_H 1 |
---|
3101 | | #define HAVE_SYS_UN_H 1 |
---|
3102 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3103 | | #define HAVE_SYS_WAIT_H 1 |
---|
3104 | | /* end confdefs.h. */ |
---|
3105 | | #include <pty.h> |
---|
3106 | configure:7987: result: no |
---|
3107 | configure:7987: checking for pty.h |
---|
3108 | configure:7987: result: no |
---|
3109 | configure:7987: checking libutil.h usability |
---|
3110 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3111 | conftest.c:91:10: fatal error: 'libutil.h' file not found |
---|
3112 | #include <libutil.h> |
---|
3113 | ^~~~~~~~~~~ |
---|
3114 | 1 error generated. |
---|
3115 | configure:7987: $? = 1 |
---|
3116 | configure: failed program was: |
---|
3117 | | /* confdefs.h */ |
---|
3118 | | #define _GNU_SOURCE 1 |
---|
3119 | | #define _NETBSD_SOURCE 1 |
---|
3120 | | #define __BSD_VISIBLE 1 |
---|
3121 | | #define _DARWIN_C_SOURCE 1 |
---|
3122 | | #define _PYTHONFRAMEWORK "Python" |
---|
3123 | | #define STDC_HEADERS 1 |
---|
3124 | | #define HAVE_SYS_TYPES_H 1 |
---|
3125 | | #define HAVE_SYS_STAT_H 1 |
---|
3126 | | #define HAVE_STDLIB_H 1 |
---|
3127 | | #define HAVE_STRING_H 1 |
---|
3128 | | #define HAVE_MEMORY_H 1 |
---|
3129 | | #define HAVE_STRINGS_H 1 |
---|
3130 | | #define HAVE_INTTYPES_H 1 |
---|
3131 | | #define HAVE_STDINT_H 1 |
---|
3132 | | #define HAVE_UNISTD_H 1 |
---|
3133 | | #define __EXTENSIONS__ 1 |
---|
3134 | | #define _ALL_SOURCE 1 |
---|
3135 | | #define _GNU_SOURCE 1 |
---|
3136 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3137 | | #define _TANDEM_SOURCE 1 |
---|
3138 | | #define STDC_HEADERS 1 |
---|
3139 | | #define HAVE_DLFCN_H 1 |
---|
3140 | | #define HAVE_ERRNO_H 1 |
---|
3141 | | #define HAVE_FCNTL_H 1 |
---|
3142 | | #define HAVE_GRP_H 1 |
---|
3143 | | #define HAVE_LANGINFO_H 1 |
---|
3144 | | #define HAVE_LIBINTL_H 1 |
---|
3145 | | #define HAVE_PTHREAD_H 1 |
---|
3146 | | #define HAVE_SCHED_H 1 |
---|
3147 | | #define HAVE_SIGNAL_H 1 |
---|
3148 | | #define HAVE_TERMIOS_H 1 |
---|
3149 | | #define HAVE_UTIME_H 1 |
---|
3150 | | #define HAVE_POLL_H 1 |
---|
3151 | | #define HAVE_SYS_POLL_H 1 |
---|
3152 | | #define HAVE_SYS_XATTR_H 1 |
---|
3153 | | #define HAVE_SYS_EVENT_H 1 |
---|
3154 | | #define HAVE_SYS_FILE_H 1 |
---|
3155 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3156 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3157 | | #define HAVE_SYS_LOCK_H 1 |
---|
3158 | | #define HAVE_SYS_PARAM_H 1 |
---|
3159 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3160 | | #define HAVE_SYS_SELECT_H 1 |
---|
3161 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3162 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3163 | | #define HAVE_SYS_STAT_H 1 |
---|
3164 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3165 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3166 | | #define HAVE_SYS_TIME_H 1 |
---|
3167 | | #define HAVE_SYS_TIMES_H 1 |
---|
3168 | | #define HAVE_SYS_TYPES_H 1 |
---|
3169 | | #define HAVE_SYS_UIO_H 1 |
---|
3170 | | #define HAVE_SYS_UN_H 1 |
---|
3171 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3172 | | #define HAVE_SYS_WAIT_H 1 |
---|
3173 | | /* end confdefs.h. */ |
---|
3174 | | #include <stdio.h> |
---|
3175 | | #ifdef HAVE_SYS_TYPES_H |
---|
3176 | | # include <sys/types.h> |
---|
3177 | | #endif |
---|
3178 | | #ifdef HAVE_SYS_STAT_H |
---|
3179 | | # include <sys/stat.h> |
---|
3180 | | #endif |
---|
3181 | | #ifdef STDC_HEADERS |
---|
3182 | | # include <stdlib.h> |
---|
3183 | | # include <stddef.h> |
---|
3184 | | #else |
---|
3185 | | # ifdef HAVE_STDLIB_H |
---|
3186 | | # include <stdlib.h> |
---|
3187 | | # endif |
---|
3188 | | #endif |
---|
3189 | | #ifdef HAVE_STRING_H |
---|
3190 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3191 | | # include <memory.h> |
---|
3192 | | # endif |
---|
3193 | | # include <string.h> |
---|
3194 | | #endif |
---|
3195 | | #ifdef HAVE_STRINGS_H |
---|
3196 | | # include <strings.h> |
---|
3197 | | #endif |
---|
3198 | | #ifdef HAVE_INTTYPES_H |
---|
3199 | | # include <inttypes.h> |
---|
3200 | | #endif |
---|
3201 | | #ifdef HAVE_STDINT_H |
---|
3202 | | # include <stdint.h> |
---|
3203 | | #endif |
---|
3204 | | #ifdef HAVE_UNISTD_H |
---|
3205 | | # include <unistd.h> |
---|
3206 | | #endif |
---|
3207 | | #include <libutil.h> |
---|
3208 | configure:7987: result: no |
---|
3209 | configure:7987: checking libutil.h presence |
---|
3210 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3211 | conftest.c:58:10: fatal error: 'libutil.h' file not found |
---|
3212 | #include <libutil.h> |
---|
3213 | ^~~~~~~~~~~ |
---|
3214 | 1 error generated. |
---|
3215 | configure:7987: $? = 1 |
---|
3216 | configure: failed program was: |
---|
3217 | | /* confdefs.h */ |
---|
3218 | | #define _GNU_SOURCE 1 |
---|
3219 | | #define _NETBSD_SOURCE 1 |
---|
3220 | | #define __BSD_VISIBLE 1 |
---|
3221 | | #define _DARWIN_C_SOURCE 1 |
---|
3222 | | #define _PYTHONFRAMEWORK "Python" |
---|
3223 | | #define STDC_HEADERS 1 |
---|
3224 | | #define HAVE_SYS_TYPES_H 1 |
---|
3225 | | #define HAVE_SYS_STAT_H 1 |
---|
3226 | | #define HAVE_STDLIB_H 1 |
---|
3227 | | #define HAVE_STRING_H 1 |
---|
3228 | | #define HAVE_MEMORY_H 1 |
---|
3229 | | #define HAVE_STRINGS_H 1 |
---|
3230 | | #define HAVE_INTTYPES_H 1 |
---|
3231 | | #define HAVE_STDINT_H 1 |
---|
3232 | | #define HAVE_UNISTD_H 1 |
---|
3233 | | #define __EXTENSIONS__ 1 |
---|
3234 | | #define _ALL_SOURCE 1 |
---|
3235 | | #define _GNU_SOURCE 1 |
---|
3236 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3237 | | #define _TANDEM_SOURCE 1 |
---|
3238 | | #define STDC_HEADERS 1 |
---|
3239 | | #define HAVE_DLFCN_H 1 |
---|
3240 | | #define HAVE_ERRNO_H 1 |
---|
3241 | | #define HAVE_FCNTL_H 1 |
---|
3242 | | #define HAVE_GRP_H 1 |
---|
3243 | | #define HAVE_LANGINFO_H 1 |
---|
3244 | | #define HAVE_LIBINTL_H 1 |
---|
3245 | | #define HAVE_PTHREAD_H 1 |
---|
3246 | | #define HAVE_SCHED_H 1 |
---|
3247 | | #define HAVE_SIGNAL_H 1 |
---|
3248 | | #define HAVE_TERMIOS_H 1 |
---|
3249 | | #define HAVE_UTIME_H 1 |
---|
3250 | | #define HAVE_POLL_H 1 |
---|
3251 | | #define HAVE_SYS_POLL_H 1 |
---|
3252 | | #define HAVE_SYS_XATTR_H 1 |
---|
3253 | | #define HAVE_SYS_EVENT_H 1 |
---|
3254 | | #define HAVE_SYS_FILE_H 1 |
---|
3255 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3256 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3257 | | #define HAVE_SYS_LOCK_H 1 |
---|
3258 | | #define HAVE_SYS_PARAM_H 1 |
---|
3259 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3260 | | #define HAVE_SYS_SELECT_H 1 |
---|
3261 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3262 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3263 | | #define HAVE_SYS_STAT_H 1 |
---|
3264 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3265 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3266 | | #define HAVE_SYS_TIME_H 1 |
---|
3267 | | #define HAVE_SYS_TIMES_H 1 |
---|
3268 | | #define HAVE_SYS_TYPES_H 1 |
---|
3269 | | #define HAVE_SYS_UIO_H 1 |
---|
3270 | | #define HAVE_SYS_UN_H 1 |
---|
3271 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3272 | | #define HAVE_SYS_WAIT_H 1 |
---|
3273 | | /* end confdefs.h. */ |
---|
3274 | | #include <libutil.h> |
---|
3275 | configure:7987: result: no |
---|
3276 | configure:7987: checking for libutil.h |
---|
3277 | configure:7987: result: no |
---|
3278 | configure:7987: checking sys/resource.h usability |
---|
3279 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3280 | configure:7987: $? = 0 |
---|
3281 | configure:7987: result: yes |
---|
3282 | configure:7987: checking sys/resource.h presence |
---|
3283 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3284 | configure:7987: $? = 0 |
---|
3285 | configure:7987: result: yes |
---|
3286 | configure:7987: checking for sys/resource.h |
---|
3287 | configure:7987: result: yes |
---|
3288 | configure:7987: checking netpacket/packet.h usability |
---|
3289 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3290 | conftest.c:92:10: fatal error: 'netpacket/packet.h' file not found |
---|
3291 | #include <netpacket/packet.h> |
---|
3292 | ^~~~~~~~~~~~~~~~~~~~ |
---|
3293 | 1 error generated. |
---|
3294 | configure:7987: $? = 1 |
---|
3295 | configure: failed program was: |
---|
3296 | | /* confdefs.h */ |
---|
3297 | | #define _GNU_SOURCE 1 |
---|
3298 | | #define _NETBSD_SOURCE 1 |
---|
3299 | | #define __BSD_VISIBLE 1 |
---|
3300 | | #define _DARWIN_C_SOURCE 1 |
---|
3301 | | #define _PYTHONFRAMEWORK "Python" |
---|
3302 | | #define STDC_HEADERS 1 |
---|
3303 | | #define HAVE_SYS_TYPES_H 1 |
---|
3304 | | #define HAVE_SYS_STAT_H 1 |
---|
3305 | | #define HAVE_STDLIB_H 1 |
---|
3306 | | #define HAVE_STRING_H 1 |
---|
3307 | | #define HAVE_MEMORY_H 1 |
---|
3308 | | #define HAVE_STRINGS_H 1 |
---|
3309 | | #define HAVE_INTTYPES_H 1 |
---|
3310 | | #define HAVE_STDINT_H 1 |
---|
3311 | | #define HAVE_UNISTD_H 1 |
---|
3312 | | #define __EXTENSIONS__ 1 |
---|
3313 | | #define _ALL_SOURCE 1 |
---|
3314 | | #define _GNU_SOURCE 1 |
---|
3315 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3316 | | #define _TANDEM_SOURCE 1 |
---|
3317 | | #define STDC_HEADERS 1 |
---|
3318 | | #define HAVE_DLFCN_H 1 |
---|
3319 | | #define HAVE_ERRNO_H 1 |
---|
3320 | | #define HAVE_FCNTL_H 1 |
---|
3321 | | #define HAVE_GRP_H 1 |
---|
3322 | | #define HAVE_LANGINFO_H 1 |
---|
3323 | | #define HAVE_LIBINTL_H 1 |
---|
3324 | | #define HAVE_PTHREAD_H 1 |
---|
3325 | | #define HAVE_SCHED_H 1 |
---|
3326 | | #define HAVE_SIGNAL_H 1 |
---|
3327 | | #define HAVE_TERMIOS_H 1 |
---|
3328 | | #define HAVE_UTIME_H 1 |
---|
3329 | | #define HAVE_POLL_H 1 |
---|
3330 | | #define HAVE_SYS_POLL_H 1 |
---|
3331 | | #define HAVE_SYS_XATTR_H 1 |
---|
3332 | | #define HAVE_SYS_EVENT_H 1 |
---|
3333 | | #define HAVE_SYS_FILE_H 1 |
---|
3334 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3335 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3336 | | #define HAVE_SYS_LOCK_H 1 |
---|
3337 | | #define HAVE_SYS_PARAM_H 1 |
---|
3338 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3339 | | #define HAVE_SYS_SELECT_H 1 |
---|
3340 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3341 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3342 | | #define HAVE_SYS_STAT_H 1 |
---|
3343 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3344 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3345 | | #define HAVE_SYS_TIME_H 1 |
---|
3346 | | #define HAVE_SYS_TIMES_H 1 |
---|
3347 | | #define HAVE_SYS_TYPES_H 1 |
---|
3348 | | #define HAVE_SYS_UIO_H 1 |
---|
3349 | | #define HAVE_SYS_UN_H 1 |
---|
3350 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3351 | | #define HAVE_SYS_WAIT_H 1 |
---|
3352 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3353 | | /* end confdefs.h. */ |
---|
3354 | | #include <stdio.h> |
---|
3355 | | #ifdef HAVE_SYS_TYPES_H |
---|
3356 | | # include <sys/types.h> |
---|
3357 | | #endif |
---|
3358 | | #ifdef HAVE_SYS_STAT_H |
---|
3359 | | # include <sys/stat.h> |
---|
3360 | | #endif |
---|
3361 | | #ifdef STDC_HEADERS |
---|
3362 | | # include <stdlib.h> |
---|
3363 | | # include <stddef.h> |
---|
3364 | | #else |
---|
3365 | | # ifdef HAVE_STDLIB_H |
---|
3366 | | # include <stdlib.h> |
---|
3367 | | # endif |
---|
3368 | | #endif |
---|
3369 | | #ifdef HAVE_STRING_H |
---|
3370 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3371 | | # include <memory.h> |
---|
3372 | | # endif |
---|
3373 | | # include <string.h> |
---|
3374 | | #endif |
---|
3375 | | #ifdef HAVE_STRINGS_H |
---|
3376 | | # include <strings.h> |
---|
3377 | | #endif |
---|
3378 | | #ifdef HAVE_INTTYPES_H |
---|
3379 | | # include <inttypes.h> |
---|
3380 | | #endif |
---|
3381 | | #ifdef HAVE_STDINT_H |
---|
3382 | | # include <stdint.h> |
---|
3383 | | #endif |
---|
3384 | | #ifdef HAVE_UNISTD_H |
---|
3385 | | # include <unistd.h> |
---|
3386 | | #endif |
---|
3387 | | #include <netpacket/packet.h> |
---|
3388 | configure:7987: result: no |
---|
3389 | configure:7987: checking netpacket/packet.h presence |
---|
3390 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3391 | conftest.c:59:10: fatal error: 'netpacket/packet.h' file not found |
---|
3392 | #include <netpacket/packet.h> |
---|
3393 | ^~~~~~~~~~~~~~~~~~~~ |
---|
3394 | 1 error generated. |
---|
3395 | configure:7987: $? = 1 |
---|
3396 | configure: failed program was: |
---|
3397 | | /* confdefs.h */ |
---|
3398 | | #define _GNU_SOURCE 1 |
---|
3399 | | #define _NETBSD_SOURCE 1 |
---|
3400 | | #define __BSD_VISIBLE 1 |
---|
3401 | | #define _DARWIN_C_SOURCE 1 |
---|
3402 | | #define _PYTHONFRAMEWORK "Python" |
---|
3403 | | #define STDC_HEADERS 1 |
---|
3404 | | #define HAVE_SYS_TYPES_H 1 |
---|
3405 | | #define HAVE_SYS_STAT_H 1 |
---|
3406 | | #define HAVE_STDLIB_H 1 |
---|
3407 | | #define HAVE_STRING_H 1 |
---|
3408 | | #define HAVE_MEMORY_H 1 |
---|
3409 | | #define HAVE_STRINGS_H 1 |
---|
3410 | | #define HAVE_INTTYPES_H 1 |
---|
3411 | | #define HAVE_STDINT_H 1 |
---|
3412 | | #define HAVE_UNISTD_H 1 |
---|
3413 | | #define __EXTENSIONS__ 1 |
---|
3414 | | #define _ALL_SOURCE 1 |
---|
3415 | | #define _GNU_SOURCE 1 |
---|
3416 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3417 | | #define _TANDEM_SOURCE 1 |
---|
3418 | | #define STDC_HEADERS 1 |
---|
3419 | | #define HAVE_DLFCN_H 1 |
---|
3420 | | #define HAVE_ERRNO_H 1 |
---|
3421 | | #define HAVE_FCNTL_H 1 |
---|
3422 | | #define HAVE_GRP_H 1 |
---|
3423 | | #define HAVE_LANGINFO_H 1 |
---|
3424 | | #define HAVE_LIBINTL_H 1 |
---|
3425 | | #define HAVE_PTHREAD_H 1 |
---|
3426 | | #define HAVE_SCHED_H 1 |
---|
3427 | | #define HAVE_SIGNAL_H 1 |
---|
3428 | | #define HAVE_TERMIOS_H 1 |
---|
3429 | | #define HAVE_UTIME_H 1 |
---|
3430 | | #define HAVE_POLL_H 1 |
---|
3431 | | #define HAVE_SYS_POLL_H 1 |
---|
3432 | | #define HAVE_SYS_XATTR_H 1 |
---|
3433 | | #define HAVE_SYS_EVENT_H 1 |
---|
3434 | | #define HAVE_SYS_FILE_H 1 |
---|
3435 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3436 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3437 | | #define HAVE_SYS_LOCK_H 1 |
---|
3438 | | #define HAVE_SYS_PARAM_H 1 |
---|
3439 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3440 | | #define HAVE_SYS_SELECT_H 1 |
---|
3441 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3442 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3443 | | #define HAVE_SYS_STAT_H 1 |
---|
3444 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3445 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3446 | | #define HAVE_SYS_TIME_H 1 |
---|
3447 | | #define HAVE_SYS_TIMES_H 1 |
---|
3448 | | #define HAVE_SYS_TYPES_H 1 |
---|
3449 | | #define HAVE_SYS_UIO_H 1 |
---|
3450 | | #define HAVE_SYS_UN_H 1 |
---|
3451 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3452 | | #define HAVE_SYS_WAIT_H 1 |
---|
3453 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3454 | | /* end confdefs.h. */ |
---|
3455 | | #include <netpacket/packet.h> |
---|
3456 | configure:7987: result: no |
---|
3457 | configure:7987: checking for netpacket/packet.h |
---|
3458 | configure:7987: result: no |
---|
3459 | configure:7987: checking sysexits.h usability |
---|
3460 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3461 | configure:7987: $? = 0 |
---|
3462 | configure:7987: result: yes |
---|
3463 | configure:7987: checking sysexits.h presence |
---|
3464 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3465 | configure:7987: $? = 0 |
---|
3466 | configure:7987: result: yes |
---|
3467 | configure:7987: checking for sysexits.h |
---|
3468 | configure:7987: result: yes |
---|
3469 | configure:7987: checking bluetooth.h usability |
---|
3470 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3471 | conftest.c:93:10: fatal error: 'bluetooth.h' file not found |
---|
3472 | #include <bluetooth.h> |
---|
3473 | ^~~~~~~~~~~~~ |
---|
3474 | 1 error generated. |
---|
3475 | configure:7987: $? = 1 |
---|
3476 | configure: failed program was: |
---|
3477 | | /* confdefs.h */ |
---|
3478 | | #define _GNU_SOURCE 1 |
---|
3479 | | #define _NETBSD_SOURCE 1 |
---|
3480 | | #define __BSD_VISIBLE 1 |
---|
3481 | | #define _DARWIN_C_SOURCE 1 |
---|
3482 | | #define _PYTHONFRAMEWORK "Python" |
---|
3483 | | #define STDC_HEADERS 1 |
---|
3484 | | #define HAVE_SYS_TYPES_H 1 |
---|
3485 | | #define HAVE_SYS_STAT_H 1 |
---|
3486 | | #define HAVE_STDLIB_H 1 |
---|
3487 | | #define HAVE_STRING_H 1 |
---|
3488 | | #define HAVE_MEMORY_H 1 |
---|
3489 | | #define HAVE_STRINGS_H 1 |
---|
3490 | | #define HAVE_INTTYPES_H 1 |
---|
3491 | | #define HAVE_STDINT_H 1 |
---|
3492 | | #define HAVE_UNISTD_H 1 |
---|
3493 | | #define __EXTENSIONS__ 1 |
---|
3494 | | #define _ALL_SOURCE 1 |
---|
3495 | | #define _GNU_SOURCE 1 |
---|
3496 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3497 | | #define _TANDEM_SOURCE 1 |
---|
3498 | | #define STDC_HEADERS 1 |
---|
3499 | | #define HAVE_DLFCN_H 1 |
---|
3500 | | #define HAVE_ERRNO_H 1 |
---|
3501 | | #define HAVE_FCNTL_H 1 |
---|
3502 | | #define HAVE_GRP_H 1 |
---|
3503 | | #define HAVE_LANGINFO_H 1 |
---|
3504 | | #define HAVE_LIBINTL_H 1 |
---|
3505 | | #define HAVE_PTHREAD_H 1 |
---|
3506 | | #define HAVE_SCHED_H 1 |
---|
3507 | | #define HAVE_SIGNAL_H 1 |
---|
3508 | | #define HAVE_TERMIOS_H 1 |
---|
3509 | | #define HAVE_UTIME_H 1 |
---|
3510 | | #define HAVE_POLL_H 1 |
---|
3511 | | #define HAVE_SYS_POLL_H 1 |
---|
3512 | | #define HAVE_SYS_XATTR_H 1 |
---|
3513 | | #define HAVE_SYS_EVENT_H 1 |
---|
3514 | | #define HAVE_SYS_FILE_H 1 |
---|
3515 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3516 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3517 | | #define HAVE_SYS_LOCK_H 1 |
---|
3518 | | #define HAVE_SYS_PARAM_H 1 |
---|
3519 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3520 | | #define HAVE_SYS_SELECT_H 1 |
---|
3521 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3522 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3523 | | #define HAVE_SYS_STAT_H 1 |
---|
3524 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3525 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3526 | | #define HAVE_SYS_TIME_H 1 |
---|
3527 | | #define HAVE_SYS_TIMES_H 1 |
---|
3528 | | #define HAVE_SYS_TYPES_H 1 |
---|
3529 | | #define HAVE_SYS_UIO_H 1 |
---|
3530 | | #define HAVE_SYS_UN_H 1 |
---|
3531 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3532 | | #define HAVE_SYS_WAIT_H 1 |
---|
3533 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3534 | | #define HAVE_SYSEXITS_H 1 |
---|
3535 | | /* end confdefs.h. */ |
---|
3536 | | #include <stdio.h> |
---|
3537 | | #ifdef HAVE_SYS_TYPES_H |
---|
3538 | | # include <sys/types.h> |
---|
3539 | | #endif |
---|
3540 | | #ifdef HAVE_SYS_STAT_H |
---|
3541 | | # include <sys/stat.h> |
---|
3542 | | #endif |
---|
3543 | | #ifdef STDC_HEADERS |
---|
3544 | | # include <stdlib.h> |
---|
3545 | | # include <stddef.h> |
---|
3546 | | #else |
---|
3547 | | # ifdef HAVE_STDLIB_H |
---|
3548 | | # include <stdlib.h> |
---|
3549 | | # endif |
---|
3550 | | #endif |
---|
3551 | | #ifdef HAVE_STRING_H |
---|
3552 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3553 | | # include <memory.h> |
---|
3554 | | # endif |
---|
3555 | | # include <string.h> |
---|
3556 | | #endif |
---|
3557 | | #ifdef HAVE_STRINGS_H |
---|
3558 | | # include <strings.h> |
---|
3559 | | #endif |
---|
3560 | | #ifdef HAVE_INTTYPES_H |
---|
3561 | | # include <inttypes.h> |
---|
3562 | | #endif |
---|
3563 | | #ifdef HAVE_STDINT_H |
---|
3564 | | # include <stdint.h> |
---|
3565 | | #endif |
---|
3566 | | #ifdef HAVE_UNISTD_H |
---|
3567 | | # include <unistd.h> |
---|
3568 | | #endif |
---|
3569 | | #include <bluetooth.h> |
---|
3570 | configure:7987: result: no |
---|
3571 | configure:7987: checking bluetooth.h presence |
---|
3572 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3573 | conftest.c:60:10: fatal error: 'bluetooth.h' file not found |
---|
3574 | #include <bluetooth.h> |
---|
3575 | ^~~~~~~~~~~~~ |
---|
3576 | 1 error generated. |
---|
3577 | configure:7987: $? = 1 |
---|
3578 | configure: failed program was: |
---|
3579 | | /* confdefs.h */ |
---|
3580 | | #define _GNU_SOURCE 1 |
---|
3581 | | #define _NETBSD_SOURCE 1 |
---|
3582 | | #define __BSD_VISIBLE 1 |
---|
3583 | | #define _DARWIN_C_SOURCE 1 |
---|
3584 | | #define _PYTHONFRAMEWORK "Python" |
---|
3585 | | #define STDC_HEADERS 1 |
---|
3586 | | #define HAVE_SYS_TYPES_H 1 |
---|
3587 | | #define HAVE_SYS_STAT_H 1 |
---|
3588 | | #define HAVE_STDLIB_H 1 |
---|
3589 | | #define HAVE_STRING_H 1 |
---|
3590 | | #define HAVE_MEMORY_H 1 |
---|
3591 | | #define HAVE_STRINGS_H 1 |
---|
3592 | | #define HAVE_INTTYPES_H 1 |
---|
3593 | | #define HAVE_STDINT_H 1 |
---|
3594 | | #define HAVE_UNISTD_H 1 |
---|
3595 | | #define __EXTENSIONS__ 1 |
---|
3596 | | #define _ALL_SOURCE 1 |
---|
3597 | | #define _GNU_SOURCE 1 |
---|
3598 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3599 | | #define _TANDEM_SOURCE 1 |
---|
3600 | | #define STDC_HEADERS 1 |
---|
3601 | | #define HAVE_DLFCN_H 1 |
---|
3602 | | #define HAVE_ERRNO_H 1 |
---|
3603 | | #define HAVE_FCNTL_H 1 |
---|
3604 | | #define HAVE_GRP_H 1 |
---|
3605 | | #define HAVE_LANGINFO_H 1 |
---|
3606 | | #define HAVE_LIBINTL_H 1 |
---|
3607 | | #define HAVE_PTHREAD_H 1 |
---|
3608 | | #define HAVE_SCHED_H 1 |
---|
3609 | | #define HAVE_SIGNAL_H 1 |
---|
3610 | | #define HAVE_TERMIOS_H 1 |
---|
3611 | | #define HAVE_UTIME_H 1 |
---|
3612 | | #define HAVE_POLL_H 1 |
---|
3613 | | #define HAVE_SYS_POLL_H 1 |
---|
3614 | | #define HAVE_SYS_XATTR_H 1 |
---|
3615 | | #define HAVE_SYS_EVENT_H 1 |
---|
3616 | | #define HAVE_SYS_FILE_H 1 |
---|
3617 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3618 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3619 | | #define HAVE_SYS_LOCK_H 1 |
---|
3620 | | #define HAVE_SYS_PARAM_H 1 |
---|
3621 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3622 | | #define HAVE_SYS_SELECT_H 1 |
---|
3623 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3624 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3625 | | #define HAVE_SYS_STAT_H 1 |
---|
3626 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3627 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3628 | | #define HAVE_SYS_TIME_H 1 |
---|
3629 | | #define HAVE_SYS_TIMES_H 1 |
---|
3630 | | #define HAVE_SYS_TYPES_H 1 |
---|
3631 | | #define HAVE_SYS_UIO_H 1 |
---|
3632 | | #define HAVE_SYS_UN_H 1 |
---|
3633 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3634 | | #define HAVE_SYS_WAIT_H 1 |
---|
3635 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3636 | | #define HAVE_SYSEXITS_H 1 |
---|
3637 | | /* end confdefs.h. */ |
---|
3638 | | #include <bluetooth.h> |
---|
3639 | configure:7987: result: no |
---|
3640 | configure:7987: checking for bluetooth.h |
---|
3641 | configure:7987: result: no |
---|
3642 | configure:7987: checking linux/tipc.h usability |
---|
3643 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3644 | conftest.c:93:10: fatal error: 'linux/tipc.h' file not found |
---|
3645 | #include <linux/tipc.h> |
---|
3646 | ^~~~~~~~~~~~~~ |
---|
3647 | 1 error generated. |
---|
3648 | configure:7987: $? = 1 |
---|
3649 | configure: failed program was: |
---|
3650 | | /* confdefs.h */ |
---|
3651 | | #define _GNU_SOURCE 1 |
---|
3652 | | #define _NETBSD_SOURCE 1 |
---|
3653 | | #define __BSD_VISIBLE 1 |
---|
3654 | | #define _DARWIN_C_SOURCE 1 |
---|
3655 | | #define _PYTHONFRAMEWORK "Python" |
---|
3656 | | #define STDC_HEADERS 1 |
---|
3657 | | #define HAVE_SYS_TYPES_H 1 |
---|
3658 | | #define HAVE_SYS_STAT_H 1 |
---|
3659 | | #define HAVE_STDLIB_H 1 |
---|
3660 | | #define HAVE_STRING_H 1 |
---|
3661 | | #define HAVE_MEMORY_H 1 |
---|
3662 | | #define HAVE_STRINGS_H 1 |
---|
3663 | | #define HAVE_INTTYPES_H 1 |
---|
3664 | | #define HAVE_STDINT_H 1 |
---|
3665 | | #define HAVE_UNISTD_H 1 |
---|
3666 | | #define __EXTENSIONS__ 1 |
---|
3667 | | #define _ALL_SOURCE 1 |
---|
3668 | | #define _GNU_SOURCE 1 |
---|
3669 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3670 | | #define _TANDEM_SOURCE 1 |
---|
3671 | | #define STDC_HEADERS 1 |
---|
3672 | | #define HAVE_DLFCN_H 1 |
---|
3673 | | #define HAVE_ERRNO_H 1 |
---|
3674 | | #define HAVE_FCNTL_H 1 |
---|
3675 | | #define HAVE_GRP_H 1 |
---|
3676 | | #define HAVE_LANGINFO_H 1 |
---|
3677 | | #define HAVE_LIBINTL_H 1 |
---|
3678 | | #define HAVE_PTHREAD_H 1 |
---|
3679 | | #define HAVE_SCHED_H 1 |
---|
3680 | | #define HAVE_SIGNAL_H 1 |
---|
3681 | | #define HAVE_TERMIOS_H 1 |
---|
3682 | | #define HAVE_UTIME_H 1 |
---|
3683 | | #define HAVE_POLL_H 1 |
---|
3684 | | #define HAVE_SYS_POLL_H 1 |
---|
3685 | | #define HAVE_SYS_XATTR_H 1 |
---|
3686 | | #define HAVE_SYS_EVENT_H 1 |
---|
3687 | | #define HAVE_SYS_FILE_H 1 |
---|
3688 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3689 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3690 | | #define HAVE_SYS_LOCK_H 1 |
---|
3691 | | #define HAVE_SYS_PARAM_H 1 |
---|
3692 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3693 | | #define HAVE_SYS_SELECT_H 1 |
---|
3694 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3695 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3696 | | #define HAVE_SYS_STAT_H 1 |
---|
3697 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3698 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3699 | | #define HAVE_SYS_TIME_H 1 |
---|
3700 | | #define HAVE_SYS_TIMES_H 1 |
---|
3701 | | #define HAVE_SYS_TYPES_H 1 |
---|
3702 | | #define HAVE_SYS_UIO_H 1 |
---|
3703 | | #define HAVE_SYS_UN_H 1 |
---|
3704 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3705 | | #define HAVE_SYS_WAIT_H 1 |
---|
3706 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3707 | | #define HAVE_SYSEXITS_H 1 |
---|
3708 | | /* end confdefs.h. */ |
---|
3709 | | #include <stdio.h> |
---|
3710 | | #ifdef HAVE_SYS_TYPES_H |
---|
3711 | | # include <sys/types.h> |
---|
3712 | | #endif |
---|
3713 | | #ifdef HAVE_SYS_STAT_H |
---|
3714 | | # include <sys/stat.h> |
---|
3715 | | #endif |
---|
3716 | | #ifdef STDC_HEADERS |
---|
3717 | | # include <stdlib.h> |
---|
3718 | | # include <stddef.h> |
---|
3719 | | #else |
---|
3720 | | # ifdef HAVE_STDLIB_H |
---|
3721 | | # include <stdlib.h> |
---|
3722 | | # endif |
---|
3723 | | #endif |
---|
3724 | | #ifdef HAVE_STRING_H |
---|
3725 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3726 | | # include <memory.h> |
---|
3727 | | # endif |
---|
3728 | | # include <string.h> |
---|
3729 | | #endif |
---|
3730 | | #ifdef HAVE_STRINGS_H |
---|
3731 | | # include <strings.h> |
---|
3732 | | #endif |
---|
3733 | | #ifdef HAVE_INTTYPES_H |
---|
3734 | | # include <inttypes.h> |
---|
3735 | | #endif |
---|
3736 | | #ifdef HAVE_STDINT_H |
---|
3737 | | # include <stdint.h> |
---|
3738 | | #endif |
---|
3739 | | #ifdef HAVE_UNISTD_H |
---|
3740 | | # include <unistd.h> |
---|
3741 | | #endif |
---|
3742 | | #include <linux/tipc.h> |
---|
3743 | configure:7987: result: no |
---|
3744 | configure:7987: checking linux/tipc.h presence |
---|
3745 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3746 | conftest.c:60:10: fatal error: 'linux/tipc.h' file not found |
---|
3747 | #include <linux/tipc.h> |
---|
3748 | ^~~~~~~~~~~~~~ |
---|
3749 | 1 error generated. |
---|
3750 | configure:7987: $? = 1 |
---|
3751 | configure: failed program was: |
---|
3752 | | /* confdefs.h */ |
---|
3753 | | #define _GNU_SOURCE 1 |
---|
3754 | | #define _NETBSD_SOURCE 1 |
---|
3755 | | #define __BSD_VISIBLE 1 |
---|
3756 | | #define _DARWIN_C_SOURCE 1 |
---|
3757 | | #define _PYTHONFRAMEWORK "Python" |
---|
3758 | | #define STDC_HEADERS 1 |
---|
3759 | | #define HAVE_SYS_TYPES_H 1 |
---|
3760 | | #define HAVE_SYS_STAT_H 1 |
---|
3761 | | #define HAVE_STDLIB_H 1 |
---|
3762 | | #define HAVE_STRING_H 1 |
---|
3763 | | #define HAVE_MEMORY_H 1 |
---|
3764 | | #define HAVE_STRINGS_H 1 |
---|
3765 | | #define HAVE_INTTYPES_H 1 |
---|
3766 | | #define HAVE_STDINT_H 1 |
---|
3767 | | #define HAVE_UNISTD_H 1 |
---|
3768 | | #define __EXTENSIONS__ 1 |
---|
3769 | | #define _ALL_SOURCE 1 |
---|
3770 | | #define _GNU_SOURCE 1 |
---|
3771 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3772 | | #define _TANDEM_SOURCE 1 |
---|
3773 | | #define STDC_HEADERS 1 |
---|
3774 | | #define HAVE_DLFCN_H 1 |
---|
3775 | | #define HAVE_ERRNO_H 1 |
---|
3776 | | #define HAVE_FCNTL_H 1 |
---|
3777 | | #define HAVE_GRP_H 1 |
---|
3778 | | #define HAVE_LANGINFO_H 1 |
---|
3779 | | #define HAVE_LIBINTL_H 1 |
---|
3780 | | #define HAVE_PTHREAD_H 1 |
---|
3781 | | #define HAVE_SCHED_H 1 |
---|
3782 | | #define HAVE_SIGNAL_H 1 |
---|
3783 | | #define HAVE_TERMIOS_H 1 |
---|
3784 | | #define HAVE_UTIME_H 1 |
---|
3785 | | #define HAVE_POLL_H 1 |
---|
3786 | | #define HAVE_SYS_POLL_H 1 |
---|
3787 | | #define HAVE_SYS_XATTR_H 1 |
---|
3788 | | #define HAVE_SYS_EVENT_H 1 |
---|
3789 | | #define HAVE_SYS_FILE_H 1 |
---|
3790 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3791 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3792 | | #define HAVE_SYS_LOCK_H 1 |
---|
3793 | | #define HAVE_SYS_PARAM_H 1 |
---|
3794 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3795 | | #define HAVE_SYS_SELECT_H 1 |
---|
3796 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3797 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3798 | | #define HAVE_SYS_STAT_H 1 |
---|
3799 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3800 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3801 | | #define HAVE_SYS_TIME_H 1 |
---|
3802 | | #define HAVE_SYS_TIMES_H 1 |
---|
3803 | | #define HAVE_SYS_TYPES_H 1 |
---|
3804 | | #define HAVE_SYS_UIO_H 1 |
---|
3805 | | #define HAVE_SYS_UN_H 1 |
---|
3806 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3807 | | #define HAVE_SYS_WAIT_H 1 |
---|
3808 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3809 | | #define HAVE_SYSEXITS_H 1 |
---|
3810 | | /* end confdefs.h. */ |
---|
3811 | | #include <linux/tipc.h> |
---|
3812 | configure:7987: result: no |
---|
3813 | configure:7987: checking for linux/tipc.h |
---|
3814 | configure:7987: result: no |
---|
3815 | configure:7987: checking linux/random.h usability |
---|
3816 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3817 | conftest.c:93:10: fatal error: 'linux/random.h' file not found |
---|
3818 | #include <linux/random.h> |
---|
3819 | ^~~~~~~~~~~~~~~~ |
---|
3820 | 1 error generated. |
---|
3821 | configure:7987: $? = 1 |
---|
3822 | configure: failed program was: |
---|
3823 | | /* confdefs.h */ |
---|
3824 | | #define _GNU_SOURCE 1 |
---|
3825 | | #define _NETBSD_SOURCE 1 |
---|
3826 | | #define __BSD_VISIBLE 1 |
---|
3827 | | #define _DARWIN_C_SOURCE 1 |
---|
3828 | | #define _PYTHONFRAMEWORK "Python" |
---|
3829 | | #define STDC_HEADERS 1 |
---|
3830 | | #define HAVE_SYS_TYPES_H 1 |
---|
3831 | | #define HAVE_SYS_STAT_H 1 |
---|
3832 | | #define HAVE_STDLIB_H 1 |
---|
3833 | | #define HAVE_STRING_H 1 |
---|
3834 | | #define HAVE_MEMORY_H 1 |
---|
3835 | | #define HAVE_STRINGS_H 1 |
---|
3836 | | #define HAVE_INTTYPES_H 1 |
---|
3837 | | #define HAVE_STDINT_H 1 |
---|
3838 | | #define HAVE_UNISTD_H 1 |
---|
3839 | | #define __EXTENSIONS__ 1 |
---|
3840 | | #define _ALL_SOURCE 1 |
---|
3841 | | #define _GNU_SOURCE 1 |
---|
3842 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3843 | | #define _TANDEM_SOURCE 1 |
---|
3844 | | #define STDC_HEADERS 1 |
---|
3845 | | #define HAVE_DLFCN_H 1 |
---|
3846 | | #define HAVE_ERRNO_H 1 |
---|
3847 | | #define HAVE_FCNTL_H 1 |
---|
3848 | | #define HAVE_GRP_H 1 |
---|
3849 | | #define HAVE_LANGINFO_H 1 |
---|
3850 | | #define HAVE_LIBINTL_H 1 |
---|
3851 | | #define HAVE_PTHREAD_H 1 |
---|
3852 | | #define HAVE_SCHED_H 1 |
---|
3853 | | #define HAVE_SIGNAL_H 1 |
---|
3854 | | #define HAVE_TERMIOS_H 1 |
---|
3855 | | #define HAVE_UTIME_H 1 |
---|
3856 | | #define HAVE_POLL_H 1 |
---|
3857 | | #define HAVE_SYS_POLL_H 1 |
---|
3858 | | #define HAVE_SYS_XATTR_H 1 |
---|
3859 | | #define HAVE_SYS_EVENT_H 1 |
---|
3860 | | #define HAVE_SYS_FILE_H 1 |
---|
3861 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3862 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3863 | | #define HAVE_SYS_LOCK_H 1 |
---|
3864 | | #define HAVE_SYS_PARAM_H 1 |
---|
3865 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3866 | | #define HAVE_SYS_SELECT_H 1 |
---|
3867 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3868 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3869 | | #define HAVE_SYS_STAT_H 1 |
---|
3870 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3871 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3872 | | #define HAVE_SYS_TIME_H 1 |
---|
3873 | | #define HAVE_SYS_TIMES_H 1 |
---|
3874 | | #define HAVE_SYS_TYPES_H 1 |
---|
3875 | | #define HAVE_SYS_UIO_H 1 |
---|
3876 | | #define HAVE_SYS_UN_H 1 |
---|
3877 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3878 | | #define HAVE_SYS_WAIT_H 1 |
---|
3879 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3880 | | #define HAVE_SYSEXITS_H 1 |
---|
3881 | | /* end confdefs.h. */ |
---|
3882 | | #include <stdio.h> |
---|
3883 | | #ifdef HAVE_SYS_TYPES_H |
---|
3884 | | # include <sys/types.h> |
---|
3885 | | #endif |
---|
3886 | | #ifdef HAVE_SYS_STAT_H |
---|
3887 | | # include <sys/stat.h> |
---|
3888 | | #endif |
---|
3889 | | #ifdef STDC_HEADERS |
---|
3890 | | # include <stdlib.h> |
---|
3891 | | # include <stddef.h> |
---|
3892 | | #else |
---|
3893 | | # ifdef HAVE_STDLIB_H |
---|
3894 | | # include <stdlib.h> |
---|
3895 | | # endif |
---|
3896 | | #endif |
---|
3897 | | #ifdef HAVE_STRING_H |
---|
3898 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
3899 | | # include <memory.h> |
---|
3900 | | # endif |
---|
3901 | | # include <string.h> |
---|
3902 | | #endif |
---|
3903 | | #ifdef HAVE_STRINGS_H |
---|
3904 | | # include <strings.h> |
---|
3905 | | #endif |
---|
3906 | | #ifdef HAVE_INTTYPES_H |
---|
3907 | | # include <inttypes.h> |
---|
3908 | | #endif |
---|
3909 | | #ifdef HAVE_STDINT_H |
---|
3910 | | # include <stdint.h> |
---|
3911 | | #endif |
---|
3912 | | #ifdef HAVE_UNISTD_H |
---|
3913 | | # include <unistd.h> |
---|
3914 | | #endif |
---|
3915 | | #include <linux/random.h> |
---|
3916 | configure:7987: result: no |
---|
3917 | configure:7987: checking linux/random.h presence |
---|
3918 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3919 | conftest.c:60:10: fatal error: 'linux/random.h' file not found |
---|
3920 | #include <linux/random.h> |
---|
3921 | ^~~~~~~~~~~~~~~~ |
---|
3922 | 1 error generated. |
---|
3923 | configure:7987: $? = 1 |
---|
3924 | configure: failed program was: |
---|
3925 | | /* confdefs.h */ |
---|
3926 | | #define _GNU_SOURCE 1 |
---|
3927 | | #define _NETBSD_SOURCE 1 |
---|
3928 | | #define __BSD_VISIBLE 1 |
---|
3929 | | #define _DARWIN_C_SOURCE 1 |
---|
3930 | | #define _PYTHONFRAMEWORK "Python" |
---|
3931 | | #define STDC_HEADERS 1 |
---|
3932 | | #define HAVE_SYS_TYPES_H 1 |
---|
3933 | | #define HAVE_SYS_STAT_H 1 |
---|
3934 | | #define HAVE_STDLIB_H 1 |
---|
3935 | | #define HAVE_STRING_H 1 |
---|
3936 | | #define HAVE_MEMORY_H 1 |
---|
3937 | | #define HAVE_STRINGS_H 1 |
---|
3938 | | #define HAVE_INTTYPES_H 1 |
---|
3939 | | #define HAVE_STDINT_H 1 |
---|
3940 | | #define HAVE_UNISTD_H 1 |
---|
3941 | | #define __EXTENSIONS__ 1 |
---|
3942 | | #define _ALL_SOURCE 1 |
---|
3943 | | #define _GNU_SOURCE 1 |
---|
3944 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
3945 | | #define _TANDEM_SOURCE 1 |
---|
3946 | | #define STDC_HEADERS 1 |
---|
3947 | | #define HAVE_DLFCN_H 1 |
---|
3948 | | #define HAVE_ERRNO_H 1 |
---|
3949 | | #define HAVE_FCNTL_H 1 |
---|
3950 | | #define HAVE_GRP_H 1 |
---|
3951 | | #define HAVE_LANGINFO_H 1 |
---|
3952 | | #define HAVE_LIBINTL_H 1 |
---|
3953 | | #define HAVE_PTHREAD_H 1 |
---|
3954 | | #define HAVE_SCHED_H 1 |
---|
3955 | | #define HAVE_SIGNAL_H 1 |
---|
3956 | | #define HAVE_TERMIOS_H 1 |
---|
3957 | | #define HAVE_UTIME_H 1 |
---|
3958 | | #define HAVE_POLL_H 1 |
---|
3959 | | #define HAVE_SYS_POLL_H 1 |
---|
3960 | | #define HAVE_SYS_XATTR_H 1 |
---|
3961 | | #define HAVE_SYS_EVENT_H 1 |
---|
3962 | | #define HAVE_SYS_FILE_H 1 |
---|
3963 | | #define HAVE_SYS_IOCTL_H 1 |
---|
3964 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
3965 | | #define HAVE_SYS_LOCK_H 1 |
---|
3966 | | #define HAVE_SYS_PARAM_H 1 |
---|
3967 | | #define HAVE_SYS_RANDOM_H 1 |
---|
3968 | | #define HAVE_SYS_SELECT_H 1 |
---|
3969 | | #define HAVE_SYS_SOCKET_H 1 |
---|
3970 | | #define HAVE_SYS_STATVFS_H 1 |
---|
3971 | | #define HAVE_SYS_STAT_H 1 |
---|
3972 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
3973 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
3974 | | #define HAVE_SYS_TIME_H 1 |
---|
3975 | | #define HAVE_SYS_TIMES_H 1 |
---|
3976 | | #define HAVE_SYS_TYPES_H 1 |
---|
3977 | | #define HAVE_SYS_UIO_H 1 |
---|
3978 | | #define HAVE_SYS_UN_H 1 |
---|
3979 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
3980 | | #define HAVE_SYS_WAIT_H 1 |
---|
3981 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
3982 | | #define HAVE_SYSEXITS_H 1 |
---|
3983 | | /* end confdefs.h. */ |
---|
3984 | | #include <linux/random.h> |
---|
3985 | configure:7987: result: no |
---|
3986 | configure:7987: checking for linux/random.h |
---|
3987 | configure:7987: result: no |
---|
3988 | configure:7987: checking spawn.h usability |
---|
3989 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
3990 | configure:7987: $? = 0 |
---|
3991 | configure:7987: result: yes |
---|
3992 | configure:7987: checking spawn.h presence |
---|
3993 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
3994 | configure:7987: $? = 0 |
---|
3995 | configure:7987: result: yes |
---|
3996 | configure:7987: checking for spawn.h |
---|
3997 | configure:7987: result: yes |
---|
3998 | configure:7987: checking util.h usability |
---|
3999 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4000 | configure:7987: $? = 0 |
---|
4001 | configure:7987: result: yes |
---|
4002 | configure:7987: checking util.h presence |
---|
4003 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4004 | configure:7987: $? = 0 |
---|
4005 | configure:7987: result: yes |
---|
4006 | configure:7987: checking for util.h |
---|
4007 | configure:7987: result: yes |
---|
4008 | configure:7987: checking alloca.h usability |
---|
4009 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4010 | configure:7987: $? = 0 |
---|
4011 | configure:7987: result: yes |
---|
4012 | configure:7987: checking alloca.h presence |
---|
4013 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4014 | configure:7987: $? = 0 |
---|
4015 | configure:7987: result: yes |
---|
4016 | configure:7987: checking for alloca.h |
---|
4017 | configure:7987: result: yes |
---|
4018 | configure:7987: checking endian.h usability |
---|
4019 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4020 | conftest.c:96:10: fatal error: 'endian.h' file not found |
---|
4021 | #include <endian.h> |
---|
4022 | ^~~~~~~~~~ |
---|
4023 | 1 error generated. |
---|
4024 | configure:7987: $? = 1 |
---|
4025 | configure: failed program was: |
---|
4026 | | /* confdefs.h */ |
---|
4027 | | #define _GNU_SOURCE 1 |
---|
4028 | | #define _NETBSD_SOURCE 1 |
---|
4029 | | #define __BSD_VISIBLE 1 |
---|
4030 | | #define _DARWIN_C_SOURCE 1 |
---|
4031 | | #define _PYTHONFRAMEWORK "Python" |
---|
4032 | | #define STDC_HEADERS 1 |
---|
4033 | | #define HAVE_SYS_TYPES_H 1 |
---|
4034 | | #define HAVE_SYS_STAT_H 1 |
---|
4035 | | #define HAVE_STDLIB_H 1 |
---|
4036 | | #define HAVE_STRING_H 1 |
---|
4037 | | #define HAVE_MEMORY_H 1 |
---|
4038 | | #define HAVE_STRINGS_H 1 |
---|
4039 | | #define HAVE_INTTYPES_H 1 |
---|
4040 | | #define HAVE_STDINT_H 1 |
---|
4041 | | #define HAVE_UNISTD_H 1 |
---|
4042 | | #define __EXTENSIONS__ 1 |
---|
4043 | | #define _ALL_SOURCE 1 |
---|
4044 | | #define _GNU_SOURCE 1 |
---|
4045 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4046 | | #define _TANDEM_SOURCE 1 |
---|
4047 | | #define STDC_HEADERS 1 |
---|
4048 | | #define HAVE_DLFCN_H 1 |
---|
4049 | | #define HAVE_ERRNO_H 1 |
---|
4050 | | #define HAVE_FCNTL_H 1 |
---|
4051 | | #define HAVE_GRP_H 1 |
---|
4052 | | #define HAVE_LANGINFO_H 1 |
---|
4053 | | #define HAVE_LIBINTL_H 1 |
---|
4054 | | #define HAVE_PTHREAD_H 1 |
---|
4055 | | #define HAVE_SCHED_H 1 |
---|
4056 | | #define HAVE_SIGNAL_H 1 |
---|
4057 | | #define HAVE_TERMIOS_H 1 |
---|
4058 | | #define HAVE_UTIME_H 1 |
---|
4059 | | #define HAVE_POLL_H 1 |
---|
4060 | | #define HAVE_SYS_POLL_H 1 |
---|
4061 | | #define HAVE_SYS_XATTR_H 1 |
---|
4062 | | #define HAVE_SYS_EVENT_H 1 |
---|
4063 | | #define HAVE_SYS_FILE_H 1 |
---|
4064 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4065 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4066 | | #define HAVE_SYS_LOCK_H 1 |
---|
4067 | | #define HAVE_SYS_PARAM_H 1 |
---|
4068 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4069 | | #define HAVE_SYS_SELECT_H 1 |
---|
4070 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4071 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4072 | | #define HAVE_SYS_STAT_H 1 |
---|
4073 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4074 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4075 | | #define HAVE_SYS_TIME_H 1 |
---|
4076 | | #define HAVE_SYS_TIMES_H 1 |
---|
4077 | | #define HAVE_SYS_TYPES_H 1 |
---|
4078 | | #define HAVE_SYS_UIO_H 1 |
---|
4079 | | #define HAVE_SYS_UN_H 1 |
---|
4080 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4081 | | #define HAVE_SYS_WAIT_H 1 |
---|
4082 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4083 | | #define HAVE_SYSEXITS_H 1 |
---|
4084 | | #define HAVE_SPAWN_H 1 |
---|
4085 | | #define HAVE_UTIL_H 1 |
---|
4086 | | #define HAVE_ALLOCA_H 1 |
---|
4087 | | /* end confdefs.h. */ |
---|
4088 | | #include <stdio.h> |
---|
4089 | | #ifdef HAVE_SYS_TYPES_H |
---|
4090 | | # include <sys/types.h> |
---|
4091 | | #endif |
---|
4092 | | #ifdef HAVE_SYS_STAT_H |
---|
4093 | | # include <sys/stat.h> |
---|
4094 | | #endif |
---|
4095 | | #ifdef STDC_HEADERS |
---|
4096 | | # include <stdlib.h> |
---|
4097 | | # include <stddef.h> |
---|
4098 | | #else |
---|
4099 | | # ifdef HAVE_STDLIB_H |
---|
4100 | | # include <stdlib.h> |
---|
4101 | | # endif |
---|
4102 | | #endif |
---|
4103 | | #ifdef HAVE_STRING_H |
---|
4104 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
4105 | | # include <memory.h> |
---|
4106 | | # endif |
---|
4107 | | # include <string.h> |
---|
4108 | | #endif |
---|
4109 | | #ifdef HAVE_STRINGS_H |
---|
4110 | | # include <strings.h> |
---|
4111 | | #endif |
---|
4112 | | #ifdef HAVE_INTTYPES_H |
---|
4113 | | # include <inttypes.h> |
---|
4114 | | #endif |
---|
4115 | | #ifdef HAVE_STDINT_H |
---|
4116 | | # include <stdint.h> |
---|
4117 | | #endif |
---|
4118 | | #ifdef HAVE_UNISTD_H |
---|
4119 | | # include <unistd.h> |
---|
4120 | | #endif |
---|
4121 | | #include <endian.h> |
---|
4122 | configure:7987: result: no |
---|
4123 | configure:7987: checking endian.h presence |
---|
4124 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4125 | conftest.c:63:10: fatal error: 'endian.h' file not found |
---|
4126 | #include <endian.h> |
---|
4127 | ^~~~~~~~~~ |
---|
4128 | 1 error generated. |
---|
4129 | configure:7987: $? = 1 |
---|
4130 | configure: failed program was: |
---|
4131 | | /* confdefs.h */ |
---|
4132 | | #define _GNU_SOURCE 1 |
---|
4133 | | #define _NETBSD_SOURCE 1 |
---|
4134 | | #define __BSD_VISIBLE 1 |
---|
4135 | | #define _DARWIN_C_SOURCE 1 |
---|
4136 | | #define _PYTHONFRAMEWORK "Python" |
---|
4137 | | #define STDC_HEADERS 1 |
---|
4138 | | #define HAVE_SYS_TYPES_H 1 |
---|
4139 | | #define HAVE_SYS_STAT_H 1 |
---|
4140 | | #define HAVE_STDLIB_H 1 |
---|
4141 | | #define HAVE_STRING_H 1 |
---|
4142 | | #define HAVE_MEMORY_H 1 |
---|
4143 | | #define HAVE_STRINGS_H 1 |
---|
4144 | | #define HAVE_INTTYPES_H 1 |
---|
4145 | | #define HAVE_STDINT_H 1 |
---|
4146 | | #define HAVE_UNISTD_H 1 |
---|
4147 | | #define __EXTENSIONS__ 1 |
---|
4148 | | #define _ALL_SOURCE 1 |
---|
4149 | | #define _GNU_SOURCE 1 |
---|
4150 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4151 | | #define _TANDEM_SOURCE 1 |
---|
4152 | | #define STDC_HEADERS 1 |
---|
4153 | | #define HAVE_DLFCN_H 1 |
---|
4154 | | #define HAVE_ERRNO_H 1 |
---|
4155 | | #define HAVE_FCNTL_H 1 |
---|
4156 | | #define HAVE_GRP_H 1 |
---|
4157 | | #define HAVE_LANGINFO_H 1 |
---|
4158 | | #define HAVE_LIBINTL_H 1 |
---|
4159 | | #define HAVE_PTHREAD_H 1 |
---|
4160 | | #define HAVE_SCHED_H 1 |
---|
4161 | | #define HAVE_SIGNAL_H 1 |
---|
4162 | | #define HAVE_TERMIOS_H 1 |
---|
4163 | | #define HAVE_UTIME_H 1 |
---|
4164 | | #define HAVE_POLL_H 1 |
---|
4165 | | #define HAVE_SYS_POLL_H 1 |
---|
4166 | | #define HAVE_SYS_XATTR_H 1 |
---|
4167 | | #define HAVE_SYS_EVENT_H 1 |
---|
4168 | | #define HAVE_SYS_FILE_H 1 |
---|
4169 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4170 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4171 | | #define HAVE_SYS_LOCK_H 1 |
---|
4172 | | #define HAVE_SYS_PARAM_H 1 |
---|
4173 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4174 | | #define HAVE_SYS_SELECT_H 1 |
---|
4175 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4176 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4177 | | #define HAVE_SYS_STAT_H 1 |
---|
4178 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4179 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4180 | | #define HAVE_SYS_TIME_H 1 |
---|
4181 | | #define HAVE_SYS_TIMES_H 1 |
---|
4182 | | #define HAVE_SYS_TYPES_H 1 |
---|
4183 | | #define HAVE_SYS_UIO_H 1 |
---|
4184 | | #define HAVE_SYS_UN_H 1 |
---|
4185 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4186 | | #define HAVE_SYS_WAIT_H 1 |
---|
4187 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4188 | | #define HAVE_SYSEXITS_H 1 |
---|
4189 | | #define HAVE_SPAWN_H 1 |
---|
4190 | | #define HAVE_UTIL_H 1 |
---|
4191 | | #define HAVE_ALLOCA_H 1 |
---|
4192 | | /* end confdefs.h. */ |
---|
4193 | | #include <endian.h> |
---|
4194 | configure:7987: result: no |
---|
4195 | configure:7987: checking for endian.h |
---|
4196 | configure:7987: result: no |
---|
4197 | configure:7987: checking sys/endian.h usability |
---|
4198 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4199 | conftest.c:96:10: fatal error: 'sys/endian.h' file not found |
---|
4200 | #include <sys/endian.h> |
---|
4201 | ^~~~~~~~~~~~~~ |
---|
4202 | 1 error generated. |
---|
4203 | configure:7987: $? = 1 |
---|
4204 | configure: failed program was: |
---|
4205 | | /* confdefs.h */ |
---|
4206 | | #define _GNU_SOURCE 1 |
---|
4207 | | #define _NETBSD_SOURCE 1 |
---|
4208 | | #define __BSD_VISIBLE 1 |
---|
4209 | | #define _DARWIN_C_SOURCE 1 |
---|
4210 | | #define _PYTHONFRAMEWORK "Python" |
---|
4211 | | #define STDC_HEADERS 1 |
---|
4212 | | #define HAVE_SYS_TYPES_H 1 |
---|
4213 | | #define HAVE_SYS_STAT_H 1 |
---|
4214 | | #define HAVE_STDLIB_H 1 |
---|
4215 | | #define HAVE_STRING_H 1 |
---|
4216 | | #define HAVE_MEMORY_H 1 |
---|
4217 | | #define HAVE_STRINGS_H 1 |
---|
4218 | | #define HAVE_INTTYPES_H 1 |
---|
4219 | | #define HAVE_STDINT_H 1 |
---|
4220 | | #define HAVE_UNISTD_H 1 |
---|
4221 | | #define __EXTENSIONS__ 1 |
---|
4222 | | #define _ALL_SOURCE 1 |
---|
4223 | | #define _GNU_SOURCE 1 |
---|
4224 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4225 | | #define _TANDEM_SOURCE 1 |
---|
4226 | | #define STDC_HEADERS 1 |
---|
4227 | | #define HAVE_DLFCN_H 1 |
---|
4228 | | #define HAVE_ERRNO_H 1 |
---|
4229 | | #define HAVE_FCNTL_H 1 |
---|
4230 | | #define HAVE_GRP_H 1 |
---|
4231 | | #define HAVE_LANGINFO_H 1 |
---|
4232 | | #define HAVE_LIBINTL_H 1 |
---|
4233 | | #define HAVE_PTHREAD_H 1 |
---|
4234 | | #define HAVE_SCHED_H 1 |
---|
4235 | | #define HAVE_SIGNAL_H 1 |
---|
4236 | | #define HAVE_TERMIOS_H 1 |
---|
4237 | | #define HAVE_UTIME_H 1 |
---|
4238 | | #define HAVE_POLL_H 1 |
---|
4239 | | #define HAVE_SYS_POLL_H 1 |
---|
4240 | | #define HAVE_SYS_XATTR_H 1 |
---|
4241 | | #define HAVE_SYS_EVENT_H 1 |
---|
4242 | | #define HAVE_SYS_FILE_H 1 |
---|
4243 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4244 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4245 | | #define HAVE_SYS_LOCK_H 1 |
---|
4246 | | #define HAVE_SYS_PARAM_H 1 |
---|
4247 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4248 | | #define HAVE_SYS_SELECT_H 1 |
---|
4249 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4250 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4251 | | #define HAVE_SYS_STAT_H 1 |
---|
4252 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4253 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4254 | | #define HAVE_SYS_TIME_H 1 |
---|
4255 | | #define HAVE_SYS_TIMES_H 1 |
---|
4256 | | #define HAVE_SYS_TYPES_H 1 |
---|
4257 | | #define HAVE_SYS_UIO_H 1 |
---|
4258 | | #define HAVE_SYS_UN_H 1 |
---|
4259 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4260 | | #define HAVE_SYS_WAIT_H 1 |
---|
4261 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4262 | | #define HAVE_SYSEXITS_H 1 |
---|
4263 | | #define HAVE_SPAWN_H 1 |
---|
4264 | | #define HAVE_UTIL_H 1 |
---|
4265 | | #define HAVE_ALLOCA_H 1 |
---|
4266 | | /* end confdefs.h. */ |
---|
4267 | | #include <stdio.h> |
---|
4268 | | #ifdef HAVE_SYS_TYPES_H |
---|
4269 | | # include <sys/types.h> |
---|
4270 | | #endif |
---|
4271 | | #ifdef HAVE_SYS_STAT_H |
---|
4272 | | # include <sys/stat.h> |
---|
4273 | | #endif |
---|
4274 | | #ifdef STDC_HEADERS |
---|
4275 | | # include <stdlib.h> |
---|
4276 | | # include <stddef.h> |
---|
4277 | | #else |
---|
4278 | | # ifdef HAVE_STDLIB_H |
---|
4279 | | # include <stdlib.h> |
---|
4280 | | # endif |
---|
4281 | | #endif |
---|
4282 | | #ifdef HAVE_STRING_H |
---|
4283 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
4284 | | # include <memory.h> |
---|
4285 | | # endif |
---|
4286 | | # include <string.h> |
---|
4287 | | #endif |
---|
4288 | | #ifdef HAVE_STRINGS_H |
---|
4289 | | # include <strings.h> |
---|
4290 | | #endif |
---|
4291 | | #ifdef HAVE_INTTYPES_H |
---|
4292 | | # include <inttypes.h> |
---|
4293 | | #endif |
---|
4294 | | #ifdef HAVE_STDINT_H |
---|
4295 | | # include <stdint.h> |
---|
4296 | | #endif |
---|
4297 | | #ifdef HAVE_UNISTD_H |
---|
4298 | | # include <unistd.h> |
---|
4299 | | #endif |
---|
4300 | | #include <sys/endian.h> |
---|
4301 | configure:7987: result: no |
---|
4302 | configure:7987: checking sys/endian.h presence |
---|
4303 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4304 | conftest.c:63:10: fatal error: 'sys/endian.h' file not found |
---|
4305 | #include <sys/endian.h> |
---|
4306 | ^~~~~~~~~~~~~~ |
---|
4307 | 1 error generated. |
---|
4308 | configure:7987: $? = 1 |
---|
4309 | configure: failed program was: |
---|
4310 | | /* confdefs.h */ |
---|
4311 | | #define _GNU_SOURCE 1 |
---|
4312 | | #define _NETBSD_SOURCE 1 |
---|
4313 | | #define __BSD_VISIBLE 1 |
---|
4314 | | #define _DARWIN_C_SOURCE 1 |
---|
4315 | | #define _PYTHONFRAMEWORK "Python" |
---|
4316 | | #define STDC_HEADERS 1 |
---|
4317 | | #define HAVE_SYS_TYPES_H 1 |
---|
4318 | | #define HAVE_SYS_STAT_H 1 |
---|
4319 | | #define HAVE_STDLIB_H 1 |
---|
4320 | | #define HAVE_STRING_H 1 |
---|
4321 | | #define HAVE_MEMORY_H 1 |
---|
4322 | | #define HAVE_STRINGS_H 1 |
---|
4323 | | #define HAVE_INTTYPES_H 1 |
---|
4324 | | #define HAVE_STDINT_H 1 |
---|
4325 | | #define HAVE_UNISTD_H 1 |
---|
4326 | | #define __EXTENSIONS__ 1 |
---|
4327 | | #define _ALL_SOURCE 1 |
---|
4328 | | #define _GNU_SOURCE 1 |
---|
4329 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4330 | | #define _TANDEM_SOURCE 1 |
---|
4331 | | #define STDC_HEADERS 1 |
---|
4332 | | #define HAVE_DLFCN_H 1 |
---|
4333 | | #define HAVE_ERRNO_H 1 |
---|
4334 | | #define HAVE_FCNTL_H 1 |
---|
4335 | | #define HAVE_GRP_H 1 |
---|
4336 | | #define HAVE_LANGINFO_H 1 |
---|
4337 | | #define HAVE_LIBINTL_H 1 |
---|
4338 | | #define HAVE_PTHREAD_H 1 |
---|
4339 | | #define HAVE_SCHED_H 1 |
---|
4340 | | #define HAVE_SIGNAL_H 1 |
---|
4341 | | #define HAVE_TERMIOS_H 1 |
---|
4342 | | #define HAVE_UTIME_H 1 |
---|
4343 | | #define HAVE_POLL_H 1 |
---|
4344 | | #define HAVE_SYS_POLL_H 1 |
---|
4345 | | #define HAVE_SYS_XATTR_H 1 |
---|
4346 | | #define HAVE_SYS_EVENT_H 1 |
---|
4347 | | #define HAVE_SYS_FILE_H 1 |
---|
4348 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4349 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4350 | | #define HAVE_SYS_LOCK_H 1 |
---|
4351 | | #define HAVE_SYS_PARAM_H 1 |
---|
4352 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4353 | | #define HAVE_SYS_SELECT_H 1 |
---|
4354 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4355 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4356 | | #define HAVE_SYS_STAT_H 1 |
---|
4357 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4358 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4359 | | #define HAVE_SYS_TIME_H 1 |
---|
4360 | | #define HAVE_SYS_TIMES_H 1 |
---|
4361 | | #define HAVE_SYS_TYPES_H 1 |
---|
4362 | | #define HAVE_SYS_UIO_H 1 |
---|
4363 | | #define HAVE_SYS_UN_H 1 |
---|
4364 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4365 | | #define HAVE_SYS_WAIT_H 1 |
---|
4366 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4367 | | #define HAVE_SYSEXITS_H 1 |
---|
4368 | | #define HAVE_SPAWN_H 1 |
---|
4369 | | #define HAVE_UTIL_H 1 |
---|
4370 | | #define HAVE_ALLOCA_H 1 |
---|
4371 | | /* end confdefs.h. */ |
---|
4372 | | #include <sys/endian.h> |
---|
4373 | configure:7987: result: no |
---|
4374 | configure:7987: checking for sys/endian.h |
---|
4375 | configure:7987: result: no |
---|
4376 | configure:7987: checking sys/sysmacros.h usability |
---|
4377 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4378 | conftest.c:96:10: fatal error: 'sys/sysmacros.h' file not found |
---|
4379 | #include <sys/sysmacros.h> |
---|
4380 | ^~~~~~~~~~~~~~~~~ |
---|
4381 | 1 error generated. |
---|
4382 | configure:7987: $? = 1 |
---|
4383 | configure: failed program was: |
---|
4384 | | /* confdefs.h */ |
---|
4385 | | #define _GNU_SOURCE 1 |
---|
4386 | | #define _NETBSD_SOURCE 1 |
---|
4387 | | #define __BSD_VISIBLE 1 |
---|
4388 | | #define _DARWIN_C_SOURCE 1 |
---|
4389 | | #define _PYTHONFRAMEWORK "Python" |
---|
4390 | | #define STDC_HEADERS 1 |
---|
4391 | | #define HAVE_SYS_TYPES_H 1 |
---|
4392 | | #define HAVE_SYS_STAT_H 1 |
---|
4393 | | #define HAVE_STDLIB_H 1 |
---|
4394 | | #define HAVE_STRING_H 1 |
---|
4395 | | #define HAVE_MEMORY_H 1 |
---|
4396 | | #define HAVE_STRINGS_H 1 |
---|
4397 | | #define HAVE_INTTYPES_H 1 |
---|
4398 | | #define HAVE_STDINT_H 1 |
---|
4399 | | #define HAVE_UNISTD_H 1 |
---|
4400 | | #define __EXTENSIONS__ 1 |
---|
4401 | | #define _ALL_SOURCE 1 |
---|
4402 | | #define _GNU_SOURCE 1 |
---|
4403 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4404 | | #define _TANDEM_SOURCE 1 |
---|
4405 | | #define STDC_HEADERS 1 |
---|
4406 | | #define HAVE_DLFCN_H 1 |
---|
4407 | | #define HAVE_ERRNO_H 1 |
---|
4408 | | #define HAVE_FCNTL_H 1 |
---|
4409 | | #define HAVE_GRP_H 1 |
---|
4410 | | #define HAVE_LANGINFO_H 1 |
---|
4411 | | #define HAVE_LIBINTL_H 1 |
---|
4412 | | #define HAVE_PTHREAD_H 1 |
---|
4413 | | #define HAVE_SCHED_H 1 |
---|
4414 | | #define HAVE_SIGNAL_H 1 |
---|
4415 | | #define HAVE_TERMIOS_H 1 |
---|
4416 | | #define HAVE_UTIME_H 1 |
---|
4417 | | #define HAVE_POLL_H 1 |
---|
4418 | | #define HAVE_SYS_POLL_H 1 |
---|
4419 | | #define HAVE_SYS_XATTR_H 1 |
---|
4420 | | #define HAVE_SYS_EVENT_H 1 |
---|
4421 | | #define HAVE_SYS_FILE_H 1 |
---|
4422 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4423 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4424 | | #define HAVE_SYS_LOCK_H 1 |
---|
4425 | | #define HAVE_SYS_PARAM_H 1 |
---|
4426 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4427 | | #define HAVE_SYS_SELECT_H 1 |
---|
4428 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4429 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4430 | | #define HAVE_SYS_STAT_H 1 |
---|
4431 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4432 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4433 | | #define HAVE_SYS_TIME_H 1 |
---|
4434 | | #define HAVE_SYS_TIMES_H 1 |
---|
4435 | | #define HAVE_SYS_TYPES_H 1 |
---|
4436 | | #define HAVE_SYS_UIO_H 1 |
---|
4437 | | #define HAVE_SYS_UN_H 1 |
---|
4438 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4439 | | #define HAVE_SYS_WAIT_H 1 |
---|
4440 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4441 | | #define HAVE_SYSEXITS_H 1 |
---|
4442 | | #define HAVE_SPAWN_H 1 |
---|
4443 | | #define HAVE_UTIL_H 1 |
---|
4444 | | #define HAVE_ALLOCA_H 1 |
---|
4445 | | /* end confdefs.h. */ |
---|
4446 | | #include <stdio.h> |
---|
4447 | | #ifdef HAVE_SYS_TYPES_H |
---|
4448 | | # include <sys/types.h> |
---|
4449 | | #endif |
---|
4450 | | #ifdef HAVE_SYS_STAT_H |
---|
4451 | | # include <sys/stat.h> |
---|
4452 | | #endif |
---|
4453 | | #ifdef STDC_HEADERS |
---|
4454 | | # include <stdlib.h> |
---|
4455 | | # include <stddef.h> |
---|
4456 | | #else |
---|
4457 | | # ifdef HAVE_STDLIB_H |
---|
4458 | | # include <stdlib.h> |
---|
4459 | | # endif |
---|
4460 | | #endif |
---|
4461 | | #ifdef HAVE_STRING_H |
---|
4462 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
4463 | | # include <memory.h> |
---|
4464 | | # endif |
---|
4465 | | # include <string.h> |
---|
4466 | | #endif |
---|
4467 | | #ifdef HAVE_STRINGS_H |
---|
4468 | | # include <strings.h> |
---|
4469 | | #endif |
---|
4470 | | #ifdef HAVE_INTTYPES_H |
---|
4471 | | # include <inttypes.h> |
---|
4472 | | #endif |
---|
4473 | | #ifdef HAVE_STDINT_H |
---|
4474 | | # include <stdint.h> |
---|
4475 | | #endif |
---|
4476 | | #ifdef HAVE_UNISTD_H |
---|
4477 | | # include <unistd.h> |
---|
4478 | | #endif |
---|
4479 | | #include <sys/sysmacros.h> |
---|
4480 | configure:7987: result: no |
---|
4481 | configure:7987: checking sys/sysmacros.h presence |
---|
4482 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4483 | conftest.c:63:10: fatal error: 'sys/sysmacros.h' file not found |
---|
4484 | #include <sys/sysmacros.h> |
---|
4485 | ^~~~~~~~~~~~~~~~~ |
---|
4486 | 1 error generated. |
---|
4487 | configure:7987: $? = 1 |
---|
4488 | configure: failed program was: |
---|
4489 | | /* confdefs.h */ |
---|
4490 | | #define _GNU_SOURCE 1 |
---|
4491 | | #define _NETBSD_SOURCE 1 |
---|
4492 | | #define __BSD_VISIBLE 1 |
---|
4493 | | #define _DARWIN_C_SOURCE 1 |
---|
4494 | | #define _PYTHONFRAMEWORK "Python" |
---|
4495 | | #define STDC_HEADERS 1 |
---|
4496 | | #define HAVE_SYS_TYPES_H 1 |
---|
4497 | | #define HAVE_SYS_STAT_H 1 |
---|
4498 | | #define HAVE_STDLIB_H 1 |
---|
4499 | | #define HAVE_STRING_H 1 |
---|
4500 | | #define HAVE_MEMORY_H 1 |
---|
4501 | | #define HAVE_STRINGS_H 1 |
---|
4502 | | #define HAVE_INTTYPES_H 1 |
---|
4503 | | #define HAVE_STDINT_H 1 |
---|
4504 | | #define HAVE_UNISTD_H 1 |
---|
4505 | | #define __EXTENSIONS__ 1 |
---|
4506 | | #define _ALL_SOURCE 1 |
---|
4507 | | #define _GNU_SOURCE 1 |
---|
4508 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4509 | | #define _TANDEM_SOURCE 1 |
---|
4510 | | #define STDC_HEADERS 1 |
---|
4511 | | #define HAVE_DLFCN_H 1 |
---|
4512 | | #define HAVE_ERRNO_H 1 |
---|
4513 | | #define HAVE_FCNTL_H 1 |
---|
4514 | | #define HAVE_GRP_H 1 |
---|
4515 | | #define HAVE_LANGINFO_H 1 |
---|
4516 | | #define HAVE_LIBINTL_H 1 |
---|
4517 | | #define HAVE_PTHREAD_H 1 |
---|
4518 | | #define HAVE_SCHED_H 1 |
---|
4519 | | #define HAVE_SIGNAL_H 1 |
---|
4520 | | #define HAVE_TERMIOS_H 1 |
---|
4521 | | #define HAVE_UTIME_H 1 |
---|
4522 | | #define HAVE_POLL_H 1 |
---|
4523 | | #define HAVE_SYS_POLL_H 1 |
---|
4524 | | #define HAVE_SYS_XATTR_H 1 |
---|
4525 | | #define HAVE_SYS_EVENT_H 1 |
---|
4526 | | #define HAVE_SYS_FILE_H 1 |
---|
4527 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4528 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4529 | | #define HAVE_SYS_LOCK_H 1 |
---|
4530 | | #define HAVE_SYS_PARAM_H 1 |
---|
4531 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4532 | | #define HAVE_SYS_SELECT_H 1 |
---|
4533 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4534 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4535 | | #define HAVE_SYS_STAT_H 1 |
---|
4536 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4537 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4538 | | #define HAVE_SYS_TIME_H 1 |
---|
4539 | | #define HAVE_SYS_TIMES_H 1 |
---|
4540 | | #define HAVE_SYS_TYPES_H 1 |
---|
4541 | | #define HAVE_SYS_UIO_H 1 |
---|
4542 | | #define HAVE_SYS_UN_H 1 |
---|
4543 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4544 | | #define HAVE_SYS_WAIT_H 1 |
---|
4545 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4546 | | #define HAVE_SYSEXITS_H 1 |
---|
4547 | | #define HAVE_SPAWN_H 1 |
---|
4548 | | #define HAVE_UTIL_H 1 |
---|
4549 | | #define HAVE_ALLOCA_H 1 |
---|
4550 | | /* end confdefs.h. */ |
---|
4551 | | #include <sys/sysmacros.h> |
---|
4552 | configure:7987: result: no |
---|
4553 | configure:7987: checking for sys/sysmacros.h |
---|
4554 | configure:7987: result: no |
---|
4555 | configure:7987: checking linux/memfd.h usability |
---|
4556 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4557 | conftest.c:96:10: fatal error: 'linux/memfd.h' file not found |
---|
4558 | #include <linux/memfd.h> |
---|
4559 | ^~~~~~~~~~~~~~~ |
---|
4560 | 1 error generated. |
---|
4561 | configure:7987: $? = 1 |
---|
4562 | configure: failed program was: |
---|
4563 | | /* confdefs.h */ |
---|
4564 | | #define _GNU_SOURCE 1 |
---|
4565 | | #define _NETBSD_SOURCE 1 |
---|
4566 | | #define __BSD_VISIBLE 1 |
---|
4567 | | #define _DARWIN_C_SOURCE 1 |
---|
4568 | | #define _PYTHONFRAMEWORK "Python" |
---|
4569 | | #define STDC_HEADERS 1 |
---|
4570 | | #define HAVE_SYS_TYPES_H 1 |
---|
4571 | | #define HAVE_SYS_STAT_H 1 |
---|
4572 | | #define HAVE_STDLIB_H 1 |
---|
4573 | | #define HAVE_STRING_H 1 |
---|
4574 | | #define HAVE_MEMORY_H 1 |
---|
4575 | | #define HAVE_STRINGS_H 1 |
---|
4576 | | #define HAVE_INTTYPES_H 1 |
---|
4577 | | #define HAVE_STDINT_H 1 |
---|
4578 | | #define HAVE_UNISTD_H 1 |
---|
4579 | | #define __EXTENSIONS__ 1 |
---|
4580 | | #define _ALL_SOURCE 1 |
---|
4581 | | #define _GNU_SOURCE 1 |
---|
4582 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4583 | | #define _TANDEM_SOURCE 1 |
---|
4584 | | #define STDC_HEADERS 1 |
---|
4585 | | #define HAVE_DLFCN_H 1 |
---|
4586 | | #define HAVE_ERRNO_H 1 |
---|
4587 | | #define HAVE_FCNTL_H 1 |
---|
4588 | | #define HAVE_GRP_H 1 |
---|
4589 | | #define HAVE_LANGINFO_H 1 |
---|
4590 | | #define HAVE_LIBINTL_H 1 |
---|
4591 | | #define HAVE_PTHREAD_H 1 |
---|
4592 | | #define HAVE_SCHED_H 1 |
---|
4593 | | #define HAVE_SIGNAL_H 1 |
---|
4594 | | #define HAVE_TERMIOS_H 1 |
---|
4595 | | #define HAVE_UTIME_H 1 |
---|
4596 | | #define HAVE_POLL_H 1 |
---|
4597 | | #define HAVE_SYS_POLL_H 1 |
---|
4598 | | #define HAVE_SYS_XATTR_H 1 |
---|
4599 | | #define HAVE_SYS_EVENT_H 1 |
---|
4600 | | #define HAVE_SYS_FILE_H 1 |
---|
4601 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4602 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4603 | | #define HAVE_SYS_LOCK_H 1 |
---|
4604 | | #define HAVE_SYS_PARAM_H 1 |
---|
4605 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4606 | | #define HAVE_SYS_SELECT_H 1 |
---|
4607 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4608 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4609 | | #define HAVE_SYS_STAT_H 1 |
---|
4610 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4611 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4612 | | #define HAVE_SYS_TIME_H 1 |
---|
4613 | | #define HAVE_SYS_TIMES_H 1 |
---|
4614 | | #define HAVE_SYS_TYPES_H 1 |
---|
4615 | | #define HAVE_SYS_UIO_H 1 |
---|
4616 | | #define HAVE_SYS_UN_H 1 |
---|
4617 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4618 | | #define HAVE_SYS_WAIT_H 1 |
---|
4619 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4620 | | #define HAVE_SYSEXITS_H 1 |
---|
4621 | | #define HAVE_SPAWN_H 1 |
---|
4622 | | #define HAVE_UTIL_H 1 |
---|
4623 | | #define HAVE_ALLOCA_H 1 |
---|
4624 | | /* end confdefs.h. */ |
---|
4625 | | #include <stdio.h> |
---|
4626 | | #ifdef HAVE_SYS_TYPES_H |
---|
4627 | | # include <sys/types.h> |
---|
4628 | | #endif |
---|
4629 | | #ifdef HAVE_SYS_STAT_H |
---|
4630 | | # include <sys/stat.h> |
---|
4631 | | #endif |
---|
4632 | | #ifdef STDC_HEADERS |
---|
4633 | | # include <stdlib.h> |
---|
4634 | | # include <stddef.h> |
---|
4635 | | #else |
---|
4636 | | # ifdef HAVE_STDLIB_H |
---|
4637 | | # include <stdlib.h> |
---|
4638 | | # endif |
---|
4639 | | #endif |
---|
4640 | | #ifdef HAVE_STRING_H |
---|
4641 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
4642 | | # include <memory.h> |
---|
4643 | | # endif |
---|
4644 | | # include <string.h> |
---|
4645 | | #endif |
---|
4646 | | #ifdef HAVE_STRINGS_H |
---|
4647 | | # include <strings.h> |
---|
4648 | | #endif |
---|
4649 | | #ifdef HAVE_INTTYPES_H |
---|
4650 | | # include <inttypes.h> |
---|
4651 | | #endif |
---|
4652 | | #ifdef HAVE_STDINT_H |
---|
4653 | | # include <stdint.h> |
---|
4654 | | #endif |
---|
4655 | | #ifdef HAVE_UNISTD_H |
---|
4656 | | # include <unistd.h> |
---|
4657 | | #endif |
---|
4658 | | #include <linux/memfd.h> |
---|
4659 | configure:7987: result: no |
---|
4660 | configure:7987: checking linux/memfd.h presence |
---|
4661 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4662 | conftest.c:63:10: fatal error: 'linux/memfd.h' file not found |
---|
4663 | #include <linux/memfd.h> |
---|
4664 | ^~~~~~~~~~~~~~~ |
---|
4665 | 1 error generated. |
---|
4666 | configure:7987: $? = 1 |
---|
4667 | configure: failed program was: |
---|
4668 | | /* confdefs.h */ |
---|
4669 | | #define _GNU_SOURCE 1 |
---|
4670 | | #define _NETBSD_SOURCE 1 |
---|
4671 | | #define __BSD_VISIBLE 1 |
---|
4672 | | #define _DARWIN_C_SOURCE 1 |
---|
4673 | | #define _PYTHONFRAMEWORK "Python" |
---|
4674 | | #define STDC_HEADERS 1 |
---|
4675 | | #define HAVE_SYS_TYPES_H 1 |
---|
4676 | | #define HAVE_SYS_STAT_H 1 |
---|
4677 | | #define HAVE_STDLIB_H 1 |
---|
4678 | | #define HAVE_STRING_H 1 |
---|
4679 | | #define HAVE_MEMORY_H 1 |
---|
4680 | | #define HAVE_STRINGS_H 1 |
---|
4681 | | #define HAVE_INTTYPES_H 1 |
---|
4682 | | #define HAVE_STDINT_H 1 |
---|
4683 | | #define HAVE_UNISTD_H 1 |
---|
4684 | | #define __EXTENSIONS__ 1 |
---|
4685 | | #define _ALL_SOURCE 1 |
---|
4686 | | #define _GNU_SOURCE 1 |
---|
4687 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4688 | | #define _TANDEM_SOURCE 1 |
---|
4689 | | #define STDC_HEADERS 1 |
---|
4690 | | #define HAVE_DLFCN_H 1 |
---|
4691 | | #define HAVE_ERRNO_H 1 |
---|
4692 | | #define HAVE_FCNTL_H 1 |
---|
4693 | | #define HAVE_GRP_H 1 |
---|
4694 | | #define HAVE_LANGINFO_H 1 |
---|
4695 | | #define HAVE_LIBINTL_H 1 |
---|
4696 | | #define HAVE_PTHREAD_H 1 |
---|
4697 | | #define HAVE_SCHED_H 1 |
---|
4698 | | #define HAVE_SIGNAL_H 1 |
---|
4699 | | #define HAVE_TERMIOS_H 1 |
---|
4700 | | #define HAVE_UTIME_H 1 |
---|
4701 | | #define HAVE_POLL_H 1 |
---|
4702 | | #define HAVE_SYS_POLL_H 1 |
---|
4703 | | #define HAVE_SYS_XATTR_H 1 |
---|
4704 | | #define HAVE_SYS_EVENT_H 1 |
---|
4705 | | #define HAVE_SYS_FILE_H 1 |
---|
4706 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4707 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4708 | | #define HAVE_SYS_LOCK_H 1 |
---|
4709 | | #define HAVE_SYS_PARAM_H 1 |
---|
4710 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4711 | | #define HAVE_SYS_SELECT_H 1 |
---|
4712 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4713 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4714 | | #define HAVE_SYS_STAT_H 1 |
---|
4715 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4716 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4717 | | #define HAVE_SYS_TIME_H 1 |
---|
4718 | | #define HAVE_SYS_TIMES_H 1 |
---|
4719 | | #define HAVE_SYS_TYPES_H 1 |
---|
4720 | | #define HAVE_SYS_UIO_H 1 |
---|
4721 | | #define HAVE_SYS_UN_H 1 |
---|
4722 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4723 | | #define HAVE_SYS_WAIT_H 1 |
---|
4724 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4725 | | #define HAVE_SYSEXITS_H 1 |
---|
4726 | | #define HAVE_SPAWN_H 1 |
---|
4727 | | #define HAVE_UTIL_H 1 |
---|
4728 | | #define HAVE_ALLOCA_H 1 |
---|
4729 | | /* end confdefs.h. */ |
---|
4730 | | #include <linux/memfd.h> |
---|
4731 | configure:7987: result: no |
---|
4732 | configure:7987: checking for linux/memfd.h |
---|
4733 | configure:7987: result: no |
---|
4734 | configure:7987: checking linux/wait.h usability |
---|
4735 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4736 | conftest.c:96:10: fatal error: 'linux/wait.h' file not found |
---|
4737 | #include <linux/wait.h> |
---|
4738 | ^~~~~~~~~~~~~~ |
---|
4739 | 1 error generated. |
---|
4740 | configure:7987: $? = 1 |
---|
4741 | configure: failed program was: |
---|
4742 | | /* confdefs.h */ |
---|
4743 | | #define _GNU_SOURCE 1 |
---|
4744 | | #define _NETBSD_SOURCE 1 |
---|
4745 | | #define __BSD_VISIBLE 1 |
---|
4746 | | #define _DARWIN_C_SOURCE 1 |
---|
4747 | | #define _PYTHONFRAMEWORK "Python" |
---|
4748 | | #define STDC_HEADERS 1 |
---|
4749 | | #define HAVE_SYS_TYPES_H 1 |
---|
4750 | | #define HAVE_SYS_STAT_H 1 |
---|
4751 | | #define HAVE_STDLIB_H 1 |
---|
4752 | | #define HAVE_STRING_H 1 |
---|
4753 | | #define HAVE_MEMORY_H 1 |
---|
4754 | | #define HAVE_STRINGS_H 1 |
---|
4755 | | #define HAVE_INTTYPES_H 1 |
---|
4756 | | #define HAVE_STDINT_H 1 |
---|
4757 | | #define HAVE_UNISTD_H 1 |
---|
4758 | | #define __EXTENSIONS__ 1 |
---|
4759 | | #define _ALL_SOURCE 1 |
---|
4760 | | #define _GNU_SOURCE 1 |
---|
4761 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4762 | | #define _TANDEM_SOURCE 1 |
---|
4763 | | #define STDC_HEADERS 1 |
---|
4764 | | #define HAVE_DLFCN_H 1 |
---|
4765 | | #define HAVE_ERRNO_H 1 |
---|
4766 | | #define HAVE_FCNTL_H 1 |
---|
4767 | | #define HAVE_GRP_H 1 |
---|
4768 | | #define HAVE_LANGINFO_H 1 |
---|
4769 | | #define HAVE_LIBINTL_H 1 |
---|
4770 | | #define HAVE_PTHREAD_H 1 |
---|
4771 | | #define HAVE_SCHED_H 1 |
---|
4772 | | #define HAVE_SIGNAL_H 1 |
---|
4773 | | #define HAVE_TERMIOS_H 1 |
---|
4774 | | #define HAVE_UTIME_H 1 |
---|
4775 | | #define HAVE_POLL_H 1 |
---|
4776 | | #define HAVE_SYS_POLL_H 1 |
---|
4777 | | #define HAVE_SYS_XATTR_H 1 |
---|
4778 | | #define HAVE_SYS_EVENT_H 1 |
---|
4779 | | #define HAVE_SYS_FILE_H 1 |
---|
4780 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4781 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4782 | | #define HAVE_SYS_LOCK_H 1 |
---|
4783 | | #define HAVE_SYS_PARAM_H 1 |
---|
4784 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4785 | | #define HAVE_SYS_SELECT_H 1 |
---|
4786 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4787 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4788 | | #define HAVE_SYS_STAT_H 1 |
---|
4789 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4790 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4791 | | #define HAVE_SYS_TIME_H 1 |
---|
4792 | | #define HAVE_SYS_TIMES_H 1 |
---|
4793 | | #define HAVE_SYS_TYPES_H 1 |
---|
4794 | | #define HAVE_SYS_UIO_H 1 |
---|
4795 | | #define HAVE_SYS_UN_H 1 |
---|
4796 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4797 | | #define HAVE_SYS_WAIT_H 1 |
---|
4798 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4799 | | #define HAVE_SYSEXITS_H 1 |
---|
4800 | | #define HAVE_SPAWN_H 1 |
---|
4801 | | #define HAVE_UTIL_H 1 |
---|
4802 | | #define HAVE_ALLOCA_H 1 |
---|
4803 | | /* end confdefs.h. */ |
---|
4804 | | #include <stdio.h> |
---|
4805 | | #ifdef HAVE_SYS_TYPES_H |
---|
4806 | | # include <sys/types.h> |
---|
4807 | | #endif |
---|
4808 | | #ifdef HAVE_SYS_STAT_H |
---|
4809 | | # include <sys/stat.h> |
---|
4810 | | #endif |
---|
4811 | | #ifdef STDC_HEADERS |
---|
4812 | | # include <stdlib.h> |
---|
4813 | | # include <stddef.h> |
---|
4814 | | #else |
---|
4815 | | # ifdef HAVE_STDLIB_H |
---|
4816 | | # include <stdlib.h> |
---|
4817 | | # endif |
---|
4818 | | #endif |
---|
4819 | | #ifdef HAVE_STRING_H |
---|
4820 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
4821 | | # include <memory.h> |
---|
4822 | | # endif |
---|
4823 | | # include <string.h> |
---|
4824 | | #endif |
---|
4825 | | #ifdef HAVE_STRINGS_H |
---|
4826 | | # include <strings.h> |
---|
4827 | | #endif |
---|
4828 | | #ifdef HAVE_INTTYPES_H |
---|
4829 | | # include <inttypes.h> |
---|
4830 | | #endif |
---|
4831 | | #ifdef HAVE_STDINT_H |
---|
4832 | | # include <stdint.h> |
---|
4833 | | #endif |
---|
4834 | | #ifdef HAVE_UNISTD_H |
---|
4835 | | # include <unistd.h> |
---|
4836 | | #endif |
---|
4837 | | #include <linux/wait.h> |
---|
4838 | configure:7987: result: no |
---|
4839 | configure:7987: checking linux/wait.h presence |
---|
4840 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
4841 | conftest.c:63:10: fatal error: 'linux/wait.h' file not found |
---|
4842 | #include <linux/wait.h> |
---|
4843 | ^~~~~~~~~~~~~~ |
---|
4844 | 1 error generated. |
---|
4845 | configure:7987: $? = 1 |
---|
4846 | configure: failed program was: |
---|
4847 | | /* confdefs.h */ |
---|
4848 | | #define _GNU_SOURCE 1 |
---|
4849 | | #define _NETBSD_SOURCE 1 |
---|
4850 | | #define __BSD_VISIBLE 1 |
---|
4851 | | #define _DARWIN_C_SOURCE 1 |
---|
4852 | | #define _PYTHONFRAMEWORK "Python" |
---|
4853 | | #define STDC_HEADERS 1 |
---|
4854 | | #define HAVE_SYS_TYPES_H 1 |
---|
4855 | | #define HAVE_SYS_STAT_H 1 |
---|
4856 | | #define HAVE_STDLIB_H 1 |
---|
4857 | | #define HAVE_STRING_H 1 |
---|
4858 | | #define HAVE_MEMORY_H 1 |
---|
4859 | | #define HAVE_STRINGS_H 1 |
---|
4860 | | #define HAVE_INTTYPES_H 1 |
---|
4861 | | #define HAVE_STDINT_H 1 |
---|
4862 | | #define HAVE_UNISTD_H 1 |
---|
4863 | | #define __EXTENSIONS__ 1 |
---|
4864 | | #define _ALL_SOURCE 1 |
---|
4865 | | #define _GNU_SOURCE 1 |
---|
4866 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4867 | | #define _TANDEM_SOURCE 1 |
---|
4868 | | #define STDC_HEADERS 1 |
---|
4869 | | #define HAVE_DLFCN_H 1 |
---|
4870 | | #define HAVE_ERRNO_H 1 |
---|
4871 | | #define HAVE_FCNTL_H 1 |
---|
4872 | | #define HAVE_GRP_H 1 |
---|
4873 | | #define HAVE_LANGINFO_H 1 |
---|
4874 | | #define HAVE_LIBINTL_H 1 |
---|
4875 | | #define HAVE_PTHREAD_H 1 |
---|
4876 | | #define HAVE_SCHED_H 1 |
---|
4877 | | #define HAVE_SIGNAL_H 1 |
---|
4878 | | #define HAVE_TERMIOS_H 1 |
---|
4879 | | #define HAVE_UTIME_H 1 |
---|
4880 | | #define HAVE_POLL_H 1 |
---|
4881 | | #define HAVE_SYS_POLL_H 1 |
---|
4882 | | #define HAVE_SYS_XATTR_H 1 |
---|
4883 | | #define HAVE_SYS_EVENT_H 1 |
---|
4884 | | #define HAVE_SYS_FILE_H 1 |
---|
4885 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4886 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4887 | | #define HAVE_SYS_LOCK_H 1 |
---|
4888 | | #define HAVE_SYS_PARAM_H 1 |
---|
4889 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4890 | | #define HAVE_SYS_SELECT_H 1 |
---|
4891 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4892 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4893 | | #define HAVE_SYS_STAT_H 1 |
---|
4894 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4895 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4896 | | #define HAVE_SYS_TIME_H 1 |
---|
4897 | | #define HAVE_SYS_TIMES_H 1 |
---|
4898 | | #define HAVE_SYS_TYPES_H 1 |
---|
4899 | | #define HAVE_SYS_UIO_H 1 |
---|
4900 | | #define HAVE_SYS_UN_H 1 |
---|
4901 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4902 | | #define HAVE_SYS_WAIT_H 1 |
---|
4903 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4904 | | #define HAVE_SYSEXITS_H 1 |
---|
4905 | | #define HAVE_SPAWN_H 1 |
---|
4906 | | #define HAVE_UTIL_H 1 |
---|
4907 | | #define HAVE_ALLOCA_H 1 |
---|
4908 | | /* end confdefs.h. */ |
---|
4909 | | #include <linux/wait.h> |
---|
4910 | configure:7987: result: no |
---|
4911 | configure:7987: checking for linux/wait.h |
---|
4912 | configure:7987: result: no |
---|
4913 | configure:7987: checking sys/memfd.h usability |
---|
4914 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
4915 | conftest.c:96:10: fatal error: 'sys/memfd.h' file not found |
---|
4916 | #include <sys/memfd.h> |
---|
4917 | ^~~~~~~~~~~~~ |
---|
4918 | 1 error generated. |
---|
4919 | configure:7987: $? = 1 |
---|
4920 | configure: failed program was: |
---|
4921 | | /* confdefs.h */ |
---|
4922 | | #define _GNU_SOURCE 1 |
---|
4923 | | #define _NETBSD_SOURCE 1 |
---|
4924 | | #define __BSD_VISIBLE 1 |
---|
4925 | | #define _DARWIN_C_SOURCE 1 |
---|
4926 | | #define _PYTHONFRAMEWORK "Python" |
---|
4927 | | #define STDC_HEADERS 1 |
---|
4928 | | #define HAVE_SYS_TYPES_H 1 |
---|
4929 | | #define HAVE_SYS_STAT_H 1 |
---|
4930 | | #define HAVE_STDLIB_H 1 |
---|
4931 | | #define HAVE_STRING_H 1 |
---|
4932 | | #define HAVE_MEMORY_H 1 |
---|
4933 | | #define HAVE_STRINGS_H 1 |
---|
4934 | | #define HAVE_INTTYPES_H 1 |
---|
4935 | | #define HAVE_STDINT_H 1 |
---|
4936 | | #define HAVE_UNISTD_H 1 |
---|
4937 | | #define __EXTENSIONS__ 1 |
---|
4938 | | #define _ALL_SOURCE 1 |
---|
4939 | | #define _GNU_SOURCE 1 |
---|
4940 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
4941 | | #define _TANDEM_SOURCE 1 |
---|
4942 | | #define STDC_HEADERS 1 |
---|
4943 | | #define HAVE_DLFCN_H 1 |
---|
4944 | | #define HAVE_ERRNO_H 1 |
---|
4945 | | #define HAVE_FCNTL_H 1 |
---|
4946 | | #define HAVE_GRP_H 1 |
---|
4947 | | #define HAVE_LANGINFO_H 1 |
---|
4948 | | #define HAVE_LIBINTL_H 1 |
---|
4949 | | #define HAVE_PTHREAD_H 1 |
---|
4950 | | #define HAVE_SCHED_H 1 |
---|
4951 | | #define HAVE_SIGNAL_H 1 |
---|
4952 | | #define HAVE_TERMIOS_H 1 |
---|
4953 | | #define HAVE_UTIME_H 1 |
---|
4954 | | #define HAVE_POLL_H 1 |
---|
4955 | | #define HAVE_SYS_POLL_H 1 |
---|
4956 | | #define HAVE_SYS_XATTR_H 1 |
---|
4957 | | #define HAVE_SYS_EVENT_H 1 |
---|
4958 | | #define HAVE_SYS_FILE_H 1 |
---|
4959 | | #define HAVE_SYS_IOCTL_H 1 |
---|
4960 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
4961 | | #define HAVE_SYS_LOCK_H 1 |
---|
4962 | | #define HAVE_SYS_PARAM_H 1 |
---|
4963 | | #define HAVE_SYS_RANDOM_H 1 |
---|
4964 | | #define HAVE_SYS_SELECT_H 1 |
---|
4965 | | #define HAVE_SYS_SOCKET_H 1 |
---|
4966 | | #define HAVE_SYS_STATVFS_H 1 |
---|
4967 | | #define HAVE_SYS_STAT_H 1 |
---|
4968 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
4969 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
4970 | | #define HAVE_SYS_TIME_H 1 |
---|
4971 | | #define HAVE_SYS_TIMES_H 1 |
---|
4972 | | #define HAVE_SYS_TYPES_H 1 |
---|
4973 | | #define HAVE_SYS_UIO_H 1 |
---|
4974 | | #define HAVE_SYS_UN_H 1 |
---|
4975 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
4976 | | #define HAVE_SYS_WAIT_H 1 |
---|
4977 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
4978 | | #define HAVE_SYSEXITS_H 1 |
---|
4979 | | #define HAVE_SPAWN_H 1 |
---|
4980 | | #define HAVE_UTIL_H 1 |
---|
4981 | | #define HAVE_ALLOCA_H 1 |
---|
4982 | | /* end confdefs.h. */ |
---|
4983 | | #include <stdio.h> |
---|
4984 | | #ifdef HAVE_SYS_TYPES_H |
---|
4985 | | # include <sys/types.h> |
---|
4986 | | #endif |
---|
4987 | | #ifdef HAVE_SYS_STAT_H |
---|
4988 | | # include <sys/stat.h> |
---|
4989 | | #endif |
---|
4990 | | #ifdef STDC_HEADERS |
---|
4991 | | # include <stdlib.h> |
---|
4992 | | # include <stddef.h> |
---|
4993 | | #else |
---|
4994 | | # ifdef HAVE_STDLIB_H |
---|
4995 | | # include <stdlib.h> |
---|
4996 | | # endif |
---|
4997 | | #endif |
---|
4998 | | #ifdef HAVE_STRING_H |
---|
4999 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
5000 | | # include <memory.h> |
---|
5001 | | # endif |
---|
5002 | | # include <string.h> |
---|
5003 | | #endif |
---|
5004 | | #ifdef HAVE_STRINGS_H |
---|
5005 | | # include <strings.h> |
---|
5006 | | #endif |
---|
5007 | | #ifdef HAVE_INTTYPES_H |
---|
5008 | | # include <inttypes.h> |
---|
5009 | | #endif |
---|
5010 | | #ifdef HAVE_STDINT_H |
---|
5011 | | # include <stdint.h> |
---|
5012 | | #endif |
---|
5013 | | #ifdef HAVE_UNISTD_H |
---|
5014 | | # include <unistd.h> |
---|
5015 | | #endif |
---|
5016 | | #include <sys/memfd.h> |
---|
5017 | configure:7987: result: no |
---|
5018 | configure:7987: checking sys/memfd.h presence |
---|
5019 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
5020 | conftest.c:63:10: fatal error: 'sys/memfd.h' file not found |
---|
5021 | #include <sys/memfd.h> |
---|
5022 | ^~~~~~~~~~~~~ |
---|
5023 | 1 error generated. |
---|
5024 | configure:7987: $? = 1 |
---|
5025 | configure: failed program was: |
---|
5026 | | /* confdefs.h */ |
---|
5027 | | #define _GNU_SOURCE 1 |
---|
5028 | | #define _NETBSD_SOURCE 1 |
---|
5029 | | #define __BSD_VISIBLE 1 |
---|
5030 | | #define _DARWIN_C_SOURCE 1 |
---|
5031 | | #define _PYTHONFRAMEWORK "Python" |
---|
5032 | | #define STDC_HEADERS 1 |
---|
5033 | | #define HAVE_SYS_TYPES_H 1 |
---|
5034 | | #define HAVE_SYS_STAT_H 1 |
---|
5035 | | #define HAVE_STDLIB_H 1 |
---|
5036 | | #define HAVE_STRING_H 1 |
---|
5037 | | #define HAVE_MEMORY_H 1 |
---|
5038 | | #define HAVE_STRINGS_H 1 |
---|
5039 | | #define HAVE_INTTYPES_H 1 |
---|
5040 | | #define HAVE_STDINT_H 1 |
---|
5041 | | #define HAVE_UNISTD_H 1 |
---|
5042 | | #define __EXTENSIONS__ 1 |
---|
5043 | | #define _ALL_SOURCE 1 |
---|
5044 | | #define _GNU_SOURCE 1 |
---|
5045 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5046 | | #define _TANDEM_SOURCE 1 |
---|
5047 | | #define STDC_HEADERS 1 |
---|
5048 | | #define HAVE_DLFCN_H 1 |
---|
5049 | | #define HAVE_ERRNO_H 1 |
---|
5050 | | #define HAVE_FCNTL_H 1 |
---|
5051 | | #define HAVE_GRP_H 1 |
---|
5052 | | #define HAVE_LANGINFO_H 1 |
---|
5053 | | #define HAVE_LIBINTL_H 1 |
---|
5054 | | #define HAVE_PTHREAD_H 1 |
---|
5055 | | #define HAVE_SCHED_H 1 |
---|
5056 | | #define HAVE_SIGNAL_H 1 |
---|
5057 | | #define HAVE_TERMIOS_H 1 |
---|
5058 | | #define HAVE_UTIME_H 1 |
---|
5059 | | #define HAVE_POLL_H 1 |
---|
5060 | | #define HAVE_SYS_POLL_H 1 |
---|
5061 | | #define HAVE_SYS_XATTR_H 1 |
---|
5062 | | #define HAVE_SYS_EVENT_H 1 |
---|
5063 | | #define HAVE_SYS_FILE_H 1 |
---|
5064 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5065 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5066 | | #define HAVE_SYS_LOCK_H 1 |
---|
5067 | | #define HAVE_SYS_PARAM_H 1 |
---|
5068 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5069 | | #define HAVE_SYS_SELECT_H 1 |
---|
5070 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5071 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5072 | | #define HAVE_SYS_STAT_H 1 |
---|
5073 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5074 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5075 | | #define HAVE_SYS_TIME_H 1 |
---|
5076 | | #define HAVE_SYS_TIMES_H 1 |
---|
5077 | | #define HAVE_SYS_TYPES_H 1 |
---|
5078 | | #define HAVE_SYS_UIO_H 1 |
---|
5079 | | #define HAVE_SYS_UN_H 1 |
---|
5080 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5081 | | #define HAVE_SYS_WAIT_H 1 |
---|
5082 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5083 | | #define HAVE_SYSEXITS_H 1 |
---|
5084 | | #define HAVE_SPAWN_H 1 |
---|
5085 | | #define HAVE_UTIL_H 1 |
---|
5086 | | #define HAVE_ALLOCA_H 1 |
---|
5087 | | /* end confdefs.h. */ |
---|
5088 | | #include <sys/memfd.h> |
---|
5089 | configure:7987: result: no |
---|
5090 | configure:7987: checking for sys/memfd.h |
---|
5091 | configure:7987: result: no |
---|
5092 | configure:7987: checking sys/mman.h usability |
---|
5093 | configure:7987: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5094 | configure:7987: $? = 0 |
---|
5095 | configure:7987: result: yes |
---|
5096 | configure:7987: checking sys/mman.h presence |
---|
5097 | configure:7987: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
5098 | configure:7987: $? = 0 |
---|
5099 | configure:7987: result: yes |
---|
5100 | configure:7987: checking for sys/mman.h |
---|
5101 | configure:7987: result: yes |
---|
5102 | configure:8000: checking for dirent.h that defines DIR |
---|
5103 | configure:8019: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5104 | configure:8019: $? = 0 |
---|
5105 | configure:8027: result: yes |
---|
5106 | configure:8040: checking for library containing opendir |
---|
5107 | configure:8071: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
5108 | configure:8071: $? = 0 |
---|
5109 | configure:8088: result: none required |
---|
5110 | configure:8155: checking whether sys/types.h defines makedev |
---|
5111 | configure:8171: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
5112 | configure:8171: $? = 0 |
---|
5113 | configure:8180: result: yes |
---|
5114 | configure:8212: checking bluetooth/bluetooth.h usability |
---|
5115 | configure:8212: /usr/bin/clang -c -std=c99 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5116 | conftest.c:98:10: fatal error: 'bluetooth/bluetooth.h' file not found |
---|
5117 | #include <bluetooth/bluetooth.h> |
---|
5118 | ^~~~~~~~~~~~~~~~~~~~~~~ |
---|
5119 | 1 error generated. |
---|
5120 | configure:8212: $? = 1 |
---|
5121 | configure: failed program was: |
---|
5122 | | /* confdefs.h */ |
---|
5123 | | #define _GNU_SOURCE 1 |
---|
5124 | | #define _NETBSD_SOURCE 1 |
---|
5125 | | #define __BSD_VISIBLE 1 |
---|
5126 | | #define _DARWIN_C_SOURCE 1 |
---|
5127 | | #define _PYTHONFRAMEWORK "Python" |
---|
5128 | | #define STDC_HEADERS 1 |
---|
5129 | | #define HAVE_SYS_TYPES_H 1 |
---|
5130 | | #define HAVE_SYS_STAT_H 1 |
---|
5131 | | #define HAVE_STDLIB_H 1 |
---|
5132 | | #define HAVE_STRING_H 1 |
---|
5133 | | #define HAVE_MEMORY_H 1 |
---|
5134 | | #define HAVE_STRINGS_H 1 |
---|
5135 | | #define HAVE_INTTYPES_H 1 |
---|
5136 | | #define HAVE_STDINT_H 1 |
---|
5137 | | #define HAVE_UNISTD_H 1 |
---|
5138 | | #define __EXTENSIONS__ 1 |
---|
5139 | | #define _ALL_SOURCE 1 |
---|
5140 | | #define _GNU_SOURCE 1 |
---|
5141 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5142 | | #define _TANDEM_SOURCE 1 |
---|
5143 | | #define STDC_HEADERS 1 |
---|
5144 | | #define HAVE_DLFCN_H 1 |
---|
5145 | | #define HAVE_ERRNO_H 1 |
---|
5146 | | #define HAVE_FCNTL_H 1 |
---|
5147 | | #define HAVE_GRP_H 1 |
---|
5148 | | #define HAVE_LANGINFO_H 1 |
---|
5149 | | #define HAVE_LIBINTL_H 1 |
---|
5150 | | #define HAVE_PTHREAD_H 1 |
---|
5151 | | #define HAVE_SCHED_H 1 |
---|
5152 | | #define HAVE_SIGNAL_H 1 |
---|
5153 | | #define HAVE_TERMIOS_H 1 |
---|
5154 | | #define HAVE_UTIME_H 1 |
---|
5155 | | #define HAVE_POLL_H 1 |
---|
5156 | | #define HAVE_SYS_POLL_H 1 |
---|
5157 | | #define HAVE_SYS_XATTR_H 1 |
---|
5158 | | #define HAVE_SYS_EVENT_H 1 |
---|
5159 | | #define HAVE_SYS_FILE_H 1 |
---|
5160 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5161 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5162 | | #define HAVE_SYS_LOCK_H 1 |
---|
5163 | | #define HAVE_SYS_PARAM_H 1 |
---|
5164 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5165 | | #define HAVE_SYS_SELECT_H 1 |
---|
5166 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5167 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5168 | | #define HAVE_SYS_STAT_H 1 |
---|
5169 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5170 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5171 | | #define HAVE_SYS_TIME_H 1 |
---|
5172 | | #define HAVE_SYS_TIMES_H 1 |
---|
5173 | | #define HAVE_SYS_TYPES_H 1 |
---|
5174 | | #define HAVE_SYS_UIO_H 1 |
---|
5175 | | #define HAVE_SYS_UN_H 1 |
---|
5176 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5177 | | #define HAVE_SYS_WAIT_H 1 |
---|
5178 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5179 | | #define HAVE_SYSEXITS_H 1 |
---|
5180 | | #define HAVE_SPAWN_H 1 |
---|
5181 | | #define HAVE_UTIL_H 1 |
---|
5182 | | #define HAVE_ALLOCA_H 1 |
---|
5183 | | #define HAVE_SYS_MMAN_H 1 |
---|
5184 | | #define HAVE_DIRENT_H 1 |
---|
5185 | | /* end confdefs.h. */ |
---|
5186 | | #include <stdio.h> |
---|
5187 | | #ifdef HAVE_SYS_TYPES_H |
---|
5188 | | # include <sys/types.h> |
---|
5189 | | #endif |
---|
5190 | | #ifdef HAVE_SYS_STAT_H |
---|
5191 | | # include <sys/stat.h> |
---|
5192 | | #endif |
---|
5193 | | #ifdef STDC_HEADERS |
---|
5194 | | # include <stdlib.h> |
---|
5195 | | # include <stddef.h> |
---|
5196 | | #else |
---|
5197 | | # ifdef HAVE_STDLIB_H |
---|
5198 | | # include <stdlib.h> |
---|
5199 | | # endif |
---|
5200 | | #endif |
---|
5201 | | #ifdef HAVE_STRING_H |
---|
5202 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
5203 | | # include <memory.h> |
---|
5204 | | # endif |
---|
5205 | | # include <string.h> |
---|
5206 | | #endif |
---|
5207 | | #ifdef HAVE_STRINGS_H |
---|
5208 | | # include <strings.h> |
---|
5209 | | #endif |
---|
5210 | | #ifdef HAVE_INTTYPES_H |
---|
5211 | | # include <inttypes.h> |
---|
5212 | | #endif |
---|
5213 | | #ifdef HAVE_STDINT_H |
---|
5214 | | # include <stdint.h> |
---|
5215 | | #endif |
---|
5216 | | #ifdef HAVE_UNISTD_H |
---|
5217 | | # include <unistd.h> |
---|
5218 | | #endif |
---|
5219 | | #include <bluetooth/bluetooth.h> |
---|
5220 | configure:8212: result: no |
---|
5221 | configure:8212: checking bluetooth/bluetooth.h presence |
---|
5222 | configure:8212: /usr/bin/clang -E -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c |
---|
5223 | conftest.c:65:10: fatal error: 'bluetooth/bluetooth.h' file not found |
---|
5224 | #include <bluetooth/bluetooth.h> |
---|
5225 | ^~~~~~~~~~~~~~~~~~~~~~~ |
---|
5226 | 1 error generated. |
---|
5227 | configure:8212: $? = 1 |
---|
5228 | configure: failed program was: |
---|
5229 | | /* confdefs.h */ |
---|
5230 | | #define _GNU_SOURCE 1 |
---|
5231 | | #define _NETBSD_SOURCE 1 |
---|
5232 | | #define __BSD_VISIBLE 1 |
---|
5233 | | #define _DARWIN_C_SOURCE 1 |
---|
5234 | | #define _PYTHONFRAMEWORK "Python" |
---|
5235 | | #define STDC_HEADERS 1 |
---|
5236 | | #define HAVE_SYS_TYPES_H 1 |
---|
5237 | | #define HAVE_SYS_STAT_H 1 |
---|
5238 | | #define HAVE_STDLIB_H 1 |
---|
5239 | | #define HAVE_STRING_H 1 |
---|
5240 | | #define HAVE_MEMORY_H 1 |
---|
5241 | | #define HAVE_STRINGS_H 1 |
---|
5242 | | #define HAVE_INTTYPES_H 1 |
---|
5243 | | #define HAVE_STDINT_H 1 |
---|
5244 | | #define HAVE_UNISTD_H 1 |
---|
5245 | | #define __EXTENSIONS__ 1 |
---|
5246 | | #define _ALL_SOURCE 1 |
---|
5247 | | #define _GNU_SOURCE 1 |
---|
5248 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5249 | | #define _TANDEM_SOURCE 1 |
---|
5250 | | #define STDC_HEADERS 1 |
---|
5251 | | #define HAVE_DLFCN_H 1 |
---|
5252 | | #define HAVE_ERRNO_H 1 |
---|
5253 | | #define HAVE_FCNTL_H 1 |
---|
5254 | | #define HAVE_GRP_H 1 |
---|
5255 | | #define HAVE_LANGINFO_H 1 |
---|
5256 | | #define HAVE_LIBINTL_H 1 |
---|
5257 | | #define HAVE_PTHREAD_H 1 |
---|
5258 | | #define HAVE_SCHED_H 1 |
---|
5259 | | #define HAVE_SIGNAL_H 1 |
---|
5260 | | #define HAVE_TERMIOS_H 1 |
---|
5261 | | #define HAVE_UTIME_H 1 |
---|
5262 | | #define HAVE_POLL_H 1 |
---|
5263 | | #define HAVE_SYS_POLL_H 1 |
---|
5264 | | #define HAVE_SYS_XATTR_H 1 |
---|
5265 | | #define HAVE_SYS_EVENT_H 1 |
---|
5266 | | #define HAVE_SYS_FILE_H 1 |
---|
5267 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5268 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5269 | | #define HAVE_SYS_LOCK_H 1 |
---|
5270 | | #define HAVE_SYS_PARAM_H 1 |
---|
5271 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5272 | | #define HAVE_SYS_SELECT_H 1 |
---|
5273 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5274 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5275 | | #define HAVE_SYS_STAT_H 1 |
---|
5276 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5277 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5278 | | #define HAVE_SYS_TIME_H 1 |
---|
5279 | | #define HAVE_SYS_TIMES_H 1 |
---|
5280 | | #define HAVE_SYS_TYPES_H 1 |
---|
5281 | | #define HAVE_SYS_UIO_H 1 |
---|
5282 | | #define HAVE_SYS_UN_H 1 |
---|
5283 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5284 | | #define HAVE_SYS_WAIT_H 1 |
---|
5285 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5286 | | #define HAVE_SYSEXITS_H 1 |
---|
5287 | | #define HAVE_SPAWN_H 1 |
---|
5288 | | #define HAVE_UTIL_H 1 |
---|
5289 | | #define HAVE_ALLOCA_H 1 |
---|
5290 | | #define HAVE_SYS_MMAN_H 1 |
---|
5291 | | #define HAVE_DIRENT_H 1 |
---|
5292 | | /* end confdefs.h. */ |
---|
5293 | | #include <bluetooth/bluetooth.h> |
---|
5294 | configure:8212: result: no |
---|
5295 | configure:8212: checking for bluetooth/bluetooth.h |
---|
5296 | configure:8212: result: no |
---|
5297 | configure:8227: checking for net/if.h |
---|
5298 | configure:8227: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5299 | configure:8227: $? = 0 |
---|
5300 | configure:8227: result: yes |
---|
5301 | configure:8254: checking for linux/netlink.h |
---|
5302 | configure:8254: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5303 | conftest.c:75:10: fatal error: 'linux/netlink.h' file not found |
---|
5304 | #include <linux/netlink.h> |
---|
5305 | ^~~~~~~~~~~~~~~~~ |
---|
5306 | 1 error generated. |
---|
5307 | configure:8254: $? = 1 |
---|
5308 | configure: failed program was: |
---|
5309 | | /* confdefs.h */ |
---|
5310 | | #define _GNU_SOURCE 1 |
---|
5311 | | #define _NETBSD_SOURCE 1 |
---|
5312 | | #define __BSD_VISIBLE 1 |
---|
5313 | | #define _DARWIN_C_SOURCE 1 |
---|
5314 | | #define _PYTHONFRAMEWORK "Python" |
---|
5315 | | #define STDC_HEADERS 1 |
---|
5316 | | #define HAVE_SYS_TYPES_H 1 |
---|
5317 | | #define HAVE_SYS_STAT_H 1 |
---|
5318 | | #define HAVE_STDLIB_H 1 |
---|
5319 | | #define HAVE_STRING_H 1 |
---|
5320 | | #define HAVE_MEMORY_H 1 |
---|
5321 | | #define HAVE_STRINGS_H 1 |
---|
5322 | | #define HAVE_INTTYPES_H 1 |
---|
5323 | | #define HAVE_STDINT_H 1 |
---|
5324 | | #define HAVE_UNISTD_H 1 |
---|
5325 | | #define __EXTENSIONS__ 1 |
---|
5326 | | #define _ALL_SOURCE 1 |
---|
5327 | | #define _GNU_SOURCE 1 |
---|
5328 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5329 | | #define _TANDEM_SOURCE 1 |
---|
5330 | | #define STDC_HEADERS 1 |
---|
5331 | | #define HAVE_DLFCN_H 1 |
---|
5332 | | #define HAVE_ERRNO_H 1 |
---|
5333 | | #define HAVE_FCNTL_H 1 |
---|
5334 | | #define HAVE_GRP_H 1 |
---|
5335 | | #define HAVE_LANGINFO_H 1 |
---|
5336 | | #define HAVE_LIBINTL_H 1 |
---|
5337 | | #define HAVE_PTHREAD_H 1 |
---|
5338 | | #define HAVE_SCHED_H 1 |
---|
5339 | | #define HAVE_SIGNAL_H 1 |
---|
5340 | | #define HAVE_TERMIOS_H 1 |
---|
5341 | | #define HAVE_UTIME_H 1 |
---|
5342 | | #define HAVE_POLL_H 1 |
---|
5343 | | #define HAVE_SYS_POLL_H 1 |
---|
5344 | | #define HAVE_SYS_XATTR_H 1 |
---|
5345 | | #define HAVE_SYS_EVENT_H 1 |
---|
5346 | | #define HAVE_SYS_FILE_H 1 |
---|
5347 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5348 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5349 | | #define HAVE_SYS_LOCK_H 1 |
---|
5350 | | #define HAVE_SYS_PARAM_H 1 |
---|
5351 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5352 | | #define HAVE_SYS_SELECT_H 1 |
---|
5353 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5354 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5355 | | #define HAVE_SYS_STAT_H 1 |
---|
5356 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5357 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5358 | | #define HAVE_SYS_TIME_H 1 |
---|
5359 | | #define HAVE_SYS_TIMES_H 1 |
---|
5360 | | #define HAVE_SYS_TYPES_H 1 |
---|
5361 | | #define HAVE_SYS_UIO_H 1 |
---|
5362 | | #define HAVE_SYS_UN_H 1 |
---|
5363 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5364 | | #define HAVE_SYS_WAIT_H 1 |
---|
5365 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5366 | | #define HAVE_SYSEXITS_H 1 |
---|
5367 | | #define HAVE_SPAWN_H 1 |
---|
5368 | | #define HAVE_UTIL_H 1 |
---|
5369 | | #define HAVE_ALLOCA_H 1 |
---|
5370 | | #define HAVE_SYS_MMAN_H 1 |
---|
5371 | | #define HAVE_DIRENT_H 1 |
---|
5372 | | #define HAVE_NET_IF_H 1 |
---|
5373 | | /* end confdefs.h. */ |
---|
5374 | | |
---|
5375 | | #ifdef HAVE_ASM_TYPES_H |
---|
5376 | | #include <asm/types.h> |
---|
5377 | | #endif |
---|
5378 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5379 | | #include <sys/socket.h> |
---|
5380 | | #endif |
---|
5381 | | |
---|
5382 | | |
---|
5383 | | #include <linux/netlink.h> |
---|
5384 | configure:8254: result: no |
---|
5385 | configure:8276: checking for linux/qrtr.h |
---|
5386 | configure:8276: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5387 | conftest.c:75:10: fatal error: 'linux/qrtr.h' file not found |
---|
5388 | #include <linux/qrtr.h> |
---|
5389 | ^~~~~~~~~~~~~~ |
---|
5390 | 1 error generated. |
---|
5391 | configure:8276: $? = 1 |
---|
5392 | configure: failed program was: |
---|
5393 | | /* confdefs.h */ |
---|
5394 | | #define _GNU_SOURCE 1 |
---|
5395 | | #define _NETBSD_SOURCE 1 |
---|
5396 | | #define __BSD_VISIBLE 1 |
---|
5397 | | #define _DARWIN_C_SOURCE 1 |
---|
5398 | | #define _PYTHONFRAMEWORK "Python" |
---|
5399 | | #define STDC_HEADERS 1 |
---|
5400 | | #define HAVE_SYS_TYPES_H 1 |
---|
5401 | | #define HAVE_SYS_STAT_H 1 |
---|
5402 | | #define HAVE_STDLIB_H 1 |
---|
5403 | | #define HAVE_STRING_H 1 |
---|
5404 | | #define HAVE_MEMORY_H 1 |
---|
5405 | | #define HAVE_STRINGS_H 1 |
---|
5406 | | #define HAVE_INTTYPES_H 1 |
---|
5407 | | #define HAVE_STDINT_H 1 |
---|
5408 | | #define HAVE_UNISTD_H 1 |
---|
5409 | | #define __EXTENSIONS__ 1 |
---|
5410 | | #define _ALL_SOURCE 1 |
---|
5411 | | #define _GNU_SOURCE 1 |
---|
5412 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5413 | | #define _TANDEM_SOURCE 1 |
---|
5414 | | #define STDC_HEADERS 1 |
---|
5415 | | #define HAVE_DLFCN_H 1 |
---|
5416 | | #define HAVE_ERRNO_H 1 |
---|
5417 | | #define HAVE_FCNTL_H 1 |
---|
5418 | | #define HAVE_GRP_H 1 |
---|
5419 | | #define HAVE_LANGINFO_H 1 |
---|
5420 | | #define HAVE_LIBINTL_H 1 |
---|
5421 | | #define HAVE_PTHREAD_H 1 |
---|
5422 | | #define HAVE_SCHED_H 1 |
---|
5423 | | #define HAVE_SIGNAL_H 1 |
---|
5424 | | #define HAVE_TERMIOS_H 1 |
---|
5425 | | #define HAVE_UTIME_H 1 |
---|
5426 | | #define HAVE_POLL_H 1 |
---|
5427 | | #define HAVE_SYS_POLL_H 1 |
---|
5428 | | #define HAVE_SYS_XATTR_H 1 |
---|
5429 | | #define HAVE_SYS_EVENT_H 1 |
---|
5430 | | #define HAVE_SYS_FILE_H 1 |
---|
5431 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5432 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5433 | | #define HAVE_SYS_LOCK_H 1 |
---|
5434 | | #define HAVE_SYS_PARAM_H 1 |
---|
5435 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5436 | | #define HAVE_SYS_SELECT_H 1 |
---|
5437 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5438 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5439 | | #define HAVE_SYS_STAT_H 1 |
---|
5440 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5441 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5442 | | #define HAVE_SYS_TIME_H 1 |
---|
5443 | | #define HAVE_SYS_TIMES_H 1 |
---|
5444 | | #define HAVE_SYS_TYPES_H 1 |
---|
5445 | | #define HAVE_SYS_UIO_H 1 |
---|
5446 | | #define HAVE_SYS_UN_H 1 |
---|
5447 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5448 | | #define HAVE_SYS_WAIT_H 1 |
---|
5449 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5450 | | #define HAVE_SYSEXITS_H 1 |
---|
5451 | | #define HAVE_SPAWN_H 1 |
---|
5452 | | #define HAVE_UTIL_H 1 |
---|
5453 | | #define HAVE_ALLOCA_H 1 |
---|
5454 | | #define HAVE_SYS_MMAN_H 1 |
---|
5455 | | #define HAVE_DIRENT_H 1 |
---|
5456 | | #define HAVE_NET_IF_H 1 |
---|
5457 | | /* end confdefs.h. */ |
---|
5458 | | |
---|
5459 | | #ifdef HAVE_ASM_TYPES_H |
---|
5460 | | #include <asm/types.h> |
---|
5461 | | #endif |
---|
5462 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5463 | | #include <sys/socket.h> |
---|
5464 | | #endif |
---|
5465 | | |
---|
5466 | | |
---|
5467 | | #include <linux/qrtr.h> |
---|
5468 | configure:8276: result: no |
---|
5469 | configure:8297: checking for linux/vm_sockets.h |
---|
5470 | configure:8297: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5471 | conftest.c:72:10: fatal error: 'linux/vm_sockets.h' file not found |
---|
5472 | #include <linux/vm_sockets.h> |
---|
5473 | ^~~~~~~~~~~~~~~~~~~~ |
---|
5474 | 1 error generated. |
---|
5475 | configure:8297: $? = 1 |
---|
5476 | configure: failed program was: |
---|
5477 | | /* confdefs.h */ |
---|
5478 | | #define _GNU_SOURCE 1 |
---|
5479 | | #define _NETBSD_SOURCE 1 |
---|
5480 | | #define __BSD_VISIBLE 1 |
---|
5481 | | #define _DARWIN_C_SOURCE 1 |
---|
5482 | | #define _PYTHONFRAMEWORK "Python" |
---|
5483 | | #define STDC_HEADERS 1 |
---|
5484 | | #define HAVE_SYS_TYPES_H 1 |
---|
5485 | | #define HAVE_SYS_STAT_H 1 |
---|
5486 | | #define HAVE_STDLIB_H 1 |
---|
5487 | | #define HAVE_STRING_H 1 |
---|
5488 | | #define HAVE_MEMORY_H 1 |
---|
5489 | | #define HAVE_STRINGS_H 1 |
---|
5490 | | #define HAVE_INTTYPES_H 1 |
---|
5491 | | #define HAVE_STDINT_H 1 |
---|
5492 | | #define HAVE_UNISTD_H 1 |
---|
5493 | | #define __EXTENSIONS__ 1 |
---|
5494 | | #define _ALL_SOURCE 1 |
---|
5495 | | #define _GNU_SOURCE 1 |
---|
5496 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5497 | | #define _TANDEM_SOURCE 1 |
---|
5498 | | #define STDC_HEADERS 1 |
---|
5499 | | #define HAVE_DLFCN_H 1 |
---|
5500 | | #define HAVE_ERRNO_H 1 |
---|
5501 | | #define HAVE_FCNTL_H 1 |
---|
5502 | | #define HAVE_GRP_H 1 |
---|
5503 | | #define HAVE_LANGINFO_H 1 |
---|
5504 | | #define HAVE_LIBINTL_H 1 |
---|
5505 | | #define HAVE_PTHREAD_H 1 |
---|
5506 | | #define HAVE_SCHED_H 1 |
---|
5507 | | #define HAVE_SIGNAL_H 1 |
---|
5508 | | #define HAVE_TERMIOS_H 1 |
---|
5509 | | #define HAVE_UTIME_H 1 |
---|
5510 | | #define HAVE_POLL_H 1 |
---|
5511 | | #define HAVE_SYS_POLL_H 1 |
---|
5512 | | #define HAVE_SYS_XATTR_H 1 |
---|
5513 | | #define HAVE_SYS_EVENT_H 1 |
---|
5514 | | #define HAVE_SYS_FILE_H 1 |
---|
5515 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5516 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5517 | | #define HAVE_SYS_LOCK_H 1 |
---|
5518 | | #define HAVE_SYS_PARAM_H 1 |
---|
5519 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5520 | | #define HAVE_SYS_SELECT_H 1 |
---|
5521 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5522 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5523 | | #define HAVE_SYS_STAT_H 1 |
---|
5524 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5525 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5526 | | #define HAVE_SYS_TIME_H 1 |
---|
5527 | | #define HAVE_SYS_TIMES_H 1 |
---|
5528 | | #define HAVE_SYS_TYPES_H 1 |
---|
5529 | | #define HAVE_SYS_UIO_H 1 |
---|
5530 | | #define HAVE_SYS_UN_H 1 |
---|
5531 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5532 | | #define HAVE_SYS_WAIT_H 1 |
---|
5533 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5534 | | #define HAVE_SYSEXITS_H 1 |
---|
5535 | | #define HAVE_SPAWN_H 1 |
---|
5536 | | #define HAVE_UTIL_H 1 |
---|
5537 | | #define HAVE_ALLOCA_H 1 |
---|
5538 | | #define HAVE_SYS_MMAN_H 1 |
---|
5539 | | #define HAVE_DIRENT_H 1 |
---|
5540 | | #define HAVE_NET_IF_H 1 |
---|
5541 | | /* end confdefs.h. */ |
---|
5542 | | |
---|
5543 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5544 | | #include <sys/socket.h> |
---|
5545 | | #endif |
---|
5546 | | |
---|
5547 | | |
---|
5548 | | #include <linux/vm_sockets.h> |
---|
5549 | configure:8297: result: no |
---|
5550 | configure:8317: checking for linux/can.h |
---|
5551 | configure:8317: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5552 | conftest.c:72:10: fatal error: 'linux/can.h' file not found |
---|
5553 | #include <linux/can.h> |
---|
5554 | ^~~~~~~~~~~~~ |
---|
5555 | 1 error generated. |
---|
5556 | configure:8317: $? = 1 |
---|
5557 | configure: failed program was: |
---|
5558 | | /* confdefs.h */ |
---|
5559 | | #define _GNU_SOURCE 1 |
---|
5560 | | #define _NETBSD_SOURCE 1 |
---|
5561 | | #define __BSD_VISIBLE 1 |
---|
5562 | | #define _DARWIN_C_SOURCE 1 |
---|
5563 | | #define _PYTHONFRAMEWORK "Python" |
---|
5564 | | #define STDC_HEADERS 1 |
---|
5565 | | #define HAVE_SYS_TYPES_H 1 |
---|
5566 | | #define HAVE_SYS_STAT_H 1 |
---|
5567 | | #define HAVE_STDLIB_H 1 |
---|
5568 | | #define HAVE_STRING_H 1 |
---|
5569 | | #define HAVE_MEMORY_H 1 |
---|
5570 | | #define HAVE_STRINGS_H 1 |
---|
5571 | | #define HAVE_INTTYPES_H 1 |
---|
5572 | | #define HAVE_STDINT_H 1 |
---|
5573 | | #define HAVE_UNISTD_H 1 |
---|
5574 | | #define __EXTENSIONS__ 1 |
---|
5575 | | #define _ALL_SOURCE 1 |
---|
5576 | | #define _GNU_SOURCE 1 |
---|
5577 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5578 | | #define _TANDEM_SOURCE 1 |
---|
5579 | | #define STDC_HEADERS 1 |
---|
5580 | | #define HAVE_DLFCN_H 1 |
---|
5581 | | #define HAVE_ERRNO_H 1 |
---|
5582 | | #define HAVE_FCNTL_H 1 |
---|
5583 | | #define HAVE_GRP_H 1 |
---|
5584 | | #define HAVE_LANGINFO_H 1 |
---|
5585 | | #define HAVE_LIBINTL_H 1 |
---|
5586 | | #define HAVE_PTHREAD_H 1 |
---|
5587 | | #define HAVE_SCHED_H 1 |
---|
5588 | | #define HAVE_SIGNAL_H 1 |
---|
5589 | | #define HAVE_TERMIOS_H 1 |
---|
5590 | | #define HAVE_UTIME_H 1 |
---|
5591 | | #define HAVE_POLL_H 1 |
---|
5592 | | #define HAVE_SYS_POLL_H 1 |
---|
5593 | | #define HAVE_SYS_XATTR_H 1 |
---|
5594 | | #define HAVE_SYS_EVENT_H 1 |
---|
5595 | | #define HAVE_SYS_FILE_H 1 |
---|
5596 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5597 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5598 | | #define HAVE_SYS_LOCK_H 1 |
---|
5599 | | #define HAVE_SYS_PARAM_H 1 |
---|
5600 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5601 | | #define HAVE_SYS_SELECT_H 1 |
---|
5602 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5603 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5604 | | #define HAVE_SYS_STAT_H 1 |
---|
5605 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5606 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5607 | | #define HAVE_SYS_TIME_H 1 |
---|
5608 | | #define HAVE_SYS_TIMES_H 1 |
---|
5609 | | #define HAVE_SYS_TYPES_H 1 |
---|
5610 | | #define HAVE_SYS_UIO_H 1 |
---|
5611 | | #define HAVE_SYS_UN_H 1 |
---|
5612 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5613 | | #define HAVE_SYS_WAIT_H 1 |
---|
5614 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5615 | | #define HAVE_SYSEXITS_H 1 |
---|
5616 | | #define HAVE_SPAWN_H 1 |
---|
5617 | | #define HAVE_UTIL_H 1 |
---|
5618 | | #define HAVE_ALLOCA_H 1 |
---|
5619 | | #define HAVE_SYS_MMAN_H 1 |
---|
5620 | | #define HAVE_DIRENT_H 1 |
---|
5621 | | #define HAVE_NET_IF_H 1 |
---|
5622 | | /* end confdefs.h. */ |
---|
5623 | | |
---|
5624 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5625 | | #include <sys/socket.h> |
---|
5626 | | #endif |
---|
5627 | | |
---|
5628 | | |
---|
5629 | | #include <linux/can.h> |
---|
5630 | configure:8317: result: no |
---|
5631 | configure:8317: checking for linux/can/bcm.h |
---|
5632 | configure:8317: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5633 | conftest.c:72:10: fatal error: 'linux/can/bcm.h' file not found |
---|
5634 | #include <linux/can/bcm.h> |
---|
5635 | ^~~~~~~~~~~~~~~~~ |
---|
5636 | 1 error generated. |
---|
5637 | configure:8317: $? = 1 |
---|
5638 | configure: failed program was: |
---|
5639 | | /* confdefs.h */ |
---|
5640 | | #define _GNU_SOURCE 1 |
---|
5641 | | #define _NETBSD_SOURCE 1 |
---|
5642 | | #define __BSD_VISIBLE 1 |
---|
5643 | | #define _DARWIN_C_SOURCE 1 |
---|
5644 | | #define _PYTHONFRAMEWORK "Python" |
---|
5645 | | #define STDC_HEADERS 1 |
---|
5646 | | #define HAVE_SYS_TYPES_H 1 |
---|
5647 | | #define HAVE_SYS_STAT_H 1 |
---|
5648 | | #define HAVE_STDLIB_H 1 |
---|
5649 | | #define HAVE_STRING_H 1 |
---|
5650 | | #define HAVE_MEMORY_H 1 |
---|
5651 | | #define HAVE_STRINGS_H 1 |
---|
5652 | | #define HAVE_INTTYPES_H 1 |
---|
5653 | | #define HAVE_STDINT_H 1 |
---|
5654 | | #define HAVE_UNISTD_H 1 |
---|
5655 | | #define __EXTENSIONS__ 1 |
---|
5656 | | #define _ALL_SOURCE 1 |
---|
5657 | | #define _GNU_SOURCE 1 |
---|
5658 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5659 | | #define _TANDEM_SOURCE 1 |
---|
5660 | | #define STDC_HEADERS 1 |
---|
5661 | | #define HAVE_DLFCN_H 1 |
---|
5662 | | #define HAVE_ERRNO_H 1 |
---|
5663 | | #define HAVE_FCNTL_H 1 |
---|
5664 | | #define HAVE_GRP_H 1 |
---|
5665 | | #define HAVE_LANGINFO_H 1 |
---|
5666 | | #define HAVE_LIBINTL_H 1 |
---|
5667 | | #define HAVE_PTHREAD_H 1 |
---|
5668 | | #define HAVE_SCHED_H 1 |
---|
5669 | | #define HAVE_SIGNAL_H 1 |
---|
5670 | | #define HAVE_TERMIOS_H 1 |
---|
5671 | | #define HAVE_UTIME_H 1 |
---|
5672 | | #define HAVE_POLL_H 1 |
---|
5673 | | #define HAVE_SYS_POLL_H 1 |
---|
5674 | | #define HAVE_SYS_XATTR_H 1 |
---|
5675 | | #define HAVE_SYS_EVENT_H 1 |
---|
5676 | | #define HAVE_SYS_FILE_H 1 |
---|
5677 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5678 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5679 | | #define HAVE_SYS_LOCK_H 1 |
---|
5680 | | #define HAVE_SYS_PARAM_H 1 |
---|
5681 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5682 | | #define HAVE_SYS_SELECT_H 1 |
---|
5683 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5684 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5685 | | #define HAVE_SYS_STAT_H 1 |
---|
5686 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5687 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5688 | | #define HAVE_SYS_TIME_H 1 |
---|
5689 | | #define HAVE_SYS_TIMES_H 1 |
---|
5690 | | #define HAVE_SYS_TYPES_H 1 |
---|
5691 | | #define HAVE_SYS_UIO_H 1 |
---|
5692 | | #define HAVE_SYS_UN_H 1 |
---|
5693 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5694 | | #define HAVE_SYS_WAIT_H 1 |
---|
5695 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5696 | | #define HAVE_SYSEXITS_H 1 |
---|
5697 | | #define HAVE_SPAWN_H 1 |
---|
5698 | | #define HAVE_UTIL_H 1 |
---|
5699 | | #define HAVE_ALLOCA_H 1 |
---|
5700 | | #define HAVE_SYS_MMAN_H 1 |
---|
5701 | | #define HAVE_DIRENT_H 1 |
---|
5702 | | #define HAVE_NET_IF_H 1 |
---|
5703 | | /* end confdefs.h. */ |
---|
5704 | | |
---|
5705 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5706 | | #include <sys/socket.h> |
---|
5707 | | #endif |
---|
5708 | | |
---|
5709 | | |
---|
5710 | | #include <linux/can/bcm.h> |
---|
5711 | configure:8317: result: no |
---|
5712 | configure:8317: checking for linux/can/j1939.h |
---|
5713 | configure:8317: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5714 | conftest.c:72:10: fatal error: 'linux/can/j1939.h' file not found |
---|
5715 | #include <linux/can/j1939.h> |
---|
5716 | ^~~~~~~~~~~~~~~~~~~ |
---|
5717 | 1 error generated. |
---|
5718 | configure:8317: $? = 1 |
---|
5719 | configure: failed program was: |
---|
5720 | | /* confdefs.h */ |
---|
5721 | | #define _GNU_SOURCE 1 |
---|
5722 | | #define _NETBSD_SOURCE 1 |
---|
5723 | | #define __BSD_VISIBLE 1 |
---|
5724 | | #define _DARWIN_C_SOURCE 1 |
---|
5725 | | #define _PYTHONFRAMEWORK "Python" |
---|
5726 | | #define STDC_HEADERS 1 |
---|
5727 | | #define HAVE_SYS_TYPES_H 1 |
---|
5728 | | #define HAVE_SYS_STAT_H 1 |
---|
5729 | | #define HAVE_STDLIB_H 1 |
---|
5730 | | #define HAVE_STRING_H 1 |
---|
5731 | | #define HAVE_MEMORY_H 1 |
---|
5732 | | #define HAVE_STRINGS_H 1 |
---|
5733 | | #define HAVE_INTTYPES_H 1 |
---|
5734 | | #define HAVE_STDINT_H 1 |
---|
5735 | | #define HAVE_UNISTD_H 1 |
---|
5736 | | #define __EXTENSIONS__ 1 |
---|
5737 | | #define _ALL_SOURCE 1 |
---|
5738 | | #define _GNU_SOURCE 1 |
---|
5739 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5740 | | #define _TANDEM_SOURCE 1 |
---|
5741 | | #define STDC_HEADERS 1 |
---|
5742 | | #define HAVE_DLFCN_H 1 |
---|
5743 | | #define HAVE_ERRNO_H 1 |
---|
5744 | | #define HAVE_FCNTL_H 1 |
---|
5745 | | #define HAVE_GRP_H 1 |
---|
5746 | | #define HAVE_LANGINFO_H 1 |
---|
5747 | | #define HAVE_LIBINTL_H 1 |
---|
5748 | | #define HAVE_PTHREAD_H 1 |
---|
5749 | | #define HAVE_SCHED_H 1 |
---|
5750 | | #define HAVE_SIGNAL_H 1 |
---|
5751 | | #define HAVE_TERMIOS_H 1 |
---|
5752 | | #define HAVE_UTIME_H 1 |
---|
5753 | | #define HAVE_POLL_H 1 |
---|
5754 | | #define HAVE_SYS_POLL_H 1 |
---|
5755 | | #define HAVE_SYS_XATTR_H 1 |
---|
5756 | | #define HAVE_SYS_EVENT_H 1 |
---|
5757 | | #define HAVE_SYS_FILE_H 1 |
---|
5758 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5759 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5760 | | #define HAVE_SYS_LOCK_H 1 |
---|
5761 | | #define HAVE_SYS_PARAM_H 1 |
---|
5762 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5763 | | #define HAVE_SYS_SELECT_H 1 |
---|
5764 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5765 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5766 | | #define HAVE_SYS_STAT_H 1 |
---|
5767 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5768 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5769 | | #define HAVE_SYS_TIME_H 1 |
---|
5770 | | #define HAVE_SYS_TIMES_H 1 |
---|
5771 | | #define HAVE_SYS_TYPES_H 1 |
---|
5772 | | #define HAVE_SYS_UIO_H 1 |
---|
5773 | | #define HAVE_SYS_UN_H 1 |
---|
5774 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5775 | | #define HAVE_SYS_WAIT_H 1 |
---|
5776 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5777 | | #define HAVE_SYSEXITS_H 1 |
---|
5778 | | #define HAVE_SPAWN_H 1 |
---|
5779 | | #define HAVE_UTIL_H 1 |
---|
5780 | | #define HAVE_ALLOCA_H 1 |
---|
5781 | | #define HAVE_SYS_MMAN_H 1 |
---|
5782 | | #define HAVE_DIRENT_H 1 |
---|
5783 | | #define HAVE_NET_IF_H 1 |
---|
5784 | | /* end confdefs.h. */ |
---|
5785 | | |
---|
5786 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5787 | | #include <sys/socket.h> |
---|
5788 | | #endif |
---|
5789 | | |
---|
5790 | | |
---|
5791 | | #include <linux/can/j1939.h> |
---|
5792 | configure:8317: result: no |
---|
5793 | configure:8317: checking for linux/can/raw.h |
---|
5794 | configure:8317: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5795 | conftest.c:72:10: fatal error: 'linux/can/raw.h' file not found |
---|
5796 | #include <linux/can/raw.h> |
---|
5797 | ^~~~~~~~~~~~~~~~~ |
---|
5798 | 1 error generated. |
---|
5799 | configure:8317: $? = 1 |
---|
5800 | configure: failed program was: |
---|
5801 | | /* confdefs.h */ |
---|
5802 | | #define _GNU_SOURCE 1 |
---|
5803 | | #define _NETBSD_SOURCE 1 |
---|
5804 | | #define __BSD_VISIBLE 1 |
---|
5805 | | #define _DARWIN_C_SOURCE 1 |
---|
5806 | | #define _PYTHONFRAMEWORK "Python" |
---|
5807 | | #define STDC_HEADERS 1 |
---|
5808 | | #define HAVE_SYS_TYPES_H 1 |
---|
5809 | | #define HAVE_SYS_STAT_H 1 |
---|
5810 | | #define HAVE_STDLIB_H 1 |
---|
5811 | | #define HAVE_STRING_H 1 |
---|
5812 | | #define HAVE_MEMORY_H 1 |
---|
5813 | | #define HAVE_STRINGS_H 1 |
---|
5814 | | #define HAVE_INTTYPES_H 1 |
---|
5815 | | #define HAVE_STDINT_H 1 |
---|
5816 | | #define HAVE_UNISTD_H 1 |
---|
5817 | | #define __EXTENSIONS__ 1 |
---|
5818 | | #define _ALL_SOURCE 1 |
---|
5819 | | #define _GNU_SOURCE 1 |
---|
5820 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5821 | | #define _TANDEM_SOURCE 1 |
---|
5822 | | #define STDC_HEADERS 1 |
---|
5823 | | #define HAVE_DLFCN_H 1 |
---|
5824 | | #define HAVE_ERRNO_H 1 |
---|
5825 | | #define HAVE_FCNTL_H 1 |
---|
5826 | | #define HAVE_GRP_H 1 |
---|
5827 | | #define HAVE_LANGINFO_H 1 |
---|
5828 | | #define HAVE_LIBINTL_H 1 |
---|
5829 | | #define HAVE_PTHREAD_H 1 |
---|
5830 | | #define HAVE_SCHED_H 1 |
---|
5831 | | #define HAVE_SIGNAL_H 1 |
---|
5832 | | #define HAVE_TERMIOS_H 1 |
---|
5833 | | #define HAVE_UTIME_H 1 |
---|
5834 | | #define HAVE_POLL_H 1 |
---|
5835 | | #define HAVE_SYS_POLL_H 1 |
---|
5836 | | #define HAVE_SYS_XATTR_H 1 |
---|
5837 | | #define HAVE_SYS_EVENT_H 1 |
---|
5838 | | #define HAVE_SYS_FILE_H 1 |
---|
5839 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5840 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5841 | | #define HAVE_SYS_LOCK_H 1 |
---|
5842 | | #define HAVE_SYS_PARAM_H 1 |
---|
5843 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5844 | | #define HAVE_SYS_SELECT_H 1 |
---|
5845 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5846 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5847 | | #define HAVE_SYS_STAT_H 1 |
---|
5848 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5849 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5850 | | #define HAVE_SYS_TIME_H 1 |
---|
5851 | | #define HAVE_SYS_TIMES_H 1 |
---|
5852 | | #define HAVE_SYS_TYPES_H 1 |
---|
5853 | | #define HAVE_SYS_UIO_H 1 |
---|
5854 | | #define HAVE_SYS_UN_H 1 |
---|
5855 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5856 | | #define HAVE_SYS_WAIT_H 1 |
---|
5857 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5858 | | #define HAVE_SYSEXITS_H 1 |
---|
5859 | | #define HAVE_SPAWN_H 1 |
---|
5860 | | #define HAVE_UTIL_H 1 |
---|
5861 | | #define HAVE_ALLOCA_H 1 |
---|
5862 | | #define HAVE_SYS_MMAN_H 1 |
---|
5863 | | #define HAVE_DIRENT_H 1 |
---|
5864 | | #define HAVE_NET_IF_H 1 |
---|
5865 | | /* end confdefs.h. */ |
---|
5866 | | |
---|
5867 | | #ifdef HAVE_SYS_SOCKET_H |
---|
5868 | | #include <sys/socket.h> |
---|
5869 | | #endif |
---|
5870 | | |
---|
5871 | | |
---|
5872 | | #include <linux/can/raw.h> |
---|
5873 | configure:8317: result: no |
---|
5874 | configure:8335: checking for clock_t in time.h |
---|
5875 | configure:8354: result: yes |
---|
5876 | configure:8357: checking for makedev |
---|
5877 | configure:8380: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
5878 | configure:8380: $? = 0 |
---|
5879 | configure:8387: result: yes |
---|
5880 | configure:8396: checking for le64toh |
---|
5881 | configure:8417: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
5882 | conftest.c:78:4: error: implicit declaration of function 'le64toh' is invalid in C99 [-Werror,-Wimplicit-function-declaration] |
---|
5883 | le64toh(1) |
---|
5884 | ^ |
---|
5885 | 1 error generated. |
---|
5886 | configure:8417: $? = 1 |
---|
5887 | configure: failed program was: |
---|
5888 | | /* confdefs.h */ |
---|
5889 | | #define _GNU_SOURCE 1 |
---|
5890 | | #define _NETBSD_SOURCE 1 |
---|
5891 | | #define __BSD_VISIBLE 1 |
---|
5892 | | #define _DARWIN_C_SOURCE 1 |
---|
5893 | | #define _PYTHONFRAMEWORK "Python" |
---|
5894 | | #define STDC_HEADERS 1 |
---|
5895 | | #define HAVE_SYS_TYPES_H 1 |
---|
5896 | | #define HAVE_SYS_STAT_H 1 |
---|
5897 | | #define HAVE_STDLIB_H 1 |
---|
5898 | | #define HAVE_STRING_H 1 |
---|
5899 | | #define HAVE_MEMORY_H 1 |
---|
5900 | | #define HAVE_STRINGS_H 1 |
---|
5901 | | #define HAVE_INTTYPES_H 1 |
---|
5902 | | #define HAVE_STDINT_H 1 |
---|
5903 | | #define HAVE_UNISTD_H 1 |
---|
5904 | | #define __EXTENSIONS__ 1 |
---|
5905 | | #define _ALL_SOURCE 1 |
---|
5906 | | #define _GNU_SOURCE 1 |
---|
5907 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
5908 | | #define _TANDEM_SOURCE 1 |
---|
5909 | | #define STDC_HEADERS 1 |
---|
5910 | | #define HAVE_DLFCN_H 1 |
---|
5911 | | #define HAVE_ERRNO_H 1 |
---|
5912 | | #define HAVE_FCNTL_H 1 |
---|
5913 | | #define HAVE_GRP_H 1 |
---|
5914 | | #define HAVE_LANGINFO_H 1 |
---|
5915 | | #define HAVE_LIBINTL_H 1 |
---|
5916 | | #define HAVE_PTHREAD_H 1 |
---|
5917 | | #define HAVE_SCHED_H 1 |
---|
5918 | | #define HAVE_SIGNAL_H 1 |
---|
5919 | | #define HAVE_TERMIOS_H 1 |
---|
5920 | | #define HAVE_UTIME_H 1 |
---|
5921 | | #define HAVE_POLL_H 1 |
---|
5922 | | #define HAVE_SYS_POLL_H 1 |
---|
5923 | | #define HAVE_SYS_XATTR_H 1 |
---|
5924 | | #define HAVE_SYS_EVENT_H 1 |
---|
5925 | | #define HAVE_SYS_FILE_H 1 |
---|
5926 | | #define HAVE_SYS_IOCTL_H 1 |
---|
5927 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
5928 | | #define HAVE_SYS_LOCK_H 1 |
---|
5929 | | #define HAVE_SYS_PARAM_H 1 |
---|
5930 | | #define HAVE_SYS_RANDOM_H 1 |
---|
5931 | | #define HAVE_SYS_SELECT_H 1 |
---|
5932 | | #define HAVE_SYS_SOCKET_H 1 |
---|
5933 | | #define HAVE_SYS_STATVFS_H 1 |
---|
5934 | | #define HAVE_SYS_STAT_H 1 |
---|
5935 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
5936 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
5937 | | #define HAVE_SYS_TIME_H 1 |
---|
5938 | | #define HAVE_SYS_TIMES_H 1 |
---|
5939 | | #define HAVE_SYS_TYPES_H 1 |
---|
5940 | | #define HAVE_SYS_UIO_H 1 |
---|
5941 | | #define HAVE_SYS_UN_H 1 |
---|
5942 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
5943 | | #define HAVE_SYS_WAIT_H 1 |
---|
5944 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
5945 | | #define HAVE_SYSEXITS_H 1 |
---|
5946 | | #define HAVE_SPAWN_H 1 |
---|
5947 | | #define HAVE_UTIL_H 1 |
---|
5948 | | #define HAVE_ALLOCA_H 1 |
---|
5949 | | #define HAVE_SYS_MMAN_H 1 |
---|
5950 | | #define HAVE_DIRENT_H 1 |
---|
5951 | | #define HAVE_NET_IF_H 1 |
---|
5952 | | #define HAVE_MAKEDEV 1 |
---|
5953 | | /* end confdefs.h. */ |
---|
5954 | | |
---|
5955 | | #ifdef HAVE_ENDIAN_H |
---|
5956 | | #include <endian.h> |
---|
5957 | | #elif defined(HAVE_SYS_ENDIAN_H) |
---|
5958 | | #include <sys/endian.h> |
---|
5959 | | #endif |
---|
5960 | | |
---|
5961 | | int |
---|
5962 | | main () |
---|
5963 | | { |
---|
5964 | | |
---|
5965 | | le64toh(1) |
---|
5966 | | ; |
---|
5967 | | return 0; |
---|
5968 | | } |
---|
5969 | | |
---|
5970 | configure:8424: result: no |
---|
5971 | configure:8464: checking for mode_t |
---|
5972 | configure:8464: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5973 | configure:8464: $? = 0 |
---|
5974 | configure:8464: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
5975 | conftest.c:108:21: error: expected expression |
---|
5976 | if (sizeof ((mode_t))) |
---|
5977 | ^ |
---|
5978 | 1 error generated. |
---|
5979 | configure:8464: $? = 1 |
---|
5980 | configure: failed program was: |
---|
5981 | | /* confdefs.h */ |
---|
5982 | | #define _GNU_SOURCE 1 |
---|
5983 | | #define _NETBSD_SOURCE 1 |
---|
5984 | | #define __BSD_VISIBLE 1 |
---|
5985 | | #define _DARWIN_C_SOURCE 1 |
---|
5986 | | #define _PYTHONFRAMEWORK "Python" |
---|
5987 | | #define STDC_HEADERS 1 |
---|
5988 | | #define HAVE_SYS_TYPES_H 1 |
---|
5989 | | #define HAVE_SYS_STAT_H 1 |
---|
5990 | | #define HAVE_STDLIB_H 1 |
---|
5991 | | #define HAVE_STRING_H 1 |
---|
5992 | | #define HAVE_MEMORY_H 1 |
---|
5993 | | #define HAVE_STRINGS_H 1 |
---|
5994 | | #define HAVE_INTTYPES_H 1 |
---|
5995 | | #define HAVE_STDINT_H 1 |
---|
5996 | | #define HAVE_UNISTD_H 1 |
---|
5997 | | #define __EXTENSIONS__ 1 |
---|
5998 | | #define _ALL_SOURCE 1 |
---|
5999 | | #define _GNU_SOURCE 1 |
---|
6000 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6001 | | #define _TANDEM_SOURCE 1 |
---|
6002 | | #define STDC_HEADERS 1 |
---|
6003 | | #define HAVE_DLFCN_H 1 |
---|
6004 | | #define HAVE_ERRNO_H 1 |
---|
6005 | | #define HAVE_FCNTL_H 1 |
---|
6006 | | #define HAVE_GRP_H 1 |
---|
6007 | | #define HAVE_LANGINFO_H 1 |
---|
6008 | | #define HAVE_LIBINTL_H 1 |
---|
6009 | | #define HAVE_PTHREAD_H 1 |
---|
6010 | | #define HAVE_SCHED_H 1 |
---|
6011 | | #define HAVE_SIGNAL_H 1 |
---|
6012 | | #define HAVE_TERMIOS_H 1 |
---|
6013 | | #define HAVE_UTIME_H 1 |
---|
6014 | | #define HAVE_POLL_H 1 |
---|
6015 | | #define HAVE_SYS_POLL_H 1 |
---|
6016 | | #define HAVE_SYS_XATTR_H 1 |
---|
6017 | | #define HAVE_SYS_EVENT_H 1 |
---|
6018 | | #define HAVE_SYS_FILE_H 1 |
---|
6019 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6020 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6021 | | #define HAVE_SYS_LOCK_H 1 |
---|
6022 | | #define HAVE_SYS_PARAM_H 1 |
---|
6023 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6024 | | #define HAVE_SYS_SELECT_H 1 |
---|
6025 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6026 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6027 | | #define HAVE_SYS_STAT_H 1 |
---|
6028 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6029 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6030 | | #define HAVE_SYS_TIME_H 1 |
---|
6031 | | #define HAVE_SYS_TIMES_H 1 |
---|
6032 | | #define HAVE_SYS_TYPES_H 1 |
---|
6033 | | #define HAVE_SYS_UIO_H 1 |
---|
6034 | | #define HAVE_SYS_UN_H 1 |
---|
6035 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6036 | | #define HAVE_SYS_WAIT_H 1 |
---|
6037 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6038 | | #define HAVE_SYSEXITS_H 1 |
---|
6039 | | #define HAVE_SPAWN_H 1 |
---|
6040 | | #define HAVE_UTIL_H 1 |
---|
6041 | | #define HAVE_ALLOCA_H 1 |
---|
6042 | | #define HAVE_SYS_MMAN_H 1 |
---|
6043 | | #define HAVE_DIRENT_H 1 |
---|
6044 | | #define HAVE_NET_IF_H 1 |
---|
6045 | | #define HAVE_MAKEDEV 1 |
---|
6046 | | #define _LARGEFILE_SOURCE 1 |
---|
6047 | | #define _FILE_OFFSET_BITS 64 |
---|
6048 | | #if defined(SCO_DS) |
---|
6049 | | #undef _OFF_T |
---|
6050 | | #endif |
---|
6051 | | /* end confdefs.h. */ |
---|
6052 | | #include <stdio.h> |
---|
6053 | | #ifdef HAVE_SYS_TYPES_H |
---|
6054 | | # include <sys/types.h> |
---|
6055 | | #endif |
---|
6056 | | #ifdef HAVE_SYS_STAT_H |
---|
6057 | | # include <sys/stat.h> |
---|
6058 | | #endif |
---|
6059 | | #ifdef STDC_HEADERS |
---|
6060 | | # include <stdlib.h> |
---|
6061 | | # include <stddef.h> |
---|
6062 | | #else |
---|
6063 | | # ifdef HAVE_STDLIB_H |
---|
6064 | | # include <stdlib.h> |
---|
6065 | | # endif |
---|
6066 | | #endif |
---|
6067 | | #ifdef HAVE_STRING_H |
---|
6068 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
6069 | | # include <memory.h> |
---|
6070 | | # endif |
---|
6071 | | # include <string.h> |
---|
6072 | | #endif |
---|
6073 | | #ifdef HAVE_STRINGS_H |
---|
6074 | | # include <strings.h> |
---|
6075 | | #endif |
---|
6076 | | #ifdef HAVE_INTTYPES_H |
---|
6077 | | # include <inttypes.h> |
---|
6078 | | #endif |
---|
6079 | | #ifdef HAVE_STDINT_H |
---|
6080 | | # include <stdint.h> |
---|
6081 | | #endif |
---|
6082 | | #ifdef HAVE_UNISTD_H |
---|
6083 | | # include <unistd.h> |
---|
6084 | | #endif |
---|
6085 | | int |
---|
6086 | | main () |
---|
6087 | | { |
---|
6088 | | if (sizeof ((mode_t))) |
---|
6089 | | return 0; |
---|
6090 | | ; |
---|
6091 | | return 0; |
---|
6092 | | } |
---|
6093 | configure:8464: result: yes |
---|
6094 | configure:8475: checking for off_t |
---|
6095 | configure:8475: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6096 | configure:8475: $? = 0 |
---|
6097 | configure:8475: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6098 | conftest.c:108:20: error: expected expression |
---|
6099 | if (sizeof ((off_t))) |
---|
6100 | ^ |
---|
6101 | 1 error generated. |
---|
6102 | configure:8475: $? = 1 |
---|
6103 | configure: failed program was: |
---|
6104 | | /* confdefs.h */ |
---|
6105 | | #define _GNU_SOURCE 1 |
---|
6106 | | #define _NETBSD_SOURCE 1 |
---|
6107 | | #define __BSD_VISIBLE 1 |
---|
6108 | | #define _DARWIN_C_SOURCE 1 |
---|
6109 | | #define _PYTHONFRAMEWORK "Python" |
---|
6110 | | #define STDC_HEADERS 1 |
---|
6111 | | #define HAVE_SYS_TYPES_H 1 |
---|
6112 | | #define HAVE_SYS_STAT_H 1 |
---|
6113 | | #define HAVE_STDLIB_H 1 |
---|
6114 | | #define HAVE_STRING_H 1 |
---|
6115 | | #define HAVE_MEMORY_H 1 |
---|
6116 | | #define HAVE_STRINGS_H 1 |
---|
6117 | | #define HAVE_INTTYPES_H 1 |
---|
6118 | | #define HAVE_STDINT_H 1 |
---|
6119 | | #define HAVE_UNISTD_H 1 |
---|
6120 | | #define __EXTENSIONS__ 1 |
---|
6121 | | #define _ALL_SOURCE 1 |
---|
6122 | | #define _GNU_SOURCE 1 |
---|
6123 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6124 | | #define _TANDEM_SOURCE 1 |
---|
6125 | | #define STDC_HEADERS 1 |
---|
6126 | | #define HAVE_DLFCN_H 1 |
---|
6127 | | #define HAVE_ERRNO_H 1 |
---|
6128 | | #define HAVE_FCNTL_H 1 |
---|
6129 | | #define HAVE_GRP_H 1 |
---|
6130 | | #define HAVE_LANGINFO_H 1 |
---|
6131 | | #define HAVE_LIBINTL_H 1 |
---|
6132 | | #define HAVE_PTHREAD_H 1 |
---|
6133 | | #define HAVE_SCHED_H 1 |
---|
6134 | | #define HAVE_SIGNAL_H 1 |
---|
6135 | | #define HAVE_TERMIOS_H 1 |
---|
6136 | | #define HAVE_UTIME_H 1 |
---|
6137 | | #define HAVE_POLL_H 1 |
---|
6138 | | #define HAVE_SYS_POLL_H 1 |
---|
6139 | | #define HAVE_SYS_XATTR_H 1 |
---|
6140 | | #define HAVE_SYS_EVENT_H 1 |
---|
6141 | | #define HAVE_SYS_FILE_H 1 |
---|
6142 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6143 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6144 | | #define HAVE_SYS_LOCK_H 1 |
---|
6145 | | #define HAVE_SYS_PARAM_H 1 |
---|
6146 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6147 | | #define HAVE_SYS_SELECT_H 1 |
---|
6148 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6149 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6150 | | #define HAVE_SYS_STAT_H 1 |
---|
6151 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6152 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6153 | | #define HAVE_SYS_TIME_H 1 |
---|
6154 | | #define HAVE_SYS_TIMES_H 1 |
---|
6155 | | #define HAVE_SYS_TYPES_H 1 |
---|
6156 | | #define HAVE_SYS_UIO_H 1 |
---|
6157 | | #define HAVE_SYS_UN_H 1 |
---|
6158 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6159 | | #define HAVE_SYS_WAIT_H 1 |
---|
6160 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6161 | | #define HAVE_SYSEXITS_H 1 |
---|
6162 | | #define HAVE_SPAWN_H 1 |
---|
6163 | | #define HAVE_UTIL_H 1 |
---|
6164 | | #define HAVE_ALLOCA_H 1 |
---|
6165 | | #define HAVE_SYS_MMAN_H 1 |
---|
6166 | | #define HAVE_DIRENT_H 1 |
---|
6167 | | #define HAVE_NET_IF_H 1 |
---|
6168 | | #define HAVE_MAKEDEV 1 |
---|
6169 | | #define _LARGEFILE_SOURCE 1 |
---|
6170 | | #define _FILE_OFFSET_BITS 64 |
---|
6171 | | #if defined(SCO_DS) |
---|
6172 | | #undef _OFF_T |
---|
6173 | | #endif |
---|
6174 | | /* end confdefs.h. */ |
---|
6175 | | #include <stdio.h> |
---|
6176 | | #ifdef HAVE_SYS_TYPES_H |
---|
6177 | | # include <sys/types.h> |
---|
6178 | | #endif |
---|
6179 | | #ifdef HAVE_SYS_STAT_H |
---|
6180 | | # include <sys/stat.h> |
---|
6181 | | #endif |
---|
6182 | | #ifdef STDC_HEADERS |
---|
6183 | | # include <stdlib.h> |
---|
6184 | | # include <stddef.h> |
---|
6185 | | #else |
---|
6186 | | # ifdef HAVE_STDLIB_H |
---|
6187 | | # include <stdlib.h> |
---|
6188 | | # endif |
---|
6189 | | #endif |
---|
6190 | | #ifdef HAVE_STRING_H |
---|
6191 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
6192 | | # include <memory.h> |
---|
6193 | | # endif |
---|
6194 | | # include <string.h> |
---|
6195 | | #endif |
---|
6196 | | #ifdef HAVE_STRINGS_H |
---|
6197 | | # include <strings.h> |
---|
6198 | | #endif |
---|
6199 | | #ifdef HAVE_INTTYPES_H |
---|
6200 | | # include <inttypes.h> |
---|
6201 | | #endif |
---|
6202 | | #ifdef HAVE_STDINT_H |
---|
6203 | | # include <stdint.h> |
---|
6204 | | #endif |
---|
6205 | | #ifdef HAVE_UNISTD_H |
---|
6206 | | # include <unistd.h> |
---|
6207 | | #endif |
---|
6208 | | int |
---|
6209 | | main () |
---|
6210 | | { |
---|
6211 | | if (sizeof ((off_t))) |
---|
6212 | | return 0; |
---|
6213 | | ; |
---|
6214 | | return 0; |
---|
6215 | | } |
---|
6216 | configure:8475: result: yes |
---|
6217 | configure:8486: checking for pid_t |
---|
6218 | configure:8486: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6219 | configure:8486: $? = 0 |
---|
6220 | configure:8486: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6221 | conftest.c:108:20: error: expected expression |
---|
6222 | if (sizeof ((pid_t))) |
---|
6223 | ^ |
---|
6224 | 1 error generated. |
---|
6225 | configure:8486: $? = 1 |
---|
6226 | configure: failed program was: |
---|
6227 | | /* confdefs.h */ |
---|
6228 | | #define _GNU_SOURCE 1 |
---|
6229 | | #define _NETBSD_SOURCE 1 |
---|
6230 | | #define __BSD_VISIBLE 1 |
---|
6231 | | #define _DARWIN_C_SOURCE 1 |
---|
6232 | | #define _PYTHONFRAMEWORK "Python" |
---|
6233 | | #define STDC_HEADERS 1 |
---|
6234 | | #define HAVE_SYS_TYPES_H 1 |
---|
6235 | | #define HAVE_SYS_STAT_H 1 |
---|
6236 | | #define HAVE_STDLIB_H 1 |
---|
6237 | | #define HAVE_STRING_H 1 |
---|
6238 | | #define HAVE_MEMORY_H 1 |
---|
6239 | | #define HAVE_STRINGS_H 1 |
---|
6240 | | #define HAVE_INTTYPES_H 1 |
---|
6241 | | #define HAVE_STDINT_H 1 |
---|
6242 | | #define HAVE_UNISTD_H 1 |
---|
6243 | | #define __EXTENSIONS__ 1 |
---|
6244 | | #define _ALL_SOURCE 1 |
---|
6245 | | #define _GNU_SOURCE 1 |
---|
6246 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6247 | | #define _TANDEM_SOURCE 1 |
---|
6248 | | #define STDC_HEADERS 1 |
---|
6249 | | #define HAVE_DLFCN_H 1 |
---|
6250 | | #define HAVE_ERRNO_H 1 |
---|
6251 | | #define HAVE_FCNTL_H 1 |
---|
6252 | | #define HAVE_GRP_H 1 |
---|
6253 | | #define HAVE_LANGINFO_H 1 |
---|
6254 | | #define HAVE_LIBINTL_H 1 |
---|
6255 | | #define HAVE_PTHREAD_H 1 |
---|
6256 | | #define HAVE_SCHED_H 1 |
---|
6257 | | #define HAVE_SIGNAL_H 1 |
---|
6258 | | #define HAVE_TERMIOS_H 1 |
---|
6259 | | #define HAVE_UTIME_H 1 |
---|
6260 | | #define HAVE_POLL_H 1 |
---|
6261 | | #define HAVE_SYS_POLL_H 1 |
---|
6262 | | #define HAVE_SYS_XATTR_H 1 |
---|
6263 | | #define HAVE_SYS_EVENT_H 1 |
---|
6264 | | #define HAVE_SYS_FILE_H 1 |
---|
6265 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6266 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6267 | | #define HAVE_SYS_LOCK_H 1 |
---|
6268 | | #define HAVE_SYS_PARAM_H 1 |
---|
6269 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6270 | | #define HAVE_SYS_SELECT_H 1 |
---|
6271 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6272 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6273 | | #define HAVE_SYS_STAT_H 1 |
---|
6274 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6275 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6276 | | #define HAVE_SYS_TIME_H 1 |
---|
6277 | | #define HAVE_SYS_TIMES_H 1 |
---|
6278 | | #define HAVE_SYS_TYPES_H 1 |
---|
6279 | | #define HAVE_SYS_UIO_H 1 |
---|
6280 | | #define HAVE_SYS_UN_H 1 |
---|
6281 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6282 | | #define HAVE_SYS_WAIT_H 1 |
---|
6283 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6284 | | #define HAVE_SYSEXITS_H 1 |
---|
6285 | | #define HAVE_SPAWN_H 1 |
---|
6286 | | #define HAVE_UTIL_H 1 |
---|
6287 | | #define HAVE_ALLOCA_H 1 |
---|
6288 | | #define HAVE_SYS_MMAN_H 1 |
---|
6289 | | #define HAVE_DIRENT_H 1 |
---|
6290 | | #define HAVE_NET_IF_H 1 |
---|
6291 | | #define HAVE_MAKEDEV 1 |
---|
6292 | | #define _LARGEFILE_SOURCE 1 |
---|
6293 | | #define _FILE_OFFSET_BITS 64 |
---|
6294 | | #if defined(SCO_DS) |
---|
6295 | | #undef _OFF_T |
---|
6296 | | #endif |
---|
6297 | | /* end confdefs.h. */ |
---|
6298 | | #include <stdio.h> |
---|
6299 | | #ifdef HAVE_SYS_TYPES_H |
---|
6300 | | # include <sys/types.h> |
---|
6301 | | #endif |
---|
6302 | | #ifdef HAVE_SYS_STAT_H |
---|
6303 | | # include <sys/stat.h> |
---|
6304 | | #endif |
---|
6305 | | #ifdef STDC_HEADERS |
---|
6306 | | # include <stdlib.h> |
---|
6307 | | # include <stddef.h> |
---|
6308 | | #else |
---|
6309 | | # ifdef HAVE_STDLIB_H |
---|
6310 | | # include <stdlib.h> |
---|
6311 | | # endif |
---|
6312 | | #endif |
---|
6313 | | #ifdef HAVE_STRING_H |
---|
6314 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
6315 | | # include <memory.h> |
---|
6316 | | # endif |
---|
6317 | | # include <string.h> |
---|
6318 | | #endif |
---|
6319 | | #ifdef HAVE_STRINGS_H |
---|
6320 | | # include <strings.h> |
---|
6321 | | #endif |
---|
6322 | | #ifdef HAVE_INTTYPES_H |
---|
6323 | | # include <inttypes.h> |
---|
6324 | | #endif |
---|
6325 | | #ifdef HAVE_STDINT_H |
---|
6326 | | # include <stdint.h> |
---|
6327 | | #endif |
---|
6328 | | #ifdef HAVE_UNISTD_H |
---|
6329 | | # include <unistd.h> |
---|
6330 | | #endif |
---|
6331 | | int |
---|
6332 | | main () |
---|
6333 | | { |
---|
6334 | | if (sizeof ((pid_t))) |
---|
6335 | | return 0; |
---|
6336 | | ; |
---|
6337 | | return 0; |
---|
6338 | | } |
---|
6339 | configure:8486: result: yes |
---|
6340 | configure:8502: checking for size_t |
---|
6341 | configure:8502: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6342 | configure:8502: $? = 0 |
---|
6343 | configure:8502: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6344 | conftest.c:109:21: error: expected expression |
---|
6345 | if (sizeof ((size_t))) |
---|
6346 | ^ |
---|
6347 | 1 error generated. |
---|
6348 | configure:8502: $? = 1 |
---|
6349 | configure: failed program was: |
---|
6350 | | /* confdefs.h */ |
---|
6351 | | #define _GNU_SOURCE 1 |
---|
6352 | | #define _NETBSD_SOURCE 1 |
---|
6353 | | #define __BSD_VISIBLE 1 |
---|
6354 | | #define _DARWIN_C_SOURCE 1 |
---|
6355 | | #define _PYTHONFRAMEWORK "Python" |
---|
6356 | | #define STDC_HEADERS 1 |
---|
6357 | | #define HAVE_SYS_TYPES_H 1 |
---|
6358 | | #define HAVE_SYS_STAT_H 1 |
---|
6359 | | #define HAVE_STDLIB_H 1 |
---|
6360 | | #define HAVE_STRING_H 1 |
---|
6361 | | #define HAVE_MEMORY_H 1 |
---|
6362 | | #define HAVE_STRINGS_H 1 |
---|
6363 | | #define HAVE_INTTYPES_H 1 |
---|
6364 | | #define HAVE_STDINT_H 1 |
---|
6365 | | #define HAVE_UNISTD_H 1 |
---|
6366 | | #define __EXTENSIONS__ 1 |
---|
6367 | | #define _ALL_SOURCE 1 |
---|
6368 | | #define _GNU_SOURCE 1 |
---|
6369 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6370 | | #define _TANDEM_SOURCE 1 |
---|
6371 | | #define STDC_HEADERS 1 |
---|
6372 | | #define HAVE_DLFCN_H 1 |
---|
6373 | | #define HAVE_ERRNO_H 1 |
---|
6374 | | #define HAVE_FCNTL_H 1 |
---|
6375 | | #define HAVE_GRP_H 1 |
---|
6376 | | #define HAVE_LANGINFO_H 1 |
---|
6377 | | #define HAVE_LIBINTL_H 1 |
---|
6378 | | #define HAVE_PTHREAD_H 1 |
---|
6379 | | #define HAVE_SCHED_H 1 |
---|
6380 | | #define HAVE_SIGNAL_H 1 |
---|
6381 | | #define HAVE_TERMIOS_H 1 |
---|
6382 | | #define HAVE_UTIME_H 1 |
---|
6383 | | #define HAVE_POLL_H 1 |
---|
6384 | | #define HAVE_SYS_POLL_H 1 |
---|
6385 | | #define HAVE_SYS_XATTR_H 1 |
---|
6386 | | #define HAVE_SYS_EVENT_H 1 |
---|
6387 | | #define HAVE_SYS_FILE_H 1 |
---|
6388 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6389 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6390 | | #define HAVE_SYS_LOCK_H 1 |
---|
6391 | | #define HAVE_SYS_PARAM_H 1 |
---|
6392 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6393 | | #define HAVE_SYS_SELECT_H 1 |
---|
6394 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6395 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6396 | | #define HAVE_SYS_STAT_H 1 |
---|
6397 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6398 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6399 | | #define HAVE_SYS_TIME_H 1 |
---|
6400 | | #define HAVE_SYS_TIMES_H 1 |
---|
6401 | | #define HAVE_SYS_TYPES_H 1 |
---|
6402 | | #define HAVE_SYS_UIO_H 1 |
---|
6403 | | #define HAVE_SYS_UN_H 1 |
---|
6404 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6405 | | #define HAVE_SYS_WAIT_H 1 |
---|
6406 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6407 | | #define HAVE_SYSEXITS_H 1 |
---|
6408 | | #define HAVE_SPAWN_H 1 |
---|
6409 | | #define HAVE_UTIL_H 1 |
---|
6410 | | #define HAVE_ALLOCA_H 1 |
---|
6411 | | #define HAVE_SYS_MMAN_H 1 |
---|
6412 | | #define HAVE_DIRENT_H 1 |
---|
6413 | | #define HAVE_NET_IF_H 1 |
---|
6414 | | #define HAVE_MAKEDEV 1 |
---|
6415 | | #define _LARGEFILE_SOURCE 1 |
---|
6416 | | #define _FILE_OFFSET_BITS 64 |
---|
6417 | | #if defined(SCO_DS) |
---|
6418 | | #undef _OFF_T |
---|
6419 | | #endif |
---|
6420 | | #define RETSIGTYPE void |
---|
6421 | | /* end confdefs.h. */ |
---|
6422 | | #include <stdio.h> |
---|
6423 | | #ifdef HAVE_SYS_TYPES_H |
---|
6424 | | # include <sys/types.h> |
---|
6425 | | #endif |
---|
6426 | | #ifdef HAVE_SYS_STAT_H |
---|
6427 | | # include <sys/stat.h> |
---|
6428 | | #endif |
---|
6429 | | #ifdef STDC_HEADERS |
---|
6430 | | # include <stdlib.h> |
---|
6431 | | # include <stddef.h> |
---|
6432 | | #else |
---|
6433 | | # ifdef HAVE_STDLIB_H |
---|
6434 | | # include <stdlib.h> |
---|
6435 | | # endif |
---|
6436 | | #endif |
---|
6437 | | #ifdef HAVE_STRING_H |
---|
6438 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
6439 | | # include <memory.h> |
---|
6440 | | # endif |
---|
6441 | | # include <string.h> |
---|
6442 | | #endif |
---|
6443 | | #ifdef HAVE_STRINGS_H |
---|
6444 | | # include <strings.h> |
---|
6445 | | #endif |
---|
6446 | | #ifdef HAVE_INTTYPES_H |
---|
6447 | | # include <inttypes.h> |
---|
6448 | | #endif |
---|
6449 | | #ifdef HAVE_STDINT_H |
---|
6450 | | # include <stdint.h> |
---|
6451 | | #endif |
---|
6452 | | #ifdef HAVE_UNISTD_H |
---|
6453 | | # include <unistd.h> |
---|
6454 | | #endif |
---|
6455 | | int |
---|
6456 | | main () |
---|
6457 | | { |
---|
6458 | | if (sizeof ((size_t))) |
---|
6459 | | return 0; |
---|
6460 | | ; |
---|
6461 | | return 0; |
---|
6462 | | } |
---|
6463 | configure:8502: result: yes |
---|
6464 | configure:8513: checking for uid_t in sys/types.h |
---|
6465 | configure:8532: result: yes |
---|
6466 | configure:8544: checking for ssize_t |
---|
6467 | configure:8544: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6468 | configure:8544: $? = 0 |
---|
6469 | configure:8544: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6470 | conftest.c:109:22: error: expected expression |
---|
6471 | if (sizeof ((ssize_t))) |
---|
6472 | ^ |
---|
6473 | 1 error generated. |
---|
6474 | configure:8544: $? = 1 |
---|
6475 | configure: failed program was: |
---|
6476 | | /* confdefs.h */ |
---|
6477 | | #define _GNU_SOURCE 1 |
---|
6478 | | #define _NETBSD_SOURCE 1 |
---|
6479 | | #define __BSD_VISIBLE 1 |
---|
6480 | | #define _DARWIN_C_SOURCE 1 |
---|
6481 | | #define _PYTHONFRAMEWORK "Python" |
---|
6482 | | #define STDC_HEADERS 1 |
---|
6483 | | #define HAVE_SYS_TYPES_H 1 |
---|
6484 | | #define HAVE_SYS_STAT_H 1 |
---|
6485 | | #define HAVE_STDLIB_H 1 |
---|
6486 | | #define HAVE_STRING_H 1 |
---|
6487 | | #define HAVE_MEMORY_H 1 |
---|
6488 | | #define HAVE_STRINGS_H 1 |
---|
6489 | | #define HAVE_INTTYPES_H 1 |
---|
6490 | | #define HAVE_STDINT_H 1 |
---|
6491 | | #define HAVE_UNISTD_H 1 |
---|
6492 | | #define __EXTENSIONS__ 1 |
---|
6493 | | #define _ALL_SOURCE 1 |
---|
6494 | | #define _GNU_SOURCE 1 |
---|
6495 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6496 | | #define _TANDEM_SOURCE 1 |
---|
6497 | | #define STDC_HEADERS 1 |
---|
6498 | | #define HAVE_DLFCN_H 1 |
---|
6499 | | #define HAVE_ERRNO_H 1 |
---|
6500 | | #define HAVE_FCNTL_H 1 |
---|
6501 | | #define HAVE_GRP_H 1 |
---|
6502 | | #define HAVE_LANGINFO_H 1 |
---|
6503 | | #define HAVE_LIBINTL_H 1 |
---|
6504 | | #define HAVE_PTHREAD_H 1 |
---|
6505 | | #define HAVE_SCHED_H 1 |
---|
6506 | | #define HAVE_SIGNAL_H 1 |
---|
6507 | | #define HAVE_TERMIOS_H 1 |
---|
6508 | | #define HAVE_UTIME_H 1 |
---|
6509 | | #define HAVE_POLL_H 1 |
---|
6510 | | #define HAVE_SYS_POLL_H 1 |
---|
6511 | | #define HAVE_SYS_XATTR_H 1 |
---|
6512 | | #define HAVE_SYS_EVENT_H 1 |
---|
6513 | | #define HAVE_SYS_FILE_H 1 |
---|
6514 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6515 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6516 | | #define HAVE_SYS_LOCK_H 1 |
---|
6517 | | #define HAVE_SYS_PARAM_H 1 |
---|
6518 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6519 | | #define HAVE_SYS_SELECT_H 1 |
---|
6520 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6521 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6522 | | #define HAVE_SYS_STAT_H 1 |
---|
6523 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6524 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6525 | | #define HAVE_SYS_TIME_H 1 |
---|
6526 | | #define HAVE_SYS_TIMES_H 1 |
---|
6527 | | #define HAVE_SYS_TYPES_H 1 |
---|
6528 | | #define HAVE_SYS_UIO_H 1 |
---|
6529 | | #define HAVE_SYS_UN_H 1 |
---|
6530 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6531 | | #define HAVE_SYS_WAIT_H 1 |
---|
6532 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6533 | | #define HAVE_SYSEXITS_H 1 |
---|
6534 | | #define HAVE_SPAWN_H 1 |
---|
6535 | | #define HAVE_UTIL_H 1 |
---|
6536 | | #define HAVE_ALLOCA_H 1 |
---|
6537 | | #define HAVE_SYS_MMAN_H 1 |
---|
6538 | | #define HAVE_DIRENT_H 1 |
---|
6539 | | #define HAVE_NET_IF_H 1 |
---|
6540 | | #define HAVE_MAKEDEV 1 |
---|
6541 | | #define _LARGEFILE_SOURCE 1 |
---|
6542 | | #define _FILE_OFFSET_BITS 64 |
---|
6543 | | #if defined(SCO_DS) |
---|
6544 | | #undef _OFF_T |
---|
6545 | | #endif |
---|
6546 | | #define RETSIGTYPE void |
---|
6547 | | /* end confdefs.h. */ |
---|
6548 | | #include <stdio.h> |
---|
6549 | | #ifdef HAVE_SYS_TYPES_H |
---|
6550 | | # include <sys/types.h> |
---|
6551 | | #endif |
---|
6552 | | #ifdef HAVE_SYS_STAT_H |
---|
6553 | | # include <sys/stat.h> |
---|
6554 | | #endif |
---|
6555 | | #ifdef STDC_HEADERS |
---|
6556 | | # include <stdlib.h> |
---|
6557 | | # include <stddef.h> |
---|
6558 | | #else |
---|
6559 | | # ifdef HAVE_STDLIB_H |
---|
6560 | | # include <stdlib.h> |
---|
6561 | | # endif |
---|
6562 | | #endif |
---|
6563 | | #ifdef HAVE_STRING_H |
---|
6564 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
6565 | | # include <memory.h> |
---|
6566 | | # endif |
---|
6567 | | # include <string.h> |
---|
6568 | | #endif |
---|
6569 | | #ifdef HAVE_STRINGS_H |
---|
6570 | | # include <strings.h> |
---|
6571 | | #endif |
---|
6572 | | #ifdef HAVE_INTTYPES_H |
---|
6573 | | # include <inttypes.h> |
---|
6574 | | #endif |
---|
6575 | | #ifdef HAVE_STDINT_H |
---|
6576 | | # include <stdint.h> |
---|
6577 | | #endif |
---|
6578 | | #ifdef HAVE_UNISTD_H |
---|
6579 | | # include <unistd.h> |
---|
6580 | | #endif |
---|
6581 | | int |
---|
6582 | | main () |
---|
6583 | | { |
---|
6584 | | if (sizeof ((ssize_t))) |
---|
6585 | | return 0; |
---|
6586 | | ; |
---|
6587 | | return 0; |
---|
6588 | | } |
---|
6589 | configure:8544: result: yes |
---|
6590 | configure:8551: checking for __uint128_t |
---|
6591 | configure:8551: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6592 | configure:8551: $? = 0 |
---|
6593 | configure:8551: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6594 | conftest.c:110:26: error: expected expression |
---|
6595 | if (sizeof ((__uint128_t))) |
---|
6596 | ^ |
---|
6597 | 1 error generated. |
---|
6598 | configure:8551: $? = 1 |
---|
6599 | configure: failed program was: |
---|
6600 | | /* confdefs.h */ |
---|
6601 | | #define _GNU_SOURCE 1 |
---|
6602 | | #define _NETBSD_SOURCE 1 |
---|
6603 | | #define __BSD_VISIBLE 1 |
---|
6604 | | #define _DARWIN_C_SOURCE 1 |
---|
6605 | | #define _PYTHONFRAMEWORK "Python" |
---|
6606 | | #define STDC_HEADERS 1 |
---|
6607 | | #define HAVE_SYS_TYPES_H 1 |
---|
6608 | | #define HAVE_SYS_STAT_H 1 |
---|
6609 | | #define HAVE_STDLIB_H 1 |
---|
6610 | | #define HAVE_STRING_H 1 |
---|
6611 | | #define HAVE_MEMORY_H 1 |
---|
6612 | | #define HAVE_STRINGS_H 1 |
---|
6613 | | #define HAVE_INTTYPES_H 1 |
---|
6614 | | #define HAVE_STDINT_H 1 |
---|
6615 | | #define HAVE_UNISTD_H 1 |
---|
6616 | | #define __EXTENSIONS__ 1 |
---|
6617 | | #define _ALL_SOURCE 1 |
---|
6618 | | #define _GNU_SOURCE 1 |
---|
6619 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6620 | | #define _TANDEM_SOURCE 1 |
---|
6621 | | #define STDC_HEADERS 1 |
---|
6622 | | #define HAVE_DLFCN_H 1 |
---|
6623 | | #define HAVE_ERRNO_H 1 |
---|
6624 | | #define HAVE_FCNTL_H 1 |
---|
6625 | | #define HAVE_GRP_H 1 |
---|
6626 | | #define HAVE_LANGINFO_H 1 |
---|
6627 | | #define HAVE_LIBINTL_H 1 |
---|
6628 | | #define HAVE_PTHREAD_H 1 |
---|
6629 | | #define HAVE_SCHED_H 1 |
---|
6630 | | #define HAVE_SIGNAL_H 1 |
---|
6631 | | #define HAVE_TERMIOS_H 1 |
---|
6632 | | #define HAVE_UTIME_H 1 |
---|
6633 | | #define HAVE_POLL_H 1 |
---|
6634 | | #define HAVE_SYS_POLL_H 1 |
---|
6635 | | #define HAVE_SYS_XATTR_H 1 |
---|
6636 | | #define HAVE_SYS_EVENT_H 1 |
---|
6637 | | #define HAVE_SYS_FILE_H 1 |
---|
6638 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6639 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6640 | | #define HAVE_SYS_LOCK_H 1 |
---|
6641 | | #define HAVE_SYS_PARAM_H 1 |
---|
6642 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6643 | | #define HAVE_SYS_SELECT_H 1 |
---|
6644 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6645 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6646 | | #define HAVE_SYS_STAT_H 1 |
---|
6647 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6648 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6649 | | #define HAVE_SYS_TIME_H 1 |
---|
6650 | | #define HAVE_SYS_TIMES_H 1 |
---|
6651 | | #define HAVE_SYS_TYPES_H 1 |
---|
6652 | | #define HAVE_SYS_UIO_H 1 |
---|
6653 | | #define HAVE_SYS_UN_H 1 |
---|
6654 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6655 | | #define HAVE_SYS_WAIT_H 1 |
---|
6656 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6657 | | #define HAVE_SYSEXITS_H 1 |
---|
6658 | | #define HAVE_SPAWN_H 1 |
---|
6659 | | #define HAVE_UTIL_H 1 |
---|
6660 | | #define HAVE_ALLOCA_H 1 |
---|
6661 | | #define HAVE_SYS_MMAN_H 1 |
---|
6662 | | #define HAVE_DIRENT_H 1 |
---|
6663 | | #define HAVE_NET_IF_H 1 |
---|
6664 | | #define HAVE_MAKEDEV 1 |
---|
6665 | | #define _LARGEFILE_SOURCE 1 |
---|
6666 | | #define _FILE_OFFSET_BITS 64 |
---|
6667 | | #if defined(SCO_DS) |
---|
6668 | | #undef _OFF_T |
---|
6669 | | #endif |
---|
6670 | | #define RETSIGTYPE void |
---|
6671 | | #define HAVE_SSIZE_T 1 |
---|
6672 | | /* end confdefs.h. */ |
---|
6673 | | #include <stdio.h> |
---|
6674 | | #ifdef HAVE_SYS_TYPES_H |
---|
6675 | | # include <sys/types.h> |
---|
6676 | | #endif |
---|
6677 | | #ifdef HAVE_SYS_STAT_H |
---|
6678 | | # include <sys/stat.h> |
---|
6679 | | #endif |
---|
6680 | | #ifdef STDC_HEADERS |
---|
6681 | | # include <stdlib.h> |
---|
6682 | | # include <stddef.h> |
---|
6683 | | #else |
---|
6684 | | # ifdef HAVE_STDLIB_H |
---|
6685 | | # include <stdlib.h> |
---|
6686 | | # endif |
---|
6687 | | #endif |
---|
6688 | | #ifdef HAVE_STRING_H |
---|
6689 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
6690 | | # include <memory.h> |
---|
6691 | | # endif |
---|
6692 | | # include <string.h> |
---|
6693 | | #endif |
---|
6694 | | #ifdef HAVE_STRINGS_H |
---|
6695 | | # include <strings.h> |
---|
6696 | | #endif |
---|
6697 | | #ifdef HAVE_INTTYPES_H |
---|
6698 | | # include <inttypes.h> |
---|
6699 | | #endif |
---|
6700 | | #ifdef HAVE_STDINT_H |
---|
6701 | | # include <stdint.h> |
---|
6702 | | #endif |
---|
6703 | | #ifdef HAVE_UNISTD_H |
---|
6704 | | # include <unistd.h> |
---|
6705 | | #endif |
---|
6706 | | int |
---|
6707 | | main () |
---|
6708 | | { |
---|
6709 | | if (sizeof ((__uint128_t))) |
---|
6710 | | return 0; |
---|
6711 | | ; |
---|
6712 | | return 0; |
---|
6713 | | } |
---|
6714 | configure:8551: result: yes |
---|
6715 | configure:8565: checking size of int |
---|
6716 | configure:8570: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6717 | configure:8570: $? = 0 |
---|
6718 | configure:8570: ./conftest |
---|
6719 | configure:8570: $? = 0 |
---|
6720 | configure:8584: result: 4 |
---|
6721 | configure:8598: checking size of long |
---|
6722 | configure:8603: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6723 | configure:8603: $? = 0 |
---|
6724 | configure:8603: ./conftest |
---|
6725 | configure:8603: $? = 0 |
---|
6726 | configure:8617: result: 8 |
---|
6727 | configure:8631: checking size of long long |
---|
6728 | configure:8636: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6729 | configure:8636: $? = 0 |
---|
6730 | configure:8636: ./conftest |
---|
6731 | configure:8636: $? = 0 |
---|
6732 | configure:8650: result: 8 |
---|
6733 | configure:8664: checking size of void * |
---|
6734 | configure:8669: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6735 | configure:8669: $? = 0 |
---|
6736 | configure:8669: ./conftest |
---|
6737 | configure:8669: $? = 0 |
---|
6738 | configure:8683: result: 8 |
---|
6739 | configure:8697: checking size of short |
---|
6740 | configure:8702: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6741 | configure:8702: $? = 0 |
---|
6742 | configure:8702: ./conftest |
---|
6743 | configure:8702: $? = 0 |
---|
6744 | configure:8716: result: 2 |
---|
6745 | configure:8730: checking size of float |
---|
6746 | configure:8735: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6747 | configure:8735: $? = 0 |
---|
6748 | configure:8735: ./conftest |
---|
6749 | configure:8735: $? = 0 |
---|
6750 | configure:8749: result: 4 |
---|
6751 | configure:8763: checking size of double |
---|
6752 | configure:8768: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6753 | configure:8768: $? = 0 |
---|
6754 | configure:8768: ./conftest |
---|
6755 | configure:8768: $? = 0 |
---|
6756 | configure:8782: result: 8 |
---|
6757 | configure:8796: checking size of fpos_t |
---|
6758 | configure:8801: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6759 | configure:8801: $? = 0 |
---|
6760 | configure:8801: ./conftest |
---|
6761 | configure:8801: $? = 0 |
---|
6762 | configure:8815: result: 8 |
---|
6763 | configure:8829: checking size of size_t |
---|
6764 | configure:8834: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6765 | configure:8834: $? = 0 |
---|
6766 | configure:8834: ./conftest |
---|
6767 | configure:8834: $? = 0 |
---|
6768 | configure:8848: result: 8 |
---|
6769 | configure:8862: checking size of pid_t |
---|
6770 | configure:8867: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6771 | configure:8867: $? = 0 |
---|
6772 | configure:8867: ./conftest |
---|
6773 | configure:8867: $? = 0 |
---|
6774 | configure:8881: result: 4 |
---|
6775 | configure:8895: checking size of uintptr_t |
---|
6776 | configure:8900: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6777 | configure:8900: $? = 0 |
---|
6778 | configure:8900: ./conftest |
---|
6779 | configure:8900: $? = 0 |
---|
6780 | configure:8914: result: 8 |
---|
6781 | configure:8926: checking for long double |
---|
6782 | configure:8959: result: yes |
---|
6783 | configure:8971: checking size of long double |
---|
6784 | configure:8976: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6785 | configure:8976: $? = 0 |
---|
6786 | configure:8976: ./conftest |
---|
6787 | configure:8976: $? = 0 |
---|
6788 | configure:8990: result: 8 |
---|
6789 | configure:9005: checking size of _Bool |
---|
6790 | configure:9010: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6791 | configure:9010: $? = 0 |
---|
6792 | configure:9010: ./conftest |
---|
6793 | configure:9010: $? = 0 |
---|
6794 | configure:9024: result: 1 |
---|
6795 | configure:9039: checking size of off_t |
---|
6796 | configure:9044: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6797 | configure:9044: $? = 0 |
---|
6798 | configure:9044: ./conftest |
---|
6799 | configure:9044: $? = 0 |
---|
6800 | configure:9063: result: 8 |
---|
6801 | configure:9074: checking whether to enable large file support |
---|
6802 | configure:9084: result: no |
---|
6803 | configure:9092: checking size of time_t |
---|
6804 | configure:9097: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6805 | configure:9097: $? = 0 |
---|
6806 | configure:9097: ./conftest |
---|
6807 | configure:9097: $? = 0 |
---|
6808 | configure:9119: result: 8 |
---|
6809 | configure:9140: checking for pthread_t |
---|
6810 | configure:9156: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk conftest.c >&5 |
---|
6811 | conftest.c:96:18: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference] |
---|
6812 | pthread_t x; x = *(pthread_t*)0; |
---|
6813 | ^~~~~~~~~~~~~~ |
---|
6814 | conftest.c:96:18: note: consider using __builtin_trap() or qualifying pointer with 'volatile' |
---|
6815 | 1 warning generated. |
---|
6816 | configure:9156: $? = 0 |
---|
6817 | configure:9160: result: yes |
---|
6818 | configure:9167: checking size of pthread_t |
---|
6819 | configure:9172: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6820 | configure:9172: $? = 0 |
---|
6821 | configure:9172: ./conftest |
---|
6822 | configure:9172: $? = 0 |
---|
6823 | configure:9191: result: 8 |
---|
6824 | configure:9209: checking size of pthread_key_t |
---|
6825 | configure:9214: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6826 | configure:9214: $? = 0 |
---|
6827 | configure:9214: ./conftest |
---|
6828 | configure:9214: $? = 0 |
---|
6829 | configure:9229: result: 8 |
---|
6830 | configure:9239: checking whether pthread_key_t is compatible with int |
---|
6831 | configure:9268: result: no |
---|
6832 | configure:9320: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64 conftest.c >&5 |
---|
6833 | configure:9320: $? = 0 |
---|
6834 | configure:9320: ./conftest |
---|
6835 | configure:9320: $? = 1 |
---|
6836 | configure: program exited with status 1 |
---|
6837 | configure: failed program was: |
---|
6838 | | /* confdefs.h */ |
---|
6839 | | #define _GNU_SOURCE 1 |
---|
6840 | | #define _NETBSD_SOURCE 1 |
---|
6841 | | #define __BSD_VISIBLE 1 |
---|
6842 | | #define _DARWIN_C_SOURCE 1 |
---|
6843 | | #define _PYTHONFRAMEWORK "Python" |
---|
6844 | | #define STDC_HEADERS 1 |
---|
6845 | | #define HAVE_SYS_TYPES_H 1 |
---|
6846 | | #define HAVE_SYS_STAT_H 1 |
---|
6847 | | #define HAVE_STDLIB_H 1 |
---|
6848 | | #define HAVE_STRING_H 1 |
---|
6849 | | #define HAVE_MEMORY_H 1 |
---|
6850 | | #define HAVE_STRINGS_H 1 |
---|
6851 | | #define HAVE_INTTYPES_H 1 |
---|
6852 | | #define HAVE_STDINT_H 1 |
---|
6853 | | #define HAVE_UNISTD_H 1 |
---|
6854 | | #define __EXTENSIONS__ 1 |
---|
6855 | | #define _ALL_SOURCE 1 |
---|
6856 | | #define _GNU_SOURCE 1 |
---|
6857 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
6858 | | #define _TANDEM_SOURCE 1 |
---|
6859 | | #define STDC_HEADERS 1 |
---|
6860 | | #define HAVE_DLFCN_H 1 |
---|
6861 | | #define HAVE_ERRNO_H 1 |
---|
6862 | | #define HAVE_FCNTL_H 1 |
---|
6863 | | #define HAVE_GRP_H 1 |
---|
6864 | | #define HAVE_LANGINFO_H 1 |
---|
6865 | | #define HAVE_LIBINTL_H 1 |
---|
6866 | | #define HAVE_PTHREAD_H 1 |
---|
6867 | | #define HAVE_SCHED_H 1 |
---|
6868 | | #define HAVE_SIGNAL_H 1 |
---|
6869 | | #define HAVE_TERMIOS_H 1 |
---|
6870 | | #define HAVE_UTIME_H 1 |
---|
6871 | | #define HAVE_POLL_H 1 |
---|
6872 | | #define HAVE_SYS_POLL_H 1 |
---|
6873 | | #define HAVE_SYS_XATTR_H 1 |
---|
6874 | | #define HAVE_SYS_EVENT_H 1 |
---|
6875 | | #define HAVE_SYS_FILE_H 1 |
---|
6876 | | #define HAVE_SYS_IOCTL_H 1 |
---|
6877 | | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
6878 | | #define HAVE_SYS_LOCK_H 1 |
---|
6879 | | #define HAVE_SYS_PARAM_H 1 |
---|
6880 | | #define HAVE_SYS_RANDOM_H 1 |
---|
6881 | | #define HAVE_SYS_SELECT_H 1 |
---|
6882 | | #define HAVE_SYS_SOCKET_H 1 |
---|
6883 | | #define HAVE_SYS_STATVFS_H 1 |
---|
6884 | | #define HAVE_SYS_STAT_H 1 |
---|
6885 | | #define HAVE_SYS_SYSCALL_H 1 |
---|
6886 | | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
6887 | | #define HAVE_SYS_TIME_H 1 |
---|
6888 | | #define HAVE_SYS_TIMES_H 1 |
---|
6889 | | #define HAVE_SYS_TYPES_H 1 |
---|
6890 | | #define HAVE_SYS_UIO_H 1 |
---|
6891 | | #define HAVE_SYS_UN_H 1 |
---|
6892 | | #define HAVE_SYS_UTSNAME_H 1 |
---|
6893 | | #define HAVE_SYS_WAIT_H 1 |
---|
6894 | | #define HAVE_SYS_RESOURCE_H 1 |
---|
6895 | | #define HAVE_SYSEXITS_H 1 |
---|
6896 | | #define HAVE_SPAWN_H 1 |
---|
6897 | | #define HAVE_UTIL_H 1 |
---|
6898 | | #define HAVE_ALLOCA_H 1 |
---|
6899 | | #define HAVE_SYS_MMAN_H 1 |
---|
6900 | | #define HAVE_DIRENT_H 1 |
---|
6901 | | #define HAVE_NET_IF_H 1 |
---|
6902 | | #define HAVE_MAKEDEV 1 |
---|
6903 | | #define _LARGEFILE_SOURCE 1 |
---|
6904 | | #define _FILE_OFFSET_BITS 64 |
---|
6905 | | #if defined(SCO_DS) |
---|
6906 | | #undef _OFF_T |
---|
6907 | | #endif |
---|
6908 | | #define RETSIGTYPE void |
---|
6909 | | #define HAVE_SSIZE_T 1 |
---|
6910 | | #define HAVE_GCC_UINT128_T 1 |
---|
6911 | | #define SIZEOF_INT 4 |
---|
6912 | | #define SIZEOF_LONG 8 |
---|
6913 | | #define SIZEOF_LONG_LONG 8 |
---|
6914 | | #define SIZEOF_VOID_P 8 |
---|
6915 | | #define SIZEOF_SHORT 2 |
---|
6916 | | #define SIZEOF_FLOAT 4 |
---|
6917 | | #define SIZEOF_DOUBLE 8 |
---|
6918 | | #define SIZEOF_FPOS_T 8 |
---|
6919 | | #define SIZEOF_SIZE_T 8 |
---|
6920 | | #define SIZEOF_PID_T 4 |
---|
6921 | | #define SIZEOF_UINTPTR_T 8 |
---|
6922 | | #define HAVE_LONG_DOUBLE 1 |
---|
6923 | | #define SIZEOF_LONG_DOUBLE 8 |
---|
6924 | | #define SIZEOF__BOOL 1 |
---|
6925 | | #define SIZEOF_OFF_T 8 |
---|
6926 | | #define SIZEOF_TIME_T 8 |
---|
6927 | | #define SIZEOF_PTHREAD_T 8 |
---|
6928 | | #define SIZEOF_PTHREAD_KEY_T 8 |
---|
6929 | | /* end confdefs.h. */ |
---|
6930 | | |
---|
6931 | | #include <unistd.h> |
---|
6932 | | int main(int argc, char*argv[]) |
---|
6933 | | { |
---|
6934 | | if (sizeof(long) == 4) { |
---|
6935 | | return 0; |
---|
6936 | | } else { |
---|
6937 | | return 1; |
---|
6938 | | } |
---|
6939 | | } |
---|
6940 | | |
---|
6941 | configure:9351: error: Unexpected output of 'arch' on OSX |
---|
6942 | |
---|
6943 | ## ---------------- ## |
---|
6944 | ## Cache variables. ## |
---|
6945 | ## ---------------- ## |
---|
6946 | |
---|
6947 | ac_cv_build=arm-apple-darwin20.1.0 |
---|
6948 | ac_cv_c_compiler_gnu=yes |
---|
6949 | ac_cv_cxx_thread=no |
---|
6950 | ac_cv_disable_missing_field_initializers=yes |
---|
6951 | ac_cv_disable_unused_parameter_warning=yes |
---|
6952 | ac_cv_disable_unused_result_warning=yes |
---|
6953 | ac_cv_enable_implicit_function_declaration_error=yes |
---|
6954 | ac_cv_enable_sign_compare_warning=yes |
---|
6955 | ac_cv_enable_strict_prototypes_warning=yes |
---|
6956 | ac_cv_enable_unreachable_code_warning=yes |
---|
6957 | ac_cv_enable_visibility=yes |
---|
6958 | ac_cv_env_CC_set=set |
---|
6959 | ac_cv_env_CC_value=/usr/bin/clang |
---|
6960 | ac_cv_env_CFLAGS_set=set |
---|
6961 | ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64' |
---|
6962 | ac_cv_env_CPPFLAGS_set=set |
---|
6963 | ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' |
---|
6964 | ac_cv_env_CPP_set= |
---|
6965 | ac_cv_env_CPP_value= |
---|
6966 | ac_cv_env_LDFLAGS_set=set |
---|
6967 | ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64' |
---|
6968 | ac_cv_env_LIBS_set= |
---|
6969 | ac_cv_env_LIBS_value= |
---|
6970 | ac_cv_env_MACHDEP_set= |
---|
6971 | ac_cv_env_MACHDEP_value= |
---|
6972 | ac_cv_env_PKG_CONFIG_LIBDIR_set= |
---|
6973 | ac_cv_env_PKG_CONFIG_LIBDIR_value= |
---|
6974 | ac_cv_env_PKG_CONFIG_PATH_set= |
---|
6975 | ac_cv_env_PKG_CONFIG_PATH_value= |
---|
6976 | ac_cv_env_PKG_CONFIG_set= |
---|
6977 | ac_cv_env_PKG_CONFIG_value= |
---|
6978 | ac_cv_env_PROFILE_TASK_set= |
---|
6979 | ac_cv_env_PROFILE_TASK_value= |
---|
6980 | ac_cv_env_build_alias_set= |
---|
6981 | ac_cv_env_build_alias_value= |
---|
6982 | ac_cv_env_host_alias_set= |
---|
6983 | ac_cv_env_host_alias_value= |
---|
6984 | ac_cv_env_target_alias_set= |
---|
6985 | ac_cv_env_target_alias_value= |
---|
6986 | ac_cv_extra_warnings=yes |
---|
6987 | ac_cv_has_le64toh=no |
---|
6988 | ac_cv_has_makedev=yes |
---|
6989 | ac_cv_header_alloca_h=yes |
---|
6990 | ac_cv_header_asm_types_h=no |
---|
6991 | ac_cv_header_bluetooth_bluetooth_h=no |
---|
6992 | ac_cv_header_bluetooth_h=no |
---|
6993 | ac_cv_header_conio_h=no |
---|
6994 | ac_cv_header_crypt_h=no |
---|
6995 | ac_cv_header_direct_h=no |
---|
6996 | ac_cv_header_dirent_dirent_h=yes |
---|
6997 | ac_cv_header_dlfcn_h=yes |
---|
6998 | ac_cv_header_endian_h=no |
---|
6999 | ac_cv_header_errno_h=yes |
---|
7000 | ac_cv_header_fcntl_h=yes |
---|
7001 | ac_cv_header_grp_h=yes |
---|
7002 | ac_cv_header_ieeefp_h=no |
---|
7003 | ac_cv_header_inttypes_h=yes |
---|
7004 | ac_cv_header_io_h=no |
---|
7005 | ac_cv_header_langinfo_h=yes |
---|
7006 | ac_cv_header_libintl_h=yes |
---|
7007 | ac_cv_header_libutil_h=no |
---|
7008 | ac_cv_header_linux_can_bcm_h=no |
---|
7009 | ac_cv_header_linux_can_h=no |
---|
7010 | ac_cv_header_linux_can_j1939_h=no |
---|
7011 | ac_cv_header_linux_can_raw_h=no |
---|
7012 | ac_cv_header_linux_memfd_h=no |
---|
7013 | ac_cv_header_linux_netlink_h=no |
---|
7014 | ac_cv_header_linux_qrtr_h=no |
---|
7015 | ac_cv_header_linux_random_h=no |
---|
7016 | ac_cv_header_linux_tipc_h=no |
---|
7017 | ac_cv_header_linux_vm_sockets_h=no |
---|
7018 | ac_cv_header_linux_wait_h=no |
---|
7019 | ac_cv_header_memory_h=yes |
---|
7020 | ac_cv_header_minix_config_h=no |
---|
7021 | ac_cv_header_net_if_h=yes |
---|
7022 | ac_cv_header_netpacket_packet_h=no |
---|
7023 | ac_cv_header_poll_h=yes |
---|
7024 | ac_cv_header_process_h=no |
---|
7025 | ac_cv_header_pthread_h=yes |
---|
7026 | ac_cv_header_pty_h=no |
---|
7027 | ac_cv_header_sched_h=yes |
---|
7028 | ac_cv_header_shadow_h=no |
---|
7029 | ac_cv_header_signal_h=yes |
---|
7030 | ac_cv_header_spawn_h=yes |
---|
7031 | ac_cv_header_stdc=yes |
---|
7032 | ac_cv_header_stdint_h=yes |
---|
7033 | ac_cv_header_stdlib_h=yes |
---|
7034 | ac_cv_header_string_h=yes |
---|
7035 | ac_cv_header_strings_h=yes |
---|
7036 | ac_cv_header_stropts_h=no |
---|
7037 | ac_cv_header_sys_audioio_h=no |
---|
7038 | ac_cv_header_sys_bsdtty_h=no |
---|
7039 | ac_cv_header_sys_devpoll_h=no |
---|
7040 | ac_cv_header_sys_endian_h=no |
---|
7041 | ac_cv_header_sys_epoll_h=no |
---|
7042 | ac_cv_header_sys_event_h=yes |
---|
7043 | ac_cv_header_sys_file_h=yes |
---|
7044 | ac_cv_header_sys_ioctl_h=yes |
---|
7045 | ac_cv_header_sys_kern_control_h=yes |
---|
7046 | ac_cv_header_sys_loadavg_h=no |
---|
7047 | ac_cv_header_sys_lock_h=yes |
---|
7048 | ac_cv_header_sys_memfd_h=no |
---|
7049 | ac_cv_header_sys_mkdev_h=no |
---|
7050 | ac_cv_header_sys_mman_h=yes |
---|
7051 | ac_cv_header_sys_modem_h=no |
---|
7052 | ac_cv_header_sys_param_h=yes |
---|
7053 | ac_cv_header_sys_poll_h=yes |
---|
7054 | ac_cv_header_sys_random_h=yes |
---|
7055 | ac_cv_header_sys_resource_h=yes |
---|
7056 | ac_cv_header_sys_select_h=yes |
---|
7057 | ac_cv_header_sys_sendfile_h=no |
---|
7058 | ac_cv_header_sys_socket_h=yes |
---|
7059 | ac_cv_header_sys_stat_h=yes |
---|
7060 | ac_cv_header_sys_statvfs_h=yes |
---|
7061 | ac_cv_header_sys_sys_domain_h=yes |
---|
7062 | ac_cv_header_sys_syscall_h=yes |
---|
7063 | ac_cv_header_sys_sysmacros_h=no |
---|
7064 | ac_cv_header_sys_termio_h=no |
---|
7065 | ac_cv_header_sys_time_h=yes |
---|
7066 | ac_cv_header_sys_times_h=yes |
---|
7067 | ac_cv_header_sys_types_h=yes |
---|
7068 | ac_cv_header_sys_types_h_makedev=yes |
---|
7069 | ac_cv_header_sys_uio_h=yes |
---|
7070 | ac_cv_header_sys_un_h=yes |
---|
7071 | ac_cv_header_sys_utsname_h=yes |
---|
7072 | ac_cv_header_sys_wait_h=yes |
---|
7073 | ac_cv_header_sys_xattr_h=yes |
---|
7074 | ac_cv_header_sysexits_h=yes |
---|
7075 | ac_cv_header_termios_h=yes |
---|
7076 | ac_cv_header_unistd_h=yes |
---|
7077 | ac_cv_header_util_h=yes |
---|
7078 | ac_cv_header_utime_h=yes |
---|
7079 | ac_cv_host=arm-apple-darwin20.1.0 |
---|
7080 | ac_cv_kpthread=no |
---|
7081 | ac_cv_kthread=no |
---|
7082 | ac_cv_no_strict_aliasing=no |
---|
7083 | ac_cv_objext=o |
---|
7084 | ac_cv_path_EGREP='/opt/local/bin/ggrep -E' |
---|
7085 | ac_cv_path_GREP=/opt/local/bin/ggrep |
---|
7086 | ac_cv_path_SED=/opt/local/bin/gsed |
---|
7087 | ac_cv_prog_CPP='/usr/bin/clang -E' |
---|
7088 | ac_cv_prog_PYTHON_FOR_REGEN=python3 |
---|
7089 | ac_cv_prog_ac_ct_AR=ar |
---|
7090 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
7091 | ac_cv_prog_cc_c89= |
---|
7092 | ac_cv_prog_cc_g=yes |
---|
7093 | ac_cv_pthread=no |
---|
7094 | ac_cv_pthread_is_default=yes |
---|
7095 | ac_cv_safe_to_define___extensions__=yes |
---|
7096 | ac_cv_search_opendir='none required' |
---|
7097 | ac_cv_sizeof__Bool=1 |
---|
7098 | ac_cv_sizeof_double=8 |
---|
7099 | ac_cv_sizeof_float=4 |
---|
7100 | ac_cv_sizeof_fpos_t=8 |
---|
7101 | ac_cv_sizeof_int=4 |
---|
7102 | ac_cv_sizeof_long=8 |
---|
7103 | ac_cv_sizeof_long_double=8 |
---|
7104 | ac_cv_sizeof_long_long=8 |
---|
7105 | ac_cv_sizeof_off_t=8 |
---|
7106 | ac_cv_sizeof_pid_t=4 |
---|
7107 | ac_cv_sizeof_pthread_key_t=8 |
---|
7108 | ac_cv_sizeof_pthread_t=8 |
---|
7109 | ac_cv_sizeof_short=2 |
---|
7110 | ac_cv_sizeof_size_t=8 |
---|
7111 | ac_cv_sizeof_time_t=8 |
---|
7112 | ac_cv_sizeof_uintptr_t=8 |
---|
7113 | ac_cv_sizeof_void_p=8 |
---|
7114 | ac_cv_type___uint128_t=yes |
---|
7115 | ac_cv_type_long_double=yes |
---|
7116 | ac_cv_type_mode_t=yes |
---|
7117 | ac_cv_type_off_t=yes |
---|
7118 | ac_cv_type_pid_t=yes |
---|
7119 | ac_cv_type_size_t=yes |
---|
7120 | ac_cv_type_ssize_t=yes |
---|
7121 | ac_cv_type_uid_t=yes |
---|
7122 | |
---|
7123 | ## ----------------- ## |
---|
7124 | ## Output variables. ## |
---|
7125 | ## ----------------- ## |
---|
7126 | |
---|
7127 | ABIFLAGS='' |
---|
7128 | ALT_SOABI='' |
---|
7129 | AR='ar' |
---|
7130 | ARCH_RUN_32BIT='' |
---|
7131 | ARFLAGS='rcs' |
---|
7132 | BASECFLAGS=' -Wno-unused-result -Wsign-compare -Wunreachable-code' |
---|
7133 | BASECPPFLAGS='' |
---|
7134 | BINLIBDEST='' |
---|
7135 | BLDLIBRARY='' |
---|
7136 | BLDSHARED='' |
---|
7137 | BUILDEXEEXT='.exe' |
---|
7138 | CC='/usr/bin/clang' |
---|
7139 | CCSHARED='' |
---|
7140 | CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64' |
---|
7141 | CFLAGSFORSHARED='' |
---|
7142 | CFLAGS_ALIASING='-fno-strict-aliasing' |
---|
7143 | CFLAGS_NODIST=' -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden' |
---|
7144 | CONFIGURE_MACOSX_DEPLOYMENT_TARGET='11.0' |
---|
7145 | CONFIG_ARGS=' '\''--prefix=/opt/local'\'' '\''--enable-framework=/opt/local/Library/Frameworks'\'' '\''--enable-ipv6'\'' '\''--enable-loadable-sqlite-extensions'\'' '\''--with-computed-gotos'\'' '\''--with-ensurepip=no'\'' '\''--with-system-expat'\'' '\''--with-system-ffi'\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64'\'' '\''LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64'\'' '\''CPPFLAGS=-I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk'\''' |
---|
7146 | CPP='/usr/bin/clang -E' |
---|
7147 | CPPFLAGS='-I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' |
---|
7148 | CXX='/usr/bin/clang++' |
---|
7149 | DEFS='' |
---|
7150 | DEF_MAKE_ALL_RULE='build_all' |
---|
7151 | DEF_MAKE_RULE='all' |
---|
7152 | DFLAGS='' |
---|
7153 | DLINCLDIR='' |
---|
7154 | DLLLIBRARY='' |
---|
7155 | DTRACE='' |
---|
7156 | DTRACE_HEADERS='' |
---|
7157 | DTRACE_OBJS='' |
---|
7158 | DYNLOADFILE='' |
---|
7159 | ECHO_C='\c' |
---|
7160 | ECHO_N='' |
---|
7161 | ECHO_T='' |
---|
7162 | EGREP='/opt/local/bin/ggrep -E' |
---|
7163 | ENSUREPIP='' |
---|
7164 | EXEEXT='' |
---|
7165 | EXPORTSFROM='' |
---|
7166 | EXPORTSYMS='' |
---|
7167 | EXPORT_MACOSX_DEPLOYMENT_TARGET='' |
---|
7168 | EXT_SUFFIX='' |
---|
7169 | FRAMEWORKALTINSTALLFIRST='frameworkinstallstructure ' |
---|
7170 | FRAMEWORKALTINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools' |
---|
7171 | FRAMEWORKINSTALLAPPSPREFIX='/Applications/MacPorts' |
---|
7172 | FRAMEWORKINSTALLFIRST='frameworkinstallstructure' |
---|
7173 | FRAMEWORKINSTALLLAST='frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools' |
---|
7174 | FRAMEWORKPYTHONW='frameworkpythonw' |
---|
7175 | FRAMEWORKUNIXTOOLSPREFIX='/opt/local' |
---|
7176 | GITBRANCH='' |
---|
7177 | GITTAG='' |
---|
7178 | GITVERSION='' |
---|
7179 | GNULD='no' |
---|
7180 | GREP='/opt/local/bin/ggrep' |
---|
7181 | HAS_GIT='no-repository' |
---|
7182 | HAVE_GETHOSTBYNAME='' |
---|
7183 | HAVE_GETHOSTBYNAME_R='' |
---|
7184 | HAVE_GETHOSTBYNAME_R_3_ARG='' |
---|
7185 | HAVE_GETHOSTBYNAME_R_5_ARG='' |
---|
7186 | HAVE_GETHOSTBYNAME_R_6_ARG='' |
---|
7187 | INSTALL_DATA='${INSTALL} -m 644' |
---|
7188 | INSTALL_PROGRAM='${INSTALL}' |
---|
7189 | INSTALL_SCRIPT='${INSTALL}' |
---|
7190 | INSTSONAME='$(LDLIBRARY)' |
---|
7191 | LDCXXSHARED='' |
---|
7192 | LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch arm64' |
---|
7193 | LDFLAGS_NODIST='' |
---|
7194 | LDLIBRARY='$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)' |
---|
7195 | LDLIBRARYDIR='' |
---|
7196 | LDSHARED='' |
---|
7197 | LDVERSION='3.9' |
---|
7198 | LIBC='' |
---|
7199 | LIBFFI_INCLUDEDIR='' |
---|
7200 | LIBM='' |
---|
7201 | LIBOBJS='' |
---|
7202 | LIBPL='' |
---|
7203 | LIBPYTHON='' |
---|
7204 | LIBRARY='libpython$(VERSION)$(ABIFLAGS).a' |
---|
7205 | LIBS='' |
---|
7206 | LIBTOOL_CRUFT='-lcc_dynamic' |
---|
7207 | LINKCC='$(PURIFY) $(MAINCC)' |
---|
7208 | LINKFORSHARED='' |
---|
7209 | LIPO_32BIT_FLAGS='' |
---|
7210 | LLVM_AR='' |
---|
7211 | LLVM_AR_FOUND='' |
---|
7212 | LLVM_PROFDATA='/usr/bin/xcrun llvm-profdata' |
---|
7213 | LLVM_PROF_ERR='no' |
---|
7214 | LLVM_PROF_FILE='LLVM_PROFILE_FILE="code-%p.profclangr"' |
---|
7215 | LLVM_PROF_FOUND='found' |
---|
7216 | LLVM_PROF_MERGER='/usr/bin/xcrun llvm-profdata merge -output=code.profclangd *.profclangr' |
---|
7217 | LN='ln' |
---|
7218 | LTLIBOBJS='' |
---|
7219 | MACHDEP='darwin' |
---|
7220 | MACHDEP_OBJS='' |
---|
7221 | MAINCC='$(CC)' |
---|
7222 | MKDIR_P='./install-sh -c -d' |
---|
7223 | MULTIARCH='darwin' |
---|
7224 | MULTIARCH_CPPFLAGS='-DMULTIARCH=\"darwin\"' |
---|
7225 | NO_AS_NEEDED='' |
---|
7226 | OBJEXT='o' |
---|
7227 | OPENSSL_INCLUDES='' |
---|
7228 | OPENSSL_LDFLAGS='' |
---|
7229 | OPENSSL_LIBS='' |
---|
7230 | OPT='-DNDEBUG -g -fwrapv -O3 -Wall' |
---|
7231 | OTHER_LIBTOOL_OPT='' |
---|
7232 | PACKAGE_BUGREPORT='https://bugs.python.org/' |
---|
7233 | PACKAGE_NAME='python' |
---|
7234 | PACKAGE_STRING='python 3.9' |
---|
7235 | PACKAGE_TARNAME='python' |
---|
7236 | PACKAGE_URL='' |
---|
7237 | PACKAGE_VERSION='3.9' |
---|
7238 | PATH_SEPARATOR=':' |
---|
7239 | PGO_PROF_GEN_FLAG='-fprofile-instr-generate' |
---|
7240 | PGO_PROF_USE_FLAG='-fprofile-instr-use=code.profclangd' |
---|
7241 | PKG_CONFIG='' |
---|
7242 | PKG_CONFIG_LIBDIR='' |
---|
7243 | PKG_CONFIG_PATH='' |
---|
7244 | PLATFORM_TRIPLET='darwin' |
---|
7245 | PLATLIBDIR='' |
---|
7246 | PROFILE_TASK='-m test --pgo' |
---|
7247 | PY3LIBRARY='' |
---|
7248 | PYTHONFRAMEWORK='Python' |
---|
7249 | PYTHONFRAMEWORKDIR='Python.framework' |
---|
7250 | PYTHONFRAMEWORKIDENTIFIER='org.python.python' |
---|
7251 | PYTHONFRAMEWORKINSTALLDIR='/opt/local/Library/Frameworks/Python.framework' |
---|
7252 | PYTHONFRAMEWORKPREFIX='/opt/local/Library/Frameworks' |
---|
7253 | PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E' |
---|
7254 | PYTHON_FOR_REGEN='python3' |
---|
7255 | PY_ENABLE_SHARED='0' |
---|
7256 | READELF=':' |
---|
7257 | RUNSHARED='DYLD_FRAMEWORK_PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python39/python39/work/Python-3.9.0' |
---|
7258 | SED='/opt/local/bin/gsed' |
---|
7259 | SHELL='/bin/sh' |
---|
7260 | SHLIBS='' |
---|
7261 | SHLIB_SUFFIX='' |
---|
7262 | SOABI='' |
---|
7263 | SOVERSION='1.0' |
---|
7264 | SRCDIRS='' |
---|
7265 | TCLTK_INCLUDES='' |
---|
7266 | TCLTK_LIBS='' |
---|
7267 | THREADHEADERS='' |
---|
7268 | TRUE='' |
---|
7269 | TZPATH='' |
---|
7270 | UNIVERSALSDK='' |
---|
7271 | UNIVERSAL_ARCH_FLAGS='' |
---|
7272 | VERSION='3.9' |
---|
7273 | _PYTHON_HOST_PLATFORM='' |
---|
7274 | ac_ct_AR='ar' |
---|
7275 | ac_ct_CC='/usr/bin/clang' |
---|
7276 | ac_ct_CXX='' |
---|
7277 | ac_ct_READELF='' |
---|
7278 | bindir='${exec_prefix}/bin' |
---|
7279 | build='arm-apple-darwin20.1.0' |
---|
7280 | build_alias='' |
---|
7281 | build_cpu='arm' |
---|
7282 | build_os='darwin20.1.0' |
---|
7283 | build_vendor='apple' |
---|
7284 | datadir='${datarootdir}' |
---|
7285 | datarootdir='${prefix}/share' |
---|
7286 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
7287 | dvidir='${docdir}' |
---|
7288 | exec_prefix='NONE' |
---|
7289 | host='arm-apple-darwin20.1.0' |
---|
7290 | host_alias='' |
---|
7291 | host_cpu='arm' |
---|
7292 | host_os='darwin20.1.0' |
---|
7293 | host_vendor='apple' |
---|
7294 | htmldir='${docdir}' |
---|
7295 | includedir='${prefix}/include' |
---|
7296 | infodir='${datarootdir}/info' |
---|
7297 | libdir='${exec_prefix}/lib' |
---|
7298 | libexecdir='${exec_prefix}/libexec' |
---|
7299 | localedir='${datarootdir}/locale' |
---|
7300 | localstatedir='${prefix}/var' |
---|
7301 | mandir='${datarootdir}/man' |
---|
7302 | oldincludedir='/usr/include' |
---|
7303 | pdfdir='${docdir}' |
---|
7304 | prefix='/opt/local/Library/Frameworks/Python.framework/Versions/3.9' |
---|
7305 | program_transform_name='s,x,x,' |
---|
7306 | psdir='${docdir}' |
---|
7307 | sbindir='${exec_prefix}/sbin' |
---|
7308 | sharedstatedir='${prefix}/com' |
---|
7309 | sysconfdir='${prefix}/etc' |
---|
7310 | target_alias='' |
---|
7311 | |
---|
7312 | ## ----------- ## |
---|
7313 | ## confdefs.h. ## |
---|
7314 | ## ----------- ## |
---|
7315 | |
---|
7316 | /* confdefs.h */ |
---|
7317 | #define _GNU_SOURCE 1 |
---|
7318 | #define _NETBSD_SOURCE 1 |
---|
7319 | #define __BSD_VISIBLE 1 |
---|
7320 | #define _DARWIN_C_SOURCE 1 |
---|
7321 | #define _PYTHONFRAMEWORK "Python" |
---|
7322 | #define STDC_HEADERS 1 |
---|
7323 | #define HAVE_SYS_TYPES_H 1 |
---|
7324 | #define HAVE_SYS_STAT_H 1 |
---|
7325 | #define HAVE_STDLIB_H 1 |
---|
7326 | #define HAVE_STRING_H 1 |
---|
7327 | #define HAVE_MEMORY_H 1 |
---|
7328 | #define HAVE_STRINGS_H 1 |
---|
7329 | #define HAVE_INTTYPES_H 1 |
---|
7330 | #define HAVE_STDINT_H 1 |
---|
7331 | #define HAVE_UNISTD_H 1 |
---|
7332 | #define __EXTENSIONS__ 1 |
---|
7333 | #define _ALL_SOURCE 1 |
---|
7334 | #define _GNU_SOURCE 1 |
---|
7335 | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
7336 | #define _TANDEM_SOURCE 1 |
---|
7337 | #define STDC_HEADERS 1 |
---|
7338 | #define HAVE_DLFCN_H 1 |
---|
7339 | #define HAVE_ERRNO_H 1 |
---|
7340 | #define HAVE_FCNTL_H 1 |
---|
7341 | #define HAVE_GRP_H 1 |
---|
7342 | #define HAVE_LANGINFO_H 1 |
---|
7343 | #define HAVE_LIBINTL_H 1 |
---|
7344 | #define HAVE_PTHREAD_H 1 |
---|
7345 | #define HAVE_SCHED_H 1 |
---|
7346 | #define HAVE_SIGNAL_H 1 |
---|
7347 | #define HAVE_TERMIOS_H 1 |
---|
7348 | #define HAVE_UTIME_H 1 |
---|
7349 | #define HAVE_POLL_H 1 |
---|
7350 | #define HAVE_SYS_POLL_H 1 |
---|
7351 | #define HAVE_SYS_XATTR_H 1 |
---|
7352 | #define HAVE_SYS_EVENT_H 1 |
---|
7353 | #define HAVE_SYS_FILE_H 1 |
---|
7354 | #define HAVE_SYS_IOCTL_H 1 |
---|
7355 | #define HAVE_SYS_KERN_CONTROL_H 1 |
---|
7356 | #define HAVE_SYS_LOCK_H 1 |
---|
7357 | #define HAVE_SYS_PARAM_H 1 |
---|
7358 | #define HAVE_SYS_RANDOM_H 1 |
---|
7359 | #define HAVE_SYS_SELECT_H 1 |
---|
7360 | #define HAVE_SYS_SOCKET_H 1 |
---|
7361 | #define HAVE_SYS_STATVFS_H 1 |
---|
7362 | #define HAVE_SYS_STAT_H 1 |
---|
7363 | #define HAVE_SYS_SYSCALL_H 1 |
---|
7364 | #define HAVE_SYS_SYS_DOMAIN_H 1 |
---|
7365 | #define HAVE_SYS_TIME_H 1 |
---|
7366 | #define HAVE_SYS_TIMES_H 1 |
---|
7367 | #define HAVE_SYS_TYPES_H 1 |
---|
7368 | #define HAVE_SYS_UIO_H 1 |
---|
7369 | #define HAVE_SYS_UN_H 1 |
---|
7370 | #define HAVE_SYS_UTSNAME_H 1 |
---|
7371 | #define HAVE_SYS_WAIT_H 1 |
---|
7372 | #define HAVE_SYS_RESOURCE_H 1 |
---|
7373 | #define HAVE_SYSEXITS_H 1 |
---|
7374 | #define HAVE_SPAWN_H 1 |
---|
7375 | #define HAVE_UTIL_H 1 |
---|
7376 | #define HAVE_ALLOCA_H 1 |
---|
7377 | #define HAVE_SYS_MMAN_H 1 |
---|
7378 | #define HAVE_DIRENT_H 1 |
---|
7379 | #define HAVE_NET_IF_H 1 |
---|
7380 | #define HAVE_MAKEDEV 1 |
---|
7381 | #define _LARGEFILE_SOURCE 1 |
---|
7382 | #define _FILE_OFFSET_BITS 64 |
---|
7383 | #if defined(SCO_DS) |
---|
7384 | #undef _OFF_T |
---|
7385 | #endif |
---|
7386 | #define RETSIGTYPE void |
---|
7387 | #define HAVE_SSIZE_T 1 |
---|
7388 | #define HAVE_GCC_UINT128_T 1 |
---|
7389 | #define SIZEOF_INT 4 |
---|
7390 | #define SIZEOF_LONG 8 |
---|
7391 | #define SIZEOF_LONG_LONG 8 |
---|
7392 | #define SIZEOF_VOID_P 8 |
---|
7393 | #define SIZEOF_SHORT 2 |
---|
7394 | #define SIZEOF_FLOAT 4 |
---|
7395 | #define SIZEOF_DOUBLE 8 |
---|
7396 | #define SIZEOF_FPOS_T 8 |
---|
7397 | #define SIZEOF_SIZE_T 8 |
---|
7398 | #define SIZEOF_PID_T 4 |
---|
7399 | #define SIZEOF_UINTPTR_T 8 |
---|
7400 | #define HAVE_LONG_DOUBLE 1 |
---|
7401 | #define SIZEOF_LONG_DOUBLE 8 |
---|
7402 | #define SIZEOF__BOOL 1 |
---|
7403 | #define SIZEOF_OFF_T 8 |
---|
7404 | #define SIZEOF_TIME_T 8 |
---|
7405 | #define SIZEOF_PTHREAD_T 8 |
---|
7406 | #define SIZEOF_PTHREAD_KEY_T 8 |
---|
7407 | |
---|
7408 | configure: exit 1 |
---|