gauc 0.3.0

Couchbase Rust Adapter / CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
The system is: Darwin - 16.0.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 
Build flags: 
Id flags: 

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is AppleClang, found in "/Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/3.6.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 
Build flags: 
Id flags: 

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is AppleClang, found in "/Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/3.6.2/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_1b886/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1b886.dir/build.make CMakeFiles/cmTC_1b886.dir/build
Building C object CMakeFiles/cmTC_1b886.dir/testCCompiler.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc     -o CMakeFiles/cmTC_1b886.dir/testCCompiler.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_1b886
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1b886.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_1b886.dir/testCCompiler.c.o  -o cmTC_1b886  


Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_02a3f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_02a3f.dir/build.make CMakeFiles/cmTC_02a3f.dir/build
Building C object CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc     -o CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o   -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_02a3f
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02a3f.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o  -o cmTC_02a3f   
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_02a3f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld  PROJECT:ld64-274.1
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
	/usr/lib
	/usr/local/lib
Framework search paths:
	/Library/Frameworks/
	/System/Library/Frameworks/


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_02a3f/fast"]
  ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_02a3f.dir/build.make CMakeFiles/cmTC_02a3f.dir/build]
  ignore line: [Building C object CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc     -o CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o   -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_02a3f]
  ignore line: [/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_02a3f.dir/link.txt --verbose=1]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o  -o cmTC_02a3f   ]
  ignore line: [Apple LLVM version 8.0.0 (clang-800.0.38)]
  ignore line: [Target: x86_64-apple-darwin16.0.0]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_02a3f -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
    arg [-demangle] ==> ignore
    arg [-dynamic] ==> ignore
    arg [-arch] ==> ignore
    arg [x86_64] ==> ignore
    arg [-macosx_version_min] ==> ignore
    arg [10.12.0] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_02a3f] ==> ignore
    arg [-search_paths_first] ==> ignore
    arg [-headerpad_max_install_names] ==> ignore
    arg [-v] ==> ignore
    arg [CMakeFiles/cmTC_02a3f.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lSystem] ==> lib [System]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
  Library search paths: [;/usr/lib;/usr/local/lib]
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
  remove lib [System]
  collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
  collapse library dir [/usr/lib] ==> [/usr/lib]
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
  implicit libs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
  implicit dirs: [/usr/lib;/usr/local/lib]
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e73c5/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e73c5.dir/build.make CMakeFiles/cmTC_e73c5.dir/build
Building C object CMakeFiles/cmTC_e73c5.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -std=c11 -o CMakeFiles/cmTC_e73c5.dir/feature_tests.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_e73c5
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e73c5.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_e73c5.dir/feature_tests.c.o  -o cmTC_e73c5  


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6bb2f/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6bb2f.dir/build.make CMakeFiles/cmTC_6bb2f.dir/build
Building C object CMakeFiles/cmTC_6bb2f.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -std=c99 -o CMakeFiles/cmTC_6bb2f.dir/feature_tests.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_6bb2f
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bb2f.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_6bb2f.dir/feature_tests.c.o  -o cmTC_6bb2f  


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_86cf2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_86cf2.dir/build.make CMakeFiles/cmTC_86cf2.dir/build
Building C object CMakeFiles/cmTC_86cf2.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -std=c90 -o CMakeFiles/cmTC_86cf2.dir/feature_tests.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_86cf2
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_86cf2.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_86cf2.dir/feature_tests.c.o  -o cmTC_86cf2  


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_daac9/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_daac9.dir/build.make CMakeFiles/cmTC_daac9.dir/build
Building CXX object CMakeFiles/cmTC_daac9.dir/testCXXCompiler.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++      -o CMakeFiles/cmTC_daac9.dir/testCXXCompiler.cxx.o -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_daac9
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_daac9.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_daac9.dir/testCXXCompiler.cxx.o  -o cmTC_daac9  


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b8dc3/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b8dc3.dir/build.make CMakeFiles/cmTC_b8dc3.dir/build
Building CXX object CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++      -o CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_b8dc3
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8dc3.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_b8dc3   
Apple LLVM version 8.0.0 (clang-800.0.38)
Target: x86_64-apple-darwin16.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_b8dc3 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld  PROJECT:ld64-274.1
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
Library search paths:
	/usr/lib
	/usr/local/lib
Framework search paths:
	/Library/Frameworks/
	/System/Library/Frameworks/


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_b8dc3/fast"]
  ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_b8dc3.dir/build.make CMakeFiles/cmTC_b8dc3.dir/build]
  ignore line: [Building CXX object CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++      -o CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_b8dc3]
  ignore line: [/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8dc3.dir/link.txt --verbose=1]
  ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -Wl,-search_paths_first -Wl,-headerpad_max_install_names  -v -Wl,-v CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_b8dc3   ]
  ignore line: [Apple LLVM version 8.0.0 (clang-800.0.38)]
  ignore line: [Target: x86_64-apple-darwin16.0.0]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_b8dc3 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
    arg [-demangle] ==> ignore
    arg [-dynamic] ==> ignore
    arg [-arch] ==> ignore
    arg [x86_64] ==> ignore
    arg [-macosx_version_min] ==> ignore
    arg [10.12.0] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_b8dc3] ==> ignore
    arg [-search_paths_first] ==> ignore
    arg [-headerpad_max_install_names] ==> ignore
    arg [-v] ==> ignore
    arg [CMakeFiles/cmTC_b8dc3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lc++] ==> lib [c++]
    arg [-lSystem] ==> lib [System]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
  Library search paths: [;/usr/lib;/usr/local/lib]
  Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
  remove lib [System]
  collapse lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
  collapse library dir [/usr/lib] ==> [/usr/lib]
  collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
  collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
  collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
  implicit libs: [c++;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/8.0.0/lib/darwin/libclang_rt.osx.a]
  implicit dirs: [/usr/lib;/usr/local/lib]
  implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]




Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2f2aa/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2f2aa.dir/build.make CMakeFiles/cmTC_2f2aa.dir/build
Building CXX object CMakeFiles/cmTC_2f2aa.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -std=c++14 -o CMakeFiles/cmTC_2f2aa.dir/feature_tests.cxx.o -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_2f2aa
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2f2aa.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_2f2aa.dir/feature_tests.cxx.o  -o cmTC_2f2aa  


    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_68e16/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_68e16.dir/build.make CMakeFiles/cmTC_68e16.dir/build
Building CXX object CMakeFiles/cmTC_68e16.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -std=c++11 -o CMakeFiles/cmTC_68e16.dir/feature_tests.cxx.o -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_68e16
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68e16.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_68e16.dir/feature_tests.cxx.o  -o cmTC_68e16  


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_27ca2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_27ca2.dir/build.make CMakeFiles/cmTC_27ca2.dir/build
Building CXX object CMakeFiles/cmTC_27ca2.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -std=c++98 -o CMakeFiles/cmTC_27ca2.dir/feature_tests.cxx.o -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_27ca2
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27ca2.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_27ca2.dir/feature_tests.cxx.o  -o cmTC_27ca2  


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:0cxx_alias_templates
    Feature record: CXX_FEATURE:0cxx_alignas
    Feature record: CXX_FEATURE:0cxx_alignof
    Feature record: CXX_FEATURE:0cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:0cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:0cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:0cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:0cxx_default_function_template_args
    Feature record: CXX_FEATURE:0cxx_defaulted_functions
    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:0cxx_delegating_constructors
    Feature record: CXX_FEATURE:0cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:0cxx_explicit_conversions
    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:0cxx_extern_templates
    Feature record: CXX_FEATURE:0cxx_final
    Feature record: CXX_FEATURE:0cxx_func_identifier
    Feature record: CXX_FEATURE:0cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the function event_new exists passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c8979/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c8979.dir/build.make CMakeFiles/cmTC_c8979.dir/build
Building C object CMakeFiles/cmTC_c8979.dir/CheckFunctionExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -I/Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/event2/event.h  -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=event_new -I/usr/local/include   -o CMakeFiles/cmTC_c8979.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_c8979
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c8979.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=event_new -I/usr/local/include -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_c8979.dir/CheckFunctionExists.c.o  -o cmTC_c8979  /usr/local/lib/libevent_core.dylib 
clang: warning: argument unused during compilation: '-pthread'


Determining if the include file pthread.h exists passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dffb4/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dffb4.dir/build.make CMakeFiles/cmTC_dffb4.dir/build
Building C object CMakeFiles/cmTC_dffb4.dir/CheckIncludeFile.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_dffb4.dir/CheckIncludeFile.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_dffb4
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dffb4.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_dffb4.dir/CheckIncludeFile.c.o  -o cmTC_dffb4  
clang: warning: argument unused during compilation: '-pthread'


Determining if the pthread_create exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3bd7a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3bd7a.dir/build.make CMakeFiles/cmTC_3bd7a.dir/build
Building C object CMakeFiles/cmTC_3bd7a.dir/CheckSymbolExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_3bd7a.dir/CheckSymbolExists.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_3bd7a
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3bd7a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_3bd7a.dir/CheckSymbolExists.c.o  -o cmTC_3bd7a  
clang: warning: argument unused during compilation: '-pthread'

File /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function gettimeofday exists passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_69fba/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_69fba.dir/build.make CMakeFiles/cmTC_69fba.dir/build
Building C object CMakeFiles/cmTC_69fba.dir/CheckFunctionExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=gettimeofday   -o CMakeFiles/cmTC_69fba.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_69fba
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_69fba.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=gettimeofday -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_69fba.dir/CheckFunctionExists.c.o  -o cmTC_69fba  
clang: warning: argument unused during compilation: '-pthread'


Determining if the function clock_gettime exists passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_cb488/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_cb488.dir/build.make CMakeFiles/cmTC_cb488.dir/build
Building C object CMakeFiles/cmTC_cb488.dir/CheckFunctionExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=clock_gettime   -o CMakeFiles/cmTC_cb488.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_cb488
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb488.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=clock_gettime -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_cb488.dir/CheckFunctionExists.c.o  -o cmTC_cb488  
clang: warning: argument unused during compilation: '-pthread'


Determining if the function setitimer exists passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_35048/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_35048.dir/build.make CMakeFiles/cmTC_35048.dir/build
Building C object CMakeFiles/cmTC_35048.dir/CheckFunctionExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=setitimer   -o CMakeFiles/cmTC_35048.dir/CheckFunctionExists.c.o   -c /usr/local/Cellar/cmake/3.6.2/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_35048
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35048.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread -DCHECK_FUNCTION_EXISTS=setitimer -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_35048.dir/CheckFunctionExists.c.o  -o cmTC_35048  
clang: warning: argument unused during compilation: '-pthread'


Determining if the htonll exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6799d/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6799d.dir/build.make CMakeFiles/cmTC_6799d.dir/build
Building C object CMakeFiles/cmTC_6799d.dir/CheckSymbolExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_6799d.dir/CheckSymbolExists.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_6799d
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6799d.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_6799d.dir/CheckSymbolExists.c.o  -o cmTC_6799d  
clang: warning: argument unused during compilation: '-pthread'

File /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <arpa/inet.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef htonll
  return ((int*)(&htonll))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if files dlfcn.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_05125/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_05125.dir/build.make CMakeFiles/cmTC_05125.dir/build
Building C object CMakeFiles/cmTC_05125.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_05125.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_05125
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05125.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_05125.dir/CheckIncludeFiles.c.o  -o cmTC_05125  
clang: warning: argument unused during compilation: '-pthread'


Determining if files netdb.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dd891/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_dd891.dir/build.make CMakeFiles/cmTC_dd891.dir/build
Building C object CMakeFiles/cmTC_dd891.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_dd891.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_dd891
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd891.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_dd891.dir/CheckIncludeFiles.c.o  -o cmTC_dd891  
clang: warning: argument unused during compilation: '-pthread'


Determining if files stdint.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_a269a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a269a.dir/build.make CMakeFiles/cmTC_a269a.dir/build
Building C object CMakeFiles/cmTC_a269a.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_a269a.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_a269a
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a269a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_a269a.dir/CheckIncludeFiles.c.o  -o cmTC_a269a  
clang: warning: argument unused during compilation: '-pthread'


Determining if files strings.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_17ae2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_17ae2.dir/build.make CMakeFiles/cmTC_17ae2.dir/build
Building C object CMakeFiles/cmTC_17ae2.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_17ae2.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_17ae2
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17ae2.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_17ae2.dir/CheckIncludeFiles.c.o  -o cmTC_17ae2  
clang: warning: argument unused during compilation: '-pthread'


Determining if files sys/socket.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9cb2a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9cb2a.dir/build.make CMakeFiles/cmTC_9cb2a.dir/build
Building C object CMakeFiles/cmTC_9cb2a.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_9cb2a.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_9cb2a
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9cb2a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_9cb2a.dir/CheckIncludeFiles.c.o  -o cmTC_9cb2a  
clang: warning: argument unused during compilation: '-pthread'


Determining if files sys/stat.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_59acd/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_59acd.dir/build.make CMakeFiles/cmTC_59acd.dir/build
Building C object CMakeFiles/cmTC_59acd.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_59acd.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_59acd
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_59acd.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_59acd.dir/CheckIncludeFiles.c.o  -o cmTC_59acd  
clang: warning: argument unused during compilation: '-pthread'


Determining if files sys/types.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ce9ab/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_ce9ab.dir/build.make CMakeFiles/cmTC_ce9ab.dir/build
Building C object CMakeFiles/cmTC_ce9ab.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_ce9ab.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_ce9ab
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ce9ab.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_ce9ab.dir/CheckIncludeFiles.c.o  -o cmTC_ce9ab  
clang: warning: argument unused during compilation: '-pthread'


Determining if files unistd.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_9c38a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9c38a.dir/build.make CMakeFiles/cmTC_9c38a.dir/build
Building C object CMakeFiles/cmTC_9c38a.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_9c38a.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_9c38a
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c38a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_9c38a.dir/CheckIncludeFiles.c.o  -o cmTC_9c38a  
clang: warning: argument unused during compilation: '-pthread'


Determining if files sys/uio.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_51c05/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_51c05.dir/build.make CMakeFiles/cmTC_51c05.dir/build
Building C object CMakeFiles/cmTC_51c05.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_51c05.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_51c05
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51c05.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_51c05.dir/CheckIncludeFiles.c.o  -o cmTC_51c05  
clang: warning: argument unused during compilation: '-pthread'


Determining if files fcntl.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8199c/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_8199c.dir/build.make CMakeFiles/cmTC_8199c.dir/build
Building C object CMakeFiles/cmTC_8199c.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_8199c.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_8199c
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8199c.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_8199c.dir/CheckIncludeFiles.c.o  -o cmTC_8199c  
clang: warning: argument unused during compilation: '-pthread'


Determining if files sys/time.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_4caee/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_4caee.dir/build.make CMakeFiles/cmTC_4caee.dir/build
Building C object CMakeFiles/cmTC_4caee.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_4caee.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_4caee
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4caee.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_4caee.dir/CheckIncludeFiles.c.o  -o cmTC_4caee  
clang: warning: argument unused during compilation: '-pthread'


Determining if files arpa/inet.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2fa82/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2fa82.dir/build.make CMakeFiles/cmTC_2fa82.dir/build
Building C object CMakeFiles/cmTC_2fa82.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_2fa82.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_2fa82
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2fa82.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_2fa82.dir/CheckIncludeFiles.c.o  -o cmTC_2fa82  
clang: warning: argument unused during compilation: '-pthread'


Determining if files inttypes.h exist passed with the following output:
Change Dir: /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_c91fb/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c91fb.dir/build.make CMakeFiles/cmTC_c91fb.dir/build
Building C object CMakeFiles/cmTC_c91fb.dir/CheckIncludeFiles.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc    -fno-strict-aliasing -pthread    -o CMakeFiles/cmTC_c91fb.dir/CheckIncludeFiles.c.o   -c /Users/tomaskorcak/dev/microcrawler/libcouchbase/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTC_c91fb
/usr/local/Cellar/cmake/3.6.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c91fb.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc   -fno-strict-aliasing -pthread  -Wl,-search_paths_first -Wl,-headerpad_max_install_names   CMakeFiles/cmTC_c91fb.dir/CheckIncludeFiles.c.o  -o cmTC_c91fb  
clang: warning: argument unused during compilation: '-pthread'