Ticket #48430: config.log

File config.log, 39.7 KB (added by apowers313@…, 9 years ago)

config.log from failed ./configure due to Foundation syntax erorrs on OSX 10.11

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 MacPorts configure 2.3.3, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/Users/apowers/macports-test --with-applications-dir=/Users/apowers/macports-test/Applications
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Werky.local
14uname -m = x86_64
15uname -r = 15.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 15.0.0: Sun Jul 12 07:47:20 PDT 2015; root:xnu-3247.1.56~16/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 15.0.0: Sun Jul 12 07:47:20 PDT 2015; root:xnu-3247.1.56~16/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 350 tasks, 2752 threads, 8 processors
34Load average: 3.03, Mach factor: 5.05
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /bin
40PATH: /sbin
41PATH: /usr/bin
42PATH: /usr/sbin
43
44
45## ----------- ##
46## Core tests. ##
47## ----------- ##
48
49configure:2676: checking build system type
50configure:2690: result: x86_64-apple-darwin15.0.0
51configure:2710: checking host system type
52configure:2723: result: x86_64-apple-darwin15.0.0
53configure:2743: checking target system type
54configure:2756: result: x86_64-apple-darwin15.0.0
55configure:2784: checking MacPorts version
56configure:2787: result: 2.3.3
57configure:2906: checking for sw_vers
58configure:2924: found /usr/bin/sw_vers
59configure:2936: result: /usr/bin/sw_vers
60configure:2946: checking for defaults
61configure:2964: found /usr/bin/defaults
62configure:2976: result: /usr/bin/defaults
63configure:2986: checking for xcode-select
64configure:3004: found /usr/bin/xcode-select
65configure:3016: result: /usr/bin/xcode-select
66configure:3026: checking Mac OS X version
67configure:3029: result: 10.11
68configure:3051: checking Xcode location
69configure:3063: result: /Applications/Xcode.app/Contents/Developer
70configure:3077: checking Xcode version
71configure:3084: result: 6.4
72configure:3162: checking for clang
73configure:3178: found /usr/bin/clang
74configure:3189: result: clang
75configure:3220: checking for C compiler version
76configure:3229: clang --version >&5
77Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
78Target: x86_64-apple-darwin15.0.0
79Thread model: posix
80configure:3240: $? = 0
81configure:3229: clang -v >&5
82Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
83Target: x86_64-apple-darwin15.0.0
84Thread model: posix
85configure:3240: $? = 0
86configure:3229: clang -V >&5
87clang: error: argument to '-V' is missing (expected 1 value)
88clang: error: no input files
89configure:3240: $? = 1
90configure:3229: clang -qversion >&5
91clang: error: unknown argument: '-qversion'
92clang: error: no input files
93configure:3240: $? = 1
94configure:3260: checking whether the C compiler works
95configure:3282: clang    conftest.c  >&5
96configure:3286: $? = 0
97configure:3334: result: yes
98configure:3337: checking for C compiler default output file name
99configure:3339: result: a.out
100configure:3345: checking for suffix of executables
101configure:3352: clang -o conftest    conftest.c  >&5
102configure:3356: $? = 0
103configure:3378: result:
104configure:3400: checking whether we are cross compiling
105configure:3408: clang -o conftest    conftest.c  >&5
106configure:3412: $? = 0
107configure:3419: ./conftest
108configure:3423: $? = 0
109configure:3438: result: no
110configure:3443: checking for suffix of object files
111configure:3465: clang -c   conftest.c >&5
112configure:3469: $? = 0
113configure:3490: result: o
114configure:3494: checking whether we are using the GNU C compiler
115configure:3513: clang -c   conftest.c >&5
116configure:3513: $? = 0
117configure:3522: result: yes
118configure:3531: checking whether clang accepts -g
119configure:3551: clang -c -g  conftest.c >&5
120configure:3551: $? = 0
121configure:3592: result: yes
122configure:3609: checking for clang option to accept ISO C89
123configure:3672: clang  -c -g -O2  conftest.c >&5
124configure:3672: $? = 0
125configure:3685: result: none needed
126configure:3719: checking for a BSD-compatible install
127configure:3787: result: /usr/bin/install -c
128configure:3798: checking whether ln -s works
129configure:3802: result: yes
130configure:3809: checking whether make sets $(MAKE)
131configure:3831: result: yes
132configure:3894: checking for clang
133configure:3910: found /usr/bin/clang
134configure:3921: result: clang
135configure:3946: checking for Objective C compiler version
136configure:3955: clang --version >&5
137Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
138Target: x86_64-apple-darwin15.0.0
139Thread model: posix
140configure:3966: $? = 0
141configure:3955: clang -v >&5
142Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
143Target: x86_64-apple-darwin15.0.0
144Thread model: posix
145configure:3966: $? = 0
146configure:3955: clang -V >&5
147clang: error: argument to '-V' is missing (expected 1 value)
148clang: error: no input files
149configure:3966: $? = 1
150configure:3955: clang -qversion >&5
151clang: error: unknown argument: '-qversion'
152clang: error: no input files
153configure:3966: $? = 1
154configure:3970: checking whether we are using the GNU Objective C compiler
155configure:3989: clang -c   conftest.m >&5
156configure:3989: $? = 0
157configure:3998: result: yes
158configure:4007: checking whether clang accepts -g
159configure:4027: clang -c -g  conftest.m >&5
160configure:4027: $? = 0
161configure:4068: result: yes
162configure:4096: checking for bsdmake
163configure:4129: result: no
164configure:4096: checking for pmake
165configure:4129: result: no
166configure:4139: checking for bzip2
167configure:4157: found /usr/bin/bzip2
168configure:4169: result: /usr/bin/bzip2
169configure:4179: checking for bzr
170configure:4212: result: no
171configure:4219: checking for chown
172configure:4238: found /usr/sbin/chown
173configure:4250: result: /usr/sbin/chown
174configure:4260: checking for cp
175configure:4278: found /bin/cp
176configure:4290: result: /bin/cp
177configure:4300: checking for cpio
178configure:4318: found /usr/bin/cpio
179configure:4330: result: /usr/bin/cpio
180configure:4340: checking for cvs
181configure:4373: result: no
182configure:4380: checking for diff
183configure:4398: found /usr/bin/diff
184configure:4410: result: /usr/bin/diff
185configure:4420: checking for dscl
186configure:4438: found /usr/bin/dscl
187configure:4450: result: /usr/bin/dscl
188configure:4460: checking for dseditgroup
189configure:4479: found /usr/sbin/dseditgroup
190configure:4491: result: /usr/sbin/dseditgroup
191configure:4501: checking for file
192configure:4519: found /usr/bin/file
193configure:4531: result: /usr/bin/file
194configure:4541: checking for find
195configure:4559: found /usr/bin/find
196configure:4571: result: /usr/bin/find
197configure:4581: checking for git
198configure:4599: found /usr/bin/git
199configure:4611: result: /usr/bin/git
200configure:4623: checking for gnumake
201configure:4641: found /usr/bin/gnumake
202configure:4653: result: /usr/bin/gnumake
203configure:4668: checking for gnupatch
204configure:4701: result: no
205configure:4668: checking for gpatch
206configure:4701: result: no
207configure:4713: checking for gnutar
208configure:4746: result: no
209configure:4713: checking for gtar
210configure:4746: result: no
211configure:4756: checking for gzip
212configure:4774: found /usr/bin/gzip
213configure:4786: result: /usr/bin/gzip
214configure:4796: checking for hdiutil
215configure:4814: found /usr/bin/hdiutil
216configure:4826: result: /usr/bin/hdiutil
217configure:4836: checking for hg
218configure:4869: result: no
219configure:4876: checking for launchctl
220configure:4894: found /bin/launchctl
221configure:4906: result: /bin/launchctl
222configure:4916: checking for lipo
223configure:4934: found /usr/bin/lipo
224configure:4946: result: /usr/bin/lipo
225configure:4956: checking for lsbom
226configure:4974: found /usr/bin/lsbom
227configure:4986: result: /usr/bin/lsbom
228configure:4996: checking for lzma
229configure:5029: result: no
230configure:5036: checking for make
231configure:5054: found /usr/bin/make
232configure:5066: result: /usr/bin/make
233configure:5076: checking for mdfind
234configure:5094: found /usr/bin/mdfind
235configure:5106: result: /usr/bin/mdfind
236configure:5116: checking for mdls
237configure:5134: found /usr/bin/mdls
238configure:5146: result: /usr/bin/mdls
239configure:5156: checking for mkbom
240configure:5174: found /usr/bin/mkbom
241configure:5186: result: /usr/bin/mkbom
242configure:5198: checking for mtree
243configure:5217: found /usr/sbin/mtree
244configure:5229: result: /usr/sbin/mtree
245configure:5242: checking for open
246configure:5260: found /usr/bin/open
247configure:5272: result: /usr/bin/open
248configure:5282: checking for openssl
249configure:5300: found /usr/bin/openssl
250configure:5312: result: /usr/bin/openssl
251configure:5322: checking for patch
252configure:5340: found /usr/bin/patch
253configure:5352: result: /usr/bin/patch
254configure:5362: checking for pax
255configure:5380: found /bin/pax
256configure:5392: result: /bin/pax
257configure:5402: checking for rmdir
258configure:5420: found /bin/rmdir
259configure:5432: result: /bin/rmdir
260configure:5442: checking for rsync
261configure:5460: found /usr/bin/rsync
262configure:5472: result: /usr/bin/rsync
263configure:5482: checking for sandbox-exec
264configure:5500: found /usr/bin/sandbox-exec
265configure:5512: result: /usr/bin/sandbox-exec
266configure:5522: checking for sed
267configure:5540: found /usr/bin/sed
268configure:5552: result: /usr/bin/sed
269configure:5562: checking for svn
270configure:5580: found /usr/bin/svn
271configure:5592: result: /usr/bin/svn
272configure:5602: checking for swig
273configure:5635: result: no
274configure:5642: checking for tar
275configure:5660: found /usr/bin/tar
276configure:5672: result: /usr/bin/tar
277configure:5682: checking for unzip
278configure:5700: found /usr/bin/unzip
279configure:5712: result: /usr/bin/unzip
280configure:5722: checking for xar
281configure:5740: found /usr/bin/xar
282configure:5752: result: /usr/bin/xar
283configure:5762: checking for xcodebuild
284configure:5780: found /usr/bin/xcodebuild
285configure:5792: result: /usr/bin/xcodebuild
286configure:5802: checking for xcrun
287configure:5820: found /usr/bin/xcrun
288configure:5832: result: /usr/bin/xcrun
289configure:5842: checking for xz
290configure:5875: result: no
291configure:5882: checking for zip
292configure:5900: found /usr/bin/zip
293configure:5912: result: /usr/bin/zip
294configure:5923: checking for launchd
295configure:5939: found /sbin/launchd
296configure:5950: result: yes
297configure:5985: checking for sed
298configure:6015: result: /usr/bin/sed
299configure:6028: checking which sed flag to use for extended regexp
300configure:6038: result: -E (BSD)
301configure:6055: checking for tar
302configure:6085: result: /usr/bin/tar
303configure:6094: checking whether tar supports -q
304configure:6097: result: yes (bsdtar)
305configure:6110: checking for tar
306configure:6140: result: /usr/bin/tar
307configure:6150: checking for gnutar
308configure:6183: result: no
309configure:6189: checking for which tar variant to use
310configure:6196: result: /usr/bin/tar
311configure:6200: checking for /usr/bin/tar --no-same-owner support
312configure:6204: result: no
313configure:6215: checking for patch
314configure:6245: result: /usr/bin/patch
315configure:6255: checking for gpatch
316configure:6288: result: no
317configure:6294: checking for GNU (FSF) patch
318configure:6306: result: /usr/bin/patch
319configure:6338: checking how to mark unused variables
320configure:6344: clang -c -g -O2  conftest.c >&5
321configure:6344: $? = 0
322configure:6354: result:
323configure:6359: checking for gcc symbol visibility attribute
324configure:6378: clang -c -g -O2  conftest.c >&5
325configure:6378: $? = 0
326configure:6392: result: __attribute__((visibility("hidden")))
327configure:6577: checking for the pthreads library -lpthreads
328configure:6610: clang -o conftest -g -O2    conftest.c -lpthreads  >&5
329ld: library not found for -lpthreads
330clang: error: linker command failed with exit code 1 (use -v to see invocation)
331configure:6610: $? = 1
332configure: failed program was:
333| /* confdefs.h */
334| #define PACKAGE_NAME "MacPorts"
335| #define PACKAGE_TARNAME "macports"
336| #define PACKAGE_VERSION "2.3.3"
337| #define PACKAGE_STRING "MacPorts 2.3.3"
338| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
339| #define PACKAGE_URL ""
340| #define UNUSED __attribute__((unused))
341| #define MP_PRIVATE __attribute__((visibility("hidden")))
342| /* end confdefs.h.  */
343| #include <pthread.h>
344| int
345| main ()
346| {
347| pthread_t th; pthread_join(th, 0);
348|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
349|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
350|   ;
351|   return 0;
352| }
353configure:6619: result: no
354configure:6522: checking whether pthreads work without any flags
355configure:6610: clang -o conftest -g -O2    conftest.c   >&5
356configure:6610: $? = 0
357configure:6619: result: yes
358configure:6638: checking for joinable pthread attribute
359configure:6653: clang -o conftest -g -O2    conftest.c   >&5
360configure:6653: $? = 0
361configure:6659: result: PTHREAD_CREATE_JOINABLE
362configure:6669: checking if more special flags are required for pthreads
363configure:6676: result: -D_THREAD_SAFE
364configure:6713: checking how to run the Objective C preprocessor
365configure:6740: clang -E  conftest.m
366configure:6740: $? = 0
367configure:6754: clang -E  conftest.m
368conftest.m:12:10: fatal error: 'ac_nonexistent.h' file not found
369#include <ac_nonexistent.h>
370         ^
3711 error generated.
372configure:6754: $? = 1
373configure: failed program was:
374| /* confdefs.h */
375| #define PACKAGE_NAME "MacPorts"
376| #define PACKAGE_TARNAME "macports"
377| #define PACKAGE_VERSION "2.3.3"
378| #define PACKAGE_STRING "MacPorts 2.3.3"
379| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
380| #define PACKAGE_URL ""
381| #define UNUSED __attribute__((unused))
382| #define MP_PRIVATE __attribute__((visibility("hidden")))
383| #define HAVE_PTHREAD 1
384| /* end confdefs.h.  */
385| #include <ac_nonexistent.h>
386configure:6779: result: clang -E
387configure:6799: clang -E  conftest.m
388configure:6799: $? = 0
389configure:6813: clang -E  conftest.m
390conftest.m:12:10: fatal error: 'ac_nonexistent.h' file not found
391#include <ac_nonexistent.h>
392         ^
3931 error generated.
394configure:6813: $? = 1
395configure: failed program was:
396| /* confdefs.h */
397| #define PACKAGE_NAME "MacPorts"
398| #define PACKAGE_TARNAME "macports"
399| #define PACKAGE_VERSION "2.3.3"
400| #define PACKAGE_STRING "MacPorts 2.3.3"
401| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
402| #define PACKAGE_URL ""
403| #define UNUSED __attribute__((unused))
404| #define MP_PRIVATE __attribute__((visibility("hidden")))
405| #define HAVE_PTHREAD 1
406| /* end confdefs.h.  */
407| #include <ac_nonexistent.h>
408configure:6842: checking for grep that handles long lines and -e
409configure:6900: result: /usr/bin/grep
410configure:6905: checking for egrep
411configure:6967: result: /usr/bin/grep -E
412configure:6972: checking for ANSI C header files
413configure:6992: clang -c -g -O2  conftest.m >&5
414configure:6992: $? = 0
415configure:7065: clang -o conftest -g -O2   conftest.m  >&5
416configure:7065: $? = 0
417configure:7065: ./conftest
418configure:7065: $? = 0
419configure:7076: result: yes
420configure:7089: checking for sys/types.h
421configure:7089: clang -c -g -O2  conftest.m >&5
422configure:7089: $? = 0
423configure:7089: result: yes
424configure:7089: checking for sys/stat.h
425configure:7089: clang -c -g -O2  conftest.m >&5
426configure:7089: $? = 0
427configure:7089: result: yes
428configure:7089: checking for stdlib.h
429configure:7089: clang -c -g -O2  conftest.m >&5
430configure:7089: $? = 0
431configure:7089: result: yes
432configure:7089: checking for string.h
433configure:7089: clang -c -g -O2  conftest.m >&5
434configure:7089: $? = 0
435configure:7089: result: yes
436configure:7089: checking for memory.h
437configure:7089: clang -c -g -O2  conftest.m >&5
438configure:7089: $? = 0
439configure:7089: result: yes
440configure:7089: checking for strings.h
441configure:7089: clang -c -g -O2  conftest.m >&5
442configure:7089: $? = 0
443configure:7089: result: yes
444configure:7089: checking for inttypes.h
445configure:7089: clang -c -g -O2  conftest.m >&5
446configure:7089: $? = 0
447configure:7089: result: yes
448configure:7089: checking for stdint.h
449configure:7089: clang -c -g -O2  conftest.m >&5
450configure:7089: $? = 0
451configure:7089: result: yes
452configure:7089: checking for unistd.h
453configure:7089: clang -c -g -O2  conftest.m >&5
454configure:7089: $? = 0
455configure:7089: result: yes
456configure:7136: checking objc/objc.h usability
457configure:7136: clang -c -g -O2  conftest.m >&5
458configure:7136: $? = 0
459configure:7136: result: yes
460configure:7136: checking objc/objc.h presence
461configure:7136: clang -E  conftest.m
462configure:7136: $? = 0
463configure:7136: result: yes
464configure:7136: checking for objc/objc.h
465configure:7136: result: yes
466configure:7161: checking if linking libobjc requires pthreads
467configure:7190: clang -o conftest -g -O2   conftest.m  -lobjc >&5
468conftest.m:32:7: error: use of undeclared identifier 'Object'
469                                                Object *obj = [Object alloc];
470                                                ^
471conftest.m:32:15: error: use of undeclared identifier 'obj'
472                                                Object *obj = [Object alloc];
473                                                        ^
474conftest.m:32:22: error: use of undeclared identifier 'Object'
475                                                Object *obj = [Object alloc];
476                                                               ^
477conftest.m:33:7: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
478                                                puts([obj name]);
479                                                ^
480conftest.m:33:13: error: use of undeclared identifier 'obj'
481                                                puts([obj name]);
482                                                      ^
4831 warning and 4 errors generated.
484configure:7190: $? = 1
485configure: failed program was:
486| /* confdefs.h */
487| #define PACKAGE_NAME "MacPorts"
488| #define PACKAGE_TARNAME "macports"
489| #define PACKAGE_VERSION "2.3.3"
490| #define PACKAGE_STRING "MacPorts 2.3.3"
491| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
492| #define PACKAGE_URL ""
493| #define UNUSED __attribute__((unused))
494| #define MP_PRIVATE __attribute__((visibility("hidden")))
495| #define HAVE_PTHREAD 1
496| #define STDC_HEADERS 1
497| #define HAVE_SYS_TYPES_H 1
498| #define HAVE_SYS_STAT_H 1
499| #define HAVE_STDLIB_H 1
500| #define HAVE_STRING_H 1
501| #define HAVE_MEMORY_H 1
502| #define HAVE_STRINGS_H 1
503| #define HAVE_INTTYPES_H 1
504| #define HAVE_STDINT_H 1
505| #define HAVE_UNISTD_H 1
506| #define HAVE_OBJC_OBJC_H 1
507| /* end confdefs.h.  */
508|
509|
510|                                               #include <objc/objc.h>
511|                                               #include <objc/Object.h>
512|
513| int
514| main ()
515| {
516|
517|                                               Object *obj = [Object alloc];
518|                                               puts([obj name]);
519|
520|   ;
521|   return 0;
522| }
523|
524configure:7228: clang -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
525conftest.m:32:8: error: use of undeclared identifier 'Object'
526                                                        Object *obj = [Object alloc];
527                                                        ^
528conftest.m:32:16: error: use of undeclared identifier 'obj'
529                                                        Object *obj = [Object alloc];
530                                                                ^
531conftest.m:32:23: error: use of undeclared identifier 'Object'
532                                                        Object *obj = [Object alloc];
533                                                                       ^
534conftest.m:33:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
535                                                        puts([obj name]);
536                                                        ^
537conftest.m:33:14: error: use of undeclared identifier 'obj'
538                                                        puts([obj name]);
539                                                              ^
5401 warning and 4 errors generated.
541configure:7228: $? = 1
542configure: failed program was:
543| /* confdefs.h */
544| #define PACKAGE_NAME "MacPorts"
545| #define PACKAGE_TARNAME "macports"
546| #define PACKAGE_VERSION "2.3.3"
547| #define PACKAGE_STRING "MacPorts 2.3.3"
548| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
549| #define PACKAGE_URL ""
550| #define UNUSED __attribute__((unused))
551| #define MP_PRIVATE __attribute__((visibility("hidden")))
552| #define HAVE_PTHREAD 1
553| #define STDC_HEADERS 1
554| #define HAVE_SYS_TYPES_H 1
555| #define HAVE_SYS_STAT_H 1
556| #define HAVE_STDLIB_H 1
557| #define HAVE_STRING_H 1
558| #define HAVE_MEMORY_H 1
559| #define HAVE_STRINGS_H 1
560| #define HAVE_INTTYPES_H 1
561| #define HAVE_STDINT_H 1
562| #define HAVE_UNISTD_H 1
563| #define HAVE_OBJC_OBJC_H 1
564| /* end confdefs.h.  */
565|
566|
567|                                                       #include <objc/objc.h>
568|                                                       #include <objc/Object.h>
569|
570| int
571| main ()
572| {
573|
574|                                                       Object *obj = [Object alloc];
575|                                                       puts([obj name]);
576|
577|   ;
578|   return 0;
579| }
580|
581configure:7248: result: no
582configure:7261: checking for Apple Objective-C runtime
583configure:7290: clang -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
584conftest.m:32:19: warning: implicit declaration of function 'objc_lookUpClass' is invalid in C99 [-Wimplicit-function-declaration]
585                                                        id class = objc_lookUpClass("Object");
586                                                                   ^
587conftest.m:32:11: warning: incompatible integer to pointer conversion initializing 'id' with an expression of type 'int' [-Wint-conversion]
588                                                        id class = objc_lookUpClass("Object");
589                                                           ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~
590conftest.m:33:24: warning: instance method '-alloc' not found (return type defaults to 'id') [-Wobjc-method-access]
591                                                        id obj = [class alloc];
592                                                                        ^~~~~
593conftest.m:34:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
594                                                        puts([obj name]);
595                                                        ^
596conftest.m:34:18: warning: instance method '-name' not found (return type defaults to 'id') [-Wobjc-method-access]
597                                                        puts([obj name]);
598                                                                  ^~~~
5995 warnings generated.
600configure:7290: $? = 0
601configure:7305: result: yes
602configure:7312: checking for GNU Objective C runtime
603configure:7340: clang -o conftest -g -O2 -D_THREAD_SAFE    conftest.m  -lobjc  >&5
604conftest.m:31:19: warning: implicit declaration of function 'objc_lookup_class' is invalid in C99 [-Wimplicit-function-declaration]
605                                                        id class = objc_lookup_class("Object");
606                                                                   ^
607conftest.m:31:11: warning: incompatible integer to pointer conversion initializing 'id' with an expression of type 'int' [-Wint-conversion]
608                                                        id class = objc_lookup_class("Object");
609                                                           ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
610conftest.m:32:24: warning: instance method '-alloc' not found (return type defaults to 'id') [-Wobjc-method-access]
611                                                        id obj = [class alloc];
612                                                                        ^~~~~
613conftest.m:33:8: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
614                                                        puts([obj name]);
615                                                        ^
616conftest.m:33:18: warning: instance method '-name' not found (return type defaults to 'id') [-Wobjc-method-access]
617                                                        puts([obj name]);
618                                                                  ^~~~
6195 warnings generated.
620Undefined symbols for architecture x86_64:
621  "_objc_lookup_class", referenced from:
622      _main in conftest-313b99.o
623ld: symbol(s) not found for architecture x86_64
624clang: error: linker command failed with exit code 1 (use -v to see invocation)
625configure:7340: $? = 1
626configure: failed program was:
627| /* confdefs.h */
628| #define PACKAGE_NAME "MacPorts"
629| #define PACKAGE_TARNAME "macports"
630| #define PACKAGE_VERSION "2.3.3"
631| #define PACKAGE_STRING "MacPorts 2.3.3"
632| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
633| #define PACKAGE_URL ""
634| #define UNUSED __attribute__((unused))
635| #define MP_PRIVATE __attribute__((visibility("hidden")))
636| #define HAVE_PTHREAD 1
637| #define STDC_HEADERS 1
638| #define HAVE_SYS_TYPES_H 1
639| #define HAVE_SYS_STAT_H 1
640| #define HAVE_STDLIB_H 1
641| #define HAVE_STRING_H 1
642| #define HAVE_MEMORY_H 1
643| #define HAVE_STRINGS_H 1
644| #define HAVE_INTTYPES_H 1
645| #define HAVE_STDINT_H 1
646| #define HAVE_UNISTD_H 1
647| #define HAVE_OBJC_OBJC_H 1
648| /* end confdefs.h.  */
649|
650|
651|                                                       #include <objc/objc.h>
652|
653| int
654| main ()
655| {
656|
657|                                                       id class = objc_lookup_class("Object");
658|                                                       id obj = [class alloc];
659|                                                       puts([obj name]);
660|
661|   ;
662|   return 0;
663| }
664|
665configure:7355: result: no
666configure:7367: Using Apple Objective-C runtime
667configure:7447: checking for Apple Foundation library
668configure:7483: clang -o conftest -g -O2   conftest.m -framework Foundation  >&5
669In file included from conftest.m:26:
670In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10:
671In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:6:
672/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:15: error: expected ';' after @class
673@class NSArray<ObjectType>;
674              ^
675/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:16: error: cannot find protocol declaration for 'ObjectType'
676@class NSArray<ObjectType>;
677               ^
678/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:25: error: cannot find protocol declaration for 'ObjectType'
679@interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration>
680                        ^
681/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:37: error: expected identifier or '('
682@interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration>
683                                    ^
684/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:36:13: error: expected ')'
685- (nullable ObjectType)nextObject;
686            ^
687/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:36:3: note: to match this '('
688- (nullable ObjectType)nextObject;
689  ^
690/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:25: error: cannot find protocol declaration for 'ObjectType'
691@interface NSEnumerator<ObjectType> (NSExtendedEnumerator)
692                        ^
693/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:1: error: duplicate interface definition for class 'NSEnumerator'
694@interface NSEnumerator<ObjectType> (NSExtendedEnumerator)
695^
696/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:12: note: previous definition is here
697@interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration>
698           ^
699/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:37: error: method type specifier must start with '-' or '+'
700@interface NSEnumerator<ObjectType> (NSExtendedEnumerator)
701                                    ^
702/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:38: error: expected a type
703@interface NSEnumerator<ObjectType> (NSExtendedEnumerator)
704                                     ^
705/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:1: error: expected selector for Objective-C method
706@property (readonly, copy) NSArray<ObjectType> *allObjects;
707^
708/System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:36: error: cannot find protocol declaration for 'ObjectType'
709@property (readonly, copy) NSArray<ObjectType> *allObjects;
710                                   ^
711In file included from conftest.m:26:
712In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10:
713/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:32: error: cannot find protocol declaration for 'ObjectType'
714@interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
715                               ^
716/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:44: error: expected identifier or '('
717@interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
718                                           ^
719/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:19:4: error: expected a type
720- (ObjectType)objectAtIndex:(NSUInteger)index;
721   ^
722/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:40: error: expected ')'
723- (instancetype)initWithObjects:(const ObjectType [])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
724                                       ^
725/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:33: note: to match this '('
726- (instancetype)initWithObjects:(const ObjectType [])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER;
727                                ^
728/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:20: error: cannot find protocol declaration for 'ObjectType'
729@interface NSArray<ObjectType> (NSExtendedArray)
730                   ^
731/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:1: error: duplicate interface definition for class 'NSArray'
732@interface NSArray<ObjectType> (NSExtendedArray)
733^
734/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:12: note: previous definition is here
735@interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>
736           ^
737/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:32: error: method type specifier must start with '-' or '+'
738@interface NSArray<ObjectType> (NSExtendedArray)
739                               ^
740/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:33: error: expected a type
741@interface NSArray<ObjectType> (NSExtendedArray)
742                                ^
743fatal error: too many errors emitted, stopping now [-ferror-limit=]
74420 errors generated.
745configure:7483: $? = 1
746configure: failed program was:
747| /* confdefs.h */
748| #define PACKAGE_NAME "MacPorts"
749| #define PACKAGE_TARNAME "macports"
750| #define PACKAGE_VERSION "2.3.3"
751| #define PACKAGE_STRING "MacPorts 2.3.3"
752| #define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
753| #define PACKAGE_URL ""
754| #define UNUSED __attribute__((unused))
755| #define MP_PRIVATE __attribute__((visibility("hidden")))
756| #define HAVE_PTHREAD 1
757| #define STDC_HEADERS 1
758| #define HAVE_SYS_TYPES_H 1
759| #define HAVE_SYS_STAT_H 1
760| #define HAVE_STDLIB_H 1
761| #define HAVE_STRING_H 1
762| #define HAVE_MEMORY_H 1
763| #define HAVE_STRINGS_H 1
764| #define HAVE_INTTYPES_H 1
765| #define HAVE_STDINT_H 1
766| #define HAVE_UNISTD_H 1
767| #define HAVE_OBJC_OBJC_H 1
768| #define APPLE_RUNTIME 1
769| /* end confdefs.h.  */
770|
771|
772|                                                               #include <Foundation/Foundation.h>
773|
774| int
775| main ()
776| {
777|
778|                                                               NSString *string = [[NSString alloc] initWithCString: "Hello World"];
779|                                                               [NSString length];
780|
781|   ;
782|   return 0;
783| }
784|
785configure:7501: result: no
786configure:7513: WARNING: GNUSTEP_SYSTEM_ROOT is not defined in your environment, preventing the use of GNUstep's Foundation library
787configure:7617: error: Could not find a working Foundation implementation
788
789## ---------------- ##
790## Cache variables. ##
791## ---------------- ##
792
793ac_cv_build=x86_64-apple-darwin15.0.0
794ac_cv_c_compiler_gnu=yes
795ac_cv_env_BSDMAKE_set=
796ac_cv_env_BSDMAKE_value=
797ac_cv_env_BZIP2_set=
798ac_cv_env_BZIP2_value=
799ac_cv_env_CC_set=
800ac_cv_env_CC_value=
801ac_cv_env_CFLAGS_set=
802ac_cv_env_CFLAGS_value=
803ac_cv_env_CPPFLAGS_set=
804ac_cv_env_CPPFLAGS_value=
805ac_cv_env_CPP_set=
806ac_cv_env_CPP_value=
807ac_cv_env_CVS_set=
808ac_cv_env_CVS_value=
809ac_cv_env_GNUMAKE_set=
810ac_cv_env_GNUMAKE_value=
811ac_cv_env_GNUTAR_set=
812ac_cv_env_GNUTAR_value=
813ac_cv_env_LDFLAGS_set=
814ac_cv_env_LDFLAGS_value=
815ac_cv_env_LIBS_set=
816ac_cv_env_LIBS_value=
817ac_cv_env_LZMA_set=
818ac_cv_env_LZMA_value=
819ac_cv_env_MAKE_set=
820ac_cv_env_MAKE_value=
821ac_cv_env_MTREE_set=
822ac_cv_env_MTREE_value=
823ac_cv_env_OBJCFLAGS_set=
824ac_cv_env_OBJCFLAGS_value=
825ac_cv_env_OBJCPP_set=
826ac_cv_env_OBJCPP_value=
827ac_cv_env_OBJC_set=
828ac_cv_env_OBJC_value=
829ac_cv_env_OPENSSL_set=
830ac_cv_env_OPENSSL_value=
831ac_cv_env_OPEN_set=
832ac_cv_env_OPEN_value=
833ac_cv_env_RSYNC_set=
834ac_cv_env_RSYNC_value=
835ac_cv_env_SED_set=
836ac_cv_env_SED_value=
837ac_cv_env_SVN_set=
838ac_cv_env_SVN_value=
839ac_cv_env_SWIG_set=
840ac_cv_env_SWIG_value=
841ac_cv_env_TAR_set=
842ac_cv_env_TAR_value=
843ac_cv_env_XAR_set=
844ac_cv_env_XAR_value=
845ac_cv_env_XZ_set=
846ac_cv_env_XZ_value=
847ac_cv_env_build_alias_set=
848ac_cv_env_build_alias_value=
849ac_cv_env_host_alias_set=
850ac_cv_env_host_alias_value=
851ac_cv_env_target_alias_set=
852ac_cv_env_target_alias_value=
853ac_cv_header_inttypes_h=yes
854ac_cv_header_memory_h=yes
855ac_cv_header_objc_objc_h=yes
856ac_cv_header_stdc=yes
857ac_cv_header_stdint_h=yes
858ac_cv_header_stdlib_h=yes
859ac_cv_header_string_h=yes
860ac_cv_header_strings_h=yes
861ac_cv_header_sys_stat_h=yes
862ac_cv_header_sys_types_h=yes
863ac_cv_header_unistd_h=yes
864ac_cv_host=x86_64-apple-darwin15.0.0
865ac_cv_objc_compiler_gnu=yes
866ac_cv_objc_foundation_apple=no
867ac_cv_objext=o
868ac_cv_path_BZIP2=/usr/bin/bzip2
869ac_cv_path_CHOWN=/usr/sbin/chown
870ac_cv_path_CP=/bin/cp
871ac_cv_path_CPIO=/usr/bin/cpio
872ac_cv_path_DEFAULTS=/usr/bin/defaults
873ac_cv_path_DIFF=/usr/bin/diff
874ac_cv_path_DSCL=/usr/bin/dscl
875ac_cv_path_DSEDITGROUP=/usr/sbin/dseditgroup
876ac_cv_path_EGREP='/usr/bin/grep -E'
877ac_cv_path_FILE=/usr/bin/file
878ac_cv_path_FIND=/usr/bin/find
879ac_cv_path_GIT=/usr/bin/git
880ac_cv_path_GNUMAKE=/usr/bin/gnumake
881ac_cv_path_GREP=/usr/bin/grep
882ac_cv_path_GZIP=/usr/bin/gzip
883ac_cv_path_HDIUTIL=/usr/bin/hdiutil
884ac_cv_path_LAUNCHCTL=/bin/launchctl
885ac_cv_path_LIPO=/usr/bin/lipo
886ac_cv_path_LSBOM=/usr/bin/lsbom
887ac_cv_path_MAKE=/usr/bin/make
888ac_cv_path_MDFIND=/usr/bin/mdfind
889ac_cv_path_MDLS=/usr/bin/mdls
890ac_cv_path_MKBOM=/usr/bin/mkbom
891ac_cv_path_MTREE=/usr/sbin/mtree
892ac_cv_path_OPEN=/usr/bin/open
893ac_cv_path_OPENSSL=/usr/bin/openssl
894ac_cv_path_PATCH=/usr/bin/patch
895ac_cv_path_PAX=/bin/pax
896ac_cv_path_RMDIR=/bin/rmdir
897ac_cv_path_RSYNC=/usr/bin/rsync
898ac_cv_path_SANDBOX_EXEC=/usr/bin/sandbox-exec
899ac_cv_path_SED=/usr/bin/sed
900ac_cv_path_SVN=/usr/bin/svn
901ac_cv_path_SW_VERS=/usr/bin/sw_vers
902ac_cv_path_TAR=/usr/bin/tar
903ac_cv_path_UNZIP=/usr/bin/unzip
904ac_cv_path_XAR=/usr/bin/xar
905ac_cv_path_XCODEBUILD=/usr/bin/xcodebuild
906ac_cv_path_XCODE_SELECT=/usr/bin/xcode-select
907ac_cv_path_XCRUN=/usr/bin/xcrun
908ac_cv_path_ZIP=/usr/bin/zip
909ac_cv_path_install='/usr/bin/install -c'
910ac_cv_prog_HAVE_LAUNCHD=yes
911ac_cv_prog_OBJCPP='clang -E'
912ac_cv_prog_ac_ct_CC=clang
913ac_cv_prog_ac_ct_OBJC=clang
914ac_cv_prog_cc_c89=
915ac_cv_prog_cc_g=yes
916ac_cv_prog_make_make_set=yes
917ac_cv_prog_objc_g=yes
918ac_cv_target=x86_64-apple-darwin15.0.0
919mp_cv_attribute_mp_private='__attribute__((visibility("hidden")))'
920mp_cv_objc_req_pthread=no
921mp_cv_objc_runtime_apple=yes
922mp_cv_objc_runtime_gnu=no
923
924## ----------------- ##
925## Output variables. ##
926## ----------------- ##
927
928BSDMAKE=''
929BZIP2='/usr/bin/bzip2'
930BZR=''
931CC='clang'
932CFLAGS='-g -O2'
933CFLAGS_LIBCURL=''
934CFLAGS_PEDANTIC='-pedantic'
935CFLAGS_QUICHEEATERS='-Wextra -Wall'
936CFLAGS_SQLITE3=''
937CFLAGS_WERROR=''
938CHOWN='/usr/sbin/chown'
939CP='/bin/cp'
940CPIO='/usr/bin/cpio'
941CPP=''
942CPPFLAGS=''
943CURL_CONFIG=''
944CVS=''
945DEFAULTS='/usr/bin/defaults'
946DEFS=''
947DEVELOPER_DIR='/Applications/Xcode.app/Contents/Developer'
948DIFF='/usr/bin/diff'
949DSCL='/usr/bin/dscl'
950DSEDITGROUP='/usr/sbin/dseditgroup'
951DSTGRP=''
952DSTMODE=''
953DSTUSR=''
954ECHO_C='\c'
955ECHO_N=''
956ECHO_T=''
957EGREP='/usr/bin/grep -E'
958EXEEXT=''
959EXTRA_PROGS=''
960FILE='/usr/bin/file'
961FIND='/usr/bin/find'
962GIT='/usr/bin/git'
963GNUMAKE='/usr/bin/gnumake'
964GNUPATCH='/usr/bin/patch'
965GNUTAR=''
966GREP='/usr/bin/grep'
967GZIP='/usr/bin/gzip'
968HAVE_FRAMEWORK_COREFOUNDATION=''
969HAVE_FRAMEWORK_IOKIT=''
970HAVE_FRAMEWORK_SYSTEMCONFIGURATION=''
971HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER=''
972HAVE_LAUNCHD='yes'
973HDIUTIL='/usr/bin/hdiutil'
974HG=''
975INCLUDES=''
976INSTALL_DATA='${INSTALL} -m 644'
977INSTALL_PROGRAM='${INSTALL}'
978INSTALL_SCRIPT='${INSTALL}'
979INTREE_TCLSH=''
980LAUNCHCTL='/bin/launchctl'
981LDFLAGS=''
982LDFLAGS_LIBCURL=''
983LDFLAGS_SQLITE3=''
984LIBOBJS=''
985LIBS=''
986LIPO='/usr/bin/lipo'
987LN_S='ln -s'
988LSBOM='/usr/bin/lsbom'
989LTLIBOBJS=''
990LZMA=''
991MACPORTS_VERSION='2.3.3'
992MAKE='/usr/bin/make'
993MD5_LIBS=''
994MDFIND='/usr/bin/mdfind'
995MDLS='/usr/bin/mdls'
996MKBOM='/usr/bin/mkbom'
997MPAPPLICATIONSDIR=''
998MPCONFIGDIR=''
999MPCONFIGDIR_EXPANDED=''
1000MPFRAMEWORKSDIR=''
1001MTREE='/usr/sbin/mtree'
1002OBJC='clang'
1003OBJCFLAGS='-g -O2'
1004OBJCPP='clang -E'
1005OBJC_FOUNDATION=''
1006OBJC_FOUNDATION_CPPFLAGS=''
1007OBJC_FOUNDATION_LDFLAGS=''
1008OBJC_FOUNDATION_LIBS=''
1009OBJC_LIBS='-lobjc'
1010OBJC_PTHREAD_CFLAGS='-D_THREAD_SAFE '
1011OBJC_PTHREAD_LIBS=''
1012OBJC_RUNTIME='APPLE_RUNTIME'
1013OBJC_RUNTIME_FLAGS='-fnext-runtime'
1014OBJEXT='o'
1015OPEN='/usr/bin/open'
1016OPENSSL='/usr/bin/openssl'
1017OS_MAJOR=''
1018OS_PLATFORM=''
1019PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
1020PACKAGE_NAME='MacPorts'
1021PACKAGE_STRING='MacPorts 2.3.3'
1022PACKAGE_TARNAME='macports'
1023PACKAGE_URL=''
1024PACKAGE_VERSION='2.3.3'
1025PATCH='/usr/bin/patch'
1026PATH_CLEANED='/bin:/sbin:/usr/bin:/usr/sbin'
1027PATH_SEPARATOR=':'
1028PAX='/bin/pax'
1029PKG_CONFIG=''
1030PORTSDIR=''
1031PTHREAD_CFLAGS='-D_THREAD_SAFE '
1032PTHREAD_LIBS=''
1033READLINE_LIBS=''
1034READLINK_IS_NOT_P1003_1A=''
1035RMDIR='/bin/rmdir'
1036RSYNC='/usr/bin/rsync'
1037RUNUSR=''
1038SANDBOX_EXEC='/usr/bin/sandbox-exec'
1039SED='/usr/bin/sed'
1040SED_EXT='-E'
1041SET_MAKE=''
1042SHELL='/bin/sh'
1043SHLIB_CFLAGS=''
1044SHLIB_LD=''
1045SHLIB_SUFFIX=''
1046STLIB_LD=''
1047SVN='/usr/bin/svn'
1048SWIG=''
1049SW_VERS='/usr/bin/sw_vers'
1050TAR='/usr/bin/tar'
1051TAR_CMD='/usr/bin/tar'
1052TAR_Q='q'
1053TCLSH=''
1054TCL_BIN_DIR=''
1055TCL_LIB_FILE=''
1056TCL_LIB_FLAG=''
1057TCL_LIB_SPEC=''
1058TCL_PACKAGE_PATH=''
1059TCL_PREFIX=''
1060TCL_SRC_DIR=''
1061TCL_STUB_LIB_FILE=''
1062TCL_STUB_LIB_FLAG=''
1063TCL_STUB_LIB_SPEC=''
1064TCL_VERSION=''
1065TRACEMODE_SUPPORT=''
1066UNIVERSAL_ARCHFLAGS=''
1067UNIVERSAL_ARCHS=''
1068UNZIP='/usr/bin/unzip'
1069VENDOR_DESTROOT=''
1070VENDOR_TCLLIB_INSTALL=''
1071VENDOR_TCLLIB_SUBDIR=''
1072VENDOR_TCLTHREAD_INSTALL=''
1073VENDOR_TCLTHREAD_SUBDIR=''
1074VENDOR_TCL_INSTALL=''
1075VENDOR_TCL_SUBDIR=''
1076XAR='/usr/bin/xar'
1077XCODEBUILD='/usr/bin/xcodebuild'
1078XCODE_SELECT='/usr/bin/xcode-select'
1079XCRUN='/usr/bin/xcrun'
1080XZ=''
1081ZIP='/usr/bin/zip'
1082ac_ct_CC='clang'
1083ac_ct_OBJC='clang'
1084ac_cv_func_strlcat=''
1085acx_pthread_config=''
1086bindir='${exec_prefix}/bin'
1087build='x86_64-apple-darwin15.0.0'
1088build_alias=''
1089build_cpu='x86_64'
1090build_os='darwin15.0.0'
1091build_vendor='apple'
1092datadir='${datarootdir}'
1093datarootdir='${prefix}/share'
1094docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1095dvidir='${docdir}'
1096exec_prefix='NONE'
1097host='x86_64-apple-darwin15.0.0'
1098host_alias=''
1099host_cpu='x86_64'
1100host_os='darwin15.0.0'
1101host_vendor='apple'
1102htmldir='${docdir}'
1103includedir='${prefix}/include'
1104infodir='${datarootdir}/info'
1105libdir='${exec_prefix}/lib'
1106libexecdir='${exec_prefix}/libexec'
1107localedir='${datarootdir}/locale'
1108localstatedir='${prefix}/var'
1109localstatedir_expanded=''
1110mandir='${datarootdir}/man'
1111oldincludedir='/usr/include'
1112pdfdir='${docdir}'
1113prefix='/Users/apowers/macports-test'
1114prefix_expanded=''
1115program_transform_name='s,x,x,'
1116psdir='${docdir}'
1117sbindir='${exec_prefix}/sbin'
1118sharedstatedir='${prefix}/com'
1119sysconfdir='${prefix}/etc'
1120target='x86_64-apple-darwin15.0.0'
1121target_alias=''
1122target_cpu='x86_64'
1123target_os='darwin15.0.0'
1124target_vendor='apple'
1125
1126## ----------- ##
1127## confdefs.h. ##
1128## ----------- ##
1129
1130/* confdefs.h */
1131#define PACKAGE_NAME "MacPorts"
1132#define PACKAGE_TARNAME "macports"
1133#define PACKAGE_VERSION "2.3.3"
1134#define PACKAGE_STRING "MacPorts 2.3.3"
1135#define PACKAGE_BUGREPORT "macports-dev@lists.macosforge.org"
1136#define PACKAGE_URL ""
1137#define UNUSED __attribute__((unused))
1138#define MP_PRIVATE __attribute__((visibility("hidden")))
1139#define HAVE_PTHREAD 1
1140#define STDC_HEADERS 1
1141#define HAVE_SYS_TYPES_H 1
1142#define HAVE_SYS_STAT_H 1
1143#define HAVE_STDLIB_H 1
1144#define HAVE_STRING_H 1
1145#define HAVE_MEMORY_H 1
1146#define HAVE_STRINGS_H 1
1147#define HAVE_INTTYPES_H 1
1148#define HAVE_STDINT_H 1
1149#define HAVE_UNISTD_H 1
1150#define HAVE_OBJC_OBJC_H 1
1151#define APPLE_RUNTIME 1
1152
1153configure: exit 1