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 libusb-1.0 configure 1.0.25, which was |
---|
5 | generated by GNU Autoconf 2.71. Invocation command line was |
---|
6 | |
---|
7 | $ /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/configure --enable-examples-build --enable-tests-build --prefix=/opt/local |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = test.local |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 21.3.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
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 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 8 processors. |
---|
28 | 4 processors are physically available. |
---|
29 | 8 processors are logically available. |
---|
30 | Processor type: x86_64h (Intel x86-64h Haswell) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 |
---|
32 | Primary memory available: 8.00 gigabytes |
---|
33 | Default processor set: 483 tasks, 1618 threads, 8 processors |
---|
34 | Load average: 1.40, Mach factor: 6.59 |
---|
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:2873: looking for aux files: config.guess config.sub ltmain.sh missing install-sh compile |
---|
52 | configure:2886: trying ./ |
---|
53 | configure:2915: ./config.guess found |
---|
54 | configure:2915: ./config.sub found |
---|
55 | configure:2915: ./ltmain.sh found |
---|
56 | configure:2915: ./missing found |
---|
57 | configure:2897: ./install-sh found |
---|
58 | configure:2915: ./compile found |
---|
59 | configure:3092: checking for gcc |
---|
60 | configure:3124: result: ccache /usr/bin/clang |
---|
61 | configure:3477: checking for C compiler version |
---|
62 | configure:3486: ccache /usr/bin/clang --version >&5 |
---|
63 | Apple clang version 13.0.0 (clang-1300.0.29.30) |
---|
64 | Target: x86_64-apple-darwin21.3.0 |
---|
65 | Thread model: posix |
---|
66 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
67 | configure:3497: $? = 0 |
---|
68 | configure:3486: ccache /usr/bin/clang -v >&5 |
---|
69 | Apple clang version 13.0.0 (clang-1300.0.29.30) |
---|
70 | Target: x86_64-apple-darwin21.3.0 |
---|
71 | Thread model: posix |
---|
72 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
73 | configure:3497: $? = 0 |
---|
74 | configure:3486: ccache /usr/bin/clang -V >&5 |
---|
75 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
76 | clang: error: no input files |
---|
77 | configure:3497: $? = 1 |
---|
78 | configure:3486: ccache /usr/bin/clang -qversion >&5 |
---|
79 | clang: error: unknown argument '-qversion'; did you mean '--version'? |
---|
80 | clang: error: no input files |
---|
81 | configure:3497: $? = 1 |
---|
82 | configure:3486: ccache /usr/bin/clang -version >&5 |
---|
83 | clang: error: unknown argument '-version'; did you mean '--version'? |
---|
84 | clang: error: no input files |
---|
85 | configure:3497: $? = 1 |
---|
86 | configure:3517: checking whether the C compiler works |
---|
87 | configure:3539: ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c >&5 |
---|
88 | configure:3543: $? = 0 |
---|
89 | configure:3593: result: yes |
---|
90 | configure:3596: checking for C compiler default output file name |
---|
91 | configure:3598: result: a.out |
---|
92 | configure:3604: checking for suffix of executables |
---|
93 | configure:3611: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c >&5 |
---|
94 | configure:3615: $? = 0 |
---|
95 | configure:3638: result: |
---|
96 | configure:3660: checking whether we are cross compiling |
---|
97 | configure:3668: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c >&5 |
---|
98 | configure:3672: $? = 0 |
---|
99 | configure:3679: ./conftest |
---|
100 | configure:3683: $? = 0 |
---|
101 | configure:3698: result: no |
---|
102 | configure:3703: checking for suffix of object files |
---|
103 | configure:3726: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
104 | configure:3730: $? = 0 |
---|
105 | configure:3752: result: o |
---|
106 | configure:3756: checking whether the compiler supports GNU C |
---|
107 | configure:3776: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
108 | configure:3776: $? = 0 |
---|
109 | configure:3786: result: yes |
---|
110 | configure:3797: checking whether ccache /usr/bin/clang accepts -g |
---|
111 | configure:3818: ccache /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
112 | configure:3818: $? = 0 |
---|
113 | configure:3862: result: yes |
---|
114 | configure:3882: checking for ccache /usr/bin/clang option to enable C11 features |
---|
115 | configure:3897: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
116 | configure:3897: $? = 0 |
---|
117 | configure:3915: result: none needed |
---|
118 | configure:4036: checking whether ccache /usr/bin/clang understands -c and -o together |
---|
119 | configure:4059: ccache /usr/bin/clang -c conftest.c -o conftest2.o |
---|
120 | configure:4062: $? = 0 |
---|
121 | configure:4059: ccache /usr/bin/clang -c conftest.c -o conftest2.o |
---|
122 | configure:4062: $? = 0 |
---|
123 | configure:4074: result: yes |
---|
124 | configure:4219: checking for C++ compiler version |
---|
125 | configure:4228: ccache /usr/bin/clang++ --version >&5 |
---|
126 | Apple clang version 13.0.0 (clang-1300.0.29.30) |
---|
127 | Target: x86_64-apple-darwin21.3.0 |
---|
128 | Thread model: posix |
---|
129 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
130 | configure:4239: $? = 0 |
---|
131 | configure:4228: ccache /usr/bin/clang++ -v >&5 |
---|
132 | Apple clang version 13.0.0 (clang-1300.0.29.30) |
---|
133 | Target: x86_64-apple-darwin21.3.0 |
---|
134 | Thread model: posix |
---|
135 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
136 | configure:4239: $? = 0 |
---|
137 | configure:4228: ccache /usr/bin/clang++ -V >&5 |
---|
138 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
139 | clang: error: no input files |
---|
140 | configure:4239: $? = 1 |
---|
141 | configure:4228: ccache /usr/bin/clang++ -qversion >&5 |
---|
142 | clang: error: unknown argument '-qversion'; did you mean '--version'? |
---|
143 | clang: error: no input files |
---|
144 | configure:4239: $? = 1 |
---|
145 | configure:4243: checking whether the compiler supports GNU C++ |
---|
146 | configure:4263: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5 |
---|
147 | configure:4263: $? = 0 |
---|
148 | configure:4273: result: yes |
---|
149 | configure:4284: checking whether ccache /usr/bin/clang++ accepts -g |
---|
150 | configure:4305: ccache /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5 |
---|
151 | configure:4305: $? = 0 |
---|
152 | configure:4349: result: yes |
---|
153 | configure:4369: checking for ccache /usr/bin/clang++ option to enable C++11 features |
---|
154 | configure:4384: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5 |
---|
155 | conftest.cpp:55:3: error: "Compiler does not advertise C++11 conformance" |
---|
156 | # error "Compiler does not advertise C++11 conformance" |
---|
157 | ^ |
---|
158 | conftest.cpp:60:3: error: unknown type name 'constexpr' |
---|
159 | constexpr int get_val() { return 20; } |
---|
160 | ^ |
---|
161 | conftest.cpp:72:17: error: delegating constructors are permitted only in C++11 |
---|
162 | delegate(): delegate(2354) {} |
---|
163 | ^~~~~~~~ |
---|
164 | conftest.cpp:83:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] |
---|
165 | virtual int getval() override final { return this->n * 2; } |
---|
166 | ^ |
---|
167 | conftest.cpp:83:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions] |
---|
168 | virtual int getval() override final { return this->n * 2; } |
---|
169 | ^ |
---|
170 | conftest.cpp:90:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] |
---|
171 | nocopy() = default; |
---|
172 | ^ |
---|
173 | conftest.cpp:91:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] |
---|
174 | nocopy(const nocopy&) = delete; |
---|
175 | ^ |
---|
176 | conftest.cpp:92:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] |
---|
177 | nocopy & operator=(const nocopy&) = delete; |
---|
178 | ^ |
---|
179 | conftest.cpp:104:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
180 | template <typename V> auto sum(V first) -> V |
---|
181 | ^ |
---|
182 | conftest.cpp:104:25: error: 'auto' not allowed in function return type |
---|
183 | template <typename V> auto sum(V first) -> V |
---|
184 | ^~~~ |
---|
185 | conftest.cpp:104:42: error: expected ';' at end of declaration |
---|
186 | template <typename V> auto sum(V first) -> V |
---|
187 | ^ |
---|
188 | ; |
---|
189 | conftest.cpp:104:43: error: cannot use arrow operator on a type |
---|
190 | template <typename V> auto sum(V first) -> V |
---|
191 | ^ |
---|
192 | conftest.cpp:108:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions] |
---|
193 | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V |
---|
194 | ^ |
---|
195 | conftest.cpp:108:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
196 | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V |
---|
197 | ^ |
---|
198 | conftest.cpp:108:43: error: 'auto' not allowed in function return type |
---|
199 | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V |
---|
200 | ^~~~ |
---|
201 | conftest.cpp:108:74: error: expected ';' at end of declaration |
---|
202 | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V |
---|
203 | ^ |
---|
204 | ; |
---|
205 | conftest.cpp:108:75: error: cannot use arrow operator on a type |
---|
206 | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V |
---|
207 | ^ |
---|
208 | conftest.cpp:132:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
209 | auto a1 = 6538; |
---|
210 | ^ |
---|
211 | conftest.cpp:133:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
212 | auto a2 = 48573953.4; |
---|
213 | ^ |
---|
214 | conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
215 | auto a3 = "String literal"; |
---|
216 | ^ |
---|
217 | conftest.cpp:137:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
218 | for (auto i = a3; *i; ++i) { total += *i; } |
---|
219 | ^ |
---|
220 | conftest.cpp:153:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
221 | for (auto &x : array) { x += 23; } |
---|
222 | ^ |
---|
223 | conftest.cpp:153:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions] |
---|
224 | for (auto &x : array) { x += 23; } |
---|
225 | ^ |
---|
226 | conftest.cpp:158:17: error: expected expression |
---|
227 | assert (eval ([](int x) { return x*2; }, 21) == 42); |
---|
228 | ^ |
---|
229 | conftest.cpp:160:17: error: expected expression |
---|
230 | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); |
---|
231 | ^ |
---|
232 | conftest.cpp:162:17: error: expected expression |
---|
233 | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); |
---|
234 | ^ |
---|
235 | conftest.cpp:168:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
236 | auto a = sum(1); |
---|
237 | ^ |
---|
238 | conftest.cpp:168:12: error: no matching function for call to 'sum' |
---|
239 | auto a = sum(1); |
---|
240 | ^~~ |
---|
241 | conftest.cpp:169:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
242 | auto b = sum(1, 2); |
---|
243 | ^ |
---|
244 | conftest.cpp:169:12: error: no matching function for call to 'sum' |
---|
245 | auto b = sum(1, 2); |
---|
246 | ^~~ |
---|
247 | conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] |
---|
248 | auto c = sum(1.0, 2.0, 3.0); |
---|
249 | ^ |
---|
250 | conftest.cpp:170:12: error: no matching function for call to 'sum' |
---|
251 | auto c = sum(1.0, 2.0, 3.0); |
---|
252 | ^~~ |
---|
253 | conftest.cpp:175:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] |
---|
254 | cxx11test::delegate d2(); |
---|
255 | ^~ |
---|
256 | conftest.cpp:175:25: note: remove parentheses to declare a variable |
---|
257 | cxx11test::delegate d2(); |
---|
258 | ^~ |
---|
259 | conftest.cpp:188:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'? |
---|
260 | test_template<::test_template<int>> v(test_template<int>(12)); |
---|
261 | ^~~ |
---|
262 | < :: |
---|
263 | conftest.cpp:188:36: error: a space is required between consecutive right angle brackets (use '> >') |
---|
264 | test_template<::test_template<int>> v(test_template<int>(12)); |
---|
265 | ^~ |
---|
266 | > > |
---|
267 | conftest.cpp:192:22: error: use of undeclared identifier 'u8' |
---|
268 | char const *utf8 = u8"UTF-8 string \u2500"; |
---|
269 | ^ |
---|
270 | conftest.cpp:192:24: error: expected ';' at end of declaration |
---|
271 | char const *utf8 = u8"UTF-8 string \u2500"; |
---|
272 | ^ |
---|
273 | ; |
---|
274 | fatal error: too many errors emitted, stopping now [-ferror-limit=] |
---|
275 | 18 warnings and 20 errors generated. |
---|
276 | configure:4384: $? = 1 |
---|
277 | configure: failed program was: |
---|
278 | | /* confdefs.h */ |
---|
279 | | #define PACKAGE_NAME "libusb-1.0" |
---|
280 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
281 | | #define PACKAGE_VERSION "1.0.25" |
---|
282 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
283 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
284 | | #define PACKAGE_URL "http://libusb.info" |
---|
285 | | /* end confdefs.h. */ |
---|
286 | | |
---|
287 | | // Does the compiler advertise C++98 conformance? |
---|
288 | | #if !defined __cplusplus || __cplusplus < 199711L |
---|
289 | | # error "Compiler does not advertise C++98 conformance" |
---|
290 | | #endif |
---|
291 | | |
---|
292 | | // These inclusions are to reject old compilers that |
---|
293 | | // lack the unsuffixed header files. |
---|
294 | | #include <cstdlib> |
---|
295 | | #include <exception> |
---|
296 | | |
---|
297 | | // <cassert> and <cstring> are *not* freestanding headers in C++98. |
---|
298 | | extern void assert (int); |
---|
299 | | namespace std { |
---|
300 | | extern int strcmp (const char *, const char *); |
---|
301 | | } |
---|
302 | | |
---|
303 | | // Namespaces, exceptions, and templates were all added after "C++ 2.0". |
---|
304 | | using std::exception; |
---|
305 | | using std::strcmp; |
---|
306 | | |
---|
307 | | namespace { |
---|
308 | | |
---|
309 | | void test_exception_syntax() |
---|
310 | | { |
---|
311 | | try { |
---|
312 | | throw "test"; |
---|
313 | | } catch (const char *s) { |
---|
314 | | // Extra parentheses suppress a warning when building autoconf itself, |
---|
315 | | // due to lint rules shared with more typical C programs. |
---|
316 | | assert (!(strcmp) (s, "test")); |
---|
317 | | } |
---|
318 | | } |
---|
319 | | |
---|
320 | | template <typename T> struct test_template |
---|
321 | | { |
---|
322 | | T const val; |
---|
323 | | explicit test_template(T t) : val(t) {} |
---|
324 | | template <typename U> T add(U u) { return static_cast<T>(u) + val; } |
---|
325 | | }; |
---|
326 | | |
---|
327 | | } // anonymous namespace |
---|
328 | | |
---|
329 | | |
---|
330 | | // Does the compiler advertise C++ 2011 conformance? |
---|
331 | | #if !defined __cplusplus || __cplusplus < 201103L |
---|
332 | | # error "Compiler does not advertise C++11 conformance" |
---|
333 | | #endif |
---|
334 | | |
---|
335 | | namespace cxx11test |
---|
336 | | { |
---|
337 | | constexpr int get_val() { return 20; } |
---|
338 | | |
---|
339 | | struct testinit |
---|
340 | | { |
---|
341 | | int i; |
---|
342 | | double d; |
---|
343 | | }; |
---|
344 | | |
---|
345 | | class delegate |
---|
346 | | { |
---|
347 | | public: |
---|
348 | | delegate(int n) : n(n) {} |
---|
349 | | delegate(): delegate(2354) {} |
---|
350 | | |
---|
351 | | virtual int getval() { return this->n; }; |
---|
352 | | protected: |
---|
353 | | int n; |
---|
354 | | }; |
---|
355 | | |
---|
356 | | class overridden : public delegate |
---|
357 | | { |
---|
358 | | public: |
---|
359 | | overridden(int n): delegate(n) {} |
---|
360 | | virtual int getval() override final { return this->n * 2; } |
---|
361 | | }; |
---|
362 | | |
---|
363 | | class nocopy |
---|
364 | | { |
---|
365 | | public: |
---|
366 | | nocopy(int i): i(i) {} |
---|
367 | | nocopy() = default; |
---|
368 | | nocopy(const nocopy&) = delete; |
---|
369 | | nocopy & operator=(const nocopy&) = delete; |
---|
370 | | private: |
---|
371 | | int i; |
---|
372 | | }; |
---|
373 | | |
---|
374 | | // for testing lambda expressions |
---|
375 | | template <typename Ret, typename Fn> Ret eval(Fn f, Ret v) |
---|
376 | | { |
---|
377 | | return f(v); |
---|
378 | | } |
---|
379 | | |
---|
380 | | // for testing variadic templates and trailing return types |
---|
381 | | template <typename V> auto sum(V first) -> V |
---|
382 | | { |
---|
383 | | return first; |
---|
384 | | } |
---|
385 | | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V |
---|
386 | | { |
---|
387 | | return first + sum(rest...); |
---|
388 | | } |
---|
389 | | } |
---|
390 | | |
---|
391 | | |
---|
392 | | int |
---|
393 | | main (int argc, char **argv) |
---|
394 | | { |
---|
395 | | int ok = 0; |
---|
396 | | |
---|
397 | | assert (argc); |
---|
398 | | assert (! argv[0]); |
---|
399 | | { |
---|
400 | | test_exception_syntax (); |
---|
401 | | test_template<double> tt (2.0); |
---|
402 | | assert (tt.add (4) == 6.0); |
---|
403 | | assert (true && !false); |
---|
404 | | } |
---|
405 | | |
---|
406 | | |
---|
407 | | { |
---|
408 | | // Test auto and decltype |
---|
409 | | auto a1 = 6538; |
---|
410 | | auto a2 = 48573953.4; |
---|
411 | | auto a3 = "String literal"; |
---|
412 | | |
---|
413 | | int total = 0; |
---|
414 | | for (auto i = a3; *i; ++i) { total += *i; } |
---|
415 | | |
---|
416 | | decltype(a2) a4 = 34895.034; |
---|
417 | | } |
---|
418 | | { |
---|
419 | | // Test constexpr |
---|
420 | | short sa[cxx11test::get_val()] = { 0 }; |
---|
421 | | } |
---|
422 | | { |
---|
423 | | // Test initializer lists |
---|
424 | | cxx11test::testinit il = { 4323, 435234.23544 }; |
---|
425 | | } |
---|
426 | | { |
---|
427 | | // Test range-based for |
---|
428 | | int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, |
---|
429 | | 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; |
---|
430 | | for (auto &x : array) { x += 23; } |
---|
431 | | } |
---|
432 | | { |
---|
433 | | // Test lambda expressions |
---|
434 | | using cxx11test::eval; |
---|
435 | | assert (eval ([](int x) { return x*2; }, 21) == 42); |
---|
436 | | double d = 2.0; |
---|
437 | | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); |
---|
438 | | assert (d == 5.0); |
---|
439 | | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); |
---|
440 | | assert (d == 5.0); |
---|
441 | | } |
---|
442 | | { |
---|
443 | | // Test use of variadic templates |
---|
444 | | using cxx11test::sum; |
---|
445 | | auto a = sum(1); |
---|
446 | | auto b = sum(1, 2); |
---|
447 | | auto c = sum(1.0, 2.0, 3.0); |
---|
448 | | } |
---|
449 | | { |
---|
450 | | // Test constructor delegation |
---|
451 | | cxx11test::delegate d1; |
---|
452 | | cxx11test::delegate d2(); |
---|
453 | | cxx11test::delegate d3(45); |
---|
454 | | } |
---|
455 | | { |
---|
456 | | // Test override and final |
---|
457 | | cxx11test::overridden o1(55464); |
---|
458 | | } |
---|
459 | | { |
---|
460 | | // Test nullptr |
---|
461 | | char *c = nullptr; |
---|
462 | | } |
---|
463 | | { |
---|
464 | | // Test template brackets |
---|
465 | | test_template<::test_template<int>> v(test_template<int>(12)); |
---|
466 | | } |
---|
467 | | { |
---|
468 | | // Unicode literals |
---|
469 | | char const *utf8 = u8"UTF-8 string \u2500"; |
---|
470 | | char16_t const *utf16 = u"UTF-8 string \u2500"; |
---|
471 | | char32_t const *utf32 = U"UTF-32 string \u2500"; |
---|
472 | | } |
---|
473 | | |
---|
474 | | return ok; |
---|
475 | | } |
---|
476 | | |
---|
477 | configure:4402: result: none needed |
---|
478 | configure:4467: checking for inline |
---|
479 | configure:4484: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
480 | configure:4484: $? = 0 |
---|
481 | configure:4493: result: inline |
---|
482 | configure:4528: checking for a BSD-compatible install |
---|
483 | configure:4601: result: /usr/bin/install -c |
---|
484 | configure:4612: checking whether build environment is sane |
---|
485 | configure:4667: result: yes |
---|
486 | configure:4822: checking for a race-free mkdir -p |
---|
487 | configure:4866: result: ./install-sh -c -d |
---|
488 | configure:4873: checking for gawk |
---|
489 | configure:4908: result: no |
---|
490 | configure:4873: checking for mawk |
---|
491 | configure:4908: result: no |
---|
492 | configure:4873: checking for nawk |
---|
493 | configure:4908: result: no |
---|
494 | configure:4873: checking for awk |
---|
495 | configure:4894: found /usr/bin/awk |
---|
496 | configure:4905: result: awk |
---|
497 | configure:4916: checking whether make sets $(MAKE) |
---|
498 | configure:4939: result: yes |
---|
499 | configure:4961: checking whether make supports the include directive |
---|
500 | configure:4976: make -f confmf.GNU && cat confinc.out |
---|
501 | this is the am__doit target |
---|
502 | configure:4979: $? = 0 |
---|
503 | configure:4998: result: yes (GNU style) |
---|
504 | configure:5033: checking whether make supports nested variables |
---|
505 | configure:5051: result: yes |
---|
506 | configure:5132: checking dependency style of ccache /usr/bin/clang |
---|
507 | configure:5244: result: gcc3 |
---|
508 | configure:5261: checking dependency style of ccache /usr/bin/clang++ |
---|
509 | configure:5373: result: gcc3 |
---|
510 | configure:5477: checking build system type |
---|
511 | configure:5492: result: x86_64-apple-darwin21.3.0 |
---|
512 | configure:5512: checking host system type |
---|
513 | configure:5526: result: x86_64-apple-darwin21.3.0 |
---|
514 | configure:5567: checking how to print strings |
---|
515 | configure:5594: result: printf |
---|
516 | configure:5615: checking for a sed that does not truncate output |
---|
517 | configure:5685: result: /usr/bin/sed |
---|
518 | configure:5703: checking for grep that handles long lines and -e |
---|
519 | configure:5767: result: /usr/bin/grep |
---|
520 | configure:5772: checking for egrep |
---|
521 | configure:5840: result: /usr/bin/grep -E |
---|
522 | configure:5845: checking for fgrep |
---|
523 | configure:5913: result: /usr/bin/grep -F |
---|
524 | configure:5949: checking for ld used by ccache /usr/bin/clang |
---|
525 | configure:6017: result: /Library/Developer/CommandLineTools/usr/bin/ld |
---|
526 | configure:6024: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld |
---|
527 | configure:6040: result: no |
---|
528 | configure:6052: checking for BSD- or MS-compatible name lister (nm) |
---|
529 | configure:6107: result: /usr/bin/nm -B |
---|
530 | configure:6247: checking the name lister (/usr/bin/nm -B) interface |
---|
531 | configure:6255: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
532 | configure:6258: /usr/bin/nm -B "conftest.o" |
---|
533 | configure:6261: output |
---|
534 | 0000000000000000 S _some_variable |
---|
535 | configure:6268: result: BSD nm |
---|
536 | configure:6271: checking whether ln -s works |
---|
537 | configure:6275: result: yes |
---|
538 | configure:6283: checking the maximum length of command line arguments |
---|
539 | configure:6415: result: 786432 |
---|
540 | configure:6463: checking how to convert x86_64-apple-darwin21.3.0 file names to x86_64-apple-darwin21.3.0 format |
---|
541 | configure:6504: result: func_convert_file_noop |
---|
542 | configure:6511: checking how to convert x86_64-apple-darwin21.3.0 file names to toolchain format |
---|
543 | configure:6532: result: func_convert_file_noop |
---|
544 | configure:6539: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files |
---|
545 | configure:6547: result: -r |
---|
546 | configure:6626: checking for objdump |
---|
547 | configure:6647: found /usr/bin/objdump |
---|
548 | configure:6658: result: objdump |
---|
549 | configure:6690: checking how to recognize dependent libraries |
---|
550 | configure:6891: result: pass_all |
---|
551 | configure:6981: checking for dlltool |
---|
552 | configure:7016: result: no |
---|
553 | configure:7046: checking how to associate runtime and link libraries |
---|
554 | configure:7074: result: printf %s\n |
---|
555 | configure:7139: checking for ar |
---|
556 | configure:7160: found /usr/bin/ar |
---|
557 | configure:7171: result: ar |
---|
558 | configure:7208: checking for archiver @FILE support |
---|
559 | configure:7226: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
560 | configure:7226: $? = 0 |
---|
561 | configure:7230: ar cru libconftest.a @conftest.lst >&5 |
---|
562 | ar: @conftest.lst: No such file or directory |
---|
563 | configure:7233: $? = 1 |
---|
564 | configure:7253: result: no |
---|
565 | configure:7316: checking for strip |
---|
566 | configure:7337: found /usr/bin/strip |
---|
567 | configure:7348: result: strip |
---|
568 | configure:7425: checking for ranlib |
---|
569 | configure:7446: found /usr/bin/ranlib |
---|
570 | configure:7457: result: ranlib |
---|
571 | configure:7559: checking command to parse /usr/bin/nm -B output from ccache /usr/bin/clang object |
---|
572 | configure:7713: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
573 | configure:7716: $? = 0 |
---|
574 | configure:7720: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
---|
575 | configure:7723: $? = 0 |
---|
576 | cannot find nm_test_var in conftest.nm |
---|
577 | configure:7713: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
578 | configure:7716: $? = 0 |
---|
579 | configure:7720: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm |
---|
580 | configure:7723: $? = 0 |
---|
581 | configure:7789: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c conftstm.o >&5 |
---|
582 | configure:7792: $? = 0 |
---|
583 | configure:7830: result: ok |
---|
584 | configure:7877: checking for sysroot |
---|
585 | configure:7908: result: no |
---|
586 | configure:7915: checking for a working dd |
---|
587 | configure:7959: result: /bin/dd |
---|
588 | configure:7963: checking how to truncate binary pipes |
---|
589 | configure:7979: result: /bin/dd bs=4096 count=1 |
---|
590 | configure:8316: checking for mt |
---|
591 | configure:8351: result: no |
---|
592 | configure:8371: checking if : is a manifest tool |
---|
593 | configure:8378: : '-?' |
---|
594 | configure:8386: result: no |
---|
595 | configure:8447: checking for dsymutil |
---|
596 | configure:8468: found /usr/bin/dsymutil |
---|
597 | configure:8479: result: dsymutil |
---|
598 | configure:8549: checking for nmedit |
---|
599 | configure:8570: found /usr/bin/nmedit |
---|
600 | configure:8581: result: nmedit |
---|
601 | configure:8651: checking for lipo |
---|
602 | configure:8672: found /usr/bin/lipo |
---|
603 | configure:8683: result: lipo |
---|
604 | configure:8753: checking for otool |
---|
605 | configure:8774: found /usr/bin/otool |
---|
606 | configure:8785: result: otool |
---|
607 | configure:8855: checking for otool64 |
---|
608 | configure:8890: result: no |
---|
609 | configure:8935: checking for -single_module linker flag |
---|
610 | ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c |
---|
611 | configure:8969: result: yes |
---|
612 | configure:8972: checking for -exported_symbols_list linker flag |
---|
613 | configure:8993: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 |
---|
614 | configure:8993: $? = 0 |
---|
615 | configure:9004: result: yes |
---|
616 | configure:9007: checking for -force_load linker flag |
---|
617 | ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -c -o conftest.o conftest.c |
---|
618 | ar cru libconftest.a conftest.o |
---|
619 | ranlib libconftest.a |
---|
620 | ccache /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a |
---|
621 | configure:9040: result: yes |
---|
622 | configure:9111: checking for stdio.h |
---|
623 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
624 | configure:9111: $? = 0 |
---|
625 | configure:9111: result: yes |
---|
626 | configure:9111: checking for stdlib.h |
---|
627 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
628 | configure:9111: $? = 0 |
---|
629 | configure:9111: result: yes |
---|
630 | configure:9111: checking for string.h |
---|
631 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
632 | configure:9111: $? = 0 |
---|
633 | configure:9111: result: yes |
---|
634 | configure:9111: checking for inttypes.h |
---|
635 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
636 | configure:9111: $? = 0 |
---|
637 | configure:9111: result: yes |
---|
638 | configure:9111: checking for stdint.h |
---|
639 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
640 | configure:9111: $? = 0 |
---|
641 | configure:9111: result: yes |
---|
642 | configure:9111: checking for strings.h |
---|
643 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
644 | configure:9111: $? = 0 |
---|
645 | configure:9111: result: yes |
---|
646 | configure:9111: checking for sys/stat.h |
---|
647 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
648 | configure:9111: $? = 0 |
---|
649 | configure:9111: result: yes |
---|
650 | configure:9111: checking for sys/types.h |
---|
651 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
652 | configure:9111: $? = 0 |
---|
653 | configure:9111: result: yes |
---|
654 | configure:9111: checking for unistd.h |
---|
655 | configure:9111: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
656 | configure:9111: $? = 0 |
---|
657 | configure:9111: result: yes |
---|
658 | configure:9136: checking for dlfcn.h |
---|
659 | configure:9136: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
660 | configure:9136: $? = 0 |
---|
661 | configure:9136: result: yes |
---|
662 | configure:9406: checking for objdir |
---|
663 | configure:9422: result: .libs |
---|
664 | configure:9686: checking if ccache /usr/bin/clang supports -fno-rtti -fno-exceptions |
---|
665 | configure:9705: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-rtti -fno-exceptions conftest.c >&5 |
---|
666 | configure:9709: $? = 0 |
---|
667 | configure:9722: result: yes |
---|
668 | configure:10080: checking for ccache /usr/bin/clang option to produce PIC |
---|
669 | configure:10088: result: -fno-common -DPIC |
---|
670 | configure:10096: checking if ccache /usr/bin/clang PIC flag -fno-common -DPIC works |
---|
671 | configure:10115: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-common -DPIC -DPIC conftest.c >&5 |
---|
672 | configure:10119: $? = 0 |
---|
673 | configure:10132: result: yes |
---|
674 | configure:10161: checking if ccache /usr/bin/clang static flag -static works |
---|
675 | configure:10190: result: no |
---|
676 | configure:10205: checking if ccache /usr/bin/clang supports -c -o file.o |
---|
677 | configure:10227: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o out/conftest2.o conftest.c >&5 |
---|
678 | configure:10231: $? = 0 |
---|
679 | configure:10253: result: yes |
---|
680 | configure:10261: checking if ccache /usr/bin/clang supports -c -o file.o |
---|
681 | configure:10309: result: yes |
---|
682 | configure:10342: checking whether the ccache /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries |
---|
683 | configure:11608: result: yes |
---|
684 | configure:11849: checking dynamic linker characteristics |
---|
685 | configure:12670: result: darwin21.3.0 dyld |
---|
686 | configure:12792: checking how to hardcode library paths into programs |
---|
687 | configure:12817: result: immediate |
---|
688 | configure:13369: checking whether stripping libraries is possible |
---|
689 | configure:13383: result: yes |
---|
690 | configure:13409: checking if libtool supports shared libraries |
---|
691 | configure:13411: result: yes |
---|
692 | configure:13414: checking whether to build shared libraries |
---|
693 | configure:13439: result: yes |
---|
694 | configure:13442: checking whether to build static libraries |
---|
695 | configure:13446: result: yes |
---|
696 | configure:13469: checking how to run the C++ preprocessor |
---|
697 | configure:13491: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp |
---|
698 | configure:13491: $? = 0 |
---|
699 | configure:13506: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp |
---|
700 | conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found |
---|
701 | #include <ac_nonexistent.h> |
---|
702 | ^~~~~~~~~~~~~~~~~~ |
---|
703 | 1 error generated. |
---|
704 | configure:13506: $? = 1 |
---|
705 | configure: failed program was: |
---|
706 | | /* confdefs.h */ |
---|
707 | | #define PACKAGE_NAME "libusb-1.0" |
---|
708 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
709 | | #define PACKAGE_VERSION "1.0.25" |
---|
710 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
711 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
712 | | #define PACKAGE_URL "http://libusb.info" |
---|
713 | | #define PACKAGE "libusb-1.0" |
---|
714 | | #define VERSION "1.0.25" |
---|
715 | | #define HAVE_STDIO_H 1 |
---|
716 | | #define HAVE_STDLIB_H 1 |
---|
717 | | #define HAVE_STRING_H 1 |
---|
718 | | #define HAVE_INTTYPES_H 1 |
---|
719 | | #define HAVE_STDINT_H 1 |
---|
720 | | #define HAVE_STRINGS_H 1 |
---|
721 | | #define HAVE_SYS_STAT_H 1 |
---|
722 | | #define HAVE_SYS_TYPES_H 1 |
---|
723 | | #define HAVE_UNISTD_H 1 |
---|
724 | | #define STDC_HEADERS 1 |
---|
725 | | #define HAVE_DLFCN_H 1 |
---|
726 | | #define LT_OBJDIR ".libs/" |
---|
727 | | /* end confdefs.h. */ |
---|
728 | | #include <ac_nonexistent.h> |
---|
729 | configure:13533: result: ccache /usr/bin/clang++ -E |
---|
730 | configure:13547: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp |
---|
731 | configure:13547: $? = 0 |
---|
732 | configure:13562: ccache /usr/bin/clang++ -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp |
---|
733 | conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found |
---|
734 | #include <ac_nonexistent.h> |
---|
735 | ^~~~~~~~~~~~~~~~~~ |
---|
736 | 1 error generated. |
---|
737 | configure:13562: $? = 1 |
---|
738 | configure: failed program was: |
---|
739 | | /* confdefs.h */ |
---|
740 | | #define PACKAGE_NAME "libusb-1.0" |
---|
741 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
742 | | #define PACKAGE_VERSION "1.0.25" |
---|
743 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
744 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
745 | | #define PACKAGE_URL "http://libusb.info" |
---|
746 | | #define PACKAGE "libusb-1.0" |
---|
747 | | #define VERSION "1.0.25" |
---|
748 | | #define HAVE_STDIO_H 1 |
---|
749 | | #define HAVE_STDLIB_H 1 |
---|
750 | | #define HAVE_STRING_H 1 |
---|
751 | | #define HAVE_INTTYPES_H 1 |
---|
752 | | #define HAVE_STDINT_H 1 |
---|
753 | | #define HAVE_STRINGS_H 1 |
---|
754 | | #define HAVE_SYS_STAT_H 1 |
---|
755 | | #define HAVE_SYS_TYPES_H 1 |
---|
756 | | #define HAVE_UNISTD_H 1 |
---|
757 | | #define STDC_HEADERS 1 |
---|
758 | | #define HAVE_DLFCN_H 1 |
---|
759 | | #define LT_OBJDIR ".libs/" |
---|
760 | | /* end confdefs.h. */ |
---|
761 | | #include <ac_nonexistent.h> |
---|
762 | configure:13727: checking for ld used by ccache /usr/bin/clang++ |
---|
763 | configure:13795: result: /Library/Developer/CommandLineTools/usr/bin/ld |
---|
764 | configure:13802: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld |
---|
765 | configure:13818: result: no |
---|
766 | configure:13873: checking whether the ccache /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries |
---|
767 | configure:14950: result: yes |
---|
768 | configure:14986: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.cpp >&5 |
---|
769 | configure:14989: $? = 0 |
---|
770 | configure:15470: checking for ccache /usr/bin/clang++ option to produce PIC |
---|
771 | configure:15478: result: -fno-common -DPIC |
---|
772 | configure:15486: checking if ccache /usr/bin/clang++ PIC flag -fno-common -DPIC works |
---|
773 | configure:15505: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -fno-common -DPIC -DPIC conftest.cpp >&5 |
---|
774 | configure:15509: $? = 0 |
---|
775 | configure:15522: result: yes |
---|
776 | configure:15545: checking if ccache /usr/bin/clang++ static flag -static works |
---|
777 | configure:15574: result: no |
---|
778 | configure:15586: checking if ccache /usr/bin/clang++ supports -c -o file.o |
---|
779 | configure:15608: ccache /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -o out/conftest2.o conftest.cpp >&5 |
---|
780 | configure:15612: $? = 0 |
---|
781 | configure:15634: result: yes |
---|
782 | configure:15639: checking if ccache /usr/bin/clang++ supports -c -o file.o |
---|
783 | configure:15687: result: yes |
---|
784 | configure:15717: checking whether the ccache /usr/bin/clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries |
---|
785 | configure:15757: result: yes |
---|
786 | configure:15899: checking dynamic linker characteristics |
---|
787 | configure:16647: result: darwin21.3.0 dyld |
---|
788 | configure:16712: checking how to hardcode library paths into programs |
---|
789 | configure:16737: result: immediate |
---|
790 | configure:16846: checking for windres |
---|
791 | configure:16881: result: no |
---|
792 | configure:16996: checking whether make supports nested variables |
---|
793 | configure:17014: result: yes |
---|
794 | configure:17031: checking if ccache /usr/bin/clang supports -std=gnu11 |
---|
795 | configure:17044: ccache /usr/bin/clang -c -std=gnu11 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
796 | configure:17044: $? = 0 |
---|
797 | configure:17046: result: yes |
---|
798 | configure:17096: checking operating system |
---|
799 | configure:17100: result: Darwin/Mac OS X |
---|
800 | configure:17175: checking for nfds_t |
---|
801 | configure:17175: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
802 | configure:17175: $? = 0 |
---|
803 | configure:17175: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
804 | conftest.c:32:21: error: expected expression |
---|
805 | if (sizeof ((nfds_t))) |
---|
806 | ^ |
---|
807 | 1 error generated. |
---|
808 | configure:17175: $? = 1 |
---|
809 | configure: failed program was: |
---|
810 | | /* confdefs.h */ |
---|
811 | | #define PACKAGE_NAME "libusb-1.0" |
---|
812 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
813 | | #define PACKAGE_VERSION "1.0.25" |
---|
814 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
815 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
816 | | #define PACKAGE_URL "http://libusb.info" |
---|
817 | | #define PACKAGE "libusb-1.0" |
---|
818 | | #define VERSION "1.0.25" |
---|
819 | | #define HAVE_STDIO_H 1 |
---|
820 | | #define HAVE_STDLIB_H 1 |
---|
821 | | #define HAVE_STRING_H 1 |
---|
822 | | #define HAVE_INTTYPES_H 1 |
---|
823 | | #define HAVE_STDINT_H 1 |
---|
824 | | #define HAVE_STRINGS_H 1 |
---|
825 | | #define HAVE_SYS_STAT_H 1 |
---|
826 | | #define HAVE_SYS_TYPES_H 1 |
---|
827 | | #define HAVE_UNISTD_H 1 |
---|
828 | | #define STDC_HEADERS 1 |
---|
829 | | #define HAVE_DLFCN_H 1 |
---|
830 | | #define LT_OBJDIR ".libs/" |
---|
831 | | #define _GNU_SOURCE 1 |
---|
832 | | #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) |
---|
833 | | #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) |
---|
834 | | #define PLATFORM_POSIX 1 |
---|
835 | | /* end confdefs.h. */ |
---|
836 | | #include <poll.h> |
---|
837 | | |
---|
838 | | int |
---|
839 | | main (void) |
---|
840 | | { |
---|
841 | | if (sizeof ((nfds_t))) |
---|
842 | | return 0; |
---|
843 | | ; |
---|
844 | | return 0; |
---|
845 | | } |
---|
846 | configure:17175: result: yes |
---|
847 | configure:17185: checking for pipe2 |
---|
848 | configure:17185: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c >&5 |
---|
849 | Undefined symbols for architecture x86_64: |
---|
850 | "_pipe2", referenced from: |
---|
851 | _main in conftest-d50f34.o |
---|
852 | ld: symbol(s) not found for architecture x86_64 |
---|
853 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
854 | configure:17185: $? = 1 |
---|
855 | configure: failed program was: |
---|
856 | | /* confdefs.h */ |
---|
857 | | #define PACKAGE_NAME "libusb-1.0" |
---|
858 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
859 | | #define PACKAGE_VERSION "1.0.25" |
---|
860 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
861 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
862 | | #define PACKAGE_URL "http://libusb.info" |
---|
863 | | #define PACKAGE "libusb-1.0" |
---|
864 | | #define VERSION "1.0.25" |
---|
865 | | #define HAVE_STDIO_H 1 |
---|
866 | | #define HAVE_STDLIB_H 1 |
---|
867 | | #define HAVE_STRING_H 1 |
---|
868 | | #define HAVE_INTTYPES_H 1 |
---|
869 | | #define HAVE_STDINT_H 1 |
---|
870 | | #define HAVE_STRINGS_H 1 |
---|
871 | | #define HAVE_SYS_STAT_H 1 |
---|
872 | | #define HAVE_SYS_TYPES_H 1 |
---|
873 | | #define HAVE_UNISTD_H 1 |
---|
874 | | #define STDC_HEADERS 1 |
---|
875 | | #define HAVE_DLFCN_H 1 |
---|
876 | | #define LT_OBJDIR ".libs/" |
---|
877 | | #define _GNU_SOURCE 1 |
---|
878 | | #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) |
---|
879 | | #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) |
---|
880 | | #define PLATFORM_POSIX 1 |
---|
881 | | #define HAVE_NFDS_T 1 |
---|
882 | | /* end confdefs.h. */ |
---|
883 | | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. |
---|
884 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
885 | | #define pipe2 innocuous_pipe2 |
---|
886 | | |
---|
887 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
888 | | which can conflict with char pipe2 (); below. */ |
---|
889 | | |
---|
890 | | #include <limits.h> |
---|
891 | | #undef pipe2 |
---|
892 | | |
---|
893 | | /* Override any GCC internal prototype to avoid an error. |
---|
894 | | Use char because int might match the return type of a GCC |
---|
895 | | builtin and then its argument prototype would still apply. */ |
---|
896 | | #ifdef __cplusplus |
---|
897 | | extern "C" |
---|
898 | | #endif |
---|
899 | | char pipe2 (); |
---|
900 | | /* The GNU C library defines this for functions which it implements |
---|
901 | | to always fail with ENOSYS. Some functions are actually named |
---|
902 | | something starting with __ and the normal name is an alias. */ |
---|
903 | | #if defined __stub_pipe2 || defined __stub___pipe2 |
---|
904 | | choke me |
---|
905 | | #endif |
---|
906 | | |
---|
907 | | int |
---|
908 | | main (void) |
---|
909 | | { |
---|
910 | | return pipe2 (); |
---|
911 | | ; |
---|
912 | | return 0; |
---|
913 | | } |
---|
914 | configure:17185: result: no |
---|
915 | configure:17194: checking if ccache /usr/bin/clang recognizes -pthread |
---|
916 | configure:17207: ccache /usr/bin/clang -c -Wall -Werror -pthread -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
917 | configure:17207: $? = 0 |
---|
918 | configure:17209: result: yes |
---|
919 | configure:17219: checking for library containing pthread_create |
---|
920 | configure:17249: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c >&5 |
---|
921 | configure:17249: $? = 0 |
---|
922 | configure:17269: result: none required |
---|
923 | configure:17289: checking for pthread_threadid_np |
---|
924 | configure:17289: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c >&5 |
---|
925 | configure:17289: $? = 0 |
---|
926 | configure:17289: result: yes |
---|
927 | configure:17297: checking for IOKit/usb/IOUSBHostFamilyDefinitions.h |
---|
928 | configure:17297: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
929 | configure:17297: $? = 0 |
---|
930 | configure:17297: result: yes |
---|
931 | configure:17486: checking for sys/time.h |
---|
932 | configure:17486: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
933 | configure:17486: $? = 0 |
---|
934 | configure:17486: result: yes |
---|
935 | configure:17496: checking whether OS X target version is 10.12 or later |
---|
936 | configure:17514: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
937 | configure:17514: $? = 0 |
---|
938 | configure:17516: result: yes |
---|
939 | configure:17529: checking for clock_gettime |
---|
940 | configure:17529: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c -lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-framework,Security >&5 |
---|
941 | configure:17529: $? = 0 |
---|
942 | configure:17529: result: yes |
---|
943 | configure:17560: checking for ccache /usr/bin/clang options needed to detect all undeclared functions |
---|
944 | configure:17582: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
945 | conftest.c:36:8: error: implicitly declaring library function 'strchr' with type 'char *(const char *, int)' [-Werror,-Wimplicit-function-declaration] |
---|
946 | (void) strchr; |
---|
947 | ^ |
---|
948 | conftest.c:36:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr' |
---|
949 | 1 error generated. |
---|
950 | configure:17582: $? = 1 |
---|
951 | configure: failed program was: |
---|
952 | | /* confdefs.h */ |
---|
953 | | #define PACKAGE_NAME "libusb-1.0" |
---|
954 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
955 | | #define PACKAGE_VERSION "1.0.25" |
---|
956 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
957 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
958 | | #define PACKAGE_URL "http://libusb.info" |
---|
959 | | #define PACKAGE "libusb-1.0" |
---|
960 | | #define VERSION "1.0.25" |
---|
961 | | #define HAVE_STDIO_H 1 |
---|
962 | | #define HAVE_STDLIB_H 1 |
---|
963 | | #define HAVE_STRING_H 1 |
---|
964 | | #define HAVE_INTTYPES_H 1 |
---|
965 | | #define HAVE_STDINT_H 1 |
---|
966 | | #define HAVE_STRINGS_H 1 |
---|
967 | | #define HAVE_SYS_STAT_H 1 |
---|
968 | | #define HAVE_SYS_TYPES_H 1 |
---|
969 | | #define HAVE_UNISTD_H 1 |
---|
970 | | #define STDC_HEADERS 1 |
---|
971 | | #define HAVE_DLFCN_H 1 |
---|
972 | | #define LT_OBJDIR ".libs/" |
---|
973 | | #define _GNU_SOURCE 1 |
---|
974 | | #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) |
---|
975 | | #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) |
---|
976 | | #define PLATFORM_POSIX 1 |
---|
977 | | #define HAVE_NFDS_T 1 |
---|
978 | | #define HAVE_PTHREAD_THREADID_NP 1 |
---|
979 | | #define HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H 1 |
---|
980 | | #define HAVE_SYS_TIME_H 1 |
---|
981 | | #define HAVE_CLOCK_GETTIME 1 |
---|
982 | | /* end confdefs.h. */ |
---|
983 | | |
---|
984 | | int |
---|
985 | | main (void) |
---|
986 | | { |
---|
987 | | (void) strchr; |
---|
988 | | ; |
---|
989 | | return 0; |
---|
990 | | } |
---|
991 | configure:17609: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
992 | configure:17609: $? = 0 |
---|
993 | configure:17626: result: none needed |
---|
994 | configure:17640: checking whether CLOCK_MONOTONIC is declared |
---|
995 | configure:17640: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
996 | configure:17640: $? = 0 |
---|
997 | configure:17640: result: yes |
---|
998 | configure:17651: checking for pthread_condattr_setclock |
---|
999 | configure:17651: ccache /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 conftest.c -lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-framework,Security >&5 |
---|
1000 | Undefined symbols for architecture x86_64: |
---|
1001 | "_pthread_condattr_setclock", referenced from: |
---|
1002 | _main in conftest-ea75aa.o |
---|
1003 | ld: symbol(s) not found for architecture x86_64 |
---|
1004 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
1005 | configure:17651: $? = 1 |
---|
1006 | configure: failed program was: |
---|
1007 | | /* confdefs.h */ |
---|
1008 | | #define PACKAGE_NAME "libusb-1.0" |
---|
1009 | | #define PACKAGE_TARNAME "libusb-1.0" |
---|
1010 | | #define PACKAGE_VERSION "1.0.25" |
---|
1011 | | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
1012 | | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
1013 | | #define PACKAGE_URL "http://libusb.info" |
---|
1014 | | #define PACKAGE "libusb-1.0" |
---|
1015 | | #define VERSION "1.0.25" |
---|
1016 | | #define HAVE_STDIO_H 1 |
---|
1017 | | #define HAVE_STDLIB_H 1 |
---|
1018 | | #define HAVE_STRING_H 1 |
---|
1019 | | #define HAVE_INTTYPES_H 1 |
---|
1020 | | #define HAVE_STDINT_H 1 |
---|
1021 | | #define HAVE_STRINGS_H 1 |
---|
1022 | | #define HAVE_SYS_STAT_H 1 |
---|
1023 | | #define HAVE_SYS_TYPES_H 1 |
---|
1024 | | #define HAVE_UNISTD_H 1 |
---|
1025 | | #define STDC_HEADERS 1 |
---|
1026 | | #define HAVE_DLFCN_H 1 |
---|
1027 | | #define LT_OBJDIR ".libs/" |
---|
1028 | | #define _GNU_SOURCE 1 |
---|
1029 | | #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) |
---|
1030 | | #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) |
---|
1031 | | #define PLATFORM_POSIX 1 |
---|
1032 | | #define HAVE_NFDS_T 1 |
---|
1033 | | #define HAVE_PTHREAD_THREADID_NP 1 |
---|
1034 | | #define HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H 1 |
---|
1035 | | #define HAVE_SYS_TIME_H 1 |
---|
1036 | | #define HAVE_CLOCK_GETTIME 1 |
---|
1037 | | /* end confdefs.h. */ |
---|
1038 | | /* Define pthread_condattr_setclock to an innocuous variant, in case <limits.h> declares pthread_condattr_setclock. |
---|
1039 | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
---|
1040 | | #define pthread_condattr_setclock innocuous_pthread_condattr_setclock |
---|
1041 | | |
---|
1042 | | /* System header to define __stub macros and hopefully few prototypes, |
---|
1043 | | which can conflict with char pthread_condattr_setclock (); below. */ |
---|
1044 | | |
---|
1045 | | #include <limits.h> |
---|
1046 | | #undef pthread_condattr_setclock |
---|
1047 | | |
---|
1048 | | /* Override any GCC internal prototype to avoid an error. |
---|
1049 | | Use char because int might match the return type of a GCC |
---|
1050 | | builtin and then its argument prototype would still apply. */ |
---|
1051 | | #ifdef __cplusplus |
---|
1052 | | extern "C" |
---|
1053 | | #endif |
---|
1054 | | char pthread_condattr_setclock (); |
---|
1055 | | /* The GNU C library defines this for functions which it implements |
---|
1056 | | to always fail with ENOSYS. Some functions are actually named |
---|
1057 | | something starting with __ and the normal name is an alias. */ |
---|
1058 | | #if defined __stub_pthread_condattr_setclock || defined __stub___pthread_condattr_setclock |
---|
1059 | | choke me |
---|
1060 | | #endif |
---|
1061 | | |
---|
1062 | | int |
---|
1063 | | main (void) |
---|
1064 | | { |
---|
1065 | | return pthread_condattr_setclock (); |
---|
1066 | | ; |
---|
1067 | | return 0; |
---|
1068 | | } |
---|
1069 | configure:17651: result: no |
---|
1070 | configure:17662: checking whether CLOCK_REALTIME is declared |
---|
1071 | configure:17662: ccache /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk conftest.c >&5 |
---|
1072 | configure:17662: $? = 0 |
---|
1073 | configure:17662: result: yes |
---|
1074 | configure:18213: checking that generated files are newer than configure |
---|
1075 | configure:18219: result: done |
---|
1076 | configure:18302: creating ./config.status |
---|
1077 | |
---|
1078 | ## ---------------------- ## |
---|
1079 | ## Running config.status. ## |
---|
1080 | ## ---------------------- ## |
---|
1081 | |
---|
1082 | This file was extended by libusb-1.0 config.status 1.0.25, which was |
---|
1083 | generated by GNU Autoconf 2.71. Invocation command line was |
---|
1084 | |
---|
1085 | CONFIG_FILES = |
---|
1086 | CONFIG_HEADERS = |
---|
1087 | CONFIG_LINKS = |
---|
1088 | CONFIG_COMMANDS = |
---|
1089 | $ ./config.status |
---|
1090 | |
---|
1091 | on test.local |
---|
1092 | |
---|
1093 | config.status:1251: creating libusb-1.0.pc |
---|
1094 | config.status:1251: creating Makefile |
---|
1095 | config.status:1251: creating libusb/Makefile |
---|
1096 | config.status:1251: creating examples/Makefile |
---|
1097 | config.status:1251: creating tests/Makefile |
---|
1098 | config.status:1251: creating doc/Makefile |
---|
1099 | config.status:1251: creating doc/doxygen.cfg |
---|
1100 | config.status:1251: creating config.h |
---|
1101 | config.status:1480: executing depfiles commands |
---|
1102 | config.status:1557: cd libusb && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles |
---|
1103 | config.status:1562: $? = 0 |
---|
1104 | config.status:1557: cd examples && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles |
---|
1105 | config.status:1562: $? = 0 |
---|
1106 | config.status:1557: cd tests && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles |
---|
1107 | config.status:1562: $? = 0 |
---|
1108 | config.status:1480: executing libtool commands |
---|
1109 | |
---|
1110 | ## ---------------- ## |
---|
1111 | ## Cache variables. ## |
---|
1112 | ## ---------------- ## |
---|
1113 | |
---|
1114 | ac_cv_build=x86_64-apple-darwin21.3.0 |
---|
1115 | ac_cv_c_compiler_gnu=yes |
---|
1116 | ac_cv_c_inline=inline |
---|
1117 | ac_cv_c_undeclared_builtin_options='none needed' |
---|
1118 | ac_cv_cxx_compiler_gnu=yes |
---|
1119 | ac_cv_env_CCC_set= |
---|
1120 | ac_cv_env_CCC_value= |
---|
1121 | ac_cv_env_CC_set=set |
---|
1122 | ac_cv_env_CC_value='ccache /usr/bin/clang' |
---|
1123 | ac_cv_env_CFLAGS_set=set |
---|
1124 | ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64' |
---|
1125 | ac_cv_env_CPPFLAGS_set=set |
---|
1126 | ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk' |
---|
1127 | ac_cv_env_CXXCPP_set= |
---|
1128 | ac_cv_env_CXXCPP_value= |
---|
1129 | ac_cv_env_CXXFLAGS_set=set |
---|
1130 | ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64' |
---|
1131 | ac_cv_env_CXX_set=set |
---|
1132 | ac_cv_env_CXX_value='ccache /usr/bin/clang++' |
---|
1133 | ac_cv_env_LDFLAGS_set=set |
---|
1134 | ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64' |
---|
1135 | ac_cv_env_LIBS_set= |
---|
1136 | ac_cv_env_LIBS_value= |
---|
1137 | ac_cv_env_LT_SYS_LIBRARY_PATH_set= |
---|
1138 | ac_cv_env_LT_SYS_LIBRARY_PATH_value= |
---|
1139 | ac_cv_env_build_alias_set= |
---|
1140 | ac_cv_env_build_alias_value= |
---|
1141 | ac_cv_env_host_alias_set= |
---|
1142 | ac_cv_env_host_alias_value= |
---|
1143 | ac_cv_env_target_alias_set= |
---|
1144 | ac_cv_env_target_alias_value= |
---|
1145 | ac_cv_func_clock_gettime=yes |
---|
1146 | ac_cv_func_pipe2=no |
---|
1147 | ac_cv_func_pthread_condattr_setclock=no |
---|
1148 | ac_cv_func_pthread_threadid_np=yes |
---|
1149 | ac_cv_have_decl_CLOCK_MONOTONIC=yes |
---|
1150 | ac_cv_have_decl_CLOCK_REALTIME=yes |
---|
1151 | ac_cv_header_IOKit_usb_IOUSBHostFamilyDefinitions_h=yes |
---|
1152 | ac_cv_header_dlfcn_h=yes |
---|
1153 | ac_cv_header_inttypes_h=yes |
---|
1154 | ac_cv_header_stdint_h=yes |
---|
1155 | ac_cv_header_stdio_h=yes |
---|
1156 | ac_cv_header_stdlib_h=yes |
---|
1157 | ac_cv_header_string_h=yes |
---|
1158 | ac_cv_header_strings_h=yes |
---|
1159 | ac_cv_header_sys_stat_h=yes |
---|
1160 | ac_cv_header_sys_time_h=yes |
---|
1161 | ac_cv_header_sys_types_h=yes |
---|
1162 | ac_cv_header_unistd_h=yes |
---|
1163 | ac_cv_host=x86_64-apple-darwin21.3.0 |
---|
1164 | ac_cv_objext=o |
---|
1165 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
1166 | ac_cv_path_FGREP='/usr/bin/grep -F' |
---|
1167 | ac_cv_path_GREP=/usr/bin/grep |
---|
1168 | ac_cv_path_SED=/usr/bin/sed |
---|
1169 | ac_cv_path_lt_DD=/bin/dd |
---|
1170 | ac_cv_prog_AWK=awk |
---|
1171 | ac_cv_prog_CXXCPP='ccache /usr/bin/clang++ -E' |
---|
1172 | ac_cv_prog_ac_ct_AR=ar |
---|
1173 | ac_cv_prog_ac_ct_CC='ccache /usr/bin/clang' |
---|
1174 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
---|
1175 | ac_cv_prog_ac_ct_LIPO=lipo |
---|
1176 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
---|
1177 | ac_cv_prog_ac_ct_OBJDUMP=objdump |
---|
1178 | ac_cv_prog_ac_ct_OTOOL=otool |
---|
1179 | ac_cv_prog_ac_ct_RANLIB=ranlib |
---|
1180 | ac_cv_prog_ac_ct_STRIP=strip |
---|
1181 | ac_cv_prog_cc_c11= |
---|
1182 | ac_cv_prog_cc_g=yes |
---|
1183 | ac_cv_prog_cc_stdc= |
---|
1184 | ac_cv_prog_cxx_11=no |
---|
1185 | ac_cv_prog_cxx_g=yes |
---|
1186 | ac_cv_prog_cxx_stdcxx= |
---|
1187 | ac_cv_prog_make_make_set=yes |
---|
1188 | ac_cv_search_pthread_create='none required' |
---|
1189 | ac_cv_type_nfds_t=yes |
---|
1190 | am_cv_CC_dependencies_compiler_type=gcc3 |
---|
1191 | am_cv_CXX_dependencies_compiler_type=gcc3 |
---|
1192 | am_cv_make_support_nested_variables=yes |
---|
1193 | am_cv_prog_cc_c_o=yes |
---|
1194 | lt_cv_apple_cc_single_mod=yes |
---|
1195 | lt_cv_ar_at_file=no |
---|
1196 | lt_cv_deplibs_check_method=pass_all |
---|
1197 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
1198 | lt_cv_file_magic_test_file= |
---|
1199 | lt_cv_ld_exported_symbols_list=yes |
---|
1200 | lt_cv_ld_force_load=yes |
---|
1201 | lt_cv_ld_reload_flag=-r |
---|
1202 | lt_cv_nm_interface='BSD nm' |
---|
1203 | lt_cv_objdir=.libs |
---|
1204 | lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld |
---|
1205 | lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld |
---|
1206 | lt_cv_path_NM='/usr/bin/nm -B' |
---|
1207 | lt_cv_path_mainfest_tool=no |
---|
1208 | lt_cv_prog_compiler_c_o=yes |
---|
1209 | lt_cv_prog_compiler_c_o_CXX=yes |
---|
1210 | lt_cv_prog_compiler_c_o_RC=yes |
---|
1211 | lt_cv_prog_compiler_pic='-fno-common -DPIC' |
---|
1212 | lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' |
---|
1213 | lt_cv_prog_compiler_pic_works=yes |
---|
1214 | lt_cv_prog_compiler_pic_works_CXX=yes |
---|
1215 | lt_cv_prog_compiler_rtti_exceptions=yes |
---|
1216 | lt_cv_prog_compiler_static_works=no |
---|
1217 | lt_cv_prog_compiler_static_works_CXX=no |
---|
1218 | lt_cv_prog_gnu_ld=no |
---|
1219 | lt_cv_prog_gnu_ldcxx=no |
---|
1220 | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' |
---|
1221 | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' |
---|
1222 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' |
---|
1223 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' |
---|
1224 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
---|
1225 | lt_cv_sys_global_symbol_to_import= |
---|
1226 | lt_cv_sys_max_cmd_len=786432 |
---|
1227 | lt_cv_to_host_file_cmd=func_convert_file_noop |
---|
1228 | lt_cv_to_tool_file_cmd=func_convert_file_noop |
---|
1229 | lt_cv_truncate_bin='/bin/dd bs=4096 count=1' |
---|
1230 | |
---|
1231 | ## ----------------- ## |
---|
1232 | ## Output variables. ## |
---|
1233 | ## ----------------- ## |
---|
1234 | |
---|
1235 | ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' aclocal-1.16' |
---|
1236 | AMDEPBACKSLASH='\' |
---|
1237 | AMDEP_FALSE='#' |
---|
1238 | AMDEP_TRUE='' |
---|
1239 | AMTAR='$${TAR-tar}' |
---|
1240 | AM_BACKSLASH='\' |
---|
1241 | AM_CFLAGS='-std=gnu11 -Wall -Wextra -Wshadow -Wunused -Wwrite-strings -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Werror=init-self -Werror=missing-prototypes -Werror=strict-prototypes -Werror=undef -Werror=uninitialized' |
---|
1242 | AM_CPPFLAGS='' |
---|
1243 | AM_CXXFLAGS='-std=gnu++11 -Wall -Wextra -Wshadow -Wunused -Wwrite-strings -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Werror=init-self -Werror=missing-prototypes -Werror=strict-prototypes -Werror=undef -Werror=uninitialized -Wmissing-declarations' |
---|
1244 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
---|
1245 | AM_DEFAULT_VERBOSITY='0' |
---|
1246 | AM_V='$(V)' |
---|
1247 | AR='ar' |
---|
1248 | AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' autoconf' |
---|
1249 | AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' autoheader' |
---|
1250 | AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' automake-1.16' |
---|
1251 | AWK='awk' |
---|
1252 | BUILD_EXAMPLES_FALSE='#' |
---|
1253 | BUILD_EXAMPLES_TRUE='' |
---|
1254 | BUILD_TESTS_FALSE='#' |
---|
1255 | BUILD_TESTS_TRUE='' |
---|
1256 | CC='ccache /usr/bin/clang' |
---|
1257 | CCDEPMODE='depmode=gcc3' |
---|
1258 | CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64' |
---|
1259 | CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk' |
---|
1260 | CREATE_IMPORT_LIB_FALSE='' |
---|
1261 | CREATE_IMPORT_LIB_TRUE='#' |
---|
1262 | CSCOPE='cscope' |
---|
1263 | CTAGS='ctags' |
---|
1264 | CXX='ccache /usr/bin/clang++' |
---|
1265 | CXXCPP='ccache /usr/bin/clang++ -E' |
---|
1266 | CXXDEPMODE='depmode=gcc3' |
---|
1267 | CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64' |
---|
1268 | CYGPATH_W='echo' |
---|
1269 | DEFS='-DHAVE_CONFIG_H' |
---|
1270 | DEPDIR='.deps' |
---|
1271 | DLLTOOL='false' |
---|
1272 | DOXYGEN_HTMLDIR='api-1.0' |
---|
1273 | DSYMUTIL='dsymutil' |
---|
1274 | DUMPBIN='' |
---|
1275 | ECHO_C='\c' |
---|
1276 | ECHO_N='' |
---|
1277 | ECHO_T='' |
---|
1278 | EGREP='/usr/bin/grep -E' |
---|
1279 | ETAGS='etags' |
---|
1280 | EXEEXT='' |
---|
1281 | FGREP='/usr/bin/grep -F' |
---|
1282 | GREP='/usr/bin/grep' |
---|
1283 | INSTALL_DATA='${INSTALL} -m 644' |
---|
1284 | INSTALL_PROGRAM='${INSTALL}' |
---|
1285 | INSTALL_SCRIPT='${INSTALL}' |
---|
1286 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
1287 | LD='/Library/Developer/CommandLineTools/usr/bin/ld' |
---|
1288 | LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -arch x86_64' |
---|
1289 | LIBOBJS='' |
---|
1290 | LIBS=' -lobjc -Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-framework,Security' |
---|
1291 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
---|
1292 | LIPO='lipo' |
---|
1293 | LN_S='ln -s' |
---|
1294 | LTLIBOBJS='' |
---|
1295 | LT_LDFLAGS='-version-info 3:0:3 -no-undefined' |
---|
1296 | LT_SYS_LIBRARY_PATH='' |
---|
1297 | MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/missing'\'' makeinfo' |
---|
1298 | MANIFEST_TOOL=':' |
---|
1299 | MKDIR_P='./install-sh -c -d' |
---|
1300 | NM='/usr/bin/nm -B' |
---|
1301 | NMEDIT='nmedit' |
---|
1302 | OBJDUMP='objdump' |
---|
1303 | OBJEXT='o' |
---|
1304 | OS_DARWIN_FALSE='#' |
---|
1305 | OS_DARWIN_TRUE='' |
---|
1306 | OS_HAIKU_FALSE='' |
---|
1307 | OS_HAIKU_TRUE='#' |
---|
1308 | OS_LINUX_FALSE='' |
---|
1309 | OS_LINUX_TRUE='#' |
---|
1310 | OS_NETBSD_FALSE='' |
---|
1311 | OS_NETBSD_TRUE='#' |
---|
1312 | OS_NULL_FALSE='' |
---|
1313 | OS_NULL_TRUE='#' |
---|
1314 | OS_OPENBSD_FALSE='' |
---|
1315 | OS_OPENBSD_TRUE='#' |
---|
1316 | OS_SUNOS_FALSE='' |
---|
1317 | OS_SUNOS_TRUE='#' |
---|
1318 | OS_WINDOWS_FALSE='' |
---|
1319 | OS_WINDOWS_TRUE='#' |
---|
1320 | OTOOL64=':' |
---|
1321 | OTOOL='otool' |
---|
1322 | PACKAGE='libusb-1.0' |
---|
1323 | PACKAGE_BUGREPORT='libusb-devel@lists.sourceforge.net' |
---|
1324 | PACKAGE_NAME='libusb-1.0' |
---|
1325 | PACKAGE_STRING='libusb-1.0 1.0.25' |
---|
1326 | PACKAGE_TARNAME='libusb-1.0' |
---|
1327 | PACKAGE_URL='http://libusb.info' |
---|
1328 | PACKAGE_VERSION='1.0.25' |
---|
1329 | PATH_SEPARATOR=':' |
---|
1330 | PLATFORM_POSIX_FALSE='#' |
---|
1331 | PLATFORM_POSIX_TRUE='' |
---|
1332 | PLATFORM_WINDOWS_FALSE='' |
---|
1333 | PLATFORM_WINDOWS_TRUE='#' |
---|
1334 | RANLIB='ranlib' |
---|
1335 | RC='' |
---|
1336 | SED='/usr/bin/sed' |
---|
1337 | SET_MAKE='' |
---|
1338 | SHELL='/bin/sh' |
---|
1339 | STRIP='strip' |
---|
1340 | THREAD_CFLAGS='-pthread' |
---|
1341 | THREAD_LIBS='' |
---|
1342 | USE_UDEV_FALSE='' |
---|
1343 | USE_UDEV_TRUE='#' |
---|
1344 | VERSION='1.0.25' |
---|
1345 | ac_ct_AR='ar' |
---|
1346 | ac_ct_CC='ccache /usr/bin/clang' |
---|
1347 | ac_ct_CXX='' |
---|
1348 | ac_ct_DUMPBIN='' |
---|
1349 | am__EXEEXT_FALSE='' |
---|
1350 | am__EXEEXT_TRUE='#' |
---|
1351 | am__fastdepCC_FALSE='#' |
---|
1352 | am__fastdepCC_TRUE='' |
---|
1353 | am__fastdepCXX_FALSE='#' |
---|
1354 | am__fastdepCXX_TRUE='' |
---|
1355 | am__include='include' |
---|
1356 | am__isrc='' |
---|
1357 | am__leading_dot='.' |
---|
1358 | am__nodep='_no' |
---|
1359 | am__quote='' |
---|
1360 | am__tar='$${TAR-tar} chof - "$$tardir"' |
---|
1361 | am__untar='$${TAR-tar} xf -' |
---|
1362 | bindir='${exec_prefix}/bin' |
---|
1363 | build='x86_64-apple-darwin21.3.0' |
---|
1364 | build_alias='' |
---|
1365 | build_cpu='x86_64' |
---|
1366 | build_os='darwin21.3.0' |
---|
1367 | build_vendor='apple' |
---|
1368 | datadir='${datarootdir}' |
---|
1369 | datarootdir='${prefix}/share' |
---|
1370 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
1371 | dvidir='${docdir}' |
---|
1372 | exec_prefix='${prefix}' |
---|
1373 | host='x86_64-apple-darwin21.3.0' |
---|
1374 | host_alias='' |
---|
1375 | host_cpu='x86_64' |
---|
1376 | host_os='darwin21.3.0' |
---|
1377 | host_vendor='apple' |
---|
1378 | htmldir='${docdir}' |
---|
1379 | includedir='${prefix}/include' |
---|
1380 | infodir='${datarootdir}/info' |
---|
1381 | install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_github.com_judaew_macports-ports_devel_libusb/libusb/work/libusb-1.0.25/install-sh' |
---|
1382 | libdir='${exec_prefix}/lib' |
---|
1383 | libexecdir='${exec_prefix}/libexec' |
---|
1384 | localedir='${datarootdir}/locale' |
---|
1385 | localstatedir='${prefix}/var' |
---|
1386 | mandir='${datarootdir}/man' |
---|
1387 | mkdir_p='$(MKDIR_P)' |
---|
1388 | oldincludedir='/usr/include' |
---|
1389 | pdfdir='${docdir}' |
---|
1390 | prefix='/opt/local' |
---|
1391 | program_transform_name='s,x,x,' |
---|
1392 | psdir='${docdir}' |
---|
1393 | runstatedir='${localstatedir}/run' |
---|
1394 | sbindir='${exec_prefix}/sbin' |
---|
1395 | sharedstatedir='${prefix}/com' |
---|
1396 | sysconfdir='${prefix}/etc' |
---|
1397 | target_alias='' |
---|
1398 | |
---|
1399 | ## ----------- ## |
---|
1400 | ## confdefs.h. ## |
---|
1401 | ## ----------- ## |
---|
1402 | |
---|
1403 | /* confdefs.h */ |
---|
1404 | #define PACKAGE_NAME "libusb-1.0" |
---|
1405 | #define PACKAGE_TARNAME "libusb-1.0" |
---|
1406 | #define PACKAGE_VERSION "1.0.25" |
---|
1407 | #define PACKAGE_STRING "libusb-1.0 1.0.25" |
---|
1408 | #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" |
---|
1409 | #define PACKAGE_URL "http://libusb.info" |
---|
1410 | #define PACKAGE "libusb-1.0" |
---|
1411 | #define VERSION "1.0.25" |
---|
1412 | #define HAVE_STDIO_H 1 |
---|
1413 | #define HAVE_STDLIB_H 1 |
---|
1414 | #define HAVE_STRING_H 1 |
---|
1415 | #define HAVE_INTTYPES_H 1 |
---|
1416 | #define HAVE_STDINT_H 1 |
---|
1417 | #define HAVE_STRINGS_H 1 |
---|
1418 | #define HAVE_SYS_STAT_H 1 |
---|
1419 | #define HAVE_SYS_TYPES_H 1 |
---|
1420 | #define HAVE_UNISTD_H 1 |
---|
1421 | #define STDC_HEADERS 1 |
---|
1422 | #define HAVE_DLFCN_H 1 |
---|
1423 | #define LT_OBJDIR ".libs/" |
---|
1424 | #define _GNU_SOURCE 1 |
---|
1425 | #define DEFAULT_VISIBILITY __attribute__ ((visibility ("default"))) |
---|
1426 | #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) |
---|
1427 | #define PLATFORM_POSIX 1 |
---|
1428 | #define HAVE_NFDS_T 1 |
---|
1429 | #define HAVE_PTHREAD_THREADID_NP 1 |
---|
1430 | #define HAVE_IOKIT_USB_IOUSBHOSTFAMILYDEFINITIONS_H 1 |
---|
1431 | #define HAVE_SYS_TIME_H 1 |
---|
1432 | #define HAVE_CLOCK_GETTIME 1 |
---|
1433 | #define ENABLE_LOGGING 1 |
---|
1434 | |
---|
1435 | configure: exit 0 |
---|