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 |
$ brew upgrade cmake Updating Homebrew... Warning: You are using macOS 10.11. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Discourse, Twitter or IRC. You are responsible for resolving any issues you experience, as you are running this old version. ==> Upgrading 1 outdated package: cmake 3.12.0 -> 3.14.2 ==> Upgrading cmake ==> Downloading https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake Already downloaded: /Users/xxxx/Library/Caches/Homebrew/downloads/348cde1c4453dba1e5e72e9bb6ae7cd45fffb907d265cd06efd513841eda8541--cmake-3.14.2.tar.gz ==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.14.2 --no-system-libs --paral ==> make Last 15 lines from /Users/xxxx/Library/Logs/Homebrew/cmake/02.make: [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_req_name.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_scale.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_sub.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_user.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_win.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alnum.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alpha.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_enum.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_int.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_ipv4.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_num.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_regex.c.o [ 25%] Linking C static library libcmForm.a [ 25%] Built target cmForm make: *** [all] Error 2 Do not report this issue to Homebrew/brew or Homebrew/core! Error: You are using macOS 10.11. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Discourse, Twitter or IRC. You are responsible for resolving any issues you experience, as you are running this old version. |
查看日志/Users/xxxx/Library/Logs/Homebrew/cmake/02.make
,内容如下:
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 |
2019-04-14 18:53:43 +0800 make Scanning dependencies of target cmsys_c [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/ProcessUNIX.c.o Scanning dependencies of target cmsys [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Base64.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/EncodingC.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/MD5.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Terminal.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/System.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/String.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o [ 1%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o [ 2%] Linking C static library libcmsys_c.a [ 2%] Built target cmsys_c Scanning dependencies of target kwiml_test [ 2%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.o [ 2%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.o [ 2%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o [ 3%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.o [ 3%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o [ 4%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.o [ 4%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.o [ 4%] Linking CXX executable kwiml_test [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o [ 4%] Built target kwiml_test [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o Scanning dependencies of target cmlibrhash [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/algorithms.c.o [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/byte_order.c.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/hex.c.o [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/md5.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/rhash.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha1.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha256.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha3.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha512.c.o [ 5%] Linking C static library libcmlibrhash.a [ 5%] Built target cmlibrhash Scanning dependencies of target cmcompress [ 5%] Building C object Utilities/cmcompress/CMakeFiles/cmcompress.dir/cmcompress.c.o [ 5%] Linking C static library libcmcompress.a [ 5%] Built target cmcompress [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o Scanning dependencies of target cmexpat [ 5%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/loadlibrary.c.o [ 5%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmlparse.c.o [ 5%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmlrole.c.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.cxx.o [ 5%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok.c.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o [ 6%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o [ 6%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok_impl.c.o [ 7%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok_ns.c.o [ 7%] Linking C static library libcmexpat.a [ 7%] Built target cmexpat Scanning dependencies of target cmliblzma [ 7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/check.c.o [ 7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_fast.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_table.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_fast.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_table.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/sha256.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_decoder.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_encoder.c.o [ 8%] Linking CXX static library libcmsys.a [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/auto_decoder.c.o [ 8%] Built target cmsys [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_decoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_encoder.c.o Scanning dependencies of target cmjsoncpp [ 9%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_reader.cpp.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_decoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_encoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_decoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_encoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_util.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/common.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_buffer_encoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_decoder_memusage.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder_memusage.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_preset.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_decoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_encoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_common.c.o [ 10%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_value.cpp.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_hash.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_encoder.c.o [ 12%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_writer.cpp.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_common.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_decoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_encoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_size.c.o [ 13%] Linking CXX static library libcmjsoncpp.a [ 13%] Built target cmjsoncpp [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_common.c.o Scanning dependencies of target cmlibuv [ 13%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/fs-poll.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_decoder.c.o [ 13%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/idna.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_encoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_decoder.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/inet.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/strscpy.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder_mf.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/threadpool.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/fastpos_table.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/timer.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_decoder.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/uv-common.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_encoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_decoder.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/uv-data-getter-setters.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/version.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/async.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/core.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/dl.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/fs.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_fast.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_normal.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/getaddrinfo.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/getnameinfo.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_presets.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/loop-watcher.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/rangecoder/price_table.c.o [ 17%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/loop.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/arm.c.o [ 17%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/pipe.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/armthumb.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/ia64.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/poll.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/powerpc.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/process.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_coder.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_decoder.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/signal.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_encoder.c.o [ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/sparc.c.o [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/stream.c.o [ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/x86.c.o [ 19%] Linking C static library libcmliblzma.a [ 19%] Built target cmliblzma [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/tcp.c.o Scanning dependencies of target cmForm [ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/thread.c.o [ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_attr.c.o [ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_current.c.o [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/tty.c.o [ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_def.c.o [ 19%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_dup.c.o [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/udp.c.o [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftchoice.c.o [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftlink.c.o [ 21%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/bsd-ifaddrs.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_info.c.o [ 21%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/darwin.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_just.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_link.c.o [ 21%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/darwin-proctitle.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_max.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_move.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_newftyp.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_opts.c.o [ 22%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/fsevents.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_pad.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_page.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_stat.c.o [ 22%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/kqueue.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_type.c.o [ 22%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/proctitle.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_user.c.o [ 22%] Linking C static library libcmlibuv.a [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_cursor.c.o [ 22%] Built target cmlibuv Scanning dependencies of target OSXScriptLauncher [ 22%] Building CXX object Source/CMakeFiles/OSXScriptLauncher.dir/CPack/OSXScriptLauncher.cxx.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_data.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_def.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_driver.c.o [ 23%] Linking CXX executable ../bin/OSXScriptLauncher [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_hook.c.o Undefined symbols for architecture x86_64: "cmsys::SystemTools::FileExists(char const*)", referenced from: _main in OSXScriptLauncher.cxx.o "cmsys::SystemTools::GetFilenamePath(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from: _main in OSXScriptLauncher.cxx.o "cmsys::SystemToolsManager::SystemToolsManager()", referenced from: __GLOBAL__sub_I_OSXScriptLauncher.cxx in OSXScriptLauncher.cxx.o "cmsys::SystemToolsManager::~SystemToolsManager()", referenced from: __GLOBAL__sub_I_OSXScriptLauncher.cxx in OSXScriptLauncher.cxx.o "_cmsysProcess_Delete", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_Execute", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetErrorString", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetExceptionString", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetExitValue", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetState", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_New", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetCommand", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetOption", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetTimeout", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetWorkingDirectory", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_WaitForData", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_WaitForExit", referenced from: _main in OSXScriptLauncher.cxx.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/OSXScriptLauncher] Error 1 make[1]: *** [Source/CMakeFiles/OSXScriptLauncher.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_opts.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_page.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_post.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_req_name.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_scale.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_sub.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_user.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_win.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alnum.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alpha.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_enum.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_int.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_ipv4.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_num.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_regex.c.o [ 25%] Linking C static library libcmForm.a [ 25%] Built target cmForm make: *** [all] Error 2 HOMEBREW_VERSION: 2.1.0 ORIGIN: https://github.com/Homebrew/brew.git HEAD: 1337da0f891aebb85accb094d63e401da1b53cba Last commit: 10 days ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 88f88dccd799dbfaeb8632999ac1f20756f3adc3 Core tap last commit: 81 minutes ago HOMEBREW_PREFIX: /usr/local HOMEBREW_CACHE: /Users/xxxx/Library/Caches/Homebrew CPU: dual-core 64-bit penryn Homebrew Ruby: 2.3.7 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby Clang: 8.0 build 800 Git: 2.21.0 => /usr/local/opt/git/bin/git Curl: 7.43.0 => /usr/bin/curl Java: 1.8.0_121, 1.7.0_15, 1.6.0_65-b14-468, 1.6.0_35-b10-428 macOS: 10.11.6-x86_64 CLT: 8.2.0.0.1.1480973914 Xcode: 8.2.1 XQuartz: 2.7.8 => /opt/X11 HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j2 CMAKE_PREFIX_PATH: /usr/local/opt/sphinx-doc:/usr/local CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 HOMEBREW_GIT: /usr/local/opt/git/bin/git ACLOCAL_PATH: /usr/local/share/aclocal PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/sphinx-doc/bin:/usr/bin:/bin:/usr/sbin:/sbin |
执行如下命令:
1 |
$ brew reinstall cmake -s -d -v |
可以看到详细的错误信息如下:
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 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 |
$ brew reinstall cmake -s -d -v /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb Warning: You are using macOS 10.11. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Discourse, Twitter or IRC. You are responsible for resolving any issues you experience, as you are running this old version. /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/python.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/gdbm.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/openssl.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/readline.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sqlite.rb /usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/xz.rb ==> Reinstalling cmake /usr/bin/sandbox-exec -f /private/tmp/homebrew20190415-27701-mq2jqt.sb nice /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-cobertura-1.3.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-macho-2.2.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-rspec-1.32.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-0.66.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unicode-display_width-1.5.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-progressbar-1.10.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-wait-0.0.9/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-retry-0.6.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-its-1.2.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-3.8.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-mocks-3.8.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-expectations-3.8.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-core-3.8.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rspec-support-3.8.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ronn-0.7.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rdiscount-2.2.0.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/rdiscount-2.2.0.1:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rainbow-3.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/psych-3.1.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/psych-3.1.0:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/plist-3.5.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parser-2.6.2.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parallel_tests-2.28.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/parallel-1.16.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mustache-1.1.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mechanize-2.7.6/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/webrobots-0.1.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ntlm-http-0.1.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/nokogiri-1.10.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/nokogiri-1.10.2:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mini_portile2-2.4.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/net-http-persistent-3.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/net-http-digest_auth-1.4.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mime-types-3.2.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/mime-types-data-3.2018.0812/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/jaro_winkler-1.5.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/jaro_winkler-1.5.2:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/http-cookie-1.0.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/hpricot-0.8.6/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/hpricot-0.8.6:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/domain_name-0.5.20180417/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unf-0.1.4/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/unf_ext-0.0.7.5/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/unf_ext-0.0.7.5:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/diff-lcs-1.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/coveralls-0.8.22/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/thor-0.19.4/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/term-ansicolor-1.7.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/tins-1.20.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-0.16.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-html-0.10.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/docile-1.3.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/json-2.2.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/extensions/universal-darwin-18/2.3.0/json-2.2.0:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/connection_pool-2.2.2/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/backports-3.12.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ast-2.4.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/activesupport-5.2.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/tzinfo-1.2.5/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/thread_safe-0.3.6/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/minitest-5.11.3/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/i18n-1.6.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/concurrent-ruby-1.1.5/lib:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/site_ruby/2.3.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/site_ruby/2.3.0/x86_64-darwin9.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/site_ruby/2.3.0/universal-darwin9.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/site_ruby:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/vendor_ruby/2.3.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/vendor_ruby/2.3.0/x86_64-darwin9.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/vendor_ruby/2.3.0/universal-darwin9.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/vendor_ruby:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/2.3.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/2.3.0/x86_64-darwin9.0:/usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/lib/ruby/2.3.0/universal-darwin9.0:/usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb --verbose --debug /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/python.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/gdbm.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/openssl.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/readline.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sqlite.rb /usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/xz.rb ==> Downloading https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2.tar.gz /usr/bin/curl -q --show-error --user-agent Homebrew/2.1.0\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 10.11.6\)\ curl/7.43.0 --location --silent --head --request GET https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2.tar.gz Already downloaded: /Users/xxxx/Library/Caches/Homebrew/downloads/348cde1c4453dba1e5e72e9bb6ae7cd45fffb907d265cd06efd513841eda8541--cmake-3.14.2.tar.gz ==> Verifying 348cde1c4453dba1e5e72e9bb6ae7cd45fffb907d265cd06efd513841eda8541--cmake-3.14.2.tar.gz checksum tar xof /Users/xxxx/Library/Caches/Homebrew/downloads/348cde1c4453dba1e5e72e9bb6ae7cd45fffb907d265cd06efd513841eda8541--cmake-3.14.2.tar.gz -C /private/tmp/d20190415-27702-x1md7a cp -pR /private/tmp/d20190415-27702-x1md7a/cmake-3.14.2/. /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2 chmod -Rf +w /private/tmp/d20190415-27702-x1md7a ==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.14.2 --no-system-libs --parallel=2 --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man --sphinx-build=/usr/local/opt/sphinx-doc/bin/sphinx-build --sphinx-html --sphinx-man --system-zlib --system-bzip2 --system-curl -- -DCMAKE_BUILD_TYPE=Release --------------------------------------------- CMake 3.14.2, Copyright 2000-2019 Kitware, Inc. and Contributors C compiler on this system is: clang C++ compiler on this system is: clang++ -std=gnu++1z Makefile processor on this system is: gmake clang++ has setenv clang++ has unsetenv clang++ does not have environ in stdlib.h clang++ has stl wstring clang++ does not have <ext/stdio_filebuf.h> --------------------------------------------- clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddCustomCommandCommand.cxx -o cmAddCustomCommandCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddCustomTargetCommand.cxx -o cmAddCustomTargetCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddDefinitionsCommand.cxx -o cmAddDefinitionsCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddDependenciesCommand.cxx -o cmAddDependenciesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddExecutableCommand.cxx -o cmAddExecutableCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddLibraryCommand.cxx -o cmAddLibraryCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddSubDirectoryCommand.cxx -o cmAddSubDirectoryCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmAddTestCommand.cxx -o cmAddTestCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmBreakCommand.cxx -o cmBreakCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmBuildCommand.cxx -o cmBuildCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCMakeMinimumRequired.cxx -o cmCMakeMinimumRequired.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCMakePolicyCommand.cxx -o cmCMakePolicyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCPackPropertiesGenerator.cxx -o cmCPackPropertiesGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCacheManager.cxx -o cmCacheManager.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCommand.cxx -o cmCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCommandArgumentsHelper.cxx -o cmCommandArgumentsHelper.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCommands.cxx -o cmCommands.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCommonTargetGenerator.cxx -o cmCommonTargetGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmConditionEvaluator.cxx -o cmConditionEvaluator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmConfigureFileCommand.cxx -o cmConfigureFileCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmContinueCommand.cxx -o cmContinueCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCoreTryCompile.cxx -o cmCoreTryCompile.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCreateTestSourceList.cxx -o cmCreateTestSourceList.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCustomCommand.cxx -o cmCustomCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmCustomCommandGenerator.cxx -o cmCustomCommandGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmDefinePropertyCommand.cxx -o cmDefinePropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmDefinitions.cxx -o cmDefinitions.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmDepends.cxx -o cmDepends.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmDependsC.cxx -o cmDependsC.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmDisallowedCommand.cxx -o cmDisallowedCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmEnableLanguageCommand.cxx -o cmEnableLanguageCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmEnableTestingCommand.cxx -o cmEnableTestingCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExecProgramCommand.cxx -o cmExecProgramCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExecuteProcessCommand.cxx -o cmExecuteProcessCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExpandedCommandArgument.cxx -o cmExpandedCommandArgument.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExportBuildFileGenerator.cxx -o cmExportBuildFileGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExportSet.cxx -o cmExportSet.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExportSetMap.cxx -o cmExportSetMap.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExportTryCompileFileGenerator.cxx -o cmExportTryCompileFileGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmExternalMakefileProjectGenerator.cxx -o cmExternalMakefileProjectGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFileCommand.cxx -o cmFileCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindBase.cxx -o cmFindBase.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindCommon.cxx -o cmFindCommon.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindFileCommand.cxx -o cmFindFileCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindLibraryCommand.cxx -o cmFindLibraryCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindPackageCommand.cxx -o cmFindPackageCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindPathCommand.cxx -o cmFindPathCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFindProgramCommand.cxx -o cmFindProgramCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmForEachCommand.cxx -o cmForEachCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFunctionCommand.cxx -o cmFunctionCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmFSPermissions.cxx -o cmFSPermissions.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpression.cxx -o cmGeneratorExpression.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionContext.cxx -o cmGeneratorExpressionContext.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionDAGChecker.cxx -o cmGeneratorExpressionDAGChecker.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionEvaluationFile.cxx -o cmGeneratorExpressionEvaluationFile.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionEvaluator.cxx -o cmGeneratorExpressionEvaluator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionLexer.cxx -o cmGeneratorExpressionLexer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionNode.cxx -o cmGeneratorExpressionNode.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorExpressionParser.cxx -o cmGeneratorExpressionParser.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetCMakePropertyCommand.cxx -o cmGetCMakePropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetDirectoryPropertyCommand.cxx -o cmGetDirectoryPropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetFilenameComponentCommand.cxx -o cmGetFilenameComponentCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetPropertyCommand.cxx -o cmGetPropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetSourceFilePropertyCommand.cxx -o cmGetSourceFilePropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetTargetPropertyCommand.cxx -o cmGetTargetPropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGetTestPropertyCommand.cxx -o cmGetTestPropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGlobalCommonGenerator.cxx -o cmGlobalCommonGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmGlobVerificationManager.cxx -o cmGlobVerificationManager.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmHexFileConverter.cxx -o cmHexFileConverter.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmIfCommand.cxx -o cmIfCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmIncludeCommand.cxx -o cmIncludeCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmIncludeGuardCommand.cxx -o cmIncludeGuardCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmIncludeDirectoryCommand.cxx -o cmIncludeDirectoryCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmIncludeRegularExpressionCommand.cxx -o cmIncludeRegularExpressionCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallCommand.cxx -o cmInstallCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallCommandArguments.cxx -o cmInstallCommandArguments.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallFilesCommand.cxx -o cmInstallFilesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallSubdirectoryGenerator.cxx -o cmInstallSubdirectoryGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstallTargetsCommand.cxx -o cmInstallTargetsCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmInstalledFile.cxx -o cmInstalledFile.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmLinkDirectoriesCommand.cxx -o cmLinkDirectoriesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmLinkItem.cxx -o cmLinkItem.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmLinkLineComputer.cxx -o cmLinkLineComputer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmListCommand.cxx -o cmListCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmListFileCache.cxx -o cmListFileCache.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmLocalCommonGenerator.cxx -o cmLocalCommonGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMSVC60LinkLineComputer.cxx -o cmMSVC60LinkLineComputer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMacroCommand.cxx -o cmMacroCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMakeDirectoryCommand.cxx -o cmMakeDirectoryCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMakefile.cxx -o cmMakefile.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMarkAsAdvancedCommand.cxx -o cmMarkAsAdvancedCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMathCommand.cxx -o cmMathCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMessageCommand.cxx -o cmMessageCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmMessenger.cxx -o cmMessenger.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmNewLineStyle.cxx -o cmNewLineStyle.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmOSXBundleGenerator.cxx -o cmOSXBundleGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmOptionCommand.cxx -o cmOptionCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmOutputConverter.cxx -o cmOutputConverter.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmParseArgumentsCommand.cxx -o cmParseArgumentsCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmPathLabel.cxx -o cmPathLabel.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmPolicies.cxx -o cmPolicies.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmProcessOutput.cxx -o cmProcessOutput.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmProjectCommand.cxx -o cmProjectCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmProperty.cxx -o cmProperty.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmPropertyMap.cxx -o cmPropertyMap.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmReturnCommand.cxx -o cmReturnCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmRulePlaceholderExpander.cxx -o cmRulePlaceholderExpander.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmScriptGenerator.cxx -o cmScriptGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSearchPath.cxx -o cmSearchPath.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSeparateArgumentsCommand.cxx -o cmSeparateArgumentsCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSetCommand.cxx -o cmSetCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSetDirectoryPropertiesCommand.cxx -o cmSetDirectoryPropertiesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSetPropertyCommand.cxx -o cmSetPropertyCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSetSourceFilesPropertiesCommand.cxx -o cmSetSourceFilesPropertiesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSetTargetPropertiesCommand.cxx -o cmSetTargetPropertiesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSetTestsPropertiesCommand.cxx -o cmSetTestsPropertiesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSiteNameCommand.cxx -o cmSiteNameCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSourceFile.cxx -o cmSourceFile.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmState.cxx -o cmState.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmStateDirectory.cxx -o cmStateDirectory.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmStateSnapshot.cxx -o cmStateSnapshot.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmStringReplaceHelper.cxx -o cmStringReplaceHelper.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmStringCommand.cxx -o cmStringCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSubdirCommand.cxx -o cmSubdirCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmSystemTools.cxx -o cmSystemTools.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTarget.cxx -o cmTarget.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetCompileDefinitionsCommand.cxx -o cmTargetCompileDefinitionsCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetCompileFeaturesCommand.cxx -o cmTargetCompileFeaturesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetCompileOptionsCommand.cxx -o cmTargetCompileOptionsCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetIncludeDirectoriesCommand.cxx -o cmTargetIncludeDirectoriesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetLinkLibrariesCommand.cxx -o cmTargetLinkLibrariesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetPropCommandBase.cxx -o cmTargetPropCommandBase.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetPropertyComputer.cxx -o cmTargetPropertyComputer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTargetSourcesCommand.cxx -o cmTargetSourcesCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTest.cxx -o cmTest.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTestGenerator.cxx -o cmTestGenerator.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTimestamp.cxx -o cmTimestamp.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTryCompileCommand.cxx -o cmTryCompileCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmTryRunCommand.cxx -o cmTryRunCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmUnexpectedCommand.cxx -o cmUnexpectedCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmUnsetCommand.cxx -o cmUnsetCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmUVHandlePtr.cxx -o cmUVHandlePtr.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmVersion.cxx -o cmVersion.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmWhileCommand.cxx -o cmWhileCommand.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmWorkingDirectory.cxx -o cmWorkingDirectory.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmake.cxx -o cmake.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmakemain.cxx -o cmakemain.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cmcmd.cxx -o cmcmd.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/cm_string_view.cxx -o cm_string_view.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser/cmExprLexer.cxx -o cmExprLexer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser/cmExprParser.cxx -o cmExprParser.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser/cmListFileLexer.c -o cmListFileLexer.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/Directory.cxx -o Directory.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/EncodingCXX.cxx -o EncodingCXX.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/FStream.cxx -o FStream.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/Glob.cxx -o Glob.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/RegularExpression.cxx -o RegularExpression.o clang++ -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -DKWSYS_CXX_HAS_SETENV=1 -DKWSYS_CXX_HAS_UNSETENV=1 -DKWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H=0 -DKWSYS_CXX_HAS_UTIMENSAT=0 -DKWSYS_CXX_HAS_UTIMES=0 -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/SystemTools.cxx -o SystemTools.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/EncodingC.c -o EncodingC.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -DKWSYS_STRING_C -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/String.c -o String.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/System.c -o System.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/kwsys/Terminal.c -o Terminal.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/strscpy.c -o uv-src-strscpy.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/timer.c -o uv-src-timer.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/uv-common.c -o uv-src-uv-common.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/cmake-bootstrap.c -o uv-src-unix-cmake-bootstrap.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/core.c -o uv-src-unix-core.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/fs.c -o uv-src-unix-fs.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/loop.c -o uv-src-unix-loop.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/loop-watcher.c -o uv-src-unix-loop-watcher.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/no-fsevents.c -o uv-src-unix-no-fsevents.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/pipe.c -o uv-src-unix-pipe.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/poll.c -o uv-src-unix-poll.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/posix-hrtime.c -o uv-src-unix-posix-hrtime.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/posix-poll.c -o uv-src-unix-posix-poll.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/process.c -o uv-src-unix-process.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/signal.c -o uv-src-unix-signal.c.o clang -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/include -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src -c /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities/cmlibuv/src/unix/stream.c -o uv-src-unix-stream.c.o clang++ -framework CoreFoundation -std=gnu++1z -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Source/LexerParser -I/private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Utilities cmAddCustomCommandCommand.o cmAddCustomTargetCommand.o cmAddDefinitionsCommand.o cmAddDependenciesCommand.o cmAddExecutableCommand.o cmAddLibraryCommand.o cmAddSubDirectoryCommand.o cmAddTestCommand.o cmBreakCommand.o cmBuildCommand.o cmCMakeMinimumRequired.o cmCMakePolicyCommand.o cmCPackPropertiesGenerator.o cmCacheManager.o cmCommand.o cmCommandArgumentParserHelper.o cmCommandArgumentsHelper.o cmCommands.o cmCommonTargetGenerator.o cmComputeComponentGraph.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmComputeTargetDepends.o cmConditionEvaluator.o cmConfigureFileCommand.o cmContinueCommand.o cmCoreTryCompile.o cmCreateTestSourceList.o cmCustomCommand.o cmCustomCommandGenerator.o cmDefinePropertyCommand.o cmDefinitions.o cmDepends.o cmDependsC.o cmDisallowedCommand.o cmDocumentationFormatter.o cmEnableLanguageCommand.o cmEnableTestingCommand.o cmExecProgramCommand.o cmExecuteProcessCommand.o cmExpandedCommandArgument.o cmExportBuildFileGenerator.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmExportSet.o cmExportSetMap.o cmExportTryCompileFileGenerator.o cmExprParserHelper.o cmExternalMakefileProjectGenerator.o cmFileCommand.o cmFileTimeComparison.o cmFindBase.o cmFindCommon.o cmFindFileCommand.o cmFindLibraryCommand.o cmFindPackageCommand.o cmFindPathCommand.o cmFindProgramCommand.o cmForEachCommand.o cmFunctionCommand.o cmFSPermissions.o cmGeneratedFileStream.o cmGeneratorExpression.o cmGeneratorExpressionContext.o cmGeneratorExpressionDAGChecker.o cmGeneratorExpressionEvaluationFile.o cmGeneratorExpressionEvaluator.o cmGeneratorExpressionLexer.o cmGeneratorExpressionNode.o cmGeneratorExpressionParser.o cmGeneratorTarget.o cmGetCMakePropertyCommand.o cmGetDirectoryPropertyCommand.o cmGetFilenameComponentCommand.o cmGetPropertyCommand.o cmGetSourceFilePropertyCommand.o cmGetTargetPropertyCommand.o cmGetTestPropertyCommand.o cmGlobalCommonGenerator.o cmGlobalGenerator.o cmGlobalUnixMakefileGenerator3.o cmGlobVerificationManager.o cmHexFileConverter.o cmIfCommand.o cmIncludeCommand.o cmIncludeGuardCommand.o cmIncludeDirectoryCommand.o cmIncludeRegularExpressionCommand.o cmInstallCommand.o cmInstallCommandArguments.o cmInstallDirectoryGenerator.o cmInstallExportGenerator.o cmInstallFilesCommand.o cmInstallFilesGenerator.o cmInstallGenerator.o cmInstallScriptGenerator.o cmInstallSubdirectoryGenerator.o cmInstallTargetGenerator.o cmInstallTargetsCommand.o cmInstalledFile.o cmLinkDirectoriesCommand.o cmLinkItem.o cmLinkLineComputer.o cmListCommand.o cmListFileCache.o cmLocalCommonGenerator.o cmLocalGenerator.o cmLocalUnixMakefileGenerator3.o cmMSVC60LinkLineComputer.o cmMacroCommand.o cmMakeDirectoryCommand.o cmMakefile.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmMarkAsAdvancedCommand.o cmMathCommand.o cmMessageCommand.o cmMessenger.o cmNewLineStyle.o cmOSXBundleGenerator.o cmOptionCommand.o cmOrderDirectories.o cmOutputConverter.o cmParseArgumentsCommand.o cmPathLabel.o cmPolicies.o cmProcessOutput.o cmProjectCommand.o cmProperty.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmPropertyMap.o cmReturnCommand.o cmRulePlaceholderExpander.o cmScriptGenerator.o cmSearchPath.o cmSeparateArgumentsCommand.o cmSetCommand.o cmSetDirectoryPropertiesCommand.o cmSetPropertyCommand.o cmSetSourceFilesPropertiesCommand.o cmSetTargetPropertiesCommand.o cmSetTestsPropertiesCommand.o cmSiteNameCommand.o cmSourceFile.o cmSourceFileLocation.o cmState.o cmStateDirectory.o cmStateSnapshot.o cmStringReplaceHelper.o cmStringCommand.o cmSubdirCommand.o cmSystemTools.o cmTarget.o cmTargetCompileDefinitionsCommand.o cmTargetCompileFeaturesCommand.o cmTargetCompileOptionsCommand.o cmTargetIncludeDirectoriesCommand.o cmTargetLinkLibrariesCommand.o cmTargetPropCommandBase.o cmTargetPropertyComputer.o cmTargetSourcesCommand.o cmTest.o cmTestGenerator.o cmTimestamp.o cmTryCompileCommand.o cmTryRunCommand.o cmUnexpectedCommand.o cmUnsetCommand.o cmUVHandlePtr.o cmVersion.o cmWhileCommand.o cmWorkingDirectory.o cmake.o cmakemain.o cmcmd.o cm_string_view.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmExprLexer.o cmExprParser.o cmListFileLexer.o Directory.o EncodingCXX.o FStream.o Glob.o RegularExpression.o SystemTools.o EncodingC.o ProcessUNIX.o String.o System.o Terminal.o uv-src-strscpy.c.o uv-src-timer.c.o uv-src-uv-common.c.o uv-src-unix-cmake-bootstrap.c.o uv-src-unix-core.c.o uv-src-unix-fs.c.o uv-src-unix-loop.c.o uv-src-unix-loop-watcher.c.o uv-src-unix-no-fsevents.c.o uv-src-unix-pipe.c.o uv-src-unix-poll.c.o uv-src-unix-posix-hrtime.c.o uv-src-unix-posix-poll.c.o uv-src-unix-process.c.o uv-src-unix-signal.c.o uv-src-unix-stream.c.o -o cmake loading initial cache file /private/tmp/cmake-20190415-27702-a562tg/cmake-3.14.2/Bootstrap.cmk/InitialCacheFlags.cmake -- The C compiler identification is AppleClang 8.0.0.8000042 -- The CXX compiler identification is AppleClang 8.0.0.8000042 -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Checking if compiler supports needed C++17 constructs -- Checking if compiler supports needed C++17 constructs - yes -- Checking if compiler supports C++ make_unique -- Checking if compiler supports C++ make_unique - yes -- Looking for unsetenv -- Looking for unsetenv - found -- Looking for environ -- Looking for environ - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- Checking whether header cstdio is available -- Checking whether header cstdio is available - yes -- Checking for Large File Support -- Checking for Large File Support - yes -- Checking whether C++ compiler has 'long long' -- Checking whether C++ compiler has 'long long' - yes -- Checking whether C++ compiler has '__int64' -- Checking whether C++ compiler has '__int64' - no -- Checking whether wstring is available -- Checking whether wstring is available - yes -- Checking if istream supports long long -- Checking if istream supports long long - yes -- Checking if ostream supports long long -- Checking if ostream supports long long - yes -- Checking whether C compiler has ptrdiff_t in stddef.h -- Checking whether C compiler has ptrdiff_t in stddef.h - yes -- Checking whether C compiler has ssize_t in unistd.h -- Checking whether C compiler has ssize_t in unistd.h - yes -- Checking whether C compiler has clock_gettime -- Checking whether C compiler has clock_gettime - no -- Checking whether CXX compiler has setenv -- Checking whether CXX compiler has setenv - yes -- Checking whether CXX compiler has unsetenv -- Checking whether CXX compiler has unsetenv - yes -- Checking whether CXX compiler has environ in stdlib.h -- Checking whether CXX compiler has environ in stdlib.h - no -- Checking whether CXX compiler has utimes -- Checking whether CXX compiler has utimes - yes -- Checking whether CXX compiler has utimensat -- Checking whether CXX compiler has utimensat - no -- Checking whether CXX compiler struct stat has st_mtim member -- Checking whether CXX compiler struct stat has st_mtim member - no -- Checking whether CXX compiler struct stat has st_mtimespec member -- Checking whether CXX compiler struct stat has st_mtimespec member - yes -- Looking for include files sys/types.h, ifaddrs.h -- Looking for include files sys/types.h, ifaddrs.h - found -- Checking whether CXX compiler has rlimit64 -- Checking whether CXX compiler has rlimit64 - no -- Checking whether CXX compiler has atol -- Checking whether CXX compiler has atol - yes -- Checking whether CXX compiler has atoll -- Checking whether CXX compiler has atoll - yes -- Checking whether CXX compiler has _atoi64 -- Checking whether CXX compiler has _atoi64 - no -- Looking for C++ include execinfo.h -- Looking for C++ include execinfo.h - found -- Checking whether backtrace works with this C++ compiler -- Checking whether backtrace works with this C++ compiler - yes -- Looking for C++ include dlfcn.h -- Looking for C++ include dlfcn.h - found -- Checking whether dladdr works with this C++ compiler -- Checking whether dladdr works with this C++ compiler - yes -- Looking for C++ include cxxabi.h -- Looking for C++ include cxxabi.h - found -- Checking whether cxxabi works with this C++ compiler -- Checking whether cxxabi works with this C++ compiler - yes -- Checking whether CXX compiler has getloadavg -- Checking whether CXX compiler has getloadavg - yes -- Checking whether <ext/stdio_filebuf.h> is available -- Checking whether <ext/stdio_filebuf.h> is available - no -- Using system-installed BZIP2 -- Using system-installed CURL -- Using system-installed ZLIB -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") -- Found CURL: /usr/lib/libcurl.dylib (found version "7.43.0") -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for bcopy -- Looking for bcopy - found -- Looking for memmove -- Looking for memmove - found -- Looking for mmap -- Looking for mmap - found -- Looking for 4 include files stdlib.h, ..., float.h -- Looking for 4 include files stdlib.h, ..., float.h - found -- Check if the system is big endian -- Searching 16 bit integer -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for off_t -- Looking for off_t - not found -- Looking for size_t -- Looking for size_t - not found -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") -- Looking for BZ2_bzCompressInit -- Looking for BZ2_bzCompressInit - found -- Looking for byteswap.h -- Looking for byteswap.h - not found -- Looking for limits.h -- Looking for limits.h - found -- Looking for sys/sysctl.h -- Looking for sys/sysctl.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Performing Test HAVE_BSWAP_16 -- Performing Test HAVE_BSWAP_16 - Failed -- Performing Test HAVE_BSWAP_32 -- Performing Test HAVE_BSWAP_32 - Failed -- Performing Test HAVE_BSWAP_64 -- Performing Test HAVE_BSWAP_64 - Failed -- Check size of int16_t -- Check size of int16_t - done -- Check size of int32_t -- Check size of int32_t - done -- Check size of int64_t -- Check size of int64_t - done -- Check size of intmax_t -- Check size of intmax_t - done -- Check size of uint8_t -- Check size of uint8_t - done -- Check size of uint16_t -- Check size of uint16_t - done -- Check size of uint32_t -- Check size of uint32_t - done -- Check size of uint64_t -- Check size of uint64_t - done -- Check size of uintmax_t -- Check size of uintmax_t - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- Check size of long long -- Check size of long long - done -- Check size of unsigned short -- Check size of unsigned short - done -- Check size of unsigned -- Check size of unsigned - done -- Check size of unsigned long -- Check size of unsigned long - done -- Check size of unsigned long long -- Check size of unsigned long long - done -- Check size of size_t -- Check size of size_t - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of unsigned __int64 -- Check size of unsigned __int64 - failed -- Check size of uintptr_t -- Check size of uintptr_t - done -- Found LibLZMA: cmliblzma (found version "5.2.4") -- Performing Test HAVE_DIRENT_H -- Performing Test HAVE_DIRENT_H - Success -- Looking for include files sys/types.h, ctype.h -- Looking for include files sys/types.h, ctype.h - found -- Looking for 3 include files sys/types.h, ..., copyfile.h -- Looking for 3 include files sys/types.h, ..., copyfile.h - found -- Looking for 4 include files sys/types.h, ..., direct.h -- Looking for 4 include files sys/types.h, ..., direct.h - not found -- Looking for 5 include files sys/types.h, ..., errno.h -- Looking for 5 include files sys/types.h, ..., errno.h - found -- Looking for 6 include files sys/types.h, ..., ext2fs/ext2_fs.h -- Looking for 6 include files sys/types.h, ..., ext2fs/ext2_fs.h - not found -- Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS -- Performing Test HAVE_WORKING_EXT2_IOC_GETFLAGS - Failed -- Looking for 7 include files sys/types.h, ..., grp.h -- Looking for 7 include files sys/types.h, ..., grp.h - found -- Looking for 9 include files sys/types.h, ..., io.h -- Looking for 9 include files sys/types.h, ..., io.h - not found -- Looking for 9 include files sys/types.h, ..., langinfo.h -- Looking for 9 include files sys/types.h, ..., langinfo.h - found -- Looking for 11 include files sys/types.h, ..., linux/types.h -- Looking for 11 include files sys/types.h, ..., linux/types.h - not found -- Looking for 11 include files sys/types.h, ..., linux/fiemap.h -- Looking for 11 include files sys/types.h, ..., linux/fiemap.h - not found -- Looking for 11 include files sys/types.h, ..., linux/fs.h -- Looking for 11 include files sys/types.h, ..., linux/fs.h - not found -- Performing Test HAVE_WORKING_FS_IOC_GETFLAGS -- Performing Test HAVE_WORKING_FS_IOC_GETFLAGS - Failed -- Looking for 11 include files sys/types.h, ..., linux/magic.h -- Looking for 11 include files sys/types.h, ..., linux/magic.h - not found -- Looking for 11 include files sys/types.h, ..., locale.h -- Looking for 11 include files sys/types.h, ..., locale.h - found -- Looking for 12 include files sys/types.h, ..., membership.h -- Looking for 12 include files sys/types.h, ..., membership.h - found -- Looking for 14 include files sys/types.h, ..., paths.h -- Looking for 14 include files sys/types.h, ..., paths.h - found -- Looking for 15 include files sys/types.h, ..., poll.h -- Looking for 15 include files sys/types.h, ..., poll.h - found -- Looking for 16 include files sys/types.h, ..., process.h -- Looking for 16 include files sys/types.h, ..., process.h - not found -- Looking for 16 include files sys/types.h, ..., pwd.h -- Looking for 16 include files sys/types.h, ..., pwd.h - found -- Looking for 17 include files sys/types.h, ..., readpassphrase.h -- Looking for 17 include files sys/types.h, ..., readpassphrase.h - found -- Looking for 18 include files sys/types.h, ..., regex.h -- Looking for 18 include files sys/types.h, ..., regex.h - found -- Looking for 19 include files sys/types.h, ..., signal.h -- Looking for 19 include files sys/types.h, ..., signal.h - found -- Looking for 20 include files sys/types.h, ..., spawn.h -- Looking for 20 include files sys/types.h, ..., spawn.h - found -- Looking for 21 include files sys/types.h, ..., stdarg.h -- Looking for 21 include files sys/types.h, ..., stdarg.h - found -- Looking for 26 include files sys/types.h, ..., sys/acl.h -- Looking for 26 include files sys/types.h, ..., sys/acl.h - found -- Looking for 27 include files sys/types.h, ..., sys/cdefs.h -- Looking for 27 include files sys/types.h, ..., sys/cdefs.h - found -- Looking for 28 include files sys/types.h, ..., sys/extattr.h -- Looking for 28 include files sys/types.h, ..., sys/extattr.h - not found -- Looking for 28 include files sys/types.h, ..., sys/ioctl.h -- Looking for 28 include files sys/types.h, ..., sys/ioctl.h - found -- Looking for 29 include files sys/types.h, ..., sys/mkdev.h -- Looking for 29 include files sys/types.h, ..., sys/mkdev.h - not found -- Looking for 29 include files sys/types.h, ..., sys/mount.h -- Looking for 29 include files sys/types.h, ..., sys/mount.h - found -- Looking for 30 include files sys/types.h, ..., sys/param.h -- Looking for 30 include files sys/types.h, ..., sys/param.h - found -- Looking for 31 include files sys/types.h, ..., sys/poll.h -- Looking for 31 include files sys/types.h, ..., sys/poll.h - found -- Looking for 32 include files sys/types.h, ..., sys/richacl.h -- Looking for 32 include files sys/types.h, ..., sys/richacl.h - not found -- Looking for 32 include files sys/types.h, ..., sys/select.h -- Looking for 32 include files sys/types.h, ..., sys/select.h - found -- Looking for 34 include files sys/types.h, ..., sys/statfs.h -- Looking for 34 include files sys/types.h, ..., sys/statfs.h - not found -- Looking for 34 include files sys/types.h, ..., sys/statvfs.h -- Looking for 34 include files sys/types.h, ..., sys/statvfs.h - found -- Looking for 35 include files sys/types.h, ..., sys/sysmacros.h -- Looking for 35 include files sys/types.h, ..., sys/sysmacros.h - not found -- Looking for 35 include files sys/types.h, ..., sys/time.h -- Looking for 35 include files sys/types.h, ..., sys/time.h - found -- Looking for 36 include files sys/types.h, ..., sys/utime.h -- Looking for 36 include files sys/types.h, ..., sys/utime.h - not found -- Looking for 36 include files sys/types.h, ..., sys/utsname.h -- Looking for 36 include files sys/types.h, ..., sys/utsname.h - found -- Looking for 37 include files sys/types.h, ..., sys/vfs.h -- Looking for 37 include files sys/types.h, ..., sys/vfs.h - not found -- Looking for 37 include files sys/types.h, ..., sys/wait.h -- Looking for 37 include files sys/types.h, ..., sys/wait.h - found -- Looking for 38 include files sys/types.h, ..., sys/xattr.h -- Looking for 38 include files sys/types.h, ..., sys/xattr.h - found -- Looking for 39 include files sys/types.h, ..., time.h -- Looking for 39 include files sys/types.h, ..., time.h - found -- Looking for 41 include files sys/types.h, ..., utime.h -- Looking for 41 include files sys/types.h, ..., utime.h - found -- Looking for 42 include files sys/types.h, ..., wchar.h -- Looking for 42 include files sys/types.h, ..., wchar.h - found -- Looking for 43 include files sys/types.h, ..., wctype.h -- Looking for 43 include files sys/types.h, ..., wctype.h - found -- Looking for 44 include files sys/types.h, ..., windows.h -- Looking for 44 include files sys/types.h, ..., windows.h - not found -- Looking for 44 include files sys/types.h, ..., wincrypt.h -- Looking for 44 include files sys/types.h, ..., wincrypt.h - not found -- Looking for 44 include files sys/types.h, ..., winioctl.h -- Looking for 44 include files sys/types.h, ..., winioctl.h - not found -- Performing Test SAFE_TO_DEFINE_EXTENSIONS -- Performing Test SAFE_TO_DEFINE_EXTENSIONS - Success -- Looking for MD5Init in md -- Looking for MD5Init in md - not found -- Looking for _CrtSetReportMode -- Looking for _CrtSetReportMode - not found -- Looking for arc4random_buf -- Looking for arc4random_buf - found -- Looking for chflags -- Looking for chflags - found -- Looking for chown -- Looking for chown - found -- Looking for chroot -- Looking for chroot - found -- Looking for ctime_r -- Looking for ctime_r - found -- Looking for fchdir -- Looking for fchdir - found -- Looking for fchflags -- Looking for fchflags - found -- Looking for fchmod -- Looking for fchmod - found -- Looking for fchown -- Looking for fchown - found -- Looking for fcntl -- Looking for fcntl - found -- Looking for fdopendir -- Looking for fdopendir - found -- Looking for fork -- Looking for fork - found -- Looking for fstat -- Looking for fstat - found -- Looking for fstatat -- Looking for fstatat - found -- Looking for fstatfs -- Looking for fstatfs - found -- Looking for fstatvfs -- Looking for fstatvfs - found -- Looking for ftruncate -- Looking for ftruncate - found -- Looking for futimens -- Looking for futimens - not found -- Looking for futimes -- Looking for futimes - found -- Looking for futimesat -- Looking for futimesat - not found -- Looking for geteuid -- Looking for geteuid - found -- Looking for getgrgid_r -- Looking for getgrgid_r - found -- Looking for getgrnam_r -- Looking for getgrnam_r - found -- Looking for getpwnam_r -- Looking for getpwnam_r - found -- Looking for getpwuid_r -- Looking for getpwuid_r - found -- Looking for getpid -- Looking for getpid - found -- Looking for getvfsbyname -- Looking for getvfsbyname - found -- Looking for gmtime_r -- Looking for gmtime_r - found -- Looking for lchflags -- Looking for lchflags - found -- Looking for lchmod -- Looking for lchmod - found -- Looking for lchown -- Looking for lchown - found -- Looking for link -- Looking for link - found -- Looking for localtime_r -- Looking for localtime_r - found -- Looking for lstat -- Looking for lstat - found -- Looking for lutimes -- Looking for lutimes - found -- Looking for mbrtowc -- Looking for mbrtowc - found -- Looking for mkdir -- Looking for mkdir - found -- Looking for mkfifo -- Looking for mkfifo - found -- Looking for mknod -- Looking for mknod - found -- Looking for mkstemp -- Looking for mkstemp - found -- Looking for nl_langinfo -- Looking for nl_langinfo - found -- Looking for openat -- Looking for openat - found -- Looking for pipe -- Looking for pipe - found -- Looking for poll -- Looking for poll - found -- Looking for posix_spawnp -- Looking for posix_spawnp - found -- Looking for readlink -- Looking for readlink - found -- Looking for readpassphrase -- Looking for readpassphrase - found -- Looking for select -- Looking for select - found -- Looking for setenv -- Looking for setenv - found -- Looking for setlocale -- Looking for setlocale - found -- Looking for sigaction -- Looking for sigaction - found -- Looking for statfs -- Looking for statfs - found -- Looking for statvfs -- Looking for statvfs - found -- Looking for strchr -- Looking for strchr - found -- Looking for strdup -- Looking for strdup - found -- Looking for strerror -- Looking for strerror - found -- Looking for strncpy_s -- Looking for strncpy_s - not found -- Looking for strrchr -- Looking for strrchr - found -- Looking for symlink -- Looking for symlink - found -- Looking for timegm -- Looking for timegm - found -- Looking for tzset -- Looking for tzset - found -- Looking for utime -- Looking for utime - found -- Looking for utimes -- Looking for utimes - found -- Looking for utimensat -- Looking for utimensat - not found -- Looking for vfork -- Looking for vfork - found -- Looking for wcrtomb -- Looking for wcrtomb - found -- Looking for wcscmp -- Looking for wcscmp - found -- Looking for wcscpy -- Looking for wcscpy - found -- Looking for wcslen -- Looking for wcslen - found -- Looking for wctomb -- Looking for wctomb - found -- Looking for _ctime64_s -- Looking for _ctime64_s - not found -- Looking for _fseeki64 -- Looking for _fseeki64 - not found -- Looking for _get_timezone -- Looking for _get_timezone - not found -- Looking for _localtime64_s -- Looking for _localtime64_s - not found -- Looking for _mkgmtime64 -- Looking for _mkgmtime64 - not found -- Looking for cygwin_conv_path -- Looking for cygwin_conv_path - not found -- Looking for fseeko -- Looking for fseeko - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for strftime -- Looking for strftime - found -- Looking for vprintf -- Looking for vprintf - found -- Looking for wmemcmp -- Looking for wmemcmp - found -- Looking for wmemcpy -- Looking for wmemcpy - found -- Looking for wmemmove -- Looking for wmemmove - found -- Performing Test HAVE_STRUCT_VFSCONF -- Performing Test HAVE_STRUCT_VFSCONF - Success -- Performing Test HAVE_STRUCT_XVFSCONF -- Performing Test HAVE_STRUCT_XVFSCONF - Failed -- Performing Test HAVE_READDIR_R -- Performing Test HAVE_READDIR_R - Success -- Performing Test HAVE_DIRFD -- Performing Test HAVE_DIRFD - Success -- Performing Test HAVE_READLINKAT -- Performing Test HAVE_READLINKAT - Success -- Performing Test MAJOR_IN_MKDEV -- Performing Test MAJOR_IN_MKDEV - Failed -- Performing Test MAJOR_IN_SYSMACROS -- Performing Test MAJOR_IN_SYSMACROS - Failed -- Performing Test HAVE_LZMA_STREAM_ENCODER_MT -- Performing Test HAVE_LZMA_STREAM_ENCODER_MT - Failed -- Looking for EFTYPE -- Looking for EFTYPE - found -- Looking for EILSEQ -- Looking for EILSEQ - found -- Looking for D_MD_ORDER -- Looking for D_MD_ORDER - found -- Looking for INT32_MAX -- Looking for INT32_MAX - found -- Looking for INT32_MIN -- Looking for INT32_MIN - found -- Looking for INT64_MAX -- Looking for INT64_MAX - found -- Looking for INT64_MIN -- Looking for INT64_MIN - found -- Looking for INTMAX_MAX -- Looking for INTMAX_MAX - found -- Looking for INTMAX_MIN -- Looking for INTMAX_MIN - found -- Looking for UINT32_MAX -- Looking for UINT32_MAX - found -- Looking for UINT64_MAX -- Looking for UINT64_MAX - found -- Looking for UINTMAX_MAX -- Looking for UINTMAX_MAX - found -- Looking for SIZE_MAX -- Looking for SIZE_MAX - found -- Looking for SSIZE_MAX -- Looking for SSIZE_MAX - found -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF -- Performing Test HAVE_STRUCT_TM_TM_GMTOFF - Success -- Performing Test HAVE_STRUCT_TM___TM_GMTOFF -- Performing Test HAVE_STRUCT_TM___TM_GMTOFF - Failed -- Performing Test HAVE_STRUCT_STATFS_F_NAMEMAX -- Performing Test HAVE_STRUCT_STATFS_F_NAMEMAX - Failed -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIME - Success -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC - Success -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_N -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_N - Failed -- Performing Test HAVE_STRUCT_STAT_ST_UMTIME -- Performing Test HAVE_STRUCT_STAT_ST_UMTIME - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIME_USEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE -- Performing Test HAVE_STRUCT_STAT_ST_BLKSIZE - Success -- Performing Test HAVE_STRUCT_STAT_ST_FLAGS -- Performing Test HAVE_STRUCT_STAT_ST_FLAGS - Success -- Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE -- Performing Test HAVE_STRUCT_STATVFS_F_IOSIZE - Failed -- Performing Test TIME_WITH_SYS_TIME -- Performing Test TIME_WITH_SYS_TIME - Success -- Check size of dev_t -- Check size of dev_t - done -- Check size of gid_t -- Check size of gid_t - done -- Check size of id_t -- Check size of id_t - done -- Check size of mode_t -- Check size of mode_t - done -- Check size of off_t -- Check size of off_t - done -- Check size of size_t -- Check size of size_t - done -- Check size of ssize_t -- Check size of ssize_t - done -- Check size of uid_t -- Check size of uid_t - done -- Check size of pid_t -- Check size of pid_t - done -- Check size of intptr_t -- Check size of intptr_t - done -- Check size of wchar_t -- Check size of wchar_t - done -- Checking _FILE_OFFSET_BITS for large files -- Checking _FILE_OFFSET_BITS for large files - not needed -- Checking support for ARCHIVE_CRYPTO_MD5_LIBC -- Checking support for ARCHIVE_CRYPTO_MD5_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBC -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2 -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC2 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2 -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC2 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2 -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC2 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3 -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBC3 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3 -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBC3 -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3 -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBC3 -- not found -- Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM -- found -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM -- found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM -- found -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM -- found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM -- found -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD -- Checking support for ARCHIVE_CRYPTO_RMD160_LIBMD -- not found -- Checking for curses support -- Checking for curses support - Success -- Looking for wsyncup in /usr/lib/libcurses.dylib -- Looking for wsyncup in /usr/lib/libcurses.dylib - found -- Looking for cbreak in /usr/lib/libncurses.dylib -- Looking for cbreak in /usr/lib/libncurses.dylib - found -- Found Curses: /usr/lib/libncurses.dylib -- Looking for elf.h -- Looking for elf.h - not found -- Looking for CoreServices/CoreServices.h -- Looking for CoreServices/CoreServices.h - found -- Looking for a Fortran compiler -- Looking for a Fortran compiler - /usr/local/bin/gfortran -- Performing Test run_pic_test -- Performing Test run_pic_test - Success svn: E200019: ra_serf was compiled for serf 1.3.9 but loaded an incompatible 1.2.1 library -- Configuring done -- Generating done -- Build files have been written to: /tmp/cmake-20190415-27702-a562tg/cmake-3.14.2 --------------------------------------------- CMake has bootstrapped. Now run gmake. ==> make Scanning dependencies of target cmsys_c [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/ProcessUNIX.c.o Scanning dependencies of target cmsys [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Base64.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/EncodingC.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/MD5.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Terminal.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/System.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o [ 1%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/String.c.o [ 2%] Linking C static library libcmsys_c.a [ 2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o [ 2%] Built target cmsys_c [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o Scanning dependencies of target kwiml_test [ 3%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o [ 3%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.o [ 3%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.o [ 3%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o [ 3%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.o [ 4%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.o [ 4%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.o [ 4%] Linking CXX executable kwiml_test [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o [ 4%] Built target kwiml_test [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o Scanning dependencies of target cmlibrhash [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/algorithms.c.o [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/byte_order.c.o [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/hex.c.o [ 4%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/md5.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/rhash.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha1.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha256.c.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha3.c.o [ 5%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha512.c.o [ 5%] Linking C static library libcmlibrhash.a [ 5%] Built target cmlibrhash [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.cxx.o Scanning dependencies of target cmcompress [ 5%] Building C object Utilities/cmcompress/CMakeFiles/cmcompress.dir/cmcompress.c.o [ 5%] Linking C static library libcmcompress.a [ 5%] Built target cmcompress [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o [ 6%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o Scanning dependencies of target cmexpat [ 6%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/loadlibrary.c.o [ 6%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmlparse.c.o [ 6%] Linking CXX static library libcmsys.a [ 6%] Built target cmsys [ 6%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmlrole.c.o Scanning dependencies of target cmliblzma [ 6%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/check.c.o [ 6%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok.c.o [ 6%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_fast.c.o [ 7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_table.c.o [ 7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_fast.c.o [ 7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_table.c.o [ 7%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/sha256.c.o [ 7%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok_impl.c.o [ 8%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok_ns.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_decoder.c.o [ 8%] Linking C static library libcmexpat.a [ 8%] Built target cmexpat Scanning dependencies of target cmjsoncpp [ 8%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_reader.cpp.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_encoder.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/auto_decoder.c.o [ 8%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_decoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_encoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_decoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_encoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_decoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_encoder.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_util.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/common.c.o [ 9%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_buffer_encoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_decoder_memusage.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder_memusage.c.o [ 10%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_value.cpp.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_preset.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_decoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_encoder.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_common.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_decoder.c.o [ 11%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_writer.cpp.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_hash.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_common.c.o [ 12%] Linking CXX static library libcmjsoncpp.a [ 12%] Built target cmjsoncpp [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_decoder.c.o Scanning dependencies of target cmlibuv [ 12%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/fs-poll.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_encoder.c.o [ 12%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/idna.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_decoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_encoder.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/inet.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_size.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/strscpy.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_common.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_decoder.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/threadpool.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_encoder.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/timer.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_decoder.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/uv-common.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder_mf.c.o [ 14%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/uv-data-getter-setters.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/fastpos_table.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/version.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_decoder.c.o [ 15%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/async.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_encoder.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/core.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_decoder.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/dl.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/fs.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/getaddrinfo.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_fast.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/getnameinfo.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_normal.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/loop-watcher.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/loop.c.o [ 16%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/pipe.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_presets.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/rangecoder/price_table.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/poll.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/arm.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/process.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/armthumb.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/ia64.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/signal.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/powerpc.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_coder.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/stream.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_decoder.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_encoder.c.o [ 18%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/tcp.c.o [ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/sparc.c.o [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/thread.c.o [ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/x86.c.o [ 19%] Linking C static library libcmliblzma.a [ 19%] Built target cmliblzma [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/tty.c.o [ 19%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/udp.c.o [ 20%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/bsd-ifaddrs.c.o Scanning dependencies of target cmForm [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o [ 20%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/darwin.c.o [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_attr.c.o [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_current.c.o [ 20%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/darwin-proctitle.c.o [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_def.c.o [ 20%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_dup.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftchoice.c.o [ 21%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/fsevents.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftlink.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_info.c.o [ 21%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/kqueue.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_just.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_link.c.o [ 21%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/proctitle.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_max.c.o [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_move.c.o [ 21%] Linking C static library libcmlibuv.a [ 21%] Built target cmlibuv [ 21%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_newftyp.c.o Scanning dependencies of target OSXScriptLauncher [ 21%] Building CXX object Source/CMakeFiles/OSXScriptLauncher.dir/CPack/OSXScriptLauncher.cxx.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_opts.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_pad.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_page.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_stat.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_type.c.o [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_user.c.o [ 22%] Linking CXX executable ../bin/OSXScriptLauncher [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_cursor.c.o Undefined symbols for architecture x86_64: "cmsys::SystemTools::FileExists(char const*)", referenced from: _main in OSXScriptLauncher.cxx.o "cmsys::SystemTools::GetFilenamePath(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from: _main in OSXScriptLauncher.cxx.o "cmsys::SystemToolsManager::SystemToolsManager()", referenced from: __GLOBAL__sub_I_OSXScriptLauncher.cxx in OSXScriptLauncher.cxx.o "cmsys::SystemToolsManager::~SystemToolsManager()", referenced from: __GLOBAL__sub_I_OSXScriptLauncher.cxx in OSXScriptLauncher.cxx.o "_cmsysProcess_Delete", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_Execute", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetErrorString", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetExceptionString", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetExitValue", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_GetState", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_New", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetCommand", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetOption", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetTimeout", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_SetWorkingDirectory", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_WaitForData", referenced from: _main in OSXScriptLauncher.cxx.o "_cmsysProcess_WaitForExit", referenced from: _main in OSXScriptLauncher.cxx.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/OSXScriptLauncher] Error 1 make[1]: *** [Source/CMakeFiles/OSXScriptLauncher.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 22%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_data.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_def.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_driver.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_hook.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_opts.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_page.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_post.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_req_name.c.o [ 23%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_scale.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_sub.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_user.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_win.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alnum.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alpha.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_enum.c.o [ 24%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_int.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_ipv4.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_num.c.o [ 25%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_regex.c.o [ 25%] Linking C static library libcmForm.a [ 25%] Built target cmForm make: *** [all] Error 2 /usr/bin/curl --version /usr/libexec/java_home --xml --failfast /usr/libexec/java_home --xml --failfast /usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise' BuildError: Failed executing: make 1. raise 2. ignore 3. backtrace 4. irb 5. shell Choose an action: |
关键是下载源代码,然后执行如下编译命令,是可以编译通过的,如下:
1 2 3 4 5 6 7 8 9 10 11 |
$ wget https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2.tar.gz # 也可本站下载 wget https://www.mobibrw.com/wp-content/uploads/2019/04/cmake-3.14.2.tar.gz $ tar -zxvf cmake-3.14.2.tar.gz $ cd cmake-3.14.2 $ ./bootstrap --prefix=/usr/local/Cellar/cmake/3.14.2 --no-system-libs --parallel=2 --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man --sphinx-build=/usr/local/opt/sphinx-doc/bin/sphinx-build --sphinx-html --sphinx-man --system-zlib --system-bzip2 --system-curl -- -DCMAKE_BUILD_TYPE=Release $ make |
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 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
$ ./bootstrap --prefix=/usr/local/Cellar/cmake/3.14.2 --no-system-libs --parallel=2 --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man --sphinx-build=/usr/local/opt/sphinx-doc/bin/sphinx-build --sphinx-html --sphinx-man --system-zlib --system-bzip2 --system-curl -- -DCMAKE_BUILD_TYPE=Release --------------------------------------------- CMake 3.14.2, Copyright 2000-2019 Kitware, Inc. and Contributors Found Clang toolchain C compiler on this system is: clang C++ compiler on this system is: clang++ -std=gnu++1z Makefile processor on this system is: gmake clang++ has setenv clang++ has unsetenv clang++ does not have environ in stdlib.h clang++ has stl wstring clang++ does not have <ext/stdio_filebuf.h> --------------------------------------------- clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddCustomCommandCommand.cxx -o cmAddCustomCommandCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddCustomTargetCommand.cxx -o cmAddCustomTargetCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddDefinitionsCommand.cxx -o cmAddDefinitionsCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddDependenciesCommand.cxx -o cmAddDependenciesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddExecutableCommand.cxx -o cmAddExecutableCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddLibraryCommand.cxx -o cmAddLibraryCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddSubDirectoryCommand.cxx -o cmAddSubDirectoryCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmAddTestCommand.cxx -o cmAddTestCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmBreakCommand.cxx -o cmBreakCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmBuildCommand.cxx -o cmBuildCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCMakeMinimumRequired.cxx -o cmCMakeMinimumRequired.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCMakePolicyCommand.cxx -o cmCMakePolicyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCPackPropertiesGenerator.cxx -o cmCPackPropertiesGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCacheManager.cxx -o cmCacheManager.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCommand.cxx -o cmCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCommandArgumentsHelper.cxx -o cmCommandArgumentsHelper.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCommands.cxx -o cmCommands.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCommonTargetGenerator.cxx -o cmCommonTargetGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmConditionEvaluator.cxx -o cmConditionEvaluator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmConfigureFileCommand.cxx -o cmConfigureFileCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmContinueCommand.cxx -o cmContinueCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCoreTryCompile.cxx -o cmCoreTryCompile.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCreateTestSourceList.cxx -o cmCreateTestSourceList.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCustomCommand.cxx -o cmCustomCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmCustomCommandGenerator.cxx -o cmCustomCommandGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmDefinePropertyCommand.cxx -o cmDefinePropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmDefinitions.cxx -o cmDefinitions.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmDepends.cxx -o cmDepends.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmDependsC.cxx -o cmDependsC.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmDisallowedCommand.cxx -o cmDisallowedCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmEnableLanguageCommand.cxx -o cmEnableLanguageCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmEnableTestingCommand.cxx -o cmEnableTestingCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExecProgramCommand.cxx -o cmExecProgramCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExecuteProcessCommand.cxx -o cmExecuteProcessCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExpandedCommandArgument.cxx -o cmExpandedCommandArgument.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExportBuildFileGenerator.cxx -o cmExportBuildFileGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExportSet.cxx -o cmExportSet.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExportSetMap.cxx -o cmExportSetMap.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExportTryCompileFileGenerator.cxx -o cmExportTryCompileFileGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmExternalMakefileProjectGenerator.cxx -o cmExternalMakefileProjectGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFileCommand.cxx -o cmFileCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindBase.cxx -o cmFindBase.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindCommon.cxx -o cmFindCommon.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindFileCommand.cxx -o cmFindFileCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindLibraryCommand.cxx -o cmFindLibraryCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindPackageCommand.cxx -o cmFindPackageCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindPathCommand.cxx -o cmFindPathCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFindProgramCommand.cxx -o cmFindProgramCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmForEachCommand.cxx -o cmForEachCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFunctionCommand.cxx -o cmFunctionCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmFSPermissions.cxx -o cmFSPermissions.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpression.cxx -o cmGeneratorExpression.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionContext.cxx -o cmGeneratorExpressionContext.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionDAGChecker.cxx -o cmGeneratorExpressionDAGChecker.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionEvaluationFile.cxx -o cmGeneratorExpressionEvaluationFile.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionEvaluator.cxx -o cmGeneratorExpressionEvaluator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionLexer.cxx -o cmGeneratorExpressionLexer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionNode.cxx -o cmGeneratorExpressionNode.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorExpressionParser.cxx -o cmGeneratorExpressionParser.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGeneratorTarget.cxx -o cmGeneratorTarget.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetCMakePropertyCommand.cxx -o cmGetCMakePropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetDirectoryPropertyCommand.cxx -o cmGetDirectoryPropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetFilenameComponentCommand.cxx -o cmGetFilenameComponentCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetPropertyCommand.cxx -o cmGetPropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetSourceFilePropertyCommand.cxx -o cmGetSourceFilePropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetTargetPropertyCommand.cxx -o cmGetTargetPropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGetTestPropertyCommand.cxx -o cmGetTestPropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGlobalCommonGenerator.cxx -o cmGlobalCommonGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmGlobVerificationManager.cxx -o cmGlobVerificationManager.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmHexFileConverter.cxx -o cmHexFileConverter.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmIfCommand.cxx -o cmIfCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmIncludeCommand.cxx -o cmIncludeCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmIncludeGuardCommand.cxx -o cmIncludeGuardCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmIncludeDirectoryCommand.cxx -o cmIncludeDirectoryCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmIncludeRegularExpressionCommand.cxx -o cmIncludeRegularExpressionCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallCommand.cxx -o cmInstallCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallCommandArguments.cxx -o cmInstallCommandArguments.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallFilesCommand.cxx -o cmInstallFilesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallSubdirectoryGenerator.cxx -o cmInstallSubdirectoryGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstallTargetsCommand.cxx -o cmInstallTargetsCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmInstalledFile.cxx -o cmInstalledFile.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmLinkDirectoriesCommand.cxx -o cmLinkDirectoriesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmLinkItem.cxx -o cmLinkItem.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmLinkLineComputer.cxx -o cmLinkLineComputer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmListCommand.cxx -o cmListCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmListFileCache.cxx -o cmListFileCache.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmLocalCommonGenerator.cxx -o cmLocalCommonGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMSVC60LinkLineComputer.cxx -o cmMSVC60LinkLineComputer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMacroCommand.cxx -o cmMacroCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMakeDirectoryCommand.cxx -o cmMakeDirectoryCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMakefile.cxx -o cmMakefile.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMarkAsAdvancedCommand.cxx -o cmMarkAsAdvancedCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMathCommand.cxx -o cmMathCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMessageCommand.cxx -o cmMessageCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmMessenger.cxx -o cmMessenger.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmNewLineStyle.cxx -o cmNewLineStyle.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmOSXBundleGenerator.cxx -o cmOSXBundleGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmOptionCommand.cxx -o cmOptionCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmOutputConverter.cxx -o cmOutputConverter.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmParseArgumentsCommand.cxx -o cmParseArgumentsCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmPathLabel.cxx -o cmPathLabel.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmPolicies.cxx -o cmPolicies.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmProcessOutput.cxx -o cmProcessOutput.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmProjectCommand.cxx -o cmProjectCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmProperty.cxx -o cmProperty.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmPropertyMap.cxx -o cmPropertyMap.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmReturnCommand.cxx -o cmReturnCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmRulePlaceholderExpander.cxx -o cmRulePlaceholderExpander.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmScriptGenerator.cxx -o cmScriptGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSearchPath.cxx -o cmSearchPath.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSeparateArgumentsCommand.cxx -o cmSeparateArgumentsCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSetCommand.cxx -o cmSetCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSetDirectoryPropertiesCommand.cxx -o cmSetDirectoryPropertiesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSetPropertyCommand.cxx -o cmSetPropertyCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSetSourceFilesPropertiesCommand.cxx -o cmSetSourceFilesPropertiesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSetTargetPropertiesCommand.cxx -o cmSetTargetPropertiesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSetTestsPropertiesCommand.cxx -o cmSetTestsPropertiesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSiteNameCommand.cxx -o cmSiteNameCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSourceFile.cxx -o cmSourceFile.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmState.cxx -o cmState.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmStateDirectory.cxx -o cmStateDirectory.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmStateSnapshot.cxx -o cmStateSnapshot.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmStringReplaceHelper.cxx -o cmStringReplaceHelper.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmStringCommand.cxx -o cmStringCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSubdirCommand.cxx -o cmSubdirCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmSystemTools.cxx -o cmSystemTools.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTarget.cxx -o cmTarget.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetCompileDefinitionsCommand.cxx -o cmTargetCompileDefinitionsCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetCompileFeaturesCommand.cxx -o cmTargetCompileFeaturesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetCompileOptionsCommand.cxx -o cmTargetCompileOptionsCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetIncludeDirectoriesCommand.cxx -o cmTargetIncludeDirectoriesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetLinkLibrariesCommand.cxx -o cmTargetLinkLibrariesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetPropCommandBase.cxx -o cmTargetPropCommandBase.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetPropertyComputer.cxx -o cmTargetPropertyComputer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTargetSourcesCommand.cxx -o cmTargetSourcesCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTest.cxx -o cmTest.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTestGenerator.cxx -o cmTestGenerator.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTimestamp.cxx -o cmTimestamp.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTryCompileCommand.cxx -o cmTryCompileCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmTryRunCommand.cxx -o cmTryRunCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmUnexpectedCommand.cxx -o cmUnexpectedCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmUnsetCommand.cxx -o cmUnsetCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmUVHandlePtr.cxx -o cmUVHandlePtr.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmVersion.cxx -o cmVersion.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmWhileCommand.cxx -o cmWhileCommand.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmWorkingDirectory.cxx -o cmWorkingDirectory.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmake.cxx -o cmake.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmakemain.cxx -o cmakemain.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cmcmd.cxx -o cmcmd.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/cm_string_view.cxx -o cm_string_view.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/LexerParser/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/LexerParser/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/LexerParser/cmExprLexer.cxx -o cmExprLexer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/LexerParser/cmExprParser.cxx -o cmExprParser.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -c /Users/xxxx/cmake-3.14.2/Source/LexerParser/cmListFileLexer.c -o cmListFileLexer.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/Directory.cxx -o Directory.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/EncodingCXX.cxx -o EncodingCXX.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/FStream.cxx -o FStream.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/Glob.cxx -o Glob.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/RegularExpression.cxx -o RegularExpression.o clang++ -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -DKWSYS_CXX_HAS_SETENV=1 -DKWSYS_CXX_HAS_UNSETENV=1 -DKWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H=0 -DKWSYS_CXX_HAS_UTIMENSAT=0 -DKWSYS_CXX_HAS_UTIMES=0 -c /Users/xxxx/cmake-3.14.2/Source/kwsys/SystemTools.cxx -o SystemTools.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/EncodingC.c -o EncodingC.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -DKWSYS_STRING_C -c /Users/xxxx/cmake-3.14.2/Source/kwsys/String.c -o String.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/System.c -o System.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DKWSYS_NAMESPACE=cmsys -c /Users/xxxx/cmake-3.14.2/Source/kwsys/Terminal.c -o Terminal.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/strscpy.c -o uv-src-strscpy.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/timer.c -o uv-src-timer.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/uv-common.c -o uv-src-uv-common.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/cmake-bootstrap.c -o uv-src-unix-cmake-bootstrap.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/core.c -o uv-src-unix-core.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/fs.c -o uv-src-unix-fs.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/loop.c -o uv-src-unix-loop.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/loop-watcher.c -o uv-src-unix-loop-watcher.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/no-fsevents.c -o uv-src-unix-no-fsevents.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/pipe.c -o uv-src-unix-pipe.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/poll.c -o uv-src-unix-poll.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/posix-hrtime.c -o uv-src-unix-posix-hrtime.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/posix-poll.c -o uv-src-unix-posix-poll.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/process.c -o uv-src-unix-process.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/signal.c -o uv-src-unix-signal.c.o clang -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities -DCMAKE_BOOTSTRAP -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/include -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix -I/Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src -c /Users/xxxx/cmake-3.14.2/Utilities/cmlibuv/src/unix/stream.c -o uv-src-unix-stream.c.o clang++ -framework CoreFoundation -std=gnu++1z -I/Users/xxxx/cmake-3.14.2/Bootstrap.cmk -I/Users/xxxx/cmake-3.14.2/Source -I/Users/xxxx/cmake-3.14.2/Source/LexerParser -I/Users/xxxx/cmake-3.14.2/Utilities cmAddCustomCommandCommand.o cmAddCustomTargetCommand.o cmAddDefinitionsCommand.o cmAddDependenciesCommand.o cmAddExecutableCommand.o cmAddLibraryCommand.o cmAddSubDirectoryCommand.o cmAddTestCommand.o cmBreakCommand.o cmBuildCommand.o cmCMakeMinimumRequired.o cmCMakePolicyCommand.o cmCPackPropertiesGenerator.o cmCacheManager.o cmCommand.o cmCommandArgumentParserHelper.o cmCommandArgumentsHelper.o cmCommands.o cmCommonTargetGenerator.o cmComputeComponentGraph.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmComputeTargetDepends.o cmConditionEvaluator.o cmConfigureFileCommand.o cmContinueCommand.o cmCoreTryCompile.o cmCreateTestSourceList.o cmCustomCommand.o cmCustomCommandGenerator.o cmDefinePropertyCommand.o cmDefinitions.o cmDepends.o cmDependsC.o cmDisallowedCommand.o cmDocumentationFormatter.o cmEnableLanguageCommand.o cmEnableTestingCommand.o cmExecProgramCommand.o cmExecuteProcessCommand.o cmExpandedCommandArgument.o cmExportBuildFileGenerator.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmExportSet.o cmExportSetMap.o cmExportTryCompileFileGenerator.o cmExprParserHelper.o cmExternalMakefileProjectGenerator.o cmFileCommand.o cmFileTimeComparison.o cmFindBase.o cmFindCommon.o cmFindFileCommand.o cmFindLibraryCommand.o cmFindPackageCommand.o cmFindPathCommand.o cmFindProgramCommand.o cmForEachCommand.o cmFunctionCommand.o cmFSPermissions.o cmGeneratedFileStream.o cmGeneratorExpression.o cmGeneratorExpressionContext.o cmGeneratorExpressionDAGChecker.o cmGeneratorExpressionEvaluationFile.o cmGeneratorExpressionEvaluator.o cmGeneratorExpressionLexer.o cmGeneratorExpressionNode.o cmGeneratorExpressionParser.o cmGeneratorTarget.o cmGetCMakePropertyCommand.o cmGetDirectoryPropertyCommand.o cmGetFilenameComponentCommand.o cmGetPropertyCommand.o cmGetSourceFilePropertyCommand.o cmGetTargetPropertyCommand.o cmGetTestPropertyCommand.o cmGlobalCommonGenerator.o cmGlobalGenerator.o cmGlobalUnixMakefileGenerator3.o cmGlobVerificationManager.o cmHexFileConverter.o cmIfCommand.o cmIncludeCommand.o cmIncludeGuardCommand.o cmIncludeDirectoryCommand.o cmIncludeRegularExpressionCommand.o cmInstallCommand.o cmInstallCommandArguments.o cmInstallDirectoryGenerator.o cmInstallExportGenerator.o cmInstallFilesCommand.o cmInstallFilesGenerator.o cmInstallGenerator.o cmInstallScriptGenerator.o cmInstallSubdirectoryGenerator.o cmInstallTargetGenerator.o cmInstallTargetsCommand.o cmInstalledFile.o cmLinkDirectoriesCommand.o cmLinkItem.o cmLinkLineComputer.o cmListCommand.o cmListFileCache.o cmLocalCommonGenerator.o cmLocalGenerator.o cmLocalUnixMakefileGenerator3.o cmMSVC60LinkLineComputer.o cmMacroCommand.o cmMakeDirectoryCommand.o cmMakefile.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmMarkAsAdvancedCommand.o cmMathCommand.o cmMessageCommand.o cmMessenger.o cmNewLineStyle.o cmOSXBundleGenerator.o cmOptionCommand.o cmOrderDirectories.o cmOutputConverter.o cmParseArgumentsCommand.o cmPathLabel.o cmPolicies.o cmProcessOutput.o cmProjectCommand.o cmProperty.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmPropertyMap.o cmReturnCommand.o cmRulePlaceholderExpander.o cmScriptGenerator.o cmSearchPath.o cmSeparateArgumentsCommand.o cmSetCommand.o cmSetDirectoryPropertiesCommand.o cmSetPropertyCommand.o cmSetSourceFilesPropertiesCommand.o cmSetTargetPropertiesCommand.o cmSetTestsPropertiesCommand.o cmSiteNameCommand.o cmSourceFile.o cmSourceFileLocation.o cmState.o cmStateDirectory.o cmStateSnapshot.o cmStringReplaceHelper.o cmStringCommand.o cmSubdirCommand.o cmSystemTools.o cmTarget.o cmTargetCompileDefinitionsCommand.o cmTargetCompileFeaturesCommand.o cmTargetCompileOptionsCommand.o cmTargetIncludeDirectoriesCommand.o cmTargetLinkLibrariesCommand.o cmTargetPropCommandBase.o cmTargetPropertyComputer.o cmTargetSourcesCommand.o cmTest.o cmTestGenerator.o cmTimestamp.o cmTryCompileCommand.o cmTryRunCommand.o cmUnexpectedCommand.o cmUnsetCommand.o cmUVHandlePtr.o cmVersion.o cmWhileCommand.o cmWorkingDirectory.o cmake.o cmakemain.o cmcmd.o cm_string_view.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmExprLexer.o cmExprParser.o cmListFileLexer.o Directory.o EncodingCXX.o FStream.o Glob.o RegularExpression.o SystemTools.o EncodingC.o ProcessUNIX.o String.o System.o Terminal.o uv-src-strscpy.c.o uv-src-timer.c.o uv-src-uv-common.c.o uv-src-unix-cmake-bootstrap.c.o uv-src-unix-core.c.o uv-src-unix-fs.c.o uv-src-unix-loop.c.o uv-src-unix-loop-watcher.c.o uv-src-unix-no-fsevents.c.o uv-src-unix-pipe.c.o uv-src-unix-poll.c.o uv-src-unix-posix-hrtime.c.o uv-src-unix-posix-poll.c.o uv-src-unix-process.c.o uv-src-unix-signal.c.o uv-src-unix-stream.c.o -o cmake loading initial cache file /Users/xxxx/cmake-3.14.2/Bootstrap.cmk/InitialCacheFlags.cmake -- Using system-installed BZIP2 -- Using system-installed CURL -- Using system-installed ZLIB -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") -- Found CURL: /usr/lib/libcurl.dylib (found version "7.43.0") -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") -- Checking support for ARCHIVE_CRYPTO_MD5_LIBMD -- Checking support for ARCHIVE_CRYPTO_MD5_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD -- Checking support for ARCHIVE_CRYPTO_SHA1_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD -- Checking support for ARCHIVE_CRYPTO_SHA256_LIBMD -- not found -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD -- Checking support for ARCHIVE_CRYPTO_SHA512_LIBMD -- not found -- Configuring done -- Generating done -- Build files have been written to: /Users/xxxx/cmake-3.14.2 --------------------------------------------- CMake has bootstrapped. Now run gmake. macmini:cmake-3.14.2 xxxx$ make [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/ProcessUNIX.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Base64.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/EncodingC.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/MD5.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/Terminal.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/System.c.o [ 0%] Building C object Source/kwsys/CMakeFiles/cmsys_c.dir/String.c.o [ 1%] Linking C static library libcmsys_c.a [ 1%] Built target cmsys_c [ 1%] Building C object Source/kwsys/CMakeFiles/cmsysTestProcess.dir/testProcess.c.o [ 1%] Linking C executable cmsysTestProcess [ 1%] Built target cmsysTestProcess [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/EncodingC.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.c.o [ 2%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.c.o [ 2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/EncodingCXX.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.cxx.o [ 3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/FStream.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.cxx.o [ 4%] Linking CXX static library libcmsys.a [ 4%] Built target cmsys [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/cmsysTestsCxx.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testConfigure.cxx.o [ 4%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemTools.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testCommandLineArguments1.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testDirectory.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testEncoding.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testFStream.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testConsoleBuf.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testSystemInformation.cxx.o [ 5%] Building CXX object Source/kwsys/CMakeFiles/cmsysTestsCxx.dir/testDynamicLoader.cxx.o [ 6%] Linking CXX executable cmsysTestsCxx [ 6%] Built target cmsysTestsCxx [ 6%] Building C object Source/kwsys/CMakeFiles/cmsysTestDynload.dir/testDynload.c.o [ 6%] Linking C shared module libcmsysTestDynload.so [ 6%] Built target cmsysTestDynload [ 6%] Building CXX object Source/kwsys/CMakeFiles/testConsoleBufChild.dir/testConsoleBufChild.cxx.o [ 6%] Linking CXX executable testConsoleBufChild [ 6%] Built target testConsoleBufChild [ 6%] Building C object Source/kwsys/CMakeFiles/cmsysTestSharedForward.dir/testSharedForward.c.o [ 6%] Linking C executable cmsysTestSharedForward [ 6%] Built target cmsysTestSharedForward [ 7%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/cmsysTestsC.c.o [ 7%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testEncode.c.o [ 7%] Building C object Source/kwsys/CMakeFiles/cmsysTestsC.dir/testTerminal.c.o [ 7%] Linking C executable cmsysTestsC [ 7%] Built target cmsysTestsC [ 7%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test.c.o [ 7%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_C.c.o [ 7%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_C.c.o [ 7%] Building C object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_C.c.o [ 7%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_abi_CXX.cxx.o [ 8%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_int_CXX.cxx.o [ 8%] Building CXX object Utilities/KWIML/test/CMakeFiles/kwiml_test.dir/test_include_CXX.cxx.o [ 8%] Linking CXX executable kwiml_test [ 8%] Built target kwiml_test Scanning dependencies of target cmlibrhash [ 8%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/algorithms.c.o [ 8%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/byte_order.c.o [ 8%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/hex.c.o [ 8%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/md5.c.o [ 9%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/rhash.c.o [ 9%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha1.c.o [ 9%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha256.c.o [ 9%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha3.c.o [ 9%] Building C object Utilities/cmlibrhash/CMakeFiles/cmlibrhash.dir/librhash/sha512.c.o [ 9%] Linking C static library libcmlibrhash.a [ 9%] Built target cmlibrhash [ 9%] Building C object Utilities/cmcompress/CMakeFiles/cmcompress.dir/cmcompress.c.o [ 9%] Linking C static library libcmcompress.a [ 9%] Built target cmcompress Scanning dependencies of target cmexpat [ 9%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/loadlibrary.c.o [ 9%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmlparse.c.o [ 9%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmlrole.c.o [ 9%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok.c.o [ 9%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok_impl.c.o [ 10%] Building C object Utilities/cmexpat/CMakeFiles/cmexpat.dir/lib/xmltok_ns.c.o [ 10%] Linking C static library libcmexpat.a /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmexpat.a(loadlibrary.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmexpat.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmexpat.a(xmltok_ns.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmexpat.a(loadlibrary.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmexpat.a(xmltok_impl.c.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libcmexpat.a(xmltok_ns.c.o) has no symbols [ 10%] Built target cmexpat [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/check.c.o [ 10%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_fast.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc32_table.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_fast.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/crc64_table.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/check/sha256.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/alone_encoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/auto_decoder.c.o [ 11%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_buffer_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_decoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_header_encoder.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/block_util.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/common.c.o [ 12%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_buffer_encoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_decoder_memusage.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_encoder_memusage.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/easy_preset.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_decoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_buffer_encoder.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_common.c.o [ 13%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_decoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_encoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_decoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/filter_flags_encoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_decoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_encoder.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/index_hash.c.o [ 14%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_decoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_buffer_encoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_decoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_encoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_common.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_decoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/stream_flags_encoder.c.o [ 15%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_decoder.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_encoder.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/common/vli_size.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_common.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_decoder.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/delta/delta_encoder.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_decoder.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder.c.o [ 16%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lz/lz_encoder_mf.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/fastpos_table.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_decoder.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma2_encoder.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_decoder.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_fast.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_optimum_normal.c.o [ 17%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/lzma/lzma_encoder_presets.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/rangecoder/price_table.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/arm.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/armthumb.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/ia64.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/powerpc.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_coder.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_decoder.c.o [ 18%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/simple_encoder.c.o [ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/sparc.c.o [ 19%] Building C object Utilities/cmliblzma/CMakeFiles/cmliblzma.dir/liblzma/simple/x86.c.o [ 19%] Linking C static library libcmliblzma.a [ 19%] Built target cmliblzma Scanning dependencies of target cmlibarchive [ 19%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_acl.c.o [ 19%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_check_magic.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cmdline.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_cryptor.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_digest.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_copy_stat.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_link_resolver.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_sparse.c.o [ 20%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_stat.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_strmode.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_entry_xattr.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_getdate.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_hmac.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_match.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_options.c.o [ 21%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_pack_dev.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_pathmatch.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_ppmd7.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_random.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_rb.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_add_passphrase.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_append_filter.c.o [ 22%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_data_into_fd.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_disk_entry_from_file.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_disk_posix.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_disk_set_standard_lookup.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_extract.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_extract2.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_fd.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_file.c.o [ 23%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_filename.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_open_memory.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_set_format.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_set_options.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_all.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_bzip2.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_compress.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_gzip.c.o [ 24%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_grzip.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_lrzip.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_lz4.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_lzop.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_none.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_program.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_rpm.c.o [ 25%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_uu.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_xz.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_filter_zstd.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_7zip.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_all.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_ar.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_by_code.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_cab.c.o [ 26%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_cpio.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_empty.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_iso9660.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_lha.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_mtree.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_rar.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_raw.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_tar.c.o [ 27%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_warc.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_xar.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_read_support_format_zip.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_string.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_string_sprintf.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_util.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_version_details.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_virtual.c.o [ 28%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_disk_posix.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_disk_set_standard_lookup.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_fd.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_file.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_filename.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_open_memory.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter.c.o [ 29%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_b64encode.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_by_name.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_bzip2.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_compress.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_grzip.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_gzip.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_lrzip.c.o [ 30%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_lz4.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_lzop.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_none.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_program.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_uuencode.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_xz.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_add_filter_zstd.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format.c.o [ 31%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_7zip.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_ar.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_by_name.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_cpio.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_cpio_newc.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_filter_by_ext.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_gnutar.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_iso9660.c.o [ 32%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_mtree.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_pax.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_raw.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_shar.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_ustar.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_v7tar.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_warc.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_xar.c.o [ 33%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_format_zip.c.o [ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_options.c.o [ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/archive_write_set_passphrase.c.o [ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/filter_fork_posix.c.o [ 34%] Building C object Utilities/cmlibarchive/libarchive/CMakeFiles/cmlibarchive.dir/xxhash.c.o [ 34%] Linking C static library libcmlibarchive.a [ 34%] Built target cmlibarchive [ 34%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_reader.cpp.o [ 34%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_value.cpp.o [ 34%] Building CXX object Utilities/cmjsoncpp/CMakeFiles/cmjsoncpp.dir/src/lib_json/json_writer.cpp.o [ 34%] Linking CXX static library libcmjsoncpp.a [ 34%] Built target cmjsoncpp [ 34%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/fs-poll.c.o [ 34%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/idna.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/inet.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/strscpy.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/threadpool.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/timer.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/uv-common.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/uv-data-getter-setters.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/version.c.o [ 35%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/async.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/core.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/dl.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/fs.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/getaddrinfo.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/getnameinfo.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/loop-watcher.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/loop.c.o [ 36%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/pipe.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/poll.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/process.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/signal.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/stream.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/tcp.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/thread.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/tty.c.o [ 37%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/udp.c.o [ 38%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/bsd-ifaddrs.c.o [ 38%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/darwin.c.o [ 38%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/darwin-proctitle.c.o [ 38%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/fsevents.c.o [ 38%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/kqueue.c.o [ 38%] Building C object Utilities/cmlibuv/CMakeFiles/cmlibuv.dir/src/unix/proctitle.c.o [ 38%] Linking C static library libcmlibuv.a [ 38%] Built target cmlibuv [ 38%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_arg.c.o [ 38%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_attr.c.o [ 38%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_current.c.o [ 38%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_def.c.o [ 38%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_dup.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftchoice.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_ftlink.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_info.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_just.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_link.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_max.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_move.c.o [ 39%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_newftyp.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_opts.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_pad.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_page.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_stat.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_type.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fld_user.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_cursor.c.o [ 40%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_data.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_def.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_driver.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_hook.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_opts.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_page.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_post.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_req_name.c.o [ 41%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_scale.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_sub.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_user.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/frm_win.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alnum.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_alpha.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_enum.c.o [ 42%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_int.c.o [ 43%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_ipv4.c.o [ 43%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_num.c.o [ 43%] Building C object Source/CursesDialog/form/CMakeFiles/cmForm.dir/fty_regex.c.o [ 43%] Linking C static library libcmForm.a [ 43%] Built target cmForm Scanning dependencies of target CMakeLib [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmCommandArgumentLexer.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmCommandArgumentParser.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmDependsJavaLexer.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmDependsJavaParser.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmExprLexer.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmExprParser.cxx.o [ 43%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmFortranLexer.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmFortranParser.cxx.o [ 44%] Building C object Source/CMakeFiles/CMakeLib.dir/LexerParser/cmListFileLexer.c.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAffinity.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmArchiveWrite.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBase32.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCacheManager.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCLocaleEnvironmentScope.cxx.o [ 44%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentParserHelper.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommonTargetGenerator.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeComponentGraph.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkDepends.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeLinkInformation.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmComputeTargetDepends.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCPackPropertiesGenerator.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCryptoHash.cxx.o [ 45%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCurl.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommand.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCustomCommandGenerator.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinitions.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDepends.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsC.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsFortran.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJava.cxx.o [ 46%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParserHelper.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentation.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationFormatter.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDocumentationSection.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDynamicLoader.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExprParserHelper.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildAndroidMKGenerator.cxx.o [ 47%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportBuildFileGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportFileGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallAndroidMKGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportInstallFileGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportTryCompileFileGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSet.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportSetMap.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExternalMakefileProjectGenerator.cxx.o [ 48%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeBlocksGenerator.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraCodeLiteGenerator.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraEclipseCDT4Generator.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraKateGenerator.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExtraSublimeTextGenerator.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPI.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICache.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICodemodel.cxx.o [ 49%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileAPICMakeFiles.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLock.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockPool.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileLockResult.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFilePathChecksum.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileTimeComparison.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFortranParserImpl.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFSPermissions.cxx.o [ 50%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratedFileStream.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionContext.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionDAGChecker.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluationFile.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionEvaluator.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionLexer.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionNode.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpressionParser.cxx.o [ 51%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorExpression.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGeneratorTarget.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalCommonGenerator.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalGenerator.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalUnixMakefileGenerator3.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobVerificationManager.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGraphVizWriter.cxx.o [ 52%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallExportGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstalledFile.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFilesGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallScriptGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallSubdirectoryGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallTargetGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallDirectoryGenerator.cxx.o [ 53%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkItem.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkLineComputer.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkLineDeviceComputer.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmListFileCache.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalCommonGenerator.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalGenerator.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRulePlaceholderExpander.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalUnixMakefileGenerator3.cxx.o [ 54%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMachO.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefile.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileTargetGenerator.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileExecutableTargetGenerator.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileLibraryTargetGenerator.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakefileUtilityTargetGenerator.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMessenger.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMSVC60LinkLineComputer.cxx.o [ 55%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOSXBundleGenerator.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOutputConverter.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNewLineStyle.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOrderDirectories.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPolicies.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProcessOutput.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProcessTools.cxx.o [ 56%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProperty.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinition.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinitionMap.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyMap.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGen.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenerator.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenGlobalInitializer.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGenInitializer.cxx.o [ 57%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGeneratorMocUic.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQtAutoGeneratorRcc.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRST.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmScriptGenerator.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFile.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceFileLocation.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceGroup.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmState.cxx.o [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStateDirectory.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStateSnapshot.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSystemTools.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTarget.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetPropertyComputer.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTest.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTestGenerator.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUuid.cxx.o [ 59%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUVHandlePtr.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableWatch.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVersion.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWorkingDirectory.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLParser.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLSafe.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXMLWriter.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmake.cxx.o [ 60%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cm_string_view.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommands.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCompileDefinitionsCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCompileOptionsCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddLinkOptionsCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCustomCommandCommand.cxx.o [ 61%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddCustomTargetCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddDefinitionsCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddDependenciesCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddExecutableCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddLibraryCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddSubDirectoryCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAddTestCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmAuxSourceDirectoryCommand.cxx.o [ 62%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBreakCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBuildCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBuildNameCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakeHostSystemInformationCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakeMinimumRequired.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCMakePolicyCommand.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCommandArgumentsHelper.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConditionEvaluator.cxx.o [ 63%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmConfigureFileCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmContinueCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCoreTryCompile.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmCreateTestSourceList.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDefinePropertyCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDisallowedCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmEnableLanguageCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmEnableTestingCommand.cxx.o [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExecProgramCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExecuteProcessCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExpandedCommandArgument.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmExportLibraryDependenciesCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFLTKWrapUICommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFileCommand.cxx.o [ 65%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindBase.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindCommon.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindFileCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindLibraryCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindPackageCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindPathCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFindProgramCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmForEachCommand.cxx.o [ 66%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmFunctionCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetCMakePropertyCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetDirectoryPropertyCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetFilenameComponentCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetPropertyCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetSourceFilePropertyCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetTargetPropertyCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGetTestPropertyCommand.cxx.o [ 67%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmHexFileConverter.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIfCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeDirectoryCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeExternalMSProjectCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeGuardCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmIncludeRegularExpressionCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallCommand.cxx.o [ 68%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallCommandArguments.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallFilesCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallProgramsCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmInstallTargetsCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkDirectoriesCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLinkLibrariesCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmListCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLoadCacheCommand.cxx.o [ 69%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLoadCommandCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMacroCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMakeDirectoryCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMarkAsAdvancedCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMathCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmMessageCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOptionCommand.cxx.o [ 70%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmOutputRequiredFilesCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmParseArgumentsCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPathLabel.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmProjectCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQTWrapCPPCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmQTWrapUICommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRemoveCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmRemoveDefinitionsCommand.cxx.o [ 71%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmReturnCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSearchPath.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSeparateArgumentsCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetDirectoryPropertiesCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetPropertyCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetSourceFilesPropertiesCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetTargetPropertiesCommand.cxx.o [ 72%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSetTestsPropertiesCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSiteNameCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSourceGroupCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmString.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStringReplaceHelper.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmStringCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSubdirCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmSubdirDependsCommand.cxx.o [ 73%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetCompileDefinitionsCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetCompileFeaturesCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetCompileOptionsCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetIncludeDirectoriesCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetLinkOptionsCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetLinkDirectoriesCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetLinkLibrariesCommand.cxx.o [ 74%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetPropCommandBase.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTargetSourcesCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTimestamp.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTryCompileCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmTryRunCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUnexpectedCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUnsetCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUseMangledMesaCommand.cxx.o [ 75%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmUtilitySourceCommand.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableRequiresCommand.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmVariableWatchCommand.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWhileCommand.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmWriteFileCommand.cxx.o [ 76%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_get_date.c.o [ 76%] Building C object Source/CMakeFiles/CMakeLib.dir/cm_utf8.c.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cm_codecvt.cxx.o [ 76%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDuration.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXCodeObject.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXCode21Object.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmXCodeScheme.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalXCodeGenerator.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalXCodeGenerator.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmGlobalNinjaGenerator.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmLocalNinjaGenerator.cxx.o [ 77%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaTargetGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaNormalTargetGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaUtilityTargetGenerator.cxx.o [ 78%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmNinjaLinkLineComputer.cxx.o [ 78%] Linking CXX static library libCMakeLib.a [ 78%] Built target CMakeLib Scanning dependencies of target CMakeServerLib [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmConnection.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmFileMonitor.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmJsonObjects.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmPipeConnection.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmServer.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmServerConnection.cxx.o [ 79%] Building CXX object Source/CMakeFiles/CMakeServerLib.dir/cmServerProtocol.cxx.o [ 79%] Linking CXX static library libCMakeServerLib.a [ 79%] Built target CMakeServerLib [ 79%] Building CXX object Source/CMakeFiles/OSXScriptLauncher.dir/CPack/OSXScriptLauncher.cxx.o [ 79%] Linking CXX executable ../bin/OSXScriptLauncher [ 79%] Built target OSXScriptLauncher Scanning dependencies of target cmakexbuild [ 79%] Building CXX object Source/CMakeFiles/cmakexbuild.dir/cmakexbuild.cxx.o [ 80%] Linking CXX executable ../bin/cmakexbuild [ 80%] Built target cmakexbuild Scanning dependencies of target CTestLib [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/cmCTest.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmProcess.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildAndTestHandler.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildCommand.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBuildHandler.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureCommand.cxx.o [ 80%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestConfigureHandler.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageCommand.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCoverageHandler.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCurl.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseMumpsCoverage.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCacheCoverage.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseGTMCoverage.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseJacocoCoverage.cxx.o [ 81%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseBlanketJSCoverage.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParsePHPCoverage.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseCoberturaCoverage.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseDelphiCoverage.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGenericHandler.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHandlerCommand.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestLaunch.cxx.o [ 82%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckCommand.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMemCheckHandler.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestMultiProcessHandler.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestReadCustomFilesCommand.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunScriptCommand.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestRunTest.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestScriptHandler.cxx.o [ 83%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSleepCommand.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestStartCommand.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitCommand.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSubmitHandler.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestCommand.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestTestHandler.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateCommand.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUpdateHandler.cxx.o [ 84%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadCommand.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestUploadHandler.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestVC.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGlobalVC.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestCVS.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestSVN.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestBZR.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestGIT.cxx.o [ 85%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestHG.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmCTestP4.cxx.o [ 86%] Linking CXX static library libCTestLib.a [ 86%] Built target CTestLib Scanning dependencies of target ctest [ 86%] Building CXX object Source/CMakeFiles/ctest.dir/ctest.cxx.o [ 86%] Linking CXX executable ../bin/ctest [ 86%] Built target ctest Scanning dependencies of target CPackLib [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackArchiveGenerator.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackComponentGroup.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDebGenerator.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackExternalGenerator.cxx.o [ 86%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGeneratorFactory.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackGenerator.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackLog.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNSISGenerator.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackNuGetGenerator.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackSTGZGenerator.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTGZGenerator.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTXZGenerator.cxx.o [ 87%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTarBZip2Generator.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackTarCompressGenerator.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackZIPGenerator.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPack7zGenerator.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWCommon.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWGenerator.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWInstaller.cxx.o [ 88%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWPackage.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/IFW/cmCPackIFWRepository.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackRPMGenerator.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackBundleGenerator.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackDragNDropGenerator.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackOSXX11Generator.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackPKGGenerator.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackPackageMakerGenerator.cxx.o [ 89%] Building CXX object Source/CMakeFiles/CPackLib.dir/CPack/cmCPackProductBuildGenerator.cxx.o [ 90%] Linking CXX static library libCPackLib.a [ 90%] Built target CPackLib Scanning dependencies of target cpack [ 90%] Building CXX object Source/CMakeFiles/cpack.dir/CPack/cpack.cxx.o [ 90%] Linking CXX executable ../bin/cpack [ 90%] Built target cpack Scanning dependencies of target cmake [ 90%] Building CXX object Source/CMakeFiles/cmake.dir/cmakemain.cxx.o [ 90%] Building CXX object Source/CMakeFiles/cmake.dir/cmcmd.cxx.o [ 90%] Linking CXX executable ../bin/cmake [ 90%] Built target cmake Scanning dependencies of target ccmake [ 90%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesOptionsWidget.cxx.o [ 90%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesBoolWidget.cxx.o [ 90%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesCacheEntryComposite.cxx.o [ 90%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesDummyWidget.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesFilePathWidget.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesForm.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLabelWidget.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesLongMessageForm.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesMainForm.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesPathWidget.cxx.o [ 91%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesStringWidget.cxx.o [ 92%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/cmCursesWidget.cxx.o [ 92%] Building CXX object Source/CMakeFiles/ccmake.dir/CursesDialog/ccmake.cxx.o [ 92%] Linking CXX executable ../bin/ccmake [ 92%] Built target ccmake Scanning dependencies of target documentation [ 92%] sphinx-build html: see Utilities/Sphinx/build-html.log [ 92%] sphinx-build man: see Utilities/Sphinx/build-man.log [ 92%] Built target documentation [ 92%] Building CXX object Tests/CMakeLib/CMakeFiles/testEncoding.dir/testEncoding.cxx.o [ 93%] Linking CXX executable testEncoding [ 93%] Built target testEncoding Scanning dependencies of target CMakeLibTests [ 93%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/CMakeLibTests.cxx.o [ 93%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testGeneratedFileStream.cxx.o [ 93%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testRST.cxx.o [ 93%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testString.cxx.o [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testSystemTools.cxx.o [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUTF8.cxx.o [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLParser.cxx.o [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testXMLSafe.cxx.o [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testFindPackageCommand.cxx.o [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/CMakeLibTests.dir/testUVRAII.cxx.o [ 94%] Linking CXX executable CMakeLibTests [ 94%] Built target CMakeLibTests Scanning dependencies of target testAffinity [ 94%] Building CXX object Tests/CMakeLib/CMakeFiles/testAffinity.dir/testAffinity.cxx.o [ 94%] Linking CXX executable testAffinity [ 94%] Built target testAffinity Scanning dependencies of target runcompilecommands [ 95%] Building CXX object Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.o [ 95%] Linking CXX executable runcompilecommands [ 95%] Built target runcompilecommands Scanning dependencies of target pseudo_BC [ 96%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_BC.dir/ret0.cxx.o [ 96%] Linking CXX executable BC [ 96%] Built target pseudo_BC Scanning dependencies of target pseudo_purify [ 96%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_purify.dir/ret0.cxx.o [ 96%] Linking CXX executable purify [ 96%] Built target pseudo_purify Scanning dependencies of target memcheck_fail [ 96%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/memcheck_fail.dir/ret1.cxx.o [ 96%] Linking CXX executable memcheck_fail [ 96%] Built target memcheck_fail Scanning dependencies of target pseudo_valgrind [ 97%] Building CXX object Tests/CMakeLib/PseudoMemcheck/CMakeFiles/pseudo_valgrind.dir/ret0.cxx.o [ 97%] Linking CXX executable valgrind [ 97%] Built target pseudo_valgrind [ 97%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_purify.dir/ret0.c.o [ 97%] Linking C executable purify [ 97%] Built target pseudonl_purify [ 97%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_BC.dir/ret0.c.o [ 97%] Linking C executable BC [ 97%] Built target pseudonl_BC [ 97%] Building C object Tests/CMakeLib/PseudoMemcheck/NoLog/CMakeFiles/pseudonl_valgrind.dir/ret0.c.o [ 97%] Linking C executable valgrind [ 97%] Built target pseudonl_valgrind Scanning dependencies of target CMakeServerLibTests [ 98%] Building CXX object Tests/CMakeServerLib/CMakeFiles/CMakeServerLibTests.dir/CMakeServerLibTests.cxx.o [ 98%] Building CXX object Tests/CMakeServerLib/CMakeFiles/CMakeServerLibTests.dir/testServerBuffering.cpp.o [ 98%] Linking CXX executable CMakeServerLibTests [ 98%] Built target CMakeServerLibTests [ 98%] Building C object Tests/RunCMake/CMakeFiles/pseudo_cppcheck.dir/pseudo_cppcheck.c.o [ 98%] Linking C executable pseudo_cppcheck [ 98%] Built target pseudo_cppcheck [ 98%] Building C object Tests/RunCMake/CMakeFiles/pseudo_iwyu.dir/pseudo_iwyu.c.o [ 98%] Linking C executable pseudo_iwyu [ 98%] Built target pseudo_iwyu [ 98%] Building C object Tests/RunCMake/CMakeFiles/print_stdin.dir/print_stdin.c.o [ 98%] Linking C executable print_stdin [ 98%] Built target print_stdin [ 98%] Building C object Tests/RunCMake/CMakeFiles/pseudo_cpplint.dir/pseudo_cpplint.c.o [ 98%] Linking C executable pseudo_cpplint [ 98%] Built target pseudo_cpplint [ 99%] Building C object Tests/RunCMake/CMakeFiles/pseudo_emulator_custom_command.dir/pseudo_emulator_custom_command.c.o [ 99%] Linking C executable pseudo_emulator_custom_command [ 99%] Built target pseudo_emulator_custom_command [ 99%] Building C object Tests/RunCMake/CMakeFiles/pseudo_tidy.dir/pseudo_tidy.c.o [ 99%] Linking C executable pseudo_tidy [ 99%] Built target pseudo_tidy [ 99%] Building C object Tests/RunCMake/CMakeFiles/exit_code.dir/exit_code.c.o [100%] Linking C executable exit_code [100%] Built target exit_code [100%] Building C object Tests/RunCMake/CMakeFiles/pseudo_emulator.dir/pseudo_emulator.c.o [100%] Linking C executable pseudo_emulator [100%] Built target pseudo_emulator [100%] Building CXX object Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.o [100%] Linking CXX static library libfoo.a [100%] Built target foo |
由此可以断定,不能编译通过的原因是 HomeBrew 自身环境变量导致的问题。
通过比较两份日志的差异,可以看到两者使用的CC
编译器存在差异。
差异部分的内容如下:
1 2 3 4 5 6 7 8 9 10 11 12 |
-- The C compiler identification is AppleClang 8.0.0.8000042 -- The CXX compiler identification is AppleClang 8.0.0.8000042 -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done |
观察环境变量如下:
1 2 3 4 5 6 7 8 9 10 11 |
$ brew --env HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j2 CMAKE_PREFIX_PATH: /usr/local CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 HOMEBREW_GIT: /usr/local/opt/git/bin/git ACLOCAL_PATH: /usr/local/share/aclocal PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/bin:/bin:/usr/sbin:/sbin |
可以看到路径信息中优先使用了/usr/local/Homebrew/Library/Homebrew/shims/mac/super
路径中的 CC
,正是这个路径设置导致编译失败(从很早期版本升级到之后会存留这个路径设置)。
因此我们在安装软件的时候,要求环境变量使用系统环境变量即可(通过设置 --env=std
参数)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
$ brew uninstall --ignore-dependencies cmake $ brew install cmake -s -d -v --env=std # 同理 $ brew uninstall --ignore-dependencies doxygen $ brew install doxygen -s -d -v --env=std $ brew uninstall --ignore-dependencies aom $ brew install aom -s -d -v --env=std $ brew uninstall --ignore-dependencies git $ brew install git -s -d -v --env=std $ brew uninstall --ignore-dependencies x265 $ brew install x265 -s -d -v --env=std |
由于 HomeBrew 已经不支持 OS X EI Capitan(10.11.6) ,因此默认的 XCode自带的 clang++ 止步于 Clang++8.0 这样导致对于 C++ 的支持已经跟不上了,尤其是最近更新的一些代码,很多代码需要 C++14的支持。
解决方案是安装 GCC ,然后重定义CC/CCX位置,如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
$ brew install gcc $ export GCC_VER=$(brew list --versions gcc | tr ' ' '\n' | tail -1) $ export GCC_BIN=$(brew --cellar gcc)/${GCC_VER}/bin $ export GCC_MAIN_VER=${GCC_VER%%.*} $ export CC=$GCC_BIN/gcc-${GCC_MAIN_VER} $ export CCX=$GCC_BIN/g++-${GCC_MAIN_VER} $ export HOMEBREW_CC=gcc-${GCC_MAIN_VER} $ export HOMEBREW_CCX=g++-${GCC_MAIN_VER} # 查看环境变量信息 # brew --env # 比如最新版本的 icu4c 67.1 $ brew install icu4c -s -d -v # 或者 $ brew upgrade icu4c -s -d -v |
对于numpy-1.18.5
来说,安装的时候报错
1 |
error: instruction requires: AVX-512 ISA |
还是使用pip
安装吧
1 2 3 4 5 |
$ pip install --upgrade pip $ pip install setuptools --upgrade $ pip install numpy |
参考链接
- FS#2050 - /tools/CMAKE @trunk for x86_64 doe's not compile under OSX
- Fail to Compile cmake on OSX 10.4
- CMake failed to build on 10.7.5 #20464
- cmake failed to build on 10.11 #43204
- Set a non-homebrew default compiler?
- [LLVM on Mojave] ld: unknown option: -platform_version #52461
- ClangHost.cpp:78:17: error: no matching function for call to 'next'
- How to Cross Compile Compiler-rt Builtins For Arm
- ENH: Enable AVX2/AVX512 support to numpy #10251
- ImportError: module 'setuptools.dist' has no 'check_specifier' attribute