Ticket #70854: config.log

File config.log, 74.5 KB (added by tbaumgard (Tim Baumgard), 7 hours ago)

config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by spice configure 0.15.2, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-silent-rules --enable-lz4=yes --enable-manual=no --enable-smartcard=no --with-sasl=no
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = macputer.local
14uname -m = arm64
15uname -r = 24.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 24.0.0: Mon Aug 12 20:51:54 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6000
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 24.0.0: Mon Aug 12 20:51:54 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6000
27Kernel configured for up to 10 processors.
2810 processors are physically available.
2910 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7 8 9
32Primary memory available: 64.00 gigabytes
33Default processor set: 917 tasks, 4412 threads, 10 processors
34Load average: 2.09, Mach factor: 7.90
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:3115: looking for aux files: ltmain.sh missing install-sh compile config.guess config.sub
52configure:3128:  trying ././
53configure:3157:   ././ltmain.sh found
54configure:3157:   ././missing found
55configure:3139:   ././install-sh found
56configure:3157:   ././compile found
57configure:3157:   ././config.guess found
58configure:3157:   ././config.sub found
59configure:3291: checking build system type
60configure:3306: result: aarch64-apple-darwin24.0.0
61configure:3326: checking host system type
62configure:3340: result: aarch64-apple-darwin24.0.0
63configure:3360: checking target system type
64configure:3374: result: aarch64-apple-darwin24.0.0
65configure:3466: checking for gcc
66configure:3498: result: /usr/bin/clang
67configure:3851: checking for C compiler version
68configure:3860: /usr/bin/clang --version >&5
69Apple clang version 16.0.0 (clang-1600.0.26.3)
70Target: arm64-apple-darwin24.0.0
71Thread model: posix
72InstalledDir: /Library/Developer/CommandLineTools/usr/bin
73configure:3871: $? = 0
74configure:3860: /usr/bin/clang -v >&5
75Apple clang version 16.0.0 (clang-1600.0.26.3)
76Target: arm64-apple-darwin24.0.0
77Thread model: posix
78InstalledDir: /Library/Developer/CommandLineTools/usr/bin
79configure:3871: $? = 0
80configure:3860: /usr/bin/clang -V >&5
81clang: error: argument to '-V' is missing (expected 1 value)
82clang: error: no input files
83configure:3871: $? = 1
84configure:3860: /usr/bin/clang -qversion >&5
85clang: error: unknown argument '-qversion'; did you mean '--version'?
86clang: error: no input files
87configure:3871: $? = 1
88configure:3860: /usr/bin/clang -version >&5
89clang: error: unknown argument '-version'; did you mean '--version'?
90clang: error: no input files
91configure:3871: $? = 1
92configure:3891: checking whether the C compiler works
93configure:3913: /usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
94configure:3917: $? = 0
95configure:3967: result: yes
96configure:3970: checking for C compiler default output file name
97configure:3972: result: a.out
98configure:3978: checking for suffix of executables
99configure:3985: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
100configure:3989: $? = 0
101configure:4012: result:
102configure:4034: checking whether we are cross compiling
103configure:4042: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
104configure:4046: $? = 0
105configure:4053: ./conftest
106configure:4057: $? = 0
107configure:4072: result: no
108configure:4077: checking for suffix of object files
109configure:4100: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
110configure:4104: $? = 0
111configure:4126: result: o
112configure:4130: checking whether the compiler supports GNU C
113configure:4150: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
114configure:4150: $? = 0
115configure:4160: result: yes
116configure:4171: checking whether /usr/bin/clang accepts -g
117configure:4192: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
118configure:4192: $? = 0
119configure:4236: result: yes
120configure:4256: checking for /usr/bin/clang option to enable C11 features
121configure:4271: /usr/bin/clang  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
122conftest.c:23:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
123   23 | static char *e (p, i)
124      |              ^
1251 warning generated.
126configure:4271: $? = 0
127configure:4289: result: none needed
128configure:4405: checking whether /usr/bin/clang understands -c and -o together
129configure:4428: /usr/bin/clang -c conftest.c -o conftest2.o
130configure:4431: $? = 0
131configure:4428: /usr/bin/clang -c conftest.c -o conftest2.o
132configure:4431: $? = 0
133configure:4443: result: yes
134configure:4460: checking for a sed that does not truncate output
135configure:4530: result: /opt/local/bin/gsed
136configure:4541: checking how to run the C preprocessor
137configure:4567: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
138configure:4567: $? = 0
139configure:4582: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
140conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
141    9 | #include <ac_nonexistent.h>
142      |          ^~~~~~~~~~~~~~~~~~
1431 error generated.
144configure:4582: $? = 1
145configure: failed program was:
146| /* confdefs.h */
147| #define PACKAGE_NAME "spice"
148| #define PACKAGE_TARNAME "spice"
149| #define PACKAGE_VERSION "0.15.2"
150| #define PACKAGE_STRING "spice 0.15.2"
151| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
152| #define PACKAGE_URL ""
153| /* end confdefs.h.  */
154| #include <ac_nonexistent.h>
155configure:4609: result: /usr/bin/clang -E
156configure:4623: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
157configure:4623: $? = 0
158configure:4638: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c
159conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
160    9 | #include <ac_nonexistent.h>
161      |          ^~~~~~~~~~~~~~~~~~
1621 error generated.
163configure:4638: $? = 1
164configure: failed program was:
165| /* confdefs.h */
166| #define PACKAGE_NAME "spice"
167| #define PACKAGE_TARNAME "spice"
168| #define PACKAGE_VERSION "0.15.2"
169| #define PACKAGE_STRING "spice 0.15.2"
170| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
171| #define PACKAGE_URL ""
172| /* end confdefs.h.  */
173| #include <ac_nonexistent.h>
174configure:4669: checking for grep that handles long lines and -e
175configure:4733: result: /usr/bin/grep
176configure:4738: checking for egrep
177configure:4806: result: /usr/bin/grep -E
178configure:4971: checking whether /usr/bin/clang is Clang
179configure:4998: result: yes
180configure:5063: checking whether pthreads work with "-pthread" and "-lpthread"
181configure:5174: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -pthread -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c -lpthread  >&5
182configure:5174: $? = 0
183configure:5184: result: yes
184configure:5233: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread
185configure:5260: /usr/bin/clang -o conftest -Werror -Wunknown-warning-option  -pthread -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
186configure:5260: $? = 0
187configure:5267: (/usr/bin/clang -c -Werror -Wunknown-warning-option  -pthread -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5) && (echo ==== >&5) && (/usr/bin/clang -o conftest -Werror -Wunknown-warning-option  -pthread -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.o  >&5)
188====
189configure:5267: $? = 0
190configure:5287: result: no
191configure:5307: checking for joinable pthread attribute
192configure:5326: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -pthread -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c -lpthread  >&5
193configure:5326: $? = 0
194configure:5335: result: PTHREAD_CREATE_JOINABLE
195configure:5348: checking whether more special flags are required for pthreads
196configure:5362: result: no
197configure:5371: checking for PTHREAD_PRIO_INHERIT
198configure:5389: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -pthread -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c -lpthread  >&5
199configure:5389: $? = 0
200configure:5399: result: yes
201configure:5592: checking for a BSD-compatible install
202configure:5665: result: /usr/bin/install -c
203configure:5676: checking whether build environment is sane
204configure:5731: result: yes
205configure:5886: checking for a race-free mkdir -p
206configure:5930: result: /opt/local/bin/gmkdir -p
207configure:5937: checking for gawk
208configure:5972: result: no
209configure:5937: checking for mawk
210configure:5972: result: no
211configure:5937: checking for nawk
212configure:5972: result: no
213configure:5937: checking for awk
214configure:5958: found /usr/bin/awk
215configure:5969: result: awk
216configure:5980: checking whether make sets $(MAKE)
217configure:6003: result: yes
218configure:6025: checking whether make supports the include directive
219configure:6040: make -f confmf.GNU && cat confinc.out
220this is the am__doit target
221configure:6043: $? = 0
222configure:6062: result: yes (GNU style)
223configure:6097: checking whether make supports nested variables
224configure:6115: result: yes
225configure:6196: checking dependency style of /usr/bin/clang
226configure:6308: result: gcc3
227configure:6381: checking whether to enable maintainer-specific portions of Makefiles
228configure:6391: result: no
229configure:6458: checking for gcc
230configure:6490: result: /usr/bin/clang
231configure:6843: checking for C compiler version
232configure:6852: /usr/bin/clang --version >&5
233Apple clang version 16.0.0 (clang-1600.0.26.3)
234Target: arm64-apple-darwin24.0.0
235Thread model: posix
236InstalledDir: /Library/Developer/CommandLineTools/usr/bin
237configure:6863: $? = 0
238configure:6852: /usr/bin/clang -v >&5
239Apple clang version 16.0.0 (clang-1600.0.26.3)
240Target: arm64-apple-darwin24.0.0
241Thread model: posix
242InstalledDir: /Library/Developer/CommandLineTools/usr/bin
243configure:6863: $? = 0
244configure:6852: /usr/bin/clang -V >&5
245clang: error: argument to '-V' is missing (expected 1 value)
246clang: error: no input files
247configure:6863: $? = 1
248configure:6852: /usr/bin/clang -qversion >&5
249clang: error: unknown argument '-qversion'; did you mean '--version'?
250clang: error: no input files
251configure:6863: $? = 1
252configure:6852: /usr/bin/clang -version >&5
253clang: error: unknown argument '-version'; did you mean '--version'?
254clang: error: no input files
255configure:6863: $? = 1
256configure:6867: checking whether the compiler supports GNU C
257configure:6897: result: yes
258configure:6908: checking whether /usr/bin/clang accepts -g
259configure:6973: result: yes
260configure:6993: checking for /usr/bin/clang option to enable C11 features
261configure:7026: result: none needed
262configure:7142: checking whether /usr/bin/clang understands -c and -o together
263configure:7180: result: yes
264configure:7249: checking how to print strings
265configure:7276: result: printf
266configure:7297: checking for a sed that does not truncate output
267configure:7367: result: /opt/local/bin/gsed
268configure:7385: checking for fgrep
269configure:7453: result: /usr/bin/grep -F
270configure:7489: checking for ld used by /usr/bin/clang
271configure:7557: result: /Library/Developer/CommandLineTools/usr/bin/ld
272configure:7564: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
273configure:7580: result: no
274configure:7592: checking for BSD- or MS-compatible name lister (nm)
275configure:7647: result: /opt/local/bin/nm -B
276configure:7787: checking the name lister (/opt/local/bin/nm -B) interface
277configure:7795: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
278configure:7798: /opt/local/bin/nm -B "conftest.o"
279configure:7801: output
2800000000000000000 S _some_variable
2810000000000000000 t ltmp0
2820000000000000000 s ltmp1
283configure:7808: result: BSD nm
284configure:7811: checking whether ln -s works
285configure:7815: result: yes
286configure:7823: checking the maximum length of command line arguments
287configure:7955: result: 786432
288configure:8003: checking how to convert aarch64-apple-darwin24.0.0 file names to aarch64-apple-darwin24.0.0 format
289configure:8044: result: func_convert_file_noop
290configure:8051: checking how to convert aarch64-apple-darwin24.0.0 file names to toolchain format
291configure:8072: result: func_convert_file_noop
292configure:8079: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
293configure:8087: result: -r
294configure:8166: checking for file
295configure:8187: found /usr/bin/file
296configure:8198: result: file
297configure:8274: checking for objdump
298configure:8295: found /opt/local/bin/objdump
299configure:8306: result: objdump
300configure:8338: checking how to recognize dependent libraries
301configure:8539: result: pass_all
302configure:8629: checking for dlltool
303configure:8664: result: no
304configure:8694: checking how to associate runtime and link libraries
305configure:8722: result: printf %s\n
306configure:8787: checking for ar
307configure:8808: found /opt/local/bin/ar
308configure:8819: result: ar
309configure:8872: checking for archiver @FILE support
310configure:8890: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
311configure:8890: $? = 0
312configure:8894: ar cr libconftest.a @conftest.lst >&5
313ar: @conftest.lst: No such file or directory
314configure:8897: $? = 1
315configure:8917: result: no
316configure:8980: checking for strip
317configure:9001: found /opt/local/bin/strip
318configure:9012: result: strip
319configure:9089: checking for ranlib
320configure:9110: found /opt/local/bin/ranlib
321configure:9121: result: ranlib
322configure:9223: checking command to parse /opt/local/bin/nm -B output from /usr/bin/clang object
323configure:9377: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
324configure:9380: $? = 0
325configure:9384: /opt/local/bin/nm -B conftest.o \| /opt/local/bin/gsed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /opt/local/bin/gsed '/ __gnu_lto/d' \> conftest.nm
326configure:9387: $? = 0
327cannot find nm_test_var in conftest.nm
328configure:9377: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
329configure:9380: $? = 0
330configure:9384: /opt/local/bin/nm -B conftest.o \| /opt/local/bin/gsed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /opt/local/bin/gsed '/ __gnu_lto/d' \> conftest.nm
331configure:9387: $? = 0
332configure:9453: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c conftstm.o >&5
333configure:9456: $? = 0
334configure:9494: result: ok
335configure:9541: checking for sysroot
336configure:9572: result: no
337configure:9579: checking for a working dd
338configure:9623: result: /bin/dd
339configure:9627: checking how to truncate binary pipes
340configure:9643: result: /bin/dd bs=4096 count=1
341configure:9980: checking for mt
342configure:10015: result: no
343configure:10035: checking if : is a manifest tool
344configure:10042: : '-?'
345configure:10050: result: no
346configure:10111: checking for dsymutil
347configure:10132: found /usr/bin/dsymutil
348configure:10143: result: dsymutil
349configure:10213: checking for nmedit
350configure:10234: found /usr/bin/nmedit
351configure:10245: result: nmedit
352configure:10315: checking for lipo
353configure:10336: found /opt/local/bin/lipo
354configure:10347: result: lipo
355configure:10417: checking for otool
356configure:10438: found /opt/local/bin/otool
357configure:10449: result: otool
358configure:10519: checking for otool64
359configure:10554: result: no
360configure:10599: checking for -single_module linker flag
361/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
362ld: warning: -single_module is obsolete
363configure:10633: result: no
364configure:10636: checking for -exported_symbols_list linker flag
365configure:10657: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
366configure:10657: $? = 0
367configure:10668: result: yes
368configure:10671: checking for -force_load linker flag
369/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -c -o conftest.o conftest.c
370ar cr libconftest.a conftest.o
371ranlib libconftest.a
372/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
373configure:10704: result: yes
374configure:10775: checking for stdio.h
375configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
376configure:10775: $? = 0
377configure:10775: result: yes
378configure:10775: checking for stdlib.h
379configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
380configure:10775: $? = 0
381configure:10775: result: yes
382configure:10775: checking for string.h
383configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
384configure:10775: $? = 0
385configure:10775: result: yes
386configure:10775: checking for inttypes.h
387configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
388configure:10775: $? = 0
389configure:10775: result: yes
390configure:10775: checking for stdint.h
391configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
392configure:10775: $? = 0
393configure:10775: result: yes
394configure:10775: checking for strings.h
395configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
396configure:10775: $? = 0
397configure:10775: result: yes
398configure:10775: checking for sys/stat.h
399configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
400configure:10775: $? = 0
401configure:10775: result: yes
402configure:10775: checking for sys/types.h
403configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
404configure:10775: $? = 0
405configure:10775: result: yes
406configure:10775: checking for unistd.h
407configure:10775: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
408configure:10775: $? = 0
409configure:10775: result: yes
410configure:10800: checking for dlfcn.h
411configure:10800: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
412configure:10800: $? = 0
413configure:10800: result: yes
414configure:11058: checking for objdir
415configure:11074: result: .libs
416configure:11338: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
417configure:11357: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fno-rtti -fno-exceptions conftest.c >&5
418configure:11361: $? = 0
419configure:11374: result: yes
420configure:11732: checking for /usr/bin/clang option to produce PIC
421configure:11740: result: -fno-common -DPIC
422configure:11748: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
423configure:11767: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fno-common -DPIC -DPIC conftest.c >&5
424configure:11771: $? = 0
425configure:11784: result: yes
426configure:11813: checking if /usr/bin/clang static flag -static works
427configure:11842: result: no
428configure:11857: checking if /usr/bin/clang supports -c -o file.o
429configure:11879: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -o out/conftest2.o conftest.c >&5
430configure:11883: $? = 0
431configure:11905: result: yes
432configure:11913: checking if /usr/bin/clang supports -c -o file.o
433configure:11961: result: yes
434configure:11994: checking whether the /usr/bin/clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
435configure:13262: result: yes
436configure:13503: checking dynamic linker characteristics
437configure:14327: result: darwin24.0.0 dyld
438configure:14449: checking how to hardcode library paths into programs
439configure:14474: result: immediate
440configure:15026: checking whether stripping libraries is possible
441configure:15043: result: yes
442configure:15077: checking if libtool supports shared libraries
443configure:15079: result: yes
444configure:15082: checking whether to build shared libraries
445configure:15107: result: yes
446configure:15110: checking whether to build static libraries
447configure:15114: result: no
448configure:15152: checking whether byte ordering is bigendian
449configure:15168: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
450configure:15168: $? = 0
451configure:15214: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
452configure:15214: $? = 0
453configure:15233: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
454conftest.c:32:4: error: use of undeclared identifier 'not'
455   32 |                  not big endian
456      |                  ^
4571 error generated.
458configure:15233: $? = 1
459configure: failed program was:
460| /* confdefs.h */
461| #define PACKAGE_NAME "spice"
462| #define PACKAGE_TARNAME "spice"
463| #define PACKAGE_VERSION "0.15.2"
464| #define PACKAGE_STRING "spice 0.15.2"
465| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
466| #define PACKAGE_URL ""
467| #define HAVE_PTHREAD_PRIO_INHERIT 1
468| #define HAVE_PTHREAD 1
469| #define PACKAGE "spice"
470| #define VERSION "0.15.2"
471| #define HAVE_STDIO_H 1
472| #define HAVE_STDLIB_H 1
473| #define HAVE_STRING_H 1
474| #define HAVE_INTTYPES_H 1
475| #define HAVE_STDINT_H 1
476| #define HAVE_STRINGS_H 1
477| #define HAVE_SYS_STAT_H 1
478| #define HAVE_SYS_TYPES_H 1
479| #define HAVE_UNISTD_H 1
480| #define STDC_HEADERS 1
481| #define HAVE_DLFCN_H 1
482| #define LT_OBJDIR ".libs/"
483| /* end confdefs.h.  */
484| #include <sys/types.h>
485|               #include <sys/param.h>
486|
487| int
488| main (void)
489| {
490| #if BYTE_ORDER != BIG_ENDIAN
491|                not big endian
492|               #endif
493|
494|   ;
495|   return 0;
496| }
497configure:15367: result: no
498configure:15444: checking for pkg-config
499configure:15467: found /opt/local/bin/pkg-config
500configure:15479: result: /opt/local/bin/pkg-config
501configure:15504: checking pkg-config is at least version 0.9.0
502configure:15507: result: yes
503configure:15644: checking for C++ compiler version
504configure:15653: /usr/bin/clang++ --version >&5
505Apple clang version 16.0.0 (clang-1600.0.26.3)
506Target: arm64-apple-darwin24.0.0
507Thread model: posix
508InstalledDir: /Library/Developer/CommandLineTools/usr/bin
509configure:15664: $? = 0
510configure:15653: /usr/bin/clang++ -v >&5
511Apple clang version 16.0.0 (clang-1600.0.26.3)
512Target: arm64-apple-darwin24.0.0
513Thread model: posix
514InstalledDir: /Library/Developer/CommandLineTools/usr/bin
515configure:15664: $? = 0
516configure:15653: /usr/bin/clang++ -V >&5
517clang++: error: argument to '-V' is missing (expected 1 value)
518clang++: error: no input files
519configure:15664: $? = 1
520configure:15653: /usr/bin/clang++ -qversion >&5
521clang++: error: unknown argument '-qversion'; did you mean '--version'?
522clang++: error: no input files
523configure:15664: $? = 1
524configure:15668: checking whether the compiler supports GNU C++
525configure:15688: /usr/bin/clang++ -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
526configure:15688: $? = 0
527configure:15698: result: yes
528configure:15709: checking whether /usr/bin/clang++ accepts -g
529configure:15730: /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
530configure:15730: $? = 0
531configure:15774: result: yes
532configure:15794: checking for /usr/bin/clang++ option to enable C++11 features
533configure:15809: /usr/bin/clang++  -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
534conftest.cpp:71:3: error: "Compiler does not advertise C++11 conformance"
535   71 | # error "Compiler does not advertise C++11 conformance"
536      |   ^
537conftest.cpp:76:3: error: unknown type name 'constexpr'
538   76 |   constexpr int get_val() { return 20; }
539      |   ^
540conftest.cpp:88:17: error: delegating constructors are permitted only in C++11
541   88 |     delegate(): delegate(2354) {}
542      |                 ^~~~~~~~
543conftest.cpp:99:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
544   99 |     virtual int getval() override final { return this->n * 2; }
545      |                          ^
546conftest.cpp:99:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
547   99 |     virtual int getval() override final { return this->n * 2; }
548      |                                   ^
549conftest.cpp:106:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
550  106 |     nocopy() = default;
551      |                ^
552conftest.cpp:107:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
553  107 |     nocopy(const nocopy&) = delete;
554      |                             ^
555conftest.cpp:108:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
556  108 |     nocopy & operator=(const nocopy&) = delete;
557      |                                         ^
558conftest.cpp:120:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
559  120 |   template <typename V> auto sum(V first) -> V
560      |                         ^
561conftest.cpp:120:25: error: 'auto' not allowed in function return type
562  120 |   template <typename V> auto sum(V first) -> V
563      |                         ^~~~
564conftest.cpp:120:42: error: expected ';' at end of declaration
565  120 |   template <typename V> auto sum(V first) -> V
566      |                                          ^
567      |                                          ;
568conftest.cpp:120:43: error: cannot use arrow operator on a type
569  120 |   template <typename V> auto sum(V first) -> V
570      |                                           ^
571conftest.cpp:124:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
572  124 |   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
573      |                                 ^
574conftest.cpp:124:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
575  124 |   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
576      |                                           ^
577conftest.cpp:124:43: error: 'auto' not allowed in function return type
578  124 |   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
579      |                                           ^~~~
580conftest.cpp:124:74: error: expected ';' at end of declaration
581  124 |   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
582      |                                                                          ^
583      |                                                                          ;
584conftest.cpp:124:75: error: cannot use arrow operator on a type
585  124 |   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
586      |                                                                           ^
587conftest.cpp:148:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
588  148 |   auto a1 = 6538;
589      |   ^
590conftest.cpp:149:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
591  149 |   auto a2 = 48573953.4;
592      |   ^
593conftest.cpp:150:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
594  150 |   auto a3 = "String literal";
595      |   ^
596conftest.cpp:153:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
597  153 |   for (auto i = a3; *i; ++i) { total += *i; }
598      |        ^
599conftest.cpp:169:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
600  169 |   for (auto &x : array) { x += 23; }
601      |        ^
602conftest.cpp:169:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
603  169 |   for (auto &x : array) { x += 23; }
604      |                ^
605conftest.cpp:174:17: error: expected expression
606  174 |   assert (eval ([](int x) { return x*2; }, 21) == 42);
607      |                 ^
608conftest.cpp:176:17: error: expected expression
609  176 |   assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
610      |                 ^
611conftest.cpp:178:17: error: expected expression
612  178 |   assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
613      |                 ^
614conftest.cpp:184:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
615  184 |   auto a = sum(1);
616      |   ^
617conftest.cpp:184:12: error: no matching function for call to 'sum'
618  184 |   auto a = sum(1);
619      |            ^~~
620conftest.cpp:185:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
621  185 |   auto b = sum(1, 2);
622      |   ^
623conftest.cpp:185:12: error: no matching function for call to 'sum'
624  185 |   auto b = sum(1, 2);
625      |            ^~~
626conftest.cpp:186:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
627  186 |   auto c = sum(1.0, 2.0, 3.0);
628      |   ^
629conftest.cpp:186:12: error: no matching function for call to 'sum'
630  186 |   auto c = sum(1.0, 2.0, 3.0);
631      |            ^~~
632conftest.cpp:191:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
633  191 |   cxx11test::delegate d2();
634      |                         ^~
635conftest.cpp:191:25: note: remove parentheses to declare a variable
636  191 |   cxx11test::delegate d2();
637      |                         ^~
638conftest.cpp:204:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
639  204 |   test_template<::test_template<int>> v(test_template<int>(12));
640      |                ^~~
641      |                < ::
642conftest.cpp:204:36: error: a space is required between consecutive right angle brackets (use '> >')
643  204 |   test_template<::test_template<int>> v(test_template<int>(12));
644      |                                    ^~
645      |                                    > >
646conftest.cpp:208:22: error: use of undeclared identifier 'u8'
647  208 |   char const *utf8 = u8"UTF-8 string \u2500";
648      |                      ^
649conftest.cpp:208:24: error: expected ';' at end of declaration
650  208 |   char const *utf8 = u8"UTF-8 string \u2500";
651      |                        ^
652      |                        ;
653fatal error: too many errors emitted, stopping now [-ferror-limit=]
65418 warnings and 20 errors generated.
655configure:15809: $? = 1
656configure: failed program was:
657| /* confdefs.h */
658| #define PACKAGE_NAME "spice"
659| #define PACKAGE_TARNAME "spice"
660| #define PACKAGE_VERSION "0.15.2"
661| #define PACKAGE_STRING "spice 0.15.2"
662| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
663| #define PACKAGE_URL ""
664| #define HAVE_PTHREAD_PRIO_INHERIT 1
665| #define HAVE_PTHREAD 1
666| #define PACKAGE "spice"
667| #define VERSION "0.15.2"
668| #define HAVE_STDIO_H 1
669| #define HAVE_STDLIB_H 1
670| #define HAVE_STRING_H 1
671| #define HAVE_INTTYPES_H 1
672| #define HAVE_STDINT_H 1
673| #define HAVE_STRINGS_H 1
674| #define HAVE_SYS_STAT_H 1
675| #define HAVE_SYS_TYPES_H 1
676| #define HAVE_UNISTD_H 1
677| #define STDC_HEADERS 1
678| #define HAVE_DLFCN_H 1
679| #define LT_OBJDIR ".libs/"
680| /* end confdefs.h.  */
681|
682| // Does the compiler advertise C++98 conformance?
683| #if !defined __cplusplus || __cplusplus < 199711L
684| # error "Compiler does not advertise C++98 conformance"
685| #endif
686|
687| // These inclusions are to reject old compilers that
688| // lack the unsuffixed header files.
689| #include <cstdlib>
690| #include <exception>
691|
692| // <cassert> and <cstring> are *not* freestanding headers in C++98.
693| extern void assert (int);
694| namespace std {
695|   extern int strcmp (const char *, const char *);
696| }
697|
698| // Namespaces, exceptions, and templates were all added after "C++ 2.0".
699| using std::exception;
700| using std::strcmp;
701|
702| namespace {
703|
704| void test_exception_syntax()
705| {
706|   try {
707|     throw "test";
708|   } catch (const char *s) {
709|     // Extra parentheses suppress a warning when building autoconf itself,
710|     // due to lint rules shared with more typical C programs.
711|     assert (!(strcmp) (s, "test"));
712|   }
713| }
714|
715| template <typename T> struct test_template
716| {
717|   T const val;
718|   explicit test_template(T t) : val(t) {}
719|   template <typename U> T add(U u) { return static_cast<T>(u) + val; }
720| };
721|
722| } // anonymous namespace
723|
724|
725| // Does the compiler advertise C++ 2011 conformance?
726| #if !defined __cplusplus || __cplusplus < 201103L
727| # error "Compiler does not advertise C++11 conformance"
728| #endif
729|
730| namespace cxx11test
731| {
732|   constexpr int get_val() { return 20; }
733|
734|   struct testinit
735|   {
736|     int i;
737|     double d;
738|   };
739|
740|   class delegate
741|   {
742|   public:
743|     delegate(int n) : n(n) {}
744|     delegate(): delegate(2354) {}
745|
746|     virtual int getval() { return this->n; };
747|   protected:
748|     int n;
749|   };
750|
751|   class overridden : public delegate
752|   {
753|   public:
754|     overridden(int n): delegate(n) {}
755|     virtual int getval() override final { return this->n * 2; }
756|   };
757|
758|   class nocopy
759|   {
760|   public:
761|     nocopy(int i): i(i) {}
762|     nocopy() = default;
763|     nocopy(const nocopy&) = delete;
764|     nocopy & operator=(const nocopy&) = delete;
765|   private:
766|     int i;
767|   };
768|
769|   // for testing lambda expressions
770|   template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
771|   {
772|     return f(v);
773|   }
774|
775|   // for testing variadic templates and trailing return types
776|   template <typename V> auto sum(V first) -> V
777|   {
778|     return first;
779|   }
780|   template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
781|   {
782|     return first + sum(rest...);
783|   }
784| }
785|
786|
787| int
788| main (int argc, char **argv)
789| {
790|   int ok = 0;
791|   
792|   assert (argc);
793|   assert (! argv[0]);
794| {
795|   test_exception_syntax ();
796|   test_template<double> tt (2.0);
797|   assert (tt.add (4) == 6.0);
798|   assert (true && !false);
799| }
800|
801|   
802| {
803|   // Test auto and decltype
804|   auto a1 = 6538;
805|   auto a2 = 48573953.4;
806|   auto a3 = "String literal";
807|
808|   int total = 0;
809|   for (auto i = a3; *i; ++i) { total += *i; }
810|
811|   decltype(a2) a4 = 34895.034;
812| }
813| {
814|   // Test constexpr
815|   short sa[cxx11test::get_val()] = { 0 };
816| }
817| {
818|   // Test initializer lists
819|   cxx11test::testinit il = { 4323, 435234.23544 };
820| }
821| {
822|   // Test range-based for
823|   int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
824|                  14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
825|   for (auto &x : array) { x += 23; }
826| }
827| {
828|   // Test lambda expressions
829|   using cxx11test::eval;
830|   assert (eval ([](int x) { return x*2; }, 21) == 42);
831|   double d = 2.0;
832|   assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
833|   assert (d == 5.0);
834|   assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
835|   assert (d == 5.0);
836| }
837| {
838|   // Test use of variadic templates
839|   using cxx11test::sum;
840|   auto a = sum(1);
841|   auto b = sum(1, 2);
842|   auto c = sum(1.0, 2.0, 3.0);
843| }
844| {
845|   // Test constructor delegation
846|   cxx11test::delegate d1;
847|   cxx11test::delegate d2();
848|   cxx11test::delegate d3(45);
849| }
850| {
851|   // Test override and final
852|   cxx11test::overridden o1(55464);
853| }
854| {
855|   // Test nullptr
856|   char *c = nullptr;
857| }
858| {
859|   // Test template brackets
860|   test_template<::test_template<int>> v(test_template<int>(12));
861| }
862| {
863|   // Unicode literals
864|   char const *utf8 = u8"UTF-8 string \u2500";
865|   char16_t const *utf16 = u"UTF-8 string \u2500";
866|   char32_t const *utf32 = U"UTF-32 string \u2500";
867| }
868|
869|   return ok;
870| }
871|
872configure:15809: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
873conftest.cpp:191:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
874  191 |   cxx11test::delegate d2();
875      |                         ^~
876conftest.cpp:191:25: note: remove parentheses to declare a variable
877  191 |   cxx11test::delegate d2();
878      |                         ^~
8791 warning generated.
880configure:15809: $? = 0
881configure:15830: result: -std=gnu++11
882configure:15893: checking dependency style of /usr/bin/clang++ -std=gnu++11
883configure:16005: result: gcc3
884configure:16038: checking how to run the C++ preprocessor
885configure:16060: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
886configure:16060: $? = 0
887configure:16075: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
888conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
889   25 | #include <ac_nonexistent.h>
890      |          ^~~~~~~~~~~~~~~~~~
8911 error generated.
892configure:16075: $? = 1
893configure: failed program was:
894| /* confdefs.h */
895| #define PACKAGE_NAME "spice"
896| #define PACKAGE_TARNAME "spice"
897| #define PACKAGE_VERSION "0.15.2"
898| #define PACKAGE_STRING "spice 0.15.2"
899| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
900| #define PACKAGE_URL ""
901| #define HAVE_PTHREAD_PRIO_INHERIT 1
902| #define HAVE_PTHREAD 1
903| #define PACKAGE "spice"
904| #define VERSION "0.15.2"
905| #define HAVE_STDIO_H 1
906| #define HAVE_STDLIB_H 1
907| #define HAVE_STRING_H 1
908| #define HAVE_INTTYPES_H 1
909| #define HAVE_STDINT_H 1
910| #define HAVE_STRINGS_H 1
911| #define HAVE_SYS_STAT_H 1
912| #define HAVE_SYS_TYPES_H 1
913| #define HAVE_UNISTD_H 1
914| #define STDC_HEADERS 1
915| #define HAVE_DLFCN_H 1
916| #define LT_OBJDIR ".libs/"
917| /* end confdefs.h.  */
918| #include <ac_nonexistent.h>
919configure:16102: result: /usr/bin/clang++ -std=gnu++11 -E
920configure:16116: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
921configure:16116: $? = 0
922configure:16131: /usr/bin/clang++ -std=gnu++11 -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp
923conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
924   25 | #include <ac_nonexistent.h>
925      |          ^~~~~~~~~~~~~~~~~~
9261 error generated.
927configure:16131: $? = 1
928configure: failed program was:
929| /* confdefs.h */
930| #define PACKAGE_NAME "spice"
931| #define PACKAGE_TARNAME "spice"
932| #define PACKAGE_VERSION "0.15.2"
933| #define PACKAGE_STRING "spice 0.15.2"
934| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
935| #define PACKAGE_URL ""
936| #define HAVE_PTHREAD_PRIO_INHERIT 1
937| #define HAVE_PTHREAD 1
938| #define PACKAGE "spice"
939| #define VERSION "0.15.2"
940| #define HAVE_STDIO_H 1
941| #define HAVE_STDLIB_H 1
942| #define HAVE_STRING_H 1
943| #define HAVE_INTTYPES_H 1
944| #define HAVE_STDINT_H 1
945| #define HAVE_STRINGS_H 1
946| #define HAVE_SYS_STAT_H 1
947| #define HAVE_SYS_TYPES_H 1
948| #define HAVE_UNISTD_H 1
949| #define STDC_HEADERS 1
950| #define HAVE_DLFCN_H 1
951| #define LT_OBJDIR ".libs/"
952| /* end confdefs.h.  */
953| #include <ac_nonexistent.h>
954configure:16296: checking for ld used by /usr/bin/clang++ -std=gnu++11
955configure:16364: result: /Library/Developer/CommandLineTools/usr/bin/ld
956configure:16371: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
957configure:16387: result: no
958configure:16442: checking whether the /usr/bin/clang++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
959configure:17520: result: yes
960configure:17556: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
961configure:17559: $? = 0
962configure:18040: checking for /usr/bin/clang++ -std=gnu++11 option to produce PIC
963configure:18048: result: -fno-common -DPIC
964configure:18056: checking if /usr/bin/clang++ -std=gnu++11 PIC flag -fno-common -DPIC works
965configure:18075: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -fno-common -DPIC -DPIC conftest.cpp >&5
966configure:18079: $? = 0
967configure:18092: result: yes
968configure:18115: checking if /usr/bin/clang++ -std=gnu++11 static flag -static works
969configure:18144: result: no
970configure:18156: checking if /usr/bin/clang++ -std=gnu++11 supports -c -o file.o
971configure:18178: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -o out/conftest2.o conftest.cpp >&5
972configure:18182: $? = 0
973configure:18204: result: yes
974configure:18209: checking if /usr/bin/clang++ -std=gnu++11 supports -c -o file.o
975configure:18257: result: yes
976configure:18287: checking whether the /usr/bin/clang++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
977configure:18327: result: yes
978configure:18469: checking dynamic linker characteristics
979configure:19220: result: darwin24.0.0 dyld
980configure:19285: checking how to hardcode library paths into programs
981configure:19310: result: immediate
982configure:19365: checking whether /usr/bin/clang++ -std=gnu++11 supports C++11 features by default
983configure:19666: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
984configure:19666: $? = 0
985configure:19674: result: yes
986configure:20372: checking whether C++ compiler accepts -fno-exceptions
987configure:20392: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64  -fno-exceptions -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
988configure:20392: $? = 0
989configure:20402: result: yes
990configure:20420: : CXXFLAGS="$CXXFLAGS"
991configure:20423: $? = 0
992configure:20372: checking whether C++ compiler accepts -fno-check-new
993configure:20392: /usr/bin/clang++ -std=gnu++11 -c -pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -fno-exceptions  -fno-check-new -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.cpp >&5
994configure:20392: $? = 0
995configure:20402: result: yes
996configure:20420: : CXXFLAGS="$CXXFLAGS"
997configure:20423: $? = 0
998configure:20452: checking for sys/time.h
999configure:20452: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1000configure:20452: $? = 0
1001configure:20452: result: yes
1002configure:20458: checking for execinfo.h
1003configure:20458: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1004configure:20458: $? = 0
1005configure:20458: result: yes
1006configure:20464: checking for linux/sockios.h
1007configure:20464: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1008conftest.c:56:10: fatal error: 'linux/sockios.h' file not found
1009   56 | #include <linux/sockios.h>
1010      |          ^~~~~~~~~~~~~~~~~
10111 error generated.
1012configure:20464: $? = 1
1013configure: failed program was:
1014| /* confdefs.h */
1015| #define PACKAGE_NAME "spice"
1016| #define PACKAGE_TARNAME "spice"
1017| #define PACKAGE_VERSION "0.15.2"
1018| #define PACKAGE_STRING "spice 0.15.2"
1019| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
1020| #define PACKAGE_URL ""
1021| #define HAVE_PTHREAD_PRIO_INHERIT 1
1022| #define HAVE_PTHREAD 1
1023| #define PACKAGE "spice"
1024| #define VERSION "0.15.2"
1025| #define HAVE_STDIO_H 1
1026| #define HAVE_STDLIB_H 1
1027| #define HAVE_STRING_H 1
1028| #define HAVE_INTTYPES_H 1
1029| #define HAVE_STDINT_H 1
1030| #define HAVE_STRINGS_H 1
1031| #define HAVE_SYS_STAT_H 1
1032| #define HAVE_SYS_TYPES_H 1
1033| #define HAVE_UNISTD_H 1
1034| #define STDC_HEADERS 1
1035| #define HAVE_DLFCN_H 1
1036| #define LT_OBJDIR ".libs/"
1037| #define HAVE_CXX11 1
1038| #define HAVE_SYS_TIME_H 1
1039| #define HAVE_EXECINFO_H 1
1040| /* end confdefs.h.  */
1041| #include <stddef.h>
1042| #ifdef HAVE_STDIO_H
1043| # include <stdio.h>
1044| #endif
1045| #ifdef HAVE_STDLIB_H
1046| # include <stdlib.h>
1047| #endif
1048| #ifdef HAVE_STRING_H
1049| # include <string.h>
1050| #endif
1051| #ifdef HAVE_INTTYPES_H
1052| # include <inttypes.h>
1053| #endif
1054| #ifdef HAVE_STDINT_H
1055| # include <stdint.h>
1056| #endif
1057| #ifdef HAVE_STRINGS_H
1058| # include <strings.h>
1059| #endif
1060| #ifdef HAVE_SYS_TYPES_H
1061| # include <sys/types.h>
1062| #endif
1063| #ifdef HAVE_SYS_STAT_H
1064| # include <sys/stat.h>
1065| #endif
1066| #ifdef HAVE_UNISTD_H
1067| # include <unistd.h>
1068| #endif
1069| #include <linux/sockios.h>
1070configure:20464: result: no
1071configure:20470: checking for pthread_np.h
1072configure:20470: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1073conftest.c:56:10: fatal error: 'pthread_np.h' file not found
1074   56 | #include <pthread_np.h>
1075      |          ^~~~~~~~~~~~~~
10761 error generated.
1077configure:20470: $? = 1
1078configure: failed program was:
1079| /* confdefs.h */
1080| #define PACKAGE_NAME "spice"
1081| #define PACKAGE_TARNAME "spice"
1082| #define PACKAGE_VERSION "0.15.2"
1083| #define PACKAGE_STRING "spice 0.15.2"
1084| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
1085| #define PACKAGE_URL ""
1086| #define HAVE_PTHREAD_PRIO_INHERIT 1
1087| #define HAVE_PTHREAD 1
1088| #define PACKAGE "spice"
1089| #define VERSION "0.15.2"
1090| #define HAVE_STDIO_H 1
1091| #define HAVE_STDLIB_H 1
1092| #define HAVE_STRING_H 1
1093| #define HAVE_INTTYPES_H 1
1094| #define HAVE_STDINT_H 1
1095| #define HAVE_STRINGS_H 1
1096| #define HAVE_SYS_STAT_H 1
1097| #define HAVE_SYS_TYPES_H 1
1098| #define HAVE_UNISTD_H 1
1099| #define STDC_HEADERS 1
1100| #define HAVE_DLFCN_H 1
1101| #define LT_OBJDIR ".libs/"
1102| #define HAVE_CXX11 1
1103| #define HAVE_SYS_TIME_H 1
1104| #define HAVE_EXECINFO_H 1
1105| /* end confdefs.h.  */
1106| #include <stddef.h>
1107| #ifdef HAVE_STDIO_H
1108| # include <stdio.h>
1109| #endif
1110| #ifdef HAVE_STDLIB_H
1111| # include <stdlib.h>
1112| #endif
1113| #ifdef HAVE_STRING_H
1114| # include <string.h>
1115| #endif
1116| #ifdef HAVE_INTTYPES_H
1117| # include <inttypes.h>
1118| #endif
1119| #ifdef HAVE_STDINT_H
1120| # include <stdint.h>
1121| #endif
1122| #ifdef HAVE_STRINGS_H
1123| # include <strings.h>
1124| #endif
1125| #ifdef HAVE_SYS_TYPES_H
1126| # include <sys/types.h>
1127| #endif
1128| #ifdef HAVE_SYS_STAT_H
1129| # include <sys/stat.h>
1130| #endif
1131| #ifdef HAVE_UNISTD_H
1132| # include <unistd.h>
1133| #endif
1134| #include <pthread_np.h>
1135configure:20470: result: no
1136configure:20477: checking for /usr/bin/clang options needed to detect all undeclared functions
1137configure:20499: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1138conftest.c:32:8: error: call to undeclared library function 'strchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1139   32 | (void) strchr;
1140      |        ^
1141conftest.c:32:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
11421 error generated.
1143configure:20499: $? = 1
1144configure: failed program was:
1145| /* confdefs.h */
1146| #define PACKAGE_NAME "spice"
1147| #define PACKAGE_TARNAME "spice"
1148| #define PACKAGE_VERSION "0.15.2"
1149| #define PACKAGE_STRING "spice 0.15.2"
1150| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
1151| #define PACKAGE_URL ""
1152| #define HAVE_PTHREAD_PRIO_INHERIT 1
1153| #define HAVE_PTHREAD 1
1154| #define PACKAGE "spice"
1155| #define VERSION "0.15.2"
1156| #define HAVE_STDIO_H 1
1157| #define HAVE_STDLIB_H 1
1158| #define HAVE_STRING_H 1
1159| #define HAVE_INTTYPES_H 1
1160| #define HAVE_STDINT_H 1
1161| #define HAVE_STRINGS_H 1
1162| #define HAVE_SYS_STAT_H 1
1163| #define HAVE_SYS_TYPES_H 1
1164| #define HAVE_UNISTD_H 1
1165| #define STDC_HEADERS 1
1166| #define HAVE_DLFCN_H 1
1167| #define LT_OBJDIR ".libs/"
1168| #define HAVE_CXX11 1
1169| #define HAVE_SYS_TIME_H 1
1170| #define HAVE_EXECINFO_H 1
1171| /* end confdefs.h.  */
1172|
1173| int
1174| main (void)
1175| {
1176| (void) strchr;
1177|   ;
1178|   return 0;
1179| }
1180configure:20526: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1181configure:20526: $? = 0
1182configure:20543: result: none needed
1183configure:20557: checking whether TCP_KEEPIDLE is declared
1184configure:20557: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64  -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1185conftest.c:37:10: error: use of undeclared identifier 'TCP_KEEPIDLE'
1186   37 |   (void) TCP_KEEPIDLE;
1187      |          ^
11881 error generated.
1189configure:20557: $? = 1
1190configure: failed program was:
1191| /* confdefs.h */
1192| #define PACKAGE_NAME "spice"
1193| #define PACKAGE_TARNAME "spice"
1194| #define PACKAGE_VERSION "0.15.2"
1195| #define PACKAGE_STRING "spice 0.15.2"
1196| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
1197| #define PACKAGE_URL ""
1198| #define HAVE_PTHREAD_PRIO_INHERIT 1
1199| #define HAVE_PTHREAD 1
1200| #define PACKAGE "spice"
1201| #define VERSION "0.15.2"
1202| #define HAVE_STDIO_H 1
1203| #define HAVE_STDLIB_H 1
1204| #define HAVE_STRING_H 1
1205| #define HAVE_INTTYPES_H 1
1206| #define HAVE_STDINT_H 1
1207| #define HAVE_STRINGS_H 1
1208| #define HAVE_SYS_STAT_H 1
1209| #define HAVE_SYS_TYPES_H 1
1210| #define HAVE_UNISTD_H 1
1211| #define STDC_HEADERS 1
1212| #define HAVE_DLFCN_H 1
1213| #define LT_OBJDIR ".libs/"
1214| #define HAVE_CXX11 1
1215| #define HAVE_SYS_TIME_H 1
1216| #define HAVE_EXECINFO_H 1
1217| /* end confdefs.h.  */
1218| #include <netinet/tcp.h>
1219|
1220| int
1221| main (void)
1222| {
1223| #ifndef TCP_KEEPIDLE
1224| #ifdef __cplusplus
1225|   (void) TCP_KEEPIDLE;
1226| #else
1227|   (void) TCP_KEEPIDLE;
1228| #endif
1229| #endif
1230|
1231|   ;
1232|   return 0;
1233| }
1234configure:20557: result: no
1235configure:20569: checking for size_t
1236configure:20569: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1237configure:20569: $? = 0
1238configure:20569: /usr/bin/clang -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5
1239conftest.c:59:21: error: expected expression
1240   59 | if (sizeof ((size_t)))
1241      |                     ^
12421 error generated.
1243configure:20569: $? = 1
1244configure: failed program was:
1245| /* confdefs.h */
1246| #define PACKAGE_NAME "spice"
1247| #define PACKAGE_TARNAME "spice"
1248| #define PACKAGE_VERSION "0.15.2"
1249| #define PACKAGE_STRING "spice 0.15.2"
1250| #define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
1251| #define PACKAGE_URL ""
1252| #define HAVE_PTHREAD_PRIO_INHERIT 1
1253| #define HAVE_PTHREAD 1
1254| #define PACKAGE "spice"
1255| #define VERSION "0.15.2"
1256| #define HAVE_STDIO_H 1
1257| #define HAVE_STDLIB_H 1
1258| #define HAVE_STRING_H 1
1259| #define HAVE_INTTYPES_H 1
1260| #define HAVE_STDINT_H 1
1261| #define HAVE_STRINGS_H 1
1262| #define HAVE_SYS_STAT_H 1
1263| #define HAVE_SYS_TYPES_H 1
1264| #define HAVE_UNISTD_H 1
1265| #define STDC_HEADERS 1
1266| #define HAVE_DLFCN_H 1
1267| #define LT_OBJDIR ".libs/"
1268| #define HAVE_CXX11 1
1269| #define HAVE_SYS_TIME_H 1
1270| #define HAVE_EXECINFO_H 1
1271| /* end confdefs.h.  */
1272| #include <stddef.h>
1273| #ifdef HAVE_STDIO_H
1274| # include <stdio.h>
1275| #endif
1276| #ifdef HAVE_STDLIB_H
1277| # include <stdlib.h>
1278| #endif
1279| #ifdef HAVE_STRING_H
1280| # include <string.h>
1281| #endif
1282| #ifdef HAVE_INTTYPES_H
1283| # include <inttypes.h>
1284| #endif
1285| #ifdef HAVE_STDINT_H
1286| # include <stdint.h>
1287| #endif
1288| #ifdef HAVE_STRINGS_H
1289| # include <strings.h>
1290| #endif
1291| #ifdef HAVE_SYS_TYPES_H
1292| # include <sys/types.h>
1293| #endif
1294| #ifdef HAVE_SYS_STAT_H
1295| # include <sys/stat.h>
1296| #endif
1297| #ifdef HAVE_UNISTD_H
1298| # include <unistd.h>
1299| #endif
1300| int
1301| main (void)
1302| {
1303| if (sizeof ((size_t)))
1304|           return 0;
1305|   ;
1306|   return 0;
1307| }
1308configure:20569: result: yes
1309configure:20581: checking for working alloca.h
1310configure:20599: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  >&5
1311configure:20599: $? = 0
1312configure:20608: result: yes
1313configure:20616: checking for alloca
1314configure:20661: result: yes
1315configure:20740: checking for native Win32
1316configure:20753: result: no
1317configure:20879: checking for GSTREAMER_1_0
1318configure:20886: $PKG_CONFIG --exists --print-errors "gstreamer-1.0 gstreamer-base-1.0 gstreamer-app-1.0 gstreamer-video-1.0"
1319configure:20889: $? = 0
1320configure:20903: $PKG_CONFIG --exists --print-errors "gstreamer-1.0 gstreamer-base-1.0 gstreamer-app-1.0 gstreamer-video-1.0"
1321configure:20906: $? = 0
1322configure:20952: result: yes
1323configure:20963: checking for gst-inspect-1.0
1324configure:20986: found /opt/local/bin/gst-inspect-1.0
1325configure:20998: result: /opt/local/bin/gst-inspect-1.0
1326configure:21018: checking for the appsrc GStreamer element
1327
1328## ---------------- ##
1329## Cache variables. ##
1330## ---------------- ##
1331
1332ac_cv_build=aarch64-apple-darwin24.0.0
1333ac_cv_c_bigendian=no
1334ac_cv_c_compiler_gnu=yes
1335ac_cv_c_undeclared_builtin_options='none needed'
1336ac_cv_cxx_compiler_gnu=yes
1337ac_cv_env_CCC_set=
1338ac_cv_env_CCC_value=
1339ac_cv_env_CC_set=set
1340ac_cv_env_CC_value=/usr/bin/clang
1341ac_cv_env_CFLAGS_set=set
1342ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
1343ac_cv_env_CPPFLAGS_set=set
1344ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1345ac_cv_env_CPP_set=
1346ac_cv_env_CPP_value=
1347ac_cv_env_CXXCPP_set=
1348ac_cv_env_CXXCPP_value=
1349ac_cv_env_CXXFLAGS_set=set
1350ac_cv_env_CXXFLAGS_value='-pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
1351ac_cv_env_CXX_set=set
1352ac_cv_env_CXX_value=/usr/bin/clang++
1353ac_cv_env_GIO_UNIX_CFLAGS_set=
1354ac_cv_env_GIO_UNIX_CFLAGS_value=
1355ac_cv_env_GIO_UNIX_LIBS_set=
1356ac_cv_env_GIO_UNIX_LIBS_value=
1357ac_cv_env_GLIB2_CFLAGS_set=
1358ac_cv_env_GLIB2_CFLAGS_value=
1359ac_cv_env_GLIB2_LIBS_set=
1360ac_cv_env_GLIB2_LIBS_value=
1361ac_cv_env_GSTREAMER_0_10_CFLAGS_set=
1362ac_cv_env_GSTREAMER_0_10_CFLAGS_value=
1363ac_cv_env_GSTREAMER_0_10_LIBS_set=
1364ac_cv_env_GSTREAMER_0_10_LIBS_value=
1365ac_cv_env_GSTREAMER_1_0_CFLAGS_set=
1366ac_cv_env_GSTREAMER_1_0_CFLAGS_value=
1367ac_cv_env_GSTREAMER_1_0_LIBS_set=
1368ac_cv_env_GSTREAMER_1_0_LIBS_value=
1369ac_cv_env_LDFLAGS_set=set
1370ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
1371ac_cv_env_LIBS_set=
1372ac_cv_env_LIBS_value=
1373ac_cv_env_LT_SYS_LIBRARY_PATH_set=
1374ac_cv_env_LT_SYS_LIBRARY_PATH_value=
1375ac_cv_env_LZ4_CFLAGS_set=
1376ac_cv_env_LZ4_CFLAGS_value=
1377ac_cv_env_LZ4_LIBS_set=
1378ac_cv_env_LZ4_LIBS_value=
1379ac_cv_env_ORC_CFLAGS_set=
1380ac_cv_env_ORC_CFLAGS_value=
1381ac_cv_env_ORC_LIBS_set=
1382ac_cv_env_ORC_LIBS_value=
1383ac_cv_env_PIXMAN_CFLAGS_set=
1384ac_cv_env_PIXMAN_CFLAGS_value=
1385ac_cv_env_PIXMAN_LIBS_set=
1386ac_cv_env_PIXMAN_LIBS_value=
1387ac_cv_env_PKG_CONFIG_LIBDIR_set=
1388ac_cv_env_PKG_CONFIG_LIBDIR_value=
1389ac_cv_env_PKG_CONFIG_PATH_set=
1390ac_cv_env_PKG_CONFIG_PATH_value=
1391ac_cv_env_PKG_CONFIG_set=
1392ac_cv_env_PKG_CONFIG_value=
1393ac_cv_env_SASL_CFLAGS_set=
1394ac_cv_env_SASL_CFLAGS_value=
1395ac_cv_env_SASL_LIBS_set=
1396ac_cv_env_SASL_LIBS_value=
1397ac_cv_env_SMARTCARD_CFLAGS_set=
1398ac_cv_env_SMARTCARD_CFLAGS_value=
1399ac_cv_env_SMARTCARD_LIBS_set=
1400ac_cv_env_SMARTCARD_LIBS_value=
1401ac_cv_env_SPICE_PROTOCOL_CFLAGS_set=
1402ac_cv_env_SPICE_PROTOCOL_CFLAGS_value=
1403ac_cv_env_SPICE_PROTOCOL_LIBS_set=
1404ac_cv_env_SPICE_PROTOCOL_LIBS_value=
1405ac_cv_env_SSL_CFLAGS_set=
1406ac_cv_env_SSL_CFLAGS_value=
1407ac_cv_env_SSL_LIBS_set=
1408ac_cv_env_SSL_LIBS_value=
1409ac_cv_env_build_alias_set=
1410ac_cv_env_build_alias_value=
1411ac_cv_env_host_alias_set=
1412ac_cv_env_host_alias_value=
1413ac_cv_env_target_alias_set=
1414ac_cv_env_target_alias_value=
1415ac_cv_func_alloca_works=yes
1416ac_cv_have_decl_TCP_KEEPIDLE=no
1417ac_cv_header_dlfcn_h=yes
1418ac_cv_header_execinfo_h=yes
1419ac_cv_header_inttypes_h=yes
1420ac_cv_header_linux_sockios_h=no
1421ac_cv_header_pthread_np_h=no
1422ac_cv_header_stdint_h=yes
1423ac_cv_header_stdio_h=yes
1424ac_cv_header_stdlib_h=yes
1425ac_cv_header_string_h=yes
1426ac_cv_header_strings_h=yes
1427ac_cv_header_sys_stat_h=yes
1428ac_cv_header_sys_time_h=yes
1429ac_cv_header_sys_types_h=yes
1430ac_cv_header_unistd_h=yes
1431ac_cv_host=aarch64-apple-darwin24.0.0
1432ac_cv_objext=o
1433ac_cv_path_EGREP='/usr/bin/grep -E'
1434ac_cv_path_FGREP='/usr/bin/grep -F'
1435ac_cv_path_GREP=/usr/bin/grep
1436ac_cv_path_GST_INSPECT_1_0=/opt/local/bin/gst-inspect-1.0
1437ac_cv_path_SED=/opt/local/bin/gsed
1438ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
1439ac_cv_path_lt_DD=/bin/dd
1440ac_cv_path_mkdir=/opt/local/bin/gmkdir
1441ac_cv_prog_AWK=awk
1442ac_cv_prog_CPP='/usr/bin/clang -E'
1443ac_cv_prog_CXXCPP='/usr/bin/clang++ -std=gnu++11 -E'
1444ac_cv_prog_ac_ct_AR=ar
1445ac_cv_prog_ac_ct_CC=/usr/bin/clang
1446ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1447ac_cv_prog_ac_ct_FILECMD=file
1448ac_cv_prog_ac_ct_LIPO=lipo
1449ac_cv_prog_ac_ct_NMEDIT=nmedit
1450ac_cv_prog_ac_ct_OBJDUMP=objdump
1451ac_cv_prog_ac_ct_OTOOL=otool
1452ac_cv_prog_ac_ct_RANLIB=ranlib
1453ac_cv_prog_ac_ct_STRIP=strip
1454ac_cv_prog_cc_c11=
1455ac_cv_prog_cc_g=yes
1456ac_cv_prog_cc_stdc=
1457ac_cv_prog_cxx_cxx11=-std=gnu++11
1458ac_cv_prog_cxx_g=yes
1459ac_cv_prog_cxx_stdcxx=-std=gnu++11
1460ac_cv_prog_make_make_set=yes
1461ac_cv_target=aarch64-apple-darwin24.0.0
1462ac_cv_type_size_t=yes
1463ac_cv_working_alloca_h=yes
1464am_cv_CC_dependencies_compiler_type=gcc3
1465am_cv_CXX_dependencies_compiler_type=gcc3
1466am_cv_make_support_nested_variables=yes
1467am_cv_prog_cc_c_o=yes
1468ax_cv_PTHREAD_CLANG=yes
1469ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no
1470ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
1471ax_cv_PTHREAD_PRIO_INHERIT=yes
1472ax_cv_PTHREAD_SPECIAL_FLAGS=no
1473ax_cv_check_cxxflags___fno_check_new=yes
1474ax_cv_check_cxxflags___fno_exceptions=yes
1475ax_cv_cxx_compile_cxx11=yes
1476lt_cv_apple_cc_single_mod=no
1477lt_cv_ar_at_file=no
1478lt_cv_deplibs_check_method=pass_all
1479lt_cv_file_magic_cmd='$MAGIC_CMD'
1480lt_cv_file_magic_test_file=
1481lt_cv_ld_exported_symbols_list=yes
1482lt_cv_ld_force_load=yes
1483lt_cv_ld_reload_flag=-r
1484lt_cv_nm_interface='BSD nm'
1485lt_cv_objdir=.libs
1486lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
1487lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld
1488lt_cv_path_NM='/opt/local/bin/nm -B'
1489lt_cv_path_mainfest_tool=no
1490lt_cv_prog_compiler_c_o=yes
1491lt_cv_prog_compiler_c_o_CXX=yes
1492lt_cv_prog_compiler_pic='-fno-common -DPIC'
1493lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1494lt_cv_prog_compiler_pic_works=yes
1495lt_cv_prog_compiler_pic_works_CXX=yes
1496lt_cv_prog_compiler_rtti_exceptions=yes
1497lt_cv_prog_compiler_static_works=no
1498lt_cv_prog_compiler_static_works_CXX=no
1499lt_cv_prog_gnu_ld=no
1500lt_cv_prog_gnu_ldcxx=no
1501lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1502lt_cv_sys_global_symbol_pipe='/opt/local/bin/gsed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | /opt/local/bin/gsed '\''/ __gnu_lto/d'\'''
1503lt_cv_sys_global_symbol_to_c_name_address='/opt/local/bin/gsed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
1504lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/opt/local/bin/gsed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
1505lt_cv_sys_global_symbol_to_cdecl='/opt/local/bin/gsed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1506lt_cv_sys_global_symbol_to_import=
1507lt_cv_sys_max_cmd_len=786432
1508lt_cv_to_host_file_cmd=func_convert_file_noop
1509lt_cv_to_tool_file_cmd=func_convert_file_noop
1510lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
1511pkg_cv_GSTREAMER_1_0_CFLAGS='-I/opt/local/include/gstreamer-1.0 -I/opt/local/include/orc-0.4 -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
1512pkg_cv_GSTREAMER_1_0_LIBS='-L/opt/local/lib -lgstapp-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -Wl,-rpath,/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
1513
1514## ----------------- ##
1515## Output variables. ##
1516## ----------------- ##
1517
1518A2X=''
1519ACLOCAL='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_spice-server/spice-server/work/spice-0.15.2/missing'\'' aclocal-1.16'
1520ALLOCA=''
1521AMDEPBACKSLASH='\'
1522AMDEP_FALSE='#'
1523AMDEP_TRUE=''
1524AMTAR='$${TAR-tar}'
1525AM_BACKSLASH='\'
1526AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1527AM_DEFAULT_VERBOSITY='1'
1528AM_V='$(V)'
1529AR='ar'
1530ASCIIDOC=''
1531AUTOCONF='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_spice-server/spice-server/work/spice-0.15.2/missing'\'' autoconf'
1532AUTOHEADER='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_spice-server/spice-server/work/spice-0.15.2/missing'\'' autoheader'
1533AUTOMAKE='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_spice-server/spice-server/work/spice-0.15.2/missing'\'' automake-1.16'
1534AWK='awk'
1535BUILD_CHUNKED_MANUAL_FALSE=''
1536BUILD_CHUNKED_MANUAL_TRUE=''
1537BUILD_HTML_MANUAL_FALSE=''
1538BUILD_HTML_MANUAL_TRUE=''
1539BUILD_MANUAL_FALSE=''
1540BUILD_MANUAL_TRUE=''
1541CC='/usr/bin/clang'
1542CCDEPMODE='depmode=gcc3'
1543CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
1544CPP='/usr/bin/clang -E'
1545CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk'
1546CSCOPE='cscope'
1547CTAGS='ctags'
1548CXX='/usr/bin/clang++ -std=gnu++11'
1549CXXCPP='/usr/bin/clang++ -std=gnu++11 -E'
1550CXXDEPMODE='depmode=gcc3'
1551CXXFLAGS='-pipe -Os -Wno-address-of-packed-member -Wno-extern-c-compat -Wno-mismatched-tags -Wno-error=unknown-warning-option -Wno-unknown-warning-option -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -fno-exceptions -fno-check-new'
1552CYGPATH_W='echo'
1553DEFS=''
1554DEPDIR='.deps'
1555DLLTOOL='false'
1556DSYMUTIL='dsymutil'
1557DUMPBIN=''
1558ECHO_C='\c'
1559ECHO_N=''
1560ECHO_T=''
1561EGREP='/usr/bin/grep -E'
1562ENABLE_AGENT_INTERFACE_FALSE=''
1563ENABLE_AGENT_INTERFACE_TRUE=''
1564ENABLE_EXTRA_CHECKS_FALSE=''
1565ENABLE_EXTRA_CHECKS_TRUE=''
1566ENABLE_RECORDER_FALSE=''
1567ENABLE_RECORDER_TRUE=''
1568ENABLE_TESTS_FALSE=''
1569ENABLE_TESTS_TRUE=''
1570ENABLE_VALGRIND_drd=''
1571ENABLE_VALGRIND_helgrind=''
1572ENABLE_VALGRIND_memcheck=''
1573ENABLE_VALGRIND_sgcheck=''
1574ETAGS='etags'
1575EXEEXT=''
1576FGREP='/usr/bin/grep -F'
1577FILECMD='file'
1578GIO_UNIX_CFLAGS=''
1579GIO_UNIX_LIBS=''
1580GLIB2_CFLAGS=''
1581GLIB2_LIBS=''
1582GREP='/usr/bin/grep'
1583GSTREAMER_0_10_CFLAGS=''
1584GSTREAMER_0_10_LIBS=''
1585GSTREAMER_1_0_CFLAGS='-I/opt/local/include/gstreamer-1.0 -I/opt/local/include/orc-0.4 -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
1586GSTREAMER_1_0_LIBS='-L/opt/local/lib -lgstapp-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -Wl,-rpath,/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
1587GST_INSPECT_0_10=''
1588GST_INSPECT_1_0='/opt/local/bin/gst-inspect-1.0'
1589HAVE_CXX11='1'
1590HAVE_GSTREAMER_1_0_FALSE=''
1591HAVE_GSTREAMER_1_0_TRUE=''
1592HAVE_GSTREAMER_FALSE=''
1593HAVE_GSTREAMER_TRUE=''
1594HAVE_LD_VERSION_SCRIPT_FALSE=''
1595HAVE_LD_VERSION_SCRIPT_TRUE=''
1596HAVE_LZ4_FALSE=''
1597HAVE_LZ4_TRUE=''
1598HAVE_SASL_FALSE=''
1599HAVE_SASL_TRUE=''
1600HAVE_SMARTCARD_FALSE=''
1601HAVE_SMARTCARD_TRUE='#'
1602INSTALL_DATA='${INSTALL} -m 644'
1603INSTALL_PROGRAM='${INSTALL}'
1604INSTALL_SCRIPT='${INSTALL}'
1605INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1606JPEG_LIBS=''
1607LD='/Library/Developer/CommandLineTools/usr/bin/ld'
1608LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64'
1609LIBM=''
1610LIBOBJS=''
1611LIBRT=''
1612LIBS=''
1613LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1614LIPO='lipo'
1615LN_S='ln -s'
1616LTLIBOBJS=''
1617LT_SYS_LIBRARY_PATH=''
1618LZ4_CFLAGS=''
1619LZ4_LIBS=''
1620MAINT='#'
1621MAINTAINER_MODE_FALSE=''
1622MAINTAINER_MODE_TRUE='#'
1623MAKEINFO='${SHELL} '\''/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_spice-server/spice-server/work/spice-0.15.2/missing'\'' makeinfo'
1624MANIFEST_TOOL=':'
1625MKDIR_P='/opt/local/bin/gmkdir -p'
1626NM='/opt/local/bin/nm -B'
1627NMEDIT='nmedit'
1628NO_INDIRECT_LDFLAGS=''
1629OBJDUMP='objdump'
1630OBJEXT='o'
1631ORC_CFLAGS=''
1632ORC_LIBS=''
1633OS_WIN32_FALSE=''
1634OS_WIN32_TRUE='#'
1635OTOOL64=':'
1636OTOOL='otool'
1637PACKAGE='spice'
1638PACKAGE_BUGREPORT='spice-devel@lists.freedesktop.org'
1639PACKAGE_NAME='spice'
1640PACKAGE_STRING='spice 0.15.2'
1641PACKAGE_TARNAME='spice'
1642PACKAGE_URL=''
1643PACKAGE_VERSION='0.15.2'
1644PATH_SEPARATOR=':'
1645PIXMAN_CFLAGS=''
1646PIXMAN_LIBS=''
1647PKG_CONFIG='/opt/local/bin/pkg-config'
1648PKG_CONFIG_LIBDIR=''
1649PKG_CONFIG_PATH=''
1650PTHREAD_CC='/usr/bin/clang'
1651PTHREAD_CFLAGS='-pthread'
1652PTHREAD_CXX='/usr/bin/clang++'
1653PTHREAD_LIBS='-lpthread'
1654RANLIB='ranlib'
1655RELRO_LDFLAGS=''
1656SASL_CFLAGS=''
1657SASL_LIBS=''
1658SED='/opt/local/bin/gsed'
1659SET_MAKE=''
1660SHELL='/bin/sh'
1661SMARTCARD_CFLAGS=''
1662SMARTCARD_LIBS=''
1663SPICE_COMMON_CFLAGS=''
1664SPICE_COMMON_DIR=''
1665SPICE_LT_VERSION='15:3:14'
1666SPICE_NONPKGCONFIG_CFLAGS=''
1667SPICE_NONPKGCONFIG_LIBS=''
1668SPICE_PROTOCOL_CFLAGS=''
1669SPICE_PROTOCOL_LIBS=''
1670SPICE_PROTOCOL_MIN_VER=''
1671SPICE_REQUIRES=' gstreamer-1.0 gstreamer-base-1.0 gstreamer-app-1.0 gstreamer-video-1.0'
1672SPICE_SERVER_VERSION='0x000f02'
1673SSL_CFLAGS=''
1674SSL_LIBS=''
1675STRIP='strip'
1676VALGRIND=''
1677VALGRIND_CHECK_RULES=''
1678VALGRIND_ENABLED=''
1679VALGRIND_ENABLED_FALSE=''
1680VALGRIND_ENABLED_TRUE=''
1681VERSION='0.15.2'
1682VISIBILITY_HIDDEN_CFLAGS=''
1683WARN_CFLAGS=''
1684WARN_CXXFLAGS=''
1685WARN_LDFLAGS=''
1686Z_LIBS=''
1687ac_ct_AR='ar'
1688ac_ct_CC='/usr/bin/clang'
1689ac_ct_CXX=''
1690ac_ct_DUMPBIN=''
1691am__EXEEXT_FALSE=''
1692am__EXEEXT_TRUE=''
1693am__fastdepCC_FALSE='#'
1694am__fastdepCC_TRUE=''
1695am__fastdepCXX_FALSE='#'
1696am__fastdepCXX_TRUE=''
1697am__include='include'
1698am__isrc=''
1699am__leading_dot='.'
1700am__nodep='_no'
1701am__quote=''
1702am__tar='$${TAR-tar} chof - "$$tardir"'
1703am__untar='$${TAR-tar} xf -'
1704ax_pthread_config=''
1705bindir='${exec_prefix}/bin'
1706build='aarch64-apple-darwin24.0.0'
1707build_alias=''
1708build_cpu='aarch64'
1709build_os='darwin24.0.0'
1710build_vendor='apple'
1711datadir='${datarootdir}'
1712datarootdir='${prefix}/share'
1713docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1714dvidir='${docdir}'
1715exec_prefix='NONE'
1716host='aarch64-apple-darwin24.0.0'
1717host_alias=''
1718host_cpu='aarch64'
1719host_os='darwin24.0.0'
1720host_vendor='apple'
1721htmldir='${docdir}'
1722includedir='${prefix}/include'
1723infodir='${datarootdir}/info'
1724install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_spice-server/spice-server/work/spice-0.15.2/install-sh'
1725libdir='${exec_prefix}/lib'
1726libexecdir='${exec_prefix}/libexec'
1727localedir='${datarootdir}/locale'
1728localstatedir='${prefix}/var'
1729mandir='${datarootdir}/man'
1730mkdir_p='$(MKDIR_P)'
1731oldincludedir='/usr/include'
1732pdfdir='${docdir}'
1733prefix='/opt/local'
1734program_transform_name='s,x,x,'
1735psdir='${docdir}'
1736runstatedir='${localstatedir}/run'
1737sbindir='${exec_prefix}/sbin'
1738sharedstatedir='${prefix}/com'
1739subdirs=''
1740sysconfdir='${prefix}/etc'
1741target='aarch64-apple-darwin24.0.0'
1742target_alias=''
1743target_cpu='aarch64'
1744target_os='darwin24.0.0'
1745target_vendor='apple'
1746valgrind_enabled_tools=''
1747valgrind_tools=''
1748
1749## ----------- ##
1750## confdefs.h. ##
1751## ----------- ##
1752
1753/* confdefs.h */
1754#define PACKAGE_NAME "spice"
1755#define PACKAGE_TARNAME "spice"
1756#define PACKAGE_VERSION "0.15.2"
1757#define PACKAGE_STRING "spice 0.15.2"
1758#define PACKAGE_BUGREPORT "spice-devel@lists.freedesktop.org"
1759#define PACKAGE_URL ""
1760#define HAVE_PTHREAD_PRIO_INHERIT 1
1761#define HAVE_PTHREAD 1
1762#define PACKAGE "spice"
1763#define VERSION "0.15.2"
1764#define HAVE_STDIO_H 1
1765#define HAVE_STDLIB_H 1
1766#define HAVE_STRING_H 1
1767#define HAVE_INTTYPES_H 1
1768#define HAVE_STDINT_H 1
1769#define HAVE_STRINGS_H 1
1770#define HAVE_SYS_STAT_H 1
1771#define HAVE_SYS_TYPES_H 1
1772#define HAVE_UNISTD_H 1
1773#define STDC_HEADERS 1
1774#define HAVE_DLFCN_H 1
1775#define LT_OBJDIR ".libs/"
1776#define HAVE_CXX11 1
1777#define HAVE_SYS_TIME_H 1
1778#define HAVE_EXECINFO_H 1
1779#define HAVE_ALLOCA_H 1
1780#define HAVE_ALLOCA 1
1781#define HAVE_GSTREAMER_1_0 1
1782
1783configure: caught signal 2
1784configure: exit 1