Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 378.02 KB | None | 0 0
  1. rcaskey:~/Desktop/KSPMods/Principia rcaskey$ ./install_deps.sh
  2. Required prerequisites for build: build-essential clang libc++-dev libc++abi-dev monodevelop subversion git
  3. Required runtime dependencies: libc++1
  4. Cloning into 'protobuf'...
  5. remote: Counting objects: 37556, done.
  6. remote: Compressing objects: 100% (2/2), done.
  7. remote: Total 37556 (delta 0), reused 0 (delta 0), pack-reused 37554
  8. Receiving objects: 100% (37556/37556), 35.23 MiB | 6.93 MiB/s, done.
  9. Resolving deltas: 100% (25294/25294), done.
  10. ~/Desktop/KSPMods/Principia/deps/protobuf ~/Desktop/KSPMods/Principia/deps
  11. Google Mock not present.  Fetching gmock-1.7.0 from the web...
  12.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  13.                                  Dload  Upload   Total   Spent    Left  Speed
  14. 100   129    0   129    0     0    571      0 --:--:-- --:--:-- --:--:--   578
  15. 100  362k  100  362k    0     0   592k      0 --:--:-- --:--:-- --:--:-- 1229k
  16.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  17.                                  Dload  Upload   Total   Spent    Left  Speed
  18. 100   129    0   129    0     0    560      0 --:--:-- --:--:-- --:--:--   565
  19. 100  618k  100  618k    0     0   936k      0 --:--:-- --:--:-- --:--:-- 9245k
  20. + autoreconf -f -i -Wall,no-obsolete
  21. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  22. glibtoolize: copying file 'build-aux/ltmain.sh'
  23. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  24. glibtoolize: copying file 'm4/libtool.m4'
  25. glibtoolize: copying file 'm4/ltoptions.m4'
  26. glibtoolize: copying file 'm4/ltsugar.m4'
  27. glibtoolize: copying file 'm4/ltversion.m4'
  28. glibtoolize: copying file 'm4/lt~obsolete.m4'
  29. configure.ac:27: installing 'build-aux/compile'
  30. configure.ac:30: installing 'build-aux/config.guess'
  31. configure.ac:30: installing 'build-aux/config.sub'
  32. configure.ac:24: installing 'build-aux/install-sh'
  33. configure.ac:24: installing 'build-aux/missing'
  34. Makefile.am: installing 'build-aux/depcomp'
  35. parallel-tests: installing 'build-aux/test-driver'
  36. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  37. glibtoolize: copying file 'build-aux/ltmain.sh'
  38. glibtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  39. glibtoolize: and rerunning glibtoolize and aclocal.
  40. glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  41. configure.ac:22: installing 'build-aux/compile'
  42. configure.ac:25: installing 'build-aux/config.guess'
  43. configure.ac:25: installing 'build-aux/config.sub'
  44. configure.ac:19: installing 'build-aux/install-sh'
  45. configure.ac:19: installing 'build-aux/missing'
  46. Makefile.am: installing 'build-aux/depcomp'
  47. parallel-tests: installing 'build-aux/test-driver'
  48. glibtoolize: putting auxiliary files in '.'.
  49. glibtoolize: copying file './ltmain.sh'
  50. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  51. glibtoolize: copying file 'm4/libtool.m4'
  52. glibtoolize: copying file 'm4/ltoptions.m4'
  53. glibtoolize: copying file 'm4/ltsugar.m4'
  54. glibtoolize: copying file 'm4/ltversion.m4'
  55. glibtoolize: copying file 'm4/lt~obsolete.m4'
  56. configure.ac:65: installing './ar-lib'
  57. configure.ac:61: installing './compile'
  58. configure.ac:46: installing './config.guess'
  59. configure.ac:46: installing './config.sub'
  60. configure.ac:48: installing './install-sh'
  61. configure.ac:48: installing './missing'
  62. benchmarks/Makefile.am: installing './depcomp'
  63. parallel-tests: installing './test-driver'
  64. + rm -rf autom4te.cache config.h.in~
  65. + exit 0
  66. checking whether to enable maintainer-specific portions of Makefiles... yes
  67. checking build system type... x86_64-apple-darwin16.5.0
  68. checking host system type... x86_64-apple-darwin16.5.0
  69. checking target system type... x86_64-apple-darwin16.5.0
  70. checking for a BSD-compatible install... /usr/bin/install -c
  71. checking whether build environment is sane... yes
  72. checking for a thread-safe mkdir -p... ./install-sh -c -d
  73. checking for gawk... gawk
  74. checking whether make sets $(MAKE)... yes
  75. checking whether make supports nested variables... yes
  76. checking whether UID '501' is supported by ustar format... yes
  77. checking whether GID '20' is supported by ustar format... yes
  78. checking how to create a ustar tar archive... gnutar
  79. checking for gcc... clang
  80. checking whether the C compiler works... yes
  81. checking for C compiler default output file name... a.out
  82. checking for suffix of executables...
  83. checking whether we are cross compiling... no
  84. checking for suffix of object files... o
  85. checking whether we are using the GNU C compiler... yes
  86. checking whether clang accepts -g... yes
  87. checking for clang option to accept ISO C89... none needed
  88. checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
  89. yes
  90. checking for style of include used by make... GNU
  91. checking dependency style of clang... gcc3
  92. checking whether we are using the GNU C++ compiler... yes
  93. checking whether clang++ accepts -g... yes
  94. checking dependency style of clang++... gcc3
  95. checking how to run the C++ preprocessor... clang++ -E
  96. checking for grep that handles long lines and -e... /usr/bin/grep
  97. checking for egrep... /usr/bin/grep -E
  98. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  99. rm: conftest.dSYM: is a directory
  100. yes
  101. checking for sys/types.h... yes
  102. checking for sys/stat.h... yes
  103. checking for stdlib.h... yes
  104. checking for string.h... yes
  105. checking for memory.h... yes
  106. checking for strings.h... yes
  107. checking for inttypes.h... yes
  108. checking for stdint.h... yes
  109. checking for unistd.h... yes
  110. checking minix/config.h usability... no
  111. checking minix/config.h presence... no
  112. checking for minix/config.h... no
  113. checking whether it is safe to define __EXTENSIONS__... yes
  114. checking for ar... ar
  115. checking the archiver (ar) interface... ar
  116. checking for gcc... gcc
  117. checking whether we are using the GNU Objective C compiler... yes
  118. checking whether gcc accepts -g... yes
  119. checking dependency style of gcc... gcc3
  120. checking C++ compiler flags...... use user-supplied: -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++
  121. checking whether __SUNPRO_CC is declared... no
  122. checking how to print strings... printf
  123. checking for a sed that does not truncate output... /usr/bin/sed
  124. checking for fgrep... /usr/bin/grep -F
  125. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  126. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  127. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  128. checking the name lister (/opt/local/bin/nm -B) interface... BSD nm
  129. checking whether ln -s works... yes
  130. checking the maximum length of command line arguments... 196608
  131. checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
  132. checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
  133. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  134. checking for objdump... objdump
  135. checking how to recognize dependent libraries... pass_all
  136. checking for dlltool... no
  137. checking how to associate runtime and link libraries... printf %s\n
  138. checking for archiver @FILE support... no
  139. checking for strip... strip
  140. checking for ranlib... ranlib
  141. checking command to parse /opt/local/bin/nm -B output from clang object... ok
  142. checking for sysroot... no
  143. checking for a working dd... /bin/dd
  144. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  145. checking for mt... no
  146. checking if : is a manifest tool... no
  147. checking for dsymutil... dsymutil
  148. checking for nmedit... nmedit
  149. checking for lipo... lipo
  150. checking for otool... otool
  151. checking for otool64... no
  152. checking for -single_module linker flag... yes
  153. checking for -exported_symbols_list linker flag... yes
  154. checking for -force_load linker flag... no
  155. checking for dlfcn.h... yes
  156. checking for objdir... .libs
  157. checking if clang supports -fno-rtti -fno-exceptions... yes
  158. checking for clang option to produce PIC... -fno-common -DPIC
  159. checking if clang PIC flag -fno-common -DPIC works... yes
  160. checking if clang static flag -static works... no
  161. checking if clang supports -c -o file.o... yes
  162. checking if clang supports -c -o file.o... (cached) yes
  163. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  164. checking dynamic linker characteristics... darwin16.5.0 dyld
  165. checking how to hardcode library paths into programs... immediate
  166. checking whether stripping libraries is possible... yes
  167. checking if libtool supports shared libraries... yes
  168. checking whether to build shared libraries... yes
  169. checking whether to build static libraries... yes
  170. checking how to run the C++ preprocessor... clang++ -E
  171. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  172. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  173. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  174. checking for clang++ option to produce PIC... -fno-common -DPIC
  175. checking if clang++ PIC flag -fno-common -DPIC works... yes
  176. checking if clang++ static flag -static works... no
  177. checking if clang++ supports -c -o file.o... yes
  178. checking if clang++ supports -c -o file.o... (cached) yes
  179. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  180. checking dynamic linker characteristics... darwin16.5.0 dyld
  181. checking how to hardcode library paths into programs... immediate
  182. checking for ANSI C header files... (cached) yes
  183. checking fcntl.h usability... yes
  184. checking fcntl.h presence... yes
  185. checking for fcntl.h... yes
  186. checking for inttypes.h... (cached) yes
  187. checking limits.h usability... yes
  188. checking limits.h presence... yes
  189. checking for limits.h... yes
  190. checking for stdlib.h... (cached) yes
  191. checking for unistd.h... (cached) yes
  192. checking for working memcmp... yes
  193. checking for working strtod... yes
  194. checking for ftruncate... yes
  195. checking for memset... yes
  196. checking for mkdir... yes
  197. checking for strchr... yes
  198. checking for strerror... yes
  199. checking for strtol... yes
  200. checking zlib version... ok (1.2.0.4 or later)
  201. checking for library containing zlibVersion... -lz
  202. checking for the pthreads library -lpthreads... no
  203. checking whether pthreads work without any flags... yes
  204. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  205. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  206. checking whether to check for GCC pthread/shared inconsistencies... no
  207. checking whether what we have so far is sufficient with -nostdlib... no
  208. checking whether -lpthread saves the day... no
  209. configure: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib
  210. checking the location of hash_map... <unordered_map>
  211. checking for library containing sched_yield... none required
  212. checking that generated files are newer than configure... done
  213. configure: creating ./config.status
  214. config.status: creating Makefile
  215. config.status: creating src/Makefile
  216. config.status: creating benchmarks/Makefile
  217. config.status: creating conformance/Makefile
  218. config.status: creating protobuf.pc
  219. config.status: creating protobuf-lite.pc
  220. config.status: creating config.h
  221. config.status: executing depfiles commands
  222. config.status: executing libtool commands
  223. === configuring in gmock (/Users/rcaskey/Desktop/KSPMods/Principia/deps/protobuf/gmock)
  224. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'CC=clang' 'CXX=clang++' 'CXXFLAGS=-std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++' 'LDFLAGS=-fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++' 'LIBS=-lc++ -lc++abi' --cache-file=/dev/null --srcdir=.
  225. checking for a BSD-compatible install... /usr/bin/install -c
  226. checking whether build environment is sane... yes
  227. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  228. checking for gawk... gawk
  229. checking whether make sets $(MAKE)... yes
  230. checking whether make supports nested variables... yes
  231. checking for gcc... clang
  232. checking whether the C compiler works... yes
  233. checking for C compiler default output file name... a.out
  234. checking for suffix of executables...
  235. checking whether we are cross compiling... no
  236. checking for suffix of object files... o
  237. checking whether we are using the GNU C compiler... yes
  238. checking whether clang accepts -g... yes
  239. checking for clang option to accept ISO C89... none needed
  240. checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
  241. yes
  242. checking for style of include used by make... GNU
  243. checking dependency style of clang... gcc3
  244. checking whether we are using the GNU C++ compiler... yes
  245. checking whether clang++ accepts -g... yes
  246. checking dependency style of clang++... gcc3
  247. checking build system type... x86_64-apple-darwin16.5.0
  248. checking host system type... x86_64-apple-darwin16.5.0
  249. checking how to print strings... printf
  250. checking for a sed that does not truncate output... /usr/bin/sed
  251. checking for grep that handles long lines and -e... /usr/bin/grep
  252. checking for egrep... /usr/bin/grep -E
  253. checking for fgrep... /usr/bin/grep -F
  254. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  255. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  256. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  257. checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
  258. BSD nm
  259. checking whether ln -s works... yes
  260. checking the maximum length of command line arguments... 196608
  261. checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
  262. checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
  263. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  264. checking for objdump... objdump
  265. checking how to recognize dependent libraries... pass_all
  266. checking for dlltool... no
  267. checking how to associate runtime and link libraries... printf %s\n
  268. checking for ar... ar
  269. checking for archiver @FILE support... rm: conftest.dSYM: is a directory
  270. no
  271. checking for strip... strip
  272. checking for ranlib... ranlib
  273. checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
  274. ok
  275. checking for sysroot... no
  276. checking for a working dd... /bin/dd
  277. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  278. checking for mt... no
  279. checking if : is a manifest tool... no
  280. checking for dsymutil... dsymutil
  281. checking for nmedit... nmedit
  282. checking for lipo... lipo
  283. checking for otool... otool
  284. checking for otool64... no
  285. checking for -single_module linker flag... yes
  286. checking for -exported_symbols_list linker flag... yes
  287. checking for -force_load linker flag... no
  288. checking how to run the C preprocessor... clang -E
  289. checking for ANSI C header files... yes
  290. checking for sys/types.h... yes
  291. checking for sys/stat.h... yes
  292. checking for stdlib.h... yes
  293. checking for string.h... yes
  294. checking for memory.h... yes
  295. checking for strings.h... yes
  296. checking for inttypes.h... yes
  297. checking for stdint.h... yes
  298. checking for unistd.h... yes
  299. checking for dlfcn.h... yes
  300. checking for objdir... .libs
  301. checking if clang supports -fno-rtti -fno-exceptions... yes
  302. checking for clang option to produce PIC... -fno-common -DPIC
  303. checking if clang PIC flag -fno-common -DPIC works... yes
  304. checking if clang static flag -static works... no
  305. checking if clang supports -c -o file.o... yes
  306. checking if clang supports -c -o file.o... (cached) yes
  307. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  308. checking dynamic linker characteristics... darwin16.5.0 dyld
  309. checking how to hardcode library paths into programs... immediate
  310. checking whether stripping libraries is possible... yes
  311. checking if libtool supports shared libraries... yes
  312. checking whether to build shared libraries... yes
  313. checking whether to build static libraries... yes
  314. checking how to run the C++ preprocessor... clang++ -E
  315. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  316. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  317. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  318. checking for clang++ option to produce PIC... -fno-common -DPIC
  319. checking if clang++ PIC flag -fno-common -DPIC works... yes
  320. checking if clang++ static flag -static works... no
  321. checking if clang++ supports -c -o file.o... yes
  322. checking if clang++ supports -c -o file.o... (cached) yes
  323. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  324. checking dynamic linker characteristics... darwin16.5.0 dyld
  325. checking how to hardcode library paths into programs... immediate
  326. checking for python... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python
  327. checking for the pthreads library -lpthreads... no
  328. checking whether pthreads work without any flags... yes
  329. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  330. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  331. checking whether to check for GCC pthread/shared inconsistencies... no
  332. checking for gtest-config... no
  333. checking that generated files are newer than configure... done
  334. configure: creating ./config.status
  335. config.status: creating Makefile
  336. config.status: creating scripts/gmock-config
  337. config.status: creating build-aux/config.h
  338. config.status: executing depfiles commands
  339. config.status: executing libtool commands
  340. === configuring in gtest (/Users/rcaskey/Desktop/KSPMods/Principia/deps/protobuf/gmock/gtest)
  341. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  'CC=clang' 'CXX=clang++' 'CXXFLAGS=-std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++' 'LDFLAGS=-fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++' 'LIBS=-lc++ -lc++abi' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
  342. checking for a BSD-compatible install... /usr/bin/install -c
  343. checking whether build environment is sane... yes
  344. checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
  345. checking for gawk... gawk
  346. checking whether make sets $(MAKE)... yes
  347. checking whether make supports nested variables... yes
  348. checking for gcc... clang
  349. checking whether the C compiler works... yes
  350. checking for C compiler default output file name... a.out
  351. checking for suffix of executables...
  352. checking whether we are cross compiling... no
  353. checking for suffix of object files... o
  354. checking whether we are using the GNU C compiler... yes
  355. checking whether clang accepts -g... yes
  356. checking for clang option to accept ISO C89... none needed
  357. checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
  358. yes
  359. checking for style of include used by make... GNU
  360. checking dependency style of clang... gcc3
  361. checking whether we are using the GNU C++ compiler... yes
  362. checking whether clang++ accepts -g... yes
  363. checking dependency style of clang++... gcc3
  364. checking build system type... x86_64-apple-darwin16.5.0
  365. checking host system type... x86_64-apple-darwin16.5.0
  366. checking how to print strings... printf
  367. checking for a sed that does not truncate output... /usr/bin/sed
  368. checking for grep that handles long lines and -e... /usr/bin/grep
  369. checking for egrep... /usr/bin/grep -E
  370. checking for fgrep... /usr/bin/grep -F
  371. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  372. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  373. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  374. checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
  375. BSD nm
  376. checking whether ln -s works... yes
  377. checking the maximum length of command line arguments... 196608
  378. checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
  379. checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
  380. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  381. checking for objdump... objdump
  382. checking how to recognize dependent libraries... pass_all
  383. checking for dlltool... no
  384. checking how to associate runtime and link libraries... printf %s\n
  385. checking for ar... ar
  386. checking for archiver @FILE support... rm: conftest.dSYM: is a directory
  387. no
  388. checking for strip... strip
  389. checking for ranlib... ranlib
  390. checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
  391. ok
  392. checking for sysroot... no
  393. checking for a working dd... /bin/dd
  394. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  395. checking for mt... no
  396. checking if : is a manifest tool... no
  397. checking for dsymutil... dsymutil
  398. checking for nmedit... nmedit
  399. checking for lipo... lipo
  400. checking for otool... otool
  401. checking for otool64... no
  402. checking for -single_module linker flag... yes
  403. checking for -exported_symbols_list linker flag... yes
  404. checking for -force_load linker flag... no
  405. checking how to run the C preprocessor... clang -E
  406. checking for ANSI C header files... yes
  407. checking for sys/types.h... yes
  408. checking for sys/stat.h... yes
  409. checking for stdlib.h... yes
  410. checking for string.h... yes
  411. checking for memory.h... yes
  412. checking for strings.h... yes
  413. checking for inttypes.h... yes
  414. checking for stdint.h... yes
  415. checking for unistd.h... yes
  416. checking for dlfcn.h... yes
  417. checking for objdir... .libs
  418. checking if clang supports -fno-rtti -fno-exceptions... yes
  419. checking for clang option to produce PIC... -fno-common -DPIC
  420. checking if clang PIC flag -fno-common -DPIC works... yes
  421. checking if clang static flag -static works... no
  422. checking if clang supports -c -o file.o... yes
  423. checking if clang supports -c -o file.o... (cached) yes
  424. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  425. checking dynamic linker characteristics... darwin16.5.0 dyld
  426. checking how to hardcode library paths into programs... immediate
  427. checking whether stripping libraries is possible... yes
  428. checking if libtool supports shared libraries... yes
  429. checking whether to build shared libraries... yes
  430. checking whether to build static libraries... yes
  431. checking how to run the C++ preprocessor... clang++ -E
  432. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  433. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  434. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  435. checking for clang++ option to produce PIC... -fno-common -DPIC
  436. checking if clang++ PIC flag -fno-common -DPIC works... yes
  437. checking if clang++ static flag -static works... no
  438. checking if clang++ supports -c -o file.o... yes
  439. checking if clang++ supports -c -o file.o... (cached) yes
  440. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  441. checking dynamic linker characteristics... darwin16.5.0 dyld
  442. checking how to hardcode library paths into programs... immediate
  443. checking for python... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python
  444. checking for the pthreads library -lpthreads... no
  445. checking whether pthreads work without any flags... yes
  446. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  447. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  448. checking whether to check for GCC pthread/shared inconsistencies... no
  449. checking that generated files are newer than configure... done
  450. configure: creating ./config.status
  451. config.status: creating Makefile
  452. config.status: creating scripts/gtest-config
  453. config.status: creating build-aux/config.h
  454. config.status: executing depfiles commands
  455. config.status: executing libtool commands
  456. /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
  457. Making all in .
  458. make[2]: Nothing to be done for `all-am'.
  459. Making all in src
  460. depbase=`echo google/protobuf/compiler/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  461.     clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/main.o -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/main.o google/protobuf/compiler/main.cc &&\
  462.     mv -f $depbase.Tpo $depbase.Po
  463. depbase=`echo google/protobuf/stubs/atomicops_internals_x86_gcc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  464.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_gcc.cc &&\
  465.     mv -f $depbase.Tpo $depbase.Plo
  466. depbase=`echo google/protobuf/stubs/atomicops_internals_x86_msvc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  467.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.cc &&\
  468.     mv -f $depbase.Tpo $depbase.Plo
  469. depbase=`echo google/protobuf/stubs/bytestream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  470.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/bytestream.lo google/protobuf/stubs/bytestream.cc &&\
  471.     mv -f $depbase.Tpo $depbase.Plo
  472. depbase=`echo google/protobuf/stubs/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  473.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/common.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/common.lo google/protobuf/stubs/common.cc &&\
  474.     mv -f $depbase.Tpo $depbase.Plo
  475. depbase=`echo google/protobuf/stubs/int128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  476.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/int128.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/int128.lo google/protobuf/stubs/int128.cc &&\
  477.     mv -f $depbase.Tpo $depbase.Plo
  478. depbase=`echo google/protobuf/stubs/once.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  479.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/once.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/once.lo google/protobuf/stubs/once.cc &&\
  480.     mv -f $depbase.Tpo $depbase.Plo
  481. depbase=`echo google/protobuf/stubs/status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  482.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/status.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/status.lo google/protobuf/stubs/status.cc &&\
  483.     mv -f $depbase.Tpo $depbase.Plo
  484. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o
  485. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/status.o
  486. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o
  487. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/once.lo -MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/once.o
  488. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/common.o
  489. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/int128.o
  490. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/bytestream.o
  491. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/atomicops_internals_x86_msvc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_msvc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_msvc.cc -o google/protobuf/stubs/atomicops_internals_x86_msvc.o >/dev/null 2>&1
  492. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/atomicops_internals_x86_gcc.lo -MD -MP -MF google/protobuf/stubs/.deps/atomicops_internals_x86_gcc.Tpo -c google/protobuf/stubs/atomicops_internals_x86_gcc.cc -o google/protobuf/stubs/atomicops_internals_x86_gcc.o >/dev/null 2>&1
  493. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/once.lo -MD -MP -MF google/protobuf/stubs/.deps/once.Tpo -c google/protobuf/stubs/once.cc -o google/protobuf/stubs/once.o >/dev/null 2>&1
  494. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/bytestream.lo -MD -MP -MF google/protobuf/stubs/.deps/bytestream.Tpo -c google/protobuf/stubs/bytestream.cc -o google/protobuf/stubs/bytestream.o >/dev/null 2>&1
  495. depbase=`echo google/protobuf/stubs/statusor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  496.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/statusor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/statusor.lo google/protobuf/stubs/statusor.cc &&\
  497.     mv -f $depbase.Tpo $depbase.Plo
  498. depbase=`echo google/protobuf/stubs/stringpiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  499.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringpiece.cc &&\
  500.     mv -f $depbase.Tpo $depbase.Plo
  501. depbase=`echo google/protobuf/stubs/stringprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  502.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/stringprintf.cc &&\
  503.     mv -f $depbase.Tpo $depbase.Plo
  504. depbase=`echo google/protobuf/stubs/structurally_valid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  505.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/structurally_valid.cc &&\
  506.     mv -f $depbase.Tpo $depbase.Plo
  507. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/statusor.o
  508. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/stringpiece.o
  509. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/structurally_valid.o
  510. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/status.lo -MD -MP -MF google/protobuf/stubs/.deps/status.Tpo -c google/protobuf/stubs/status.cc -o google/protobuf/stubs/status.o >/dev/null 2>&1
  511. depbase=`echo google/protobuf/stubs/strutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  512.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/strutil.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/strutil.lo google/protobuf/stubs/strutil.cc &&\
  513.     mv -f $depbase.Tpo $depbase.Plo
  514. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/int128.lo -MD -MP -MF google/protobuf/stubs/.deps/int128.Tpo -c google/protobuf/stubs/int128.cc -o google/protobuf/stubs/int128.o >/dev/null 2>&1
  515. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/statusor.lo -MD -MP -MF google/protobuf/stubs/.deps/statusor.Tpo -c google/protobuf/stubs/statusor.cc -o google/protobuf/stubs/statusor.o >/dev/null 2>&1
  516. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/strutil.o
  517. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/common.lo -MD -MP -MF google/protobuf/stubs/.deps/common.Tpo -c google/protobuf/stubs/common.cc -o google/protobuf/stubs/common.o >/dev/null 2>&1
  518. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/structurally_valid.lo -MD -MP -MF google/protobuf/stubs/.deps/structurally_valid.Tpo -c google/protobuf/stubs/structurally_valid.cc -o google/protobuf/stubs/structurally_valid.o >/dev/null 2>&1
  519. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/stringprintf.o
  520. depbase=`echo google/protobuf/stubs/time.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  521.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/time.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/time.lo google/protobuf/stubs/time.cc &&\
  522.     mv -f $depbase.Tpo $depbase.Plo
  523. depbase=`echo google/protobuf/arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  524.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/arena.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/arena.lo google/protobuf/arena.cc &&\
  525.     mv -f $depbase.Tpo $depbase.Plo
  526. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/stringpiece.lo -MD -MP -MF google/protobuf/stubs/.deps/stringpiece.Tpo -c google/protobuf/stubs/stringpiece.cc -o google/protobuf/stubs/stringpiece.o >/dev/null 2>&1
  527. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/time.o
  528. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/stringprintf.lo -MD -MP -MF google/protobuf/stubs/.deps/stringprintf.Tpo -c google/protobuf/stubs/stringprintf.cc -o google/protobuf/stubs/stringprintf.o >/dev/null 2>&1
  529. depbase=`echo google/protobuf/arenastring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  530.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/arenastring.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/arenastring.lo google/protobuf/arenastring.cc &&\
  531.     mv -f $depbase.Tpo $depbase.Plo
  532. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc  -fno-common -DPIC -o google/protobuf/.libs/arena.o
  533. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc  -fno-common -DPIC -o google/protobuf/.libs/arenastring.o
  534. depbase=`echo google/protobuf/extension_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  535.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/extension_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set.lo google/protobuf/extension_set.cc &&\
  536.     mv -f $depbase.Tpo $depbase.Plo
  537. depbase=`echo google/protobuf/generated_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  538.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/generated_message_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_util.lo google/protobuf/generated_message_util.cc &&\
  539.     mv -f $depbase.Tpo $depbase.Plo
  540. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/arena.lo -MD -MP -MF google/protobuf/.deps/arena.Tpo -c google/protobuf/arena.cc -o google/protobuf/arena.o >/dev/null 2>&1
  541. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc  -fno-common -DPIC -o google/protobuf/.libs/extension_set.o
  542. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/arenastring.lo -MD -MP -MF google/protobuf/.deps/arenastring.Tpo -c google/protobuf/arenastring.cc -o google/protobuf/arenastring.o >/dev/null 2>&1
  543. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/time.lo -MD -MP -MF google/protobuf/stubs/.deps/time.Tpo -c google/protobuf/stubs/time.cc -o google/protobuf/stubs/time.o >/dev/null 2>&1
  544. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc  -fno-common -DPIC -o google/protobuf/.libs/generated_message_util.o
  545. depbase=`echo google/protobuf/message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  546.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message_lite.lo google/protobuf/message_lite.cc &&\
  547.     mv -f $depbase.Tpo $depbase.Plo
  548. depbase=`echo google/protobuf/repeated_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  549.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/repeated_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/repeated_field.lo google/protobuf/repeated_field.cc &&\
  550.     mv -f $depbase.Tpo $depbase.Plo
  551. depbase=`echo google/protobuf/wire_format_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  552.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wire_format_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format_lite.lo google/protobuf/wire_format_lite.cc &&\
  553.     mv -f $depbase.Tpo $depbase.Plo
  554. depbase=`echo google/protobuf/io/coded_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  555.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/coded_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/coded_stream.lo google/protobuf/io/coded_stream.cc &&\
  556.     mv -f $depbase.Tpo $depbase.Plo
  557. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/generated_message_util.lo -MD -MP -MF google/protobuf/.deps/generated_message_util.Tpo -c google/protobuf/generated_message_util.cc -o google/protobuf/generated_message_util.o >/dev/null 2>&1
  558. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc  -fno-common -DPIC -o google/protobuf/.libs/message_lite.o
  559. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc  -fno-common -DPIC -o google/protobuf/.libs/repeated_field.o
  560. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc  -fno-common -DPIC -o google/protobuf/.libs/wire_format_lite.o
  561. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc  -fno-common -DPIC -o google/protobuf/io/.libs/coded_stream.o
  562. depbase=`echo google/protobuf/io/zero_copy_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  563.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream.cc &&\
  564.     mv -f $depbase.Tpo $depbase.Plo
  565. depbase=`echo google/protobuf/io/zero_copy_stream_impl_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  566.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/io/zero_copy_stream_impl_lite.cc &&\
  567.     mv -f $depbase.Tpo $depbase.Plo
  568. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/repeated_field.lo -MD -MP -MF google/protobuf/.deps/repeated_field.Tpo -c google/protobuf/repeated_field.cc -o google/protobuf/repeated_field.o >/dev/null 2>&1
  569. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc  -fno-common -DPIC -o google/protobuf/io/.libs/zero_copy_stream.o
  570. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc  -fno-common -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o
  571. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/strutil.lo -MD -MP -MF google/protobuf/stubs/.deps/strutil.Tpo -c google/protobuf/stubs/strutil.cc -o google/protobuf/stubs/strutil.o >/dev/null 2>&1
  572. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/message_lite.lo -MD -MP -MF google/protobuf/.deps/message_lite.Tpo -c google/protobuf/message_lite.cc -o google/protobuf/message_lite.o >/dev/null 2>&1
  573. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream.Tpo -c google/protobuf/io/zero_copy_stream.cc -o google/protobuf/io/zero_copy_stream.o >/dev/null 2>&1
  574. depbase=`echo google/protobuf/any.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  575.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/any.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.pb.lo google/protobuf/any.pb.cc &&\
  576.     mv -f $depbase.Tpo $depbase.Plo
  577. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/coded_stream.lo -MD -MP -MF google/protobuf/io/.deps/coded_stream.Tpo -c google/protobuf/io/coded_stream.cc -o google/protobuf/io/coded_stream.o >/dev/null 2>&1
  578. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/any.pb.o
  579. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream_impl_lite.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl_lite.Tpo -c google/protobuf/io/zero_copy_stream_impl_lite.cc -o google/protobuf/io/zero_copy_stream_impl_lite.o >/dev/null 2>&1
  580. depbase=`echo google/protobuf/api.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  581.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/api.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/api.pb.lo google/protobuf/api.pb.cc &&\
  582.     mv -f $depbase.Tpo $depbase.Plo
  583. depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  584.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/mathlimits.lo google/protobuf/stubs/mathlimits.cc &&\
  585.     mv -f $depbase.Tpo $depbase.Plo
  586. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wire_format_lite.lo -MD -MP -MF google/protobuf/.deps/wire_format_lite.Tpo -c google/protobuf/wire_format_lite.cc -o google/protobuf/wire_format_lite.o >/dev/null 2>&1
  587. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/api.pb.o
  588. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/mathlimits.o
  589. depbase=`echo google/protobuf/any.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  590.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/any.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.lo google/protobuf/any.cc &&\
  591.     mv -f $depbase.Tpo $depbase.Plo
  592. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc -o google/protobuf/stubs/mathlimits.o >/dev/null 2>&1
  593. depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  594.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.lo google/protobuf/descriptor.cc &&\
  595.     mv -f $depbase.Tpo $depbase.Plo
  596. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc  -fno-common -DPIC -o google/protobuf/.libs/any.o
  597. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc  -fno-common -DPIC -o google/protobuf/.libs/descriptor.o
  598. depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  599.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor_database.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor_database.lo google/protobuf/descriptor_database.cc &&\
  600.     mv -f $depbase.Tpo $depbase.Plo
  601. depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  602.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.pb.lo google/protobuf/descriptor.pb.cc &&\
  603.     mv -f $depbase.Tpo $depbase.Plo
  604. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc  -fno-common -DPIC -o google/protobuf/.libs/descriptor_database.o
  605. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc -o google/protobuf/any.pb.o >/dev/null 2>&1
  606. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/descriptor.pb.o
  607. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc -o google/protobuf/any.o >/dev/null 2>&1
  608. depbase=`echo google/protobuf/duration.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  609.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/duration.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/duration.pb.lo google/protobuf/duration.pb.cc &&\
  610.     mv -f $depbase.Tpo $depbase.Plo
  611. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/duration.pb.o
  612. depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  613.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/dynamic_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/dynamic_message.lo google/protobuf/dynamic_message.cc &&\
  614.     mv -f $depbase.Tpo $depbase.Plo
  615. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc  -fno-common -DPIC -o google/protobuf/.libs/dynamic_message.o
  616. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc -o google/protobuf/api.pb.o >/dev/null 2>&1
  617. depbase=`echo google/protobuf/empty.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  618.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/empty.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/empty.pb.lo google/protobuf/empty.pb.cc &&\
  619.     mv -f $depbase.Tpo $depbase.Plo
  620. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/empty.pb.o
  621. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/extension_set.lo -MD -MP -MF google/protobuf/.deps/extension_set.Tpo -c google/protobuf/extension_set.cc -o google/protobuf/extension_set.o >/dev/null 2>&1
  622. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc -o google/protobuf/duration.pb.o >/dev/null 2>&1
  623. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc -o google/protobuf/empty.pb.o >/dev/null 2>&1
  624. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc -o google/protobuf/dynamic_message.o >/dev/null 2>&1
  625. depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  626.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set_heavy.lo google/protobuf/extension_set_heavy.cc &&\
  627.     mv -f $depbase.Tpo $depbase.Plo
  628. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc  -fno-common -DPIC -o google/protobuf/.libs/extension_set_heavy.o
  629. depbase=`echo google/protobuf/field_mask.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  630.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/field_mask.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/field_mask.pb.lo google/protobuf/field_mask.pb.cc &&\
  631.     mv -f $depbase.Tpo $depbase.Plo
  632. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc -o google/protobuf/descriptor_database.o >/dev/null 2>&1
  633. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/field_mask.pb.o
  634. depbase=`echo google/protobuf/generated_message_reflection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  635.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/generated_message_reflection.lo google/protobuf/generated_message_reflection.cc &&\
  636.     mv -f $depbase.Tpo $depbase.Plo
  637. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc  -fno-common -DPIC -o google/protobuf/.libs/generated_message_reflection.o
  638. depbase=`echo google/protobuf/map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  639.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/map_field.lo google/protobuf/map_field.cc &&\
  640.     mv -f $depbase.Tpo $depbase.Plo
  641. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc  -fno-common -DPIC -o google/protobuf/.libs/map_field.o
  642. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/field_mask.pb.lo -MD -MP -MF google/protobuf/.deps/field_mask.pb.Tpo -c google/protobuf/field_mask.pb.cc -o google/protobuf/field_mask.pb.o >/dev/null 2>&1
  643. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc -o google/protobuf/extension_set_heavy.o >/dev/null 2>&1
  644. google/protobuf/generated_message_reflection.cc:76:13: warning: unused function 'SupportsArenas' [-Wunused-function]
  645. inline bool SupportsArenas(const Descriptor* descriptor) {
  646.            ^
  647. depbase=`echo google/protobuf/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  648.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/message.lo google/protobuf/message.cc &&\
  649.     mv -f $depbase.Tpo $depbase.Plo
  650. depbase=`echo google/protobuf/reflection_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  651.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/reflection_ops.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/reflection_ops.lo google/protobuf/reflection_ops.cc &&\
  652.     mv -f $depbase.Tpo $depbase.Plo
  653. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc  -fno-common -DPIC -o google/protobuf/.libs/message.o
  654. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc  -fno-common -DPIC -o google/protobuf/.libs/reflection_ops.o
  655. depbase=`echo google/protobuf/service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  656.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/service.lo google/protobuf/service.cc &&\
  657.     mv -f $depbase.Tpo $depbase.Plo
  658. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc  -fno-common -DPIC -o google/protobuf/.libs/service.o
  659. depbase=`echo google/protobuf/source_context.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  660.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/source_context.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/source_context.pb.lo google/protobuf/source_context.pb.cc &&\
  661.     mv -f $depbase.Tpo $depbase.Plo
  662. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/reflection_ops.lo -MD -MP -MF google/protobuf/.deps/reflection_ops.Tpo -c google/protobuf/reflection_ops.cc -o google/protobuf/reflection_ops.o >/dev/null 2>&1
  663. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/service.lo -MD -MP -MF google/protobuf/.deps/service.Tpo -c google/protobuf/service.cc -o google/protobuf/service.o >/dev/null 2>&1
  664. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/source_context.pb.o
  665. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/map_field.lo -MD -MP -MF google/protobuf/.deps/map_field.Tpo -c google/protobuf/map_field.cc -o google/protobuf/map_field.o >/dev/null 2>&1
  666. depbase=`echo google/protobuf/struct.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  667.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/struct.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/struct.pb.lo google/protobuf/struct.pb.cc &&\
  668.     mv -f $depbase.Tpo $depbase.Plo
  669. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/struct.pb.o
  670. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/source_context.pb.lo -MD -MP -MF google/protobuf/.deps/source_context.pb.Tpo -c google/protobuf/source_context.pb.cc -o google/protobuf/source_context.pb.o >/dev/null 2>&1
  671. depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  672.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\
  673.     mv -f $depbase.Tpo $depbase.Plo
  674. 1 warning generated.
  675. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/generated_message_reflection.lo -MD -MP -MF google/protobuf/.deps/generated_message_reflection.Tpo -c google/protobuf/generated_message_reflection.cc -o google/protobuf/generated_message_reflection.o >/dev/null 2>&1
  676. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc  -fno-common -DPIC -o google/protobuf/stubs/.libs/substitute.o
  677. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc -o google/protobuf/descriptor.pb.o >/dev/null 2>&1
  678. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc -o google/protobuf/stubs/substitute.o >/dev/null 2>&1
  679. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/message.lo -MD -MP -MF google/protobuf/.deps/message.Tpo -c google/protobuf/message.cc -o google/protobuf/message.o >/dev/null 2>&1
  680. depbase=`echo google/protobuf/text_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  681.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/text_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/text_format.lo google/protobuf/text_format.cc &&\
  682.     mv -f $depbase.Tpo $depbase.Plo
  683. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc  -fno-common -DPIC -o google/protobuf/.libs/text_format.o
  684. depbase=`echo google/protobuf/timestamp.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  685.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/timestamp.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/timestamp.pb.lo google/protobuf/timestamp.pb.cc &&\
  686.     mv -f $depbase.Tpo $depbase.Plo
  687. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/timestamp.pb.o
  688. depbase=`echo google/protobuf/type.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  689.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/type.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/type.pb.lo google/protobuf/type.pb.cc &&\
  690.     mv -f $depbase.Tpo $depbase.Plo
  691. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/type.pb.o
  692. google/protobuf/text_format.cc:77:13: warning: unused function 'GetAnyFieldDescriptors' [-Wunused-function]
  693. inline bool GetAnyFieldDescriptors(const Message& message,
  694.            ^
  695. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/timestamp.pb.lo -MD -MP -MF google/protobuf/.deps/timestamp.pb.Tpo -c google/protobuf/timestamp.pb.cc -o google/protobuf/timestamp.pb.o >/dev/null 2>&1
  696. depbase=`echo google/protobuf/unknown_field_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  697.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/unknown_field_set.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/unknown_field_set.lo google/protobuf/unknown_field_set.cc &&\
  698.     mv -f $depbase.Tpo $depbase.Plo
  699. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/struct.pb.lo -MD -MP -MF google/protobuf/.deps/struct.pb.Tpo -c google/protobuf/struct.pb.cc -o google/protobuf/struct.pb.o >/dev/null 2>&1
  700. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc  -fno-common -DPIC -o google/protobuf/.libs/unknown_field_set.o
  701. depbase=`echo google/protobuf/wire_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  702.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wire_format.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wire_format.lo google/protobuf/wire_format.cc &&\
  703.     mv -f $depbase.Tpo $depbase.Plo
  704. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc  -fno-common -DPIC -o google/protobuf/.libs/wire_format.o
  705. depbase=`echo google/protobuf/wrappers.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  706.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wrappers.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/wrappers.pb.lo google/protobuf/wrappers.pb.cc &&\
  707.     mv -f $depbase.Tpo $depbase.Plo
  708. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc -o google/protobuf/descriptor.o >/dev/null 2>&1
  709. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/type.pb.lo -MD -MP -MF google/protobuf/.deps/type.pb.Tpo -c google/protobuf/type.pb.cc -o google/protobuf/type.pb.o >/dev/null 2>&1
  710. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc  -fno-common -DPIC -o google/protobuf/.libs/wrappers.pb.o
  711. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/unknown_field_set.lo -MD -MP -MF google/protobuf/.deps/unknown_field_set.Tpo -c google/protobuf/unknown_field_set.cc -o google/protobuf/unknown_field_set.o >/dev/null 2>&1
  712. 1 warning generated.
  713. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/text_format.lo -MD -MP -MF google/protobuf/.deps/text_format.Tpo -c google/protobuf/text_format.cc -o google/protobuf/text_format.o >/dev/null 2>&1
  714. depbase=`echo google/protobuf/io/gzip_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  715.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/gzip_stream.lo google/protobuf/io/gzip_stream.cc &&\
  716.     mv -f $depbase.Tpo $depbase.Plo
  717. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wire_format.lo -MD -MP -MF google/protobuf/.deps/wire_format.Tpo -c google/protobuf/wire_format.cc -o google/protobuf/wire_format.o >/dev/null 2>&1
  718. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc  -fno-common -DPIC -o google/protobuf/io/.libs/gzip_stream.o
  719. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/gzip_stream.lo -MD -MP -MF google/protobuf/io/.deps/gzip_stream.Tpo -c google/protobuf/io/gzip_stream.cc -o google/protobuf/io/gzip_stream.o >/dev/null 2>&1
  720. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/wrappers.pb.lo -MD -MP -MF google/protobuf/.deps/wrappers.pb.Tpo -c google/protobuf/wrappers.pb.cc -o google/protobuf/wrappers.pb.o >/dev/null 2>&1
  721. depbase=`echo google/protobuf/io/printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  722.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/printer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/printer.lo google/protobuf/io/printer.cc &&\
  723.     mv -f $depbase.Tpo $depbase.Plo
  724. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc  -fno-common -DPIC -o google/protobuf/io/.libs/printer.o
  725. depbase=`echo google/protobuf/io/strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  726.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/strtod.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/strtod.lo google/protobuf/io/strtod.cc &&\
  727.     mv -f $depbase.Tpo $depbase.Plo
  728. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc  -fno-common -DPIC -o google/protobuf/io/.libs/strtod.o
  729. depbase=`echo google/protobuf/io/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  730.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/tokenizer.lo google/protobuf/io/tokenizer.cc &&\
  731.     mv -f $depbase.Tpo $depbase.Plo
  732. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/strtod.lo -MD -MP -MF google/protobuf/io/.deps/strtod.Tpo -c google/protobuf/io/strtod.cc -o google/protobuf/io/strtod.o >/dev/null 2>&1
  733. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc  -fno-common -DPIC -o google/protobuf/io/.libs/tokenizer.o
  734. depbase=`echo google/protobuf/io/zero_copy_stream_impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  735.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/io/zero_copy_stream_impl.cc &&\
  736.     mv -f $depbase.Tpo $depbase.Plo
  737. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc  -fno-common -DPIC -o google/protobuf/io/.libs/zero_copy_stream_impl.o
  738. depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  739.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\
  740.     mv -f $depbase.Tpo $depbase.Plo
  741. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/printer.lo -MD -MP -MF google/protobuf/io/.deps/printer.Tpo -c google/protobuf/io/printer.cc -o google/protobuf/io/printer.o >/dev/null 2>&1
  742. depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  743.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\
  744.     mv -f $depbase.Tpo $depbase.Plo
  745. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/importer.o
  746. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/parser.o
  747. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/tokenizer.lo -MD -MP -MF google/protobuf/io/.deps/tokenizer.Tpo -c google/protobuf/io/tokenizer.cc -o google/protobuf/io/tokenizer.o >/dev/null 2>&1
  748. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/io/zero_copy_stream_impl.lo -MD -MP -MF google/protobuf/io/.deps/zero_copy_stream_impl.Tpo -c google/protobuf/io/zero_copy_stream_impl.cc -o google/protobuf/io/zero_copy_stream_impl.o >/dev/null 2>&1
  749. depbase=`echo google/protobuf/util/field_comparator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  750.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/field_comparator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/field_comparator.lo google/protobuf/util/field_comparator.cc &&\
  751.     mv -f $depbase.Tpo $depbase.Plo
  752. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc  -fno-common -DPIC -o google/protobuf/util/.libs/field_comparator.o
  753. depbase=`echo google/protobuf/util/field_mask_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  754.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/field_mask_util.lo google/protobuf/util/field_mask_util.cc &&\
  755.     mv -f $depbase.Tpo $depbase.Plo
  756. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc  -fno-common -DPIC -o google/protobuf/util/.libs/field_mask_util.o
  757. depbase=`echo google/protobuf/util/internal/datapiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  758.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/datapiece.cc &&\
  759.     mv -f $depbase.Tpo $depbase.Plo
  760. depbase=`echo google/protobuf/util/internal/default_value_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  761.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/default_value_objectwriter.cc &&\
  762.     mv -f $depbase.Tpo $depbase.Plo
  763. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/datapiece.o
  764. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc -o google/protobuf/compiler/importer.o >/dev/null 2>&1
  765. depbase=`echo google/protobuf/util/internal/error_listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  766.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/error_listener.cc &&\
  767.     mv -f $depbase.Tpo $depbase.Plo
  768. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/default_value_objectwriter.o
  769. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/error_listener.o
  770. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/field_comparator.lo -MD -MP -MF google/protobuf/util/.deps/field_comparator.Tpo -c google/protobuf/util/field_comparator.cc -o google/protobuf/util/field_comparator.o >/dev/null 2>&1
  771. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/error_listener.lo -MD -MP -MF google/protobuf/util/internal/.deps/error_listener.Tpo -c google/protobuf/util/internal/error_listener.cc -o google/protobuf/util/internal/error_listener.o >/dev/null 2>&1
  772. depbase=`echo google/protobuf/util/internal/field_mask_utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  773.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/field_mask_utility.cc &&\
  774.     mv -f $depbase.Tpo $depbase.Plo
  775. depbase=`echo google/protobuf/util/internal/json_escaping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  776.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_escaping.cc &&\
  777.     mv -f $depbase.Tpo $depbase.Plo
  778. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/field_mask_util.lo -MD -MP -MF google/protobuf/util/.deps/field_mask_util.Tpo -c google/protobuf/util/field_mask_util.cc -o google/protobuf/util/field_mask_util.o >/dev/null 2>&1
  779. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/field_mask_utility.o
  780. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/json_escaping.o
  781. depbase=`echo google/protobuf/util/internal/json_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  782.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_objectwriter.cc &&\
  783.     mv -f $depbase.Tpo $depbase.Plo
  784. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/json_objectwriter.o
  785. google/protobuf/util/internal/json_escaping.cc:90:13: warning: unused function 'IsHighSurrogate' [-Wunused-function]
  786. inline bool IsHighSurrogate(uint16 c) {
  787.            ^
  788. google/protobuf/util/internal/json_escaping.cc:102:13: warning: unused function 'IsLowSurrogate' [-Wunused-function]
  789. inline bool IsLowSurrogate(uint16 c) {
  790.            ^
  791. google/protobuf/util/internal/json_escaping.cc:122:13: warning: unused function 'IsSupplementalCodePoint' [-Wunused-function]
  792. inline bool IsSupplementalCodePoint(uint32 cp) {
  793.            ^
  794. google/protobuf/util/internal/json_escaping.cc:138:15: warning: unused function 'ToCodePoint' [-Wunused-function]
  795. inline uint32 ToCodePoint(uint16 high, uint16 low) {
  796.              ^
  797. google/protobuf/util/internal/field_mask_utility.cc:47:14: warning: unused function 'CreatePublicError' [-Wunused-function]
  798. util::Status CreatePublicError(util::error::Code code,
  799.             ^
  800. 4 warnings generated.
  801. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_escaping.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_escaping.Tpo -c google/protobuf/util/internal/json_escaping.cc -o google/protobuf/util/internal/json_escaping.o >/dev/null 2>&1
  802. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/datapiece.lo -MD -MP -MF google/protobuf/util/internal/.deps/datapiece.Tpo -c google/protobuf/util/internal/datapiece.cc -o google/protobuf/util/internal/datapiece.o >/dev/null 2>&1
  803. 1 warning generated.
  804. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/field_mask_utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/field_mask_utility.Tpo -c google/protobuf/util/internal/field_mask_utility.cc -o google/protobuf/util/internal/field_mask_utility.o >/dev/null 2>&1
  805. depbase=`echo google/protobuf/util/internal/json_stream_parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  806.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/json_stream_parser.cc &&\
  807.     mv -f $depbase.Tpo $depbase.Plo
  808. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc -o google/protobuf/compiler/parser.o >/dev/null 2>&1
  809. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/json_stream_parser.o
  810. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_objectwriter.Tpo -c google/protobuf/util/internal/json_objectwriter.cc -o google/protobuf/util/internal/json_objectwriter.o >/dev/null 2>&1
  811. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/default_value_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/default_value_objectwriter.Tpo -c google/protobuf/util/internal/default_value_objectwriter.cc -o google/protobuf/util/internal/default_value_objectwriter.o >/dev/null 2>&1
  812. depbase=`echo google/protobuf/util/internal/object_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  813.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/object_writer.cc &&\
  814.     mv -f $depbase.Tpo $depbase.Plo
  815. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/object_writer.o
  816. depbase=`echo google/protobuf/util/internal/protostream_objectsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  817.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectsource.cc &&\
  818.     mv -f $depbase.Tpo $depbase.Plo
  819. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/object_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/object_writer.Tpo -c google/protobuf/util/internal/object_writer.cc -o google/protobuf/util/internal/object_writer.o >/dev/null 2>&1
  820. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/protostream_objectsource.o
  821. depbase=`echo google/protobuf/util/internal/protostream_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  822.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/protostream_objectwriter.cc &&\
  823.     mv -f $depbase.Tpo $depbase.Plo
  824. depbase=`echo google/protobuf/util/internal/proto_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  825.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/proto_writer.cc &&\
  826.     mv -f $depbase.Tpo $depbase.Plo
  827. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/protostream_objectwriter.o
  828. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/json_stream_parser.lo -MD -MP -MF google/protobuf/util/internal/.deps/json_stream_parser.Tpo -c google/protobuf/util/internal/json_stream_parser.cc -o google/protobuf/util/internal/json_stream_parser.o >/dev/null 2>&1
  829. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/proto_writer.o
  830. depbase=`echo google/protobuf/util/internal/type_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  831.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info.cc &&\
  832.     mv -f $depbase.Tpo $depbase.Plo
  833. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/type_info.o
  834. depbase=`echo google/protobuf/util/internal/type_info_test_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  835.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/type_info_test_helper.cc &&\
  836.     mv -f $depbase.Tpo $depbase.Plo
  837. depbase=`echo google/protobuf/util/internal/utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  838.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/utility.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/internal/utility.lo google/protobuf/util/internal/utility.cc &&\
  839.     mv -f $depbase.Tpo $depbase.Plo
  840. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/type_info_test_helper.o
  841. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc  -fno-common -DPIC -o google/protobuf/util/internal/.libs/utility.o
  842. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/protostream_objectsource.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectsource.Tpo -c google/protobuf/util/internal/protostream_objectsource.cc -o google/protobuf/util/internal/protostream_objectsource.o >/dev/null 2>&1
  843. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/type_info.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info.Tpo -c google/protobuf/util/internal/type_info.cc -o google/protobuf/util/internal/type_info.o >/dev/null 2>&1
  844. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/proto_writer.lo -MD -MP -MF google/protobuf/util/internal/.deps/proto_writer.Tpo -c google/protobuf/util/internal/proto_writer.cc -o google/protobuf/util/internal/proto_writer.o >/dev/null 2>&1
  845. depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  846.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/json_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/json_util.lo google/protobuf/util/json_util.cc &&\
  847.     mv -f $depbase.Tpo $depbase.Plo
  848. google/protobuf/util/internal/utility.cc:52:19: warning: unused function 'SkipWhiteSpace' [-Wunused-function]
  849. const StringPiece SkipWhiteSpace(StringPiece str) {
  850.                  ^
  851. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc  -fno-common -DPIC -o google/protobuf/util/.libs/json_util.o
  852. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/type_info_test_helper.lo -MD -MP -MF google/protobuf/util/internal/.deps/type_info_test_helper.Tpo -c google/protobuf/util/internal/type_info_test_helper.cc -o google/protobuf/util/internal/type_info_test_helper.o >/dev/null 2>&1
  853. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/protostream_objectwriter.lo -MD -MP -MF google/protobuf/util/internal/.deps/protostream_objectwriter.Tpo -c google/protobuf/util/internal/protostream_objectwriter.cc -o google/protobuf/util/internal/protostream_objectwriter.o >/dev/null 2>&1
  854. 1 warning generated.
  855. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/internal/utility.lo -MD -MP -MF google/protobuf/util/internal/.deps/utility.Tpo -c google/protobuf/util/internal/utility.cc -o google/protobuf/util/internal/utility.o >/dev/null 2>&1
  856. depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  857.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/message_differencer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/message_differencer.lo google/protobuf/util/message_differencer.cc &&\
  858.     mv -f $depbase.Tpo $depbase.Plo
  859. depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  860.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/time_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/time_util.lo google/protobuf/util/time_util.cc &&\
  861.     mv -f $depbase.Tpo $depbase.Plo
  862. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc  -fno-common -DPIC -o google/protobuf/util/.libs/message_differencer.o
  863. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc -o google/protobuf/util/json_util.o >/dev/null 2>&1
  864. depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  865.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/type_resolver_util.lo google/protobuf/util/type_resolver_util.cc &&\
  866.     mv -f $depbase.Tpo $depbase.Plo
  867. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc  -fno-common -DPIC -o google/protobuf/util/.libs/time_util.o
  868. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc  -fno-common -DPIC -o google/protobuf/util/.libs/type_resolver_util.o
  869. depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  870.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\
  871.     mv -f $depbase.Tpo $depbase.Plo
  872. depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  873.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\
  874.     mv -f $depbase.Tpo $depbase.Plo
  875. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/code_generator.o
  876. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/command_line_interface.o
  877. depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  878.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\
  879.     mv -f $depbase.Tpo $depbase.Plo
  880. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/plugin.o
  881. google/protobuf/util/time_util.cc:52:18: warning: unused variable 'kMicrosPerMillisecond' [-Wunused-const-variable]
  882. static const int kMicrosPerMillisecond = 1000;
  883.                 ^
  884. google/protobuf/util/time_util.cc:56:19: warning: unused variable 'kTimestampFormat' [-Wunused-const-variable]
  885. static const char kTimestampFormat[] = "%E4Y-%m-%dT%H:%M:%S";
  886.                  ^
  887. google/protobuf/util/time_util.cc:380:6: warning: unused function 'ToUint128' [-Wunused-function]
  888. void ToUint128(const Timestamp& value, uint128* result, bool* negative) {
  889.     ^
  890. google/protobuf/util/time_util.cc:405:6: warning: unused function 'ToTimestamp' [-Wunused-function]
  891. void ToTimestamp(const uint128& value, bool negative, Timestamp* timestamp) {
  892.     ^
  893. depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  894.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/plugin.pb.cc &&\
  895.     mv -f $depbase.Tpo $depbase.Plo
  896. 4 warnings generated.
  897. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc -o google/protobuf/util/time_util.o >/dev/null 2>&1
  898. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/plugin.pb.o
  899. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc -o google/protobuf/compiler/code_generator.o >/dev/null 2>&1
  900. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc -o google/protobuf/util/type_resolver_util.o >/dev/null 2>&1
  901. depbase=`echo google/protobuf/compiler/subprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  902.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/subprocess.lo google/protobuf/compiler/subprocess.cc &&\
  903.     mv -f $depbase.Tpo $depbase.Plo
  904. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/subprocess.o
  905. depbase=`echo google/protobuf/compiler/zip_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  906.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/zip_writer.cc &&\
  907.     mv -f $depbase.Tpo $depbase.Plo
  908. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc -o google/protobuf/compiler/plugin.o >/dev/null 2>&1
  909. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc  -fno-common -DPIC -o google/protobuf/compiler/.libs/zip_writer.o
  910. depbase=`echo google/protobuf/compiler/cpp/cpp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  911.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum.cc &&\
  912.     mv -f $depbase.Tpo $depbase.Plo
  913. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum.o
  914. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/subprocess.lo -MD -MP -MF google/protobuf/compiler/.deps/subprocess.Tpo -c google/protobuf/compiler/subprocess.cc -o google/protobuf/compiler/subprocess.o >/dev/null 2>&1
  915. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/zip_writer.lo -MD -MP -MF google/protobuf/compiler/.deps/zip_writer.Tpo -c google/protobuf/compiler/zip_writer.cc -o google/protobuf/compiler/zip_writer.o >/dev/null 2>&1
  916. depbase=`echo google/protobuf/compiler/cpp/cpp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  917.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_enum_field.cc &&\
  918.     mv -f $depbase.Tpo $depbase.Plo
  919. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc -o google/protobuf/compiler/plugin.pb.o >/dev/null 2>&1
  920. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o
  921. depbase=`echo google/protobuf/compiler/cpp/cpp_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  922.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_extension.cc &&\
  923.     mv -f $depbase.Tpo $depbase.Plo
  924. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_extension.o
  925. depbase=`echo google/protobuf/compiler/cpp/cpp_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  926.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_field.cc &&\
  927.     mv -f $depbase.Tpo $depbase.Plo
  928. depbase=`echo google/protobuf/compiler/cpp/cpp_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  929.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_file.cc &&\
  930.     mv -f $depbase.Tpo $depbase.Plo
  931. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc -o google/protobuf/util/message_differencer.o >/dev/null 2>&1
  932. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_field.o
  933. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_file.o
  934. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_enum.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum.Tpo -c google/protobuf/compiler/cpp/cpp_enum.cc -o google/protobuf/compiler/cpp/cpp_enum.o >/dev/null 2>&1
  935. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_enum_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_enum_field.Tpo -c google/protobuf/compiler/cpp/cpp_enum_field.cc -o google/protobuf/compiler/cpp/cpp_enum_field.o >/dev/null 2>&1
  936. depbase=`echo google/protobuf/compiler/cpp/cpp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  937.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_generator.cc &&\
  938.     mv -f $depbase.Tpo $depbase.Plo
  939. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_extension.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_extension.Tpo -c google/protobuf/compiler/cpp/cpp_extension.cc -o google/protobuf/compiler/cpp/cpp_extension.o >/dev/null 2>&1
  940. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_generator.o
  941. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_field.Tpo -c google/protobuf/compiler/cpp/cpp_field.cc -o google/protobuf/compiler/cpp/cpp_field.o >/dev/null 2>&1
  942. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_file.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_file.Tpo -c google/protobuf/compiler/cpp/cpp_file.cc -o google/protobuf/compiler/cpp/cpp_file.o >/dev/null 2>&1
  943. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc -o google/protobuf/compiler/command_line_interface.o >/dev/null 2>&1
  944. depbase=`echo google/protobuf/compiler/cpp/cpp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  945.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_helpers.cc &&\
  946.     mv -f $depbase.Tpo $depbase.Plo
  947. depbase=`echo google/protobuf/compiler/cpp/cpp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  948.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_map_field.cc &&\
  949.     mv -f $depbase.Tpo $depbase.Plo
  950. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_generator.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_generator.Tpo -c google/protobuf/compiler/cpp/cpp_generator.cc -o google/protobuf/compiler/cpp/cpp_generator.o >/dev/null 2>&1
  951. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_helpers.o
  952. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_map_field.o
  953. depbase=`echo google/protobuf/compiler/cpp/cpp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  954.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message.cc &&\
  955.     mv -f $depbase.Tpo $depbase.Plo
  956. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message.o
  957. depbase=`echo google/protobuf/compiler/cpp/cpp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  958.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_message_field.cc &&\
  959.     mv -f $depbase.Tpo $depbase.Plo
  960. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_message_field.o
  961. depbase=`echo google/protobuf/compiler/cpp/cpp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  962.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.cc &&\
  963.     mv -f $depbase.Tpo $depbase.Plo
  964. depbase=`echo google/protobuf/compiler/cpp/cpp_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  965.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_service.cc &&\
  966.     mv -f $depbase.Tpo $depbase.Plo
  967. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o
  968. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_service.o
  969. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_helpers.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_helpers.Tpo -c google/protobuf/compiler/cpp/cpp_helpers.cc -o google/protobuf/compiler/cpp/cpp_helpers.o >/dev/null 2>&1
  970. depbase=`echo google/protobuf/compiler/cpp/cpp_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  971.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/cpp/cpp_string_field.cc &&\
  972.     mv -f $depbase.Tpo $depbase.Plo
  973. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_map_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_map_field.Tpo -c google/protobuf/compiler/cpp/cpp_map_field.cc -o google/protobuf/compiler/cpp/cpp_map_field.o >/dev/null 2>&1
  974. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc  -fno-common -DPIC -o google/protobuf/compiler/cpp/.libs/cpp_string_field.o
  975. google/protobuf/compiler/cpp/cpp_message.cc:376:8: warning: unused function 'MessageTypeProtoName' [-Wunused-function]
  976. string MessageTypeProtoName(const FieldDescriptor* field) {
  977.       ^
  978. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_message_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message_field.Tpo -c google/protobuf/compiler/cpp/cpp_message_field.cc -o google/protobuf/compiler/cpp/cpp_message_field.o >/dev/null 2>&1
  979. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_primitive_field.Tpo -c google/protobuf/compiler/cpp/cpp_primitive_field.cc -o google/protobuf/compiler/cpp/cpp_primitive_field.o >/dev/null 2>&1
  980. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_service.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_service.Tpo -c google/protobuf/compiler/cpp/cpp_service.cc -o google/protobuf/compiler/cpp/cpp_service.o >/dev/null 2>&1
  981. depbase=`echo google/protobuf/compiler/java/java_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  982.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_context.cc &&\
  983.     mv -f $depbase.Tpo $depbase.Plo
  984. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_string_field.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_string_field.Tpo -c google/protobuf/compiler/cpp/cpp_string_field.cc -o google/protobuf/compiler/cpp/cpp_string_field.o >/dev/null 2>&1
  985. depbase=`echo google/protobuf/compiler/java/java_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  986.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum.cc &&\
  987.     mv -f $depbase.Tpo $depbase.Plo
  988. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_context.o
  989. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_enum.o
  990. depbase=`echo google/protobuf/compiler/java/java_enum_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  991.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_lite.cc &&\
  992.     mv -f $depbase.Tpo $depbase.Plo
  993. depbase=`echo google/protobuf/compiler/java/java_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  994.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field.cc &&\
  995.     mv -f $depbase.Tpo $depbase.Plo
  996. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_enum_lite.o
  997. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field.o
  998. depbase=`echo google/protobuf/compiler/java/java_enum_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  999.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_enum_field_lite.cc &&\
  1000.     mv -f $depbase.Tpo $depbase.Plo
  1001. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_enum_field_lite.o
  1002. depbase=`echo google/protobuf/compiler/java/java_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1003.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension.cc &&\
  1004.     mv -f $depbase.Tpo $depbase.Plo
  1005. depbase=`echo google/protobuf/compiler/java/java_extension_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1006.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_extension_lite.cc &&\
  1007.     mv -f $depbase.Tpo $depbase.Plo
  1008. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_extension.o
  1009. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_extension_lite.o
  1010. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum.Tpo -c google/protobuf/compiler/java/java_enum.cc -o google/protobuf/compiler/java/java_enum.o >/dev/null 2>&1
  1011. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_context.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_context.Tpo -c google/protobuf/compiler/java/java_context.cc -o google/protobuf/compiler/java/java_context.o >/dev/null 2>&1
  1012. google/protobuf/compiler/java/java_enum_lite.cc:53:6: warning: unused function 'EnumHasCustomOptions' [-Wunused-function]
  1013. bool EnumHasCustomOptions(const EnumDescriptor* descriptor) {
  1014.     ^
  1015. 1 warning generated.
  1016. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_lite.Tpo -c google/protobuf/compiler/java/java_enum_lite.cc -o google/protobuf/compiler/java/java_enum_lite.o >/dev/null 2>&1
  1017. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field.Tpo -c google/protobuf/compiler/java/java_enum_field.cc -o google/protobuf/compiler/java/java_enum_field.o >/dev/null 2>&1
  1018. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_extension_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension_lite.Tpo -c google/protobuf/compiler/java/java_extension_lite.cc -o google/protobuf/compiler/java/java_extension_lite.o >/dev/null 2>&1
  1019. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_enum_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_enum_field_lite.Tpo -c google/protobuf/compiler/java/java_enum_field_lite.cc -o google/protobuf/compiler/java/java_enum_field_lite.o >/dev/null 2>&1
  1020. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_extension.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_extension.Tpo -c google/protobuf/compiler/java/java_extension.cc -o google/protobuf/compiler/java/java_extension.o >/dev/null 2>&1
  1021. depbase=`echo google/protobuf/compiler/java/java_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1022.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_field.cc &&\
  1023.     mv -f $depbase.Tpo $depbase.Plo
  1024. depbase=`echo google/protobuf/compiler/java/java_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1025.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_file.cc &&\
  1026.     mv -f $depbase.Tpo $depbase.Plo
  1027. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_field.o
  1028. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_file.o
  1029. depbase=`echo google/protobuf/compiler/java/java_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1030.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator.cc &&\
  1031.     mv -f $depbase.Tpo $depbase.Plo
  1032. depbase=`echo google/protobuf/compiler/java/java_generator_factory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1033.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_generator_factory.cc &&\
  1034.     mv -f $depbase.Tpo $depbase.Plo
  1035. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_generator.o
  1036. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_generator_factory.o
  1037. depbase=`echo google/protobuf/compiler/java/java_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1038.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_helpers.cc &&\
  1039.     mv -f $depbase.Tpo $depbase.Plo
  1040. depbase=`echo google/protobuf/compiler/java/java_lazy_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1041.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field.cc &&\
  1042.     mv -f $depbase.Tpo $depbase.Plo
  1043. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_helpers.o
  1044. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field.o
  1045. depbase=`echo google/protobuf/compiler/java/java_lazy_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1046.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_lazy_message_field_lite.cc &&\
  1047.     mv -f $depbase.Tpo $depbase.Plo
  1048. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field_lite.Tpo -c google/protobuf/compiler/java/java_lazy_message_field_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o
  1049. google/protobuf/compiler/java/java_file.cc:159:6: warning: unused function 'CompareFieldsByName' [-Wunused-function]
  1050. bool CompareFieldsByName(const FieldDescriptor *a, const FieldDescriptor *b) {
  1051.     ^
  1052. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_generator_factory.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator_factory.Tpo -c google/protobuf/compiler/java/java_generator_factory.cc -o google/protobuf/compiler/java/java_generator_factory.o >/dev/null 2>&1
  1053. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_field.Tpo -c google/protobuf/compiler/java/java_field.cc -o google/protobuf/compiler/java/java_field.o >/dev/null 2>&1
  1054. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_generator.Tpo -c google/protobuf/compiler/java/java_generator.cc -o google/protobuf/compiler/java/java_generator.o >/dev/null 2>&1
  1055. 1 warning generated.
  1056. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/cpp/cpp_message.lo -MD -MP -MF google/protobuf/compiler/cpp/.deps/cpp_message.Tpo -c google/protobuf/compiler/cpp/cpp_message.cc -o google/protobuf/compiler/cpp/cpp_message.o >/dev/null 2>&1
  1057. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_lazy_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field.Tpo -c google/protobuf/compiler/java/java_lazy_message_field.cc -o google/protobuf/compiler/java/java_lazy_message_field.o >/dev/null 2>&1
  1058. 1 warning generated.
  1059. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_file.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_file.Tpo -c google/protobuf/compiler/java/java_file.cc -o google/protobuf/compiler/java/java_file.o >/dev/null 2>&1
  1060. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_lazy_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_lazy_message_field_lite.Tpo -c google/protobuf/compiler/java/java_lazy_message_field_lite.cc -o google/protobuf/compiler/java/java_lazy_message_field_lite.o >/dev/null 2>&1
  1061. depbase=`echo google/protobuf/compiler/java/java_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1062.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field.cc &&\
  1063.     mv -f $depbase.Tpo $depbase.Plo
  1064. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_map_field.o
  1065. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_helpers.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_helpers.Tpo -c google/protobuf/compiler/java/java_helpers.cc -o google/protobuf/compiler/java/java_helpers.o >/dev/null 2>&1
  1066. depbase=`echo google/protobuf/compiler/java/java_map_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1067.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_map_field_lite.cc &&\
  1068.     mv -f $depbase.Tpo $depbase.Plo
  1069. depbase=`echo google/protobuf/compiler/java/java_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1070.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message.cc &&\
  1071.     mv -f $depbase.Tpo $depbase.Plo
  1072. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_map_field_lite.o
  1073. depbase=`echo google/protobuf/compiler/java/java_message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1074.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_lite.cc &&\
  1075.     mv -f $depbase.Tpo $depbase.Plo
  1076. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_message.o
  1077. depbase=`echo google/protobuf/compiler/java/java_message_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1078.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder.cc &&\
  1079.     mv -f $depbase.Tpo $depbase.Plo
  1080. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_message_lite.o
  1081. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder.o
  1082. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_map_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field.Tpo -c google/protobuf/compiler/java/java_map_field.cc -o google/protobuf/compiler/java/java_map_field.o >/dev/null 2>&1
  1083. depbase=`echo google/protobuf/compiler/java/java_message_builder_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1084.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_builder_lite.cc &&\
  1085.     mv -f $depbase.Tpo $depbase.Plo
  1086. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_message_builder_lite.o
  1087. depbase=`echo google/protobuf/compiler/java/java_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1088.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field.cc &&\
  1089.     mv -f $depbase.Tpo $depbase.Plo
  1090. google/protobuf/compiler/java/java_message_lite.cc:1032:6: warning: unused function 'CheckHasBitsForEqualsAndHashCode' [-Wunused-function]
  1091. bool CheckHasBitsForEqualsAndHashCode(const FieldDescriptor* field) {
  1092.     ^
  1093. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_map_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_map_field_lite.Tpo -c google/protobuf/compiler/java/java_map_field_lite.cc -o google/protobuf/compiler/java/java_map_field_lite.o >/dev/null 2>&1
  1094. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_message_field.o
  1095. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_builder.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder.Tpo -c google/protobuf/compiler/java/java_message_builder.cc -o google/protobuf/compiler/java/java_message_builder.o >/dev/null 2>&1
  1096. google/protobuf/compiler/java/java_message_builder_lite.cc:71:8: warning: unused function 'MapValueImmutableClassdName' [-Wunused-function]
  1097. string MapValueImmutableClassdName(const Descriptor* descriptor,
  1098.       ^
  1099. 1 warning generated.
  1100. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_lite.Tpo -c google/protobuf/compiler/java/java_message_lite.cc -o google/protobuf/compiler/java/java_message_lite.o >/dev/null 2>&1
  1101. depbase=`echo google/protobuf/compiler/java/java_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1102.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_message_field_lite.cc &&\
  1103.     mv -f $depbase.Tpo $depbase.Plo
  1104. 1 warning generated.
  1105. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_builder_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_builder_lite.Tpo -c google/protobuf/compiler/java/java_message_builder_lite.cc -o google/protobuf/compiler/java/java_message_builder_lite.o >/dev/null 2>&1
  1106. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message.Tpo -c google/protobuf/compiler/java/java_message.cc -o google/protobuf/compiler/java/java_message.o >/dev/null 2>&1
  1107. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_message_field_lite.o
  1108. depbase=`echo google/protobuf/compiler/java/java_name_resolver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1109.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_name_resolver.cc &&\
  1110.     mv -f $depbase.Tpo $depbase.Plo
  1111. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_name_resolver.o
  1112. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field.Tpo -c google/protobuf/compiler/java/java_message_field.cc -o google/protobuf/compiler/java/java_message_field.o >/dev/null 2>&1
  1113. depbase=`echo google/protobuf/compiler/java/java_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1114.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field.cc &&\
  1115.     mv -f $depbase.Tpo $depbase.Plo
  1116. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field.o
  1117. depbase=`echo google/protobuf/compiler/java/java_primitive_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1118.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_primitive_field_lite.cc &&\
  1119.     mv -f $depbase.Tpo $depbase.Plo
  1120. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o
  1121. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_message_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_message_field_lite.Tpo -c google/protobuf/compiler/java/java_message_field_lite.cc -o google/protobuf/compiler/java/java_message_field_lite.o >/dev/null 2>&1
  1122. depbase=`echo google/protobuf/compiler/java/java_shared_code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1123.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_shared_code_generator.cc &&\
  1124.     mv -f $depbase.Tpo $depbase.Plo
  1125. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_name_resolver.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_name_resolver.Tpo -c google/protobuf/compiler/java/java_name_resolver.cc -o google/protobuf/compiler/java/java_name_resolver.o >/dev/null 2>&1
  1126. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_shared_code_generator.o
  1127. depbase=`echo google/protobuf/compiler/java/java_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1128.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_service.cc &&\
  1129.     mv -f $depbase.Tpo $depbase.Plo
  1130. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_service.o
  1131. depbase=`echo google/protobuf/compiler/java/java_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1132.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field.cc &&\
  1133.     mv -f $depbase.Tpo $depbase.Plo
  1134. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_string_field.o
  1135. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_primitive_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field.Tpo -c google/protobuf/compiler/java/java_primitive_field.cc -o google/protobuf/compiler/java/java_primitive_field.o >/dev/null 2>&1
  1136. depbase=`echo google/protobuf/compiler/java/java_string_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1137.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_string_field_lite.cc &&\
  1138.     mv -f $depbase.Tpo $depbase.Plo
  1139. depbase=`echo google/protobuf/compiler/java/java_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1140.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/java/java_doc_comment.cc &&\
  1141.     mv -f $depbase.Tpo $depbase.Plo
  1142. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_string_field_lite.o
  1143. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc  -fno-common -DPIC -o google/protobuf/compiler/java/.libs/java_doc_comment.o
  1144. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_shared_code_generator.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_shared_code_generator.Tpo -c google/protobuf/compiler/java/java_shared_code_generator.cc -o google/protobuf/compiler/java/java_shared_code_generator.o >/dev/null 2>&1
  1145. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_primitive_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_primitive_field_lite.Tpo -c google/protobuf/compiler/java/java_primitive_field_lite.cc -o google/protobuf/compiler/java/java_primitive_field_lite.o >/dev/null 2>&1
  1146. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_service.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_service.Tpo -c google/protobuf/compiler/java/java_service.cc -o google/protobuf/compiler/java/java_service.o >/dev/null 2>&1
  1147. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_doc_comment.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_doc_comment.Tpo -c google/protobuf/compiler/java/java_doc_comment.cc -o google/protobuf/compiler/java/java_doc_comment.o >/dev/null 2>&1
  1148. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_string_field.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field.Tpo -c google/protobuf/compiler/java/java_string_field.cc -o google/protobuf/compiler/java/java_string_field.o >/dev/null 2>&1
  1149. depbase=`echo google/protobuf/compiler/js/js_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1150.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/js_generator.cc &&\
  1151.     mv -f $depbase.Tpo $depbase.Plo
  1152. depbase=`echo google/protobuf/compiler/javanano/javanano_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1153.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum.cc &&\
  1154.     mv -f $depbase.Tpo $depbase.Plo
  1155. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/java/java_string_field_lite.lo -MD -MP -MF google/protobuf/compiler/java/.deps/java_string_field_lite.Tpo -c google/protobuf/compiler/java/java_string_field_lite.cc -o google/protobuf/compiler/java/java_string_field_lite.o >/dev/null 2>&1
  1156. depbase=`echo google/protobuf/compiler/javanano/javanano_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1157.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_enum_field.cc &&\
  1158.     mv -f $depbase.Tpo $depbase.Plo
  1159. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/js/.libs/js_generator.o
  1160. depbase=`echo google/protobuf/compiler/javanano/javanano_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1161.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_extension.cc &&\
  1162.     mv -f $depbase.Tpo $depbase.Plo
  1163. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum.o
  1164. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o
  1165. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_extension.o
  1166. depbase=`echo google/protobuf/compiler/javanano/javanano_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1167.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_field.cc &&\
  1168.     mv -f $depbase.Tpo $depbase.Plo
  1169. depbase=`echo google/protobuf/compiler/javanano/javanano_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1170.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_file.cc &&\
  1171.     mv -f $depbase.Tpo $depbase.Plo
  1172. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_field.o
  1173. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_file.o
  1174. depbase=`echo google/protobuf/compiler/javanano/javanano_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1175.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_generator.cc &&\
  1176.     mv -f $depbase.Tpo $depbase.Plo
  1177. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_enum.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum.Tpo -c google/protobuf/compiler/javanano/javanano_enum.cc -o google/protobuf/compiler/javanano/javanano_enum.o >/dev/null 2>&1
  1178. google/protobuf/compiler/js/js_generator.cc:249:8: warning: unused function 'GetPath' [-Wunused-function]
  1179. string GetPath(const GeneratorOptions& options,
  1180.       ^
  1181. google/protobuf/compiler/js/js_generator.cc:266:8: warning: unused function 'GetPath' [-Wunused-function]
  1182. string GetPath(const GeneratorOptions& options,
  1183.       ^
  1184. google/protobuf/compiler/js/js_generator.cc:545:8: warning: unused function 'JSMapGetterName' [-Wunused-function]
  1185. string JSMapGetterName(const GeneratorOptions& options,
  1186.       ^
  1187. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_generator.o
  1188. depbase=`echo google/protobuf/compiler/javanano/javanano_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1189.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_helpers.cc &&\
  1190.     mv -f $depbase.Tpo $depbase.Plo
  1191. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_helpers.o
  1192. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_enum_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_enum_field.Tpo -c google/protobuf/compiler/javanano/javanano_enum_field.cc -o google/protobuf/compiler/javanano/javanano_enum_field.o >/dev/null 2>&1
  1193. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_extension.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_extension.Tpo -c google/protobuf/compiler/javanano/javanano_extension.cc -o google/protobuf/compiler/javanano/javanano_extension.o >/dev/null 2>&1
  1194. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_field.Tpo -c google/protobuf/compiler/javanano/javanano_field.cc -o google/protobuf/compiler/javanano/javanano_field.o >/dev/null 2>&1
  1195. depbase=`echo google/protobuf/compiler/javanano/javanano_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1196.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_map_field.cc &&\
  1197.     mv -f $depbase.Tpo $depbase.Plo
  1198. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_file.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_file.Tpo -c google/protobuf/compiler/javanano/javanano_file.cc -o google/protobuf/compiler/javanano/javanano_file.o >/dev/null 2>&1
  1199. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_map_field.o
  1200. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_generator.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_generator.Tpo -c google/protobuf/compiler/javanano/javanano_generator.cc -o google/protobuf/compiler/javanano/javanano_generator.o >/dev/null 2>&1
  1201. depbase=`echo google/protobuf/compiler/javanano/javanano_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1202.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message.cc &&\
  1203.     mv -f $depbase.Tpo $depbase.Plo
  1204. depbase=`echo google/protobuf/compiler/javanano/javanano_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1205.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_message_field.cc &&\
  1206.     mv -f $depbase.Tpo $depbase.Plo
  1207. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message.o
  1208. depbase=`echo google/protobuf/compiler/javanano/javanano_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1209.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.cc &&\
  1210.     mv -f $depbase.Tpo $depbase.Plo
  1211. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_message_field.o
  1212. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_helpers.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_helpers.Tpo -c google/protobuf/compiler/javanano/javanano_helpers.cc -o google/protobuf/compiler/javanano/javanano_helpers.o >/dev/null 2>&1
  1213. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_primitive_field.cc  -fno-common -DPIC -o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o
  1214. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_map_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_map_field.Tpo -c google/protobuf/compiler/javanano/javanano_map_field.cc -o google/protobuf/compiler/javanano/javanano_map_field.o >/dev/null 2>&1
  1215. depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1216.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum.cc &&\
  1217.     mv -f $depbase.Tpo $depbase.Plo
  1218. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o
  1219. depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1220.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_enum_field.cc &&\
  1221.     mv -f $depbase.Tpo $depbase.Plo
  1222. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o
  1223. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_message_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message_field.Tpo -c google/protobuf/compiler/javanano/javanano_message_field.cc -o google/protobuf/compiler/javanano/javanano_message_field.o >/dev/null 2>&1
  1224. 3 warnings generated.
  1225. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/js/js_generator.lo -MD -MP -MF google/protobuf/compiler/js/.deps/js_generator.Tpo -c google/protobuf/compiler/js/js_generator.cc -o google/protobuf/compiler/js/js_generator.o >/dev/null 2>&1
  1226. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_message.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_message.Tpo -c google/protobuf/compiler/javanano/javanano_message.cc -o google/protobuf/compiler/javanano/javanano_message.o >/dev/null 2>&1
  1227. depbase=`echo google/protobuf/compiler/objectivec/objectivec_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1228.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_extension.cc &&\
  1229.     mv -f $depbase.Tpo $depbase.Plo
  1230. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_enum.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum.cc -o google/protobuf/compiler/objectivec/objectivec_enum.o >/dev/null 2>&1
  1231. depbase=`echo google/protobuf/compiler/objectivec/objectivec_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1232.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_field.cc &&\
  1233.     mv -f $depbase.Tpo $depbase.Plo
  1234. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o
  1235. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/javanano/javanano_primitive_field.lo -MD -MP -MF google/protobuf/compiler/javanano/.deps/javanano_primitive_field.Tpo -c google/protobuf/compiler/javanano/javanano_primitive_field.cc -o google/protobuf/compiler/javanano/javanano_primitive_field.o >/dev/null 2>&1
  1236. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_field.o
  1237. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_enum_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_enum_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_enum_field.cc -o google/protobuf/compiler/objectivec/objectivec_enum_field.o >/dev/null 2>&1
  1238. depbase=`echo google/protobuf/compiler/objectivec/objectivec_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1239.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_file.cc &&\
  1240.     mv -f $depbase.Tpo $depbase.Plo
  1241. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_file.o
  1242. depbase=`echo google/protobuf/compiler/objectivec/objectivec_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1243.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_generator.cc &&\
  1244.     mv -f $depbase.Tpo $depbase.Plo
  1245. depbase=`echo google/protobuf/compiler/objectivec/objectivec_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1246.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_helpers.cc &&\
  1247.     mv -f $depbase.Tpo $depbase.Plo
  1248. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o
  1249. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o
  1250. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_extension.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_extension.Tpo -c google/protobuf/compiler/objectivec/objectivec_extension.cc -o google/protobuf/compiler/objectivec/objectivec_extension.o >/dev/null 2>&1
  1251. depbase=`echo google/protobuf/compiler/objectivec/objectivec_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1252.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_map_field.cc &&\
  1253.     mv -f $depbase.Tpo $depbase.Plo
  1254. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o
  1255. depbase=`echo google/protobuf/compiler/objectivec/objectivec_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1256.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message.cc &&\
  1257.     mv -f $depbase.Tpo $depbase.Plo
  1258. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message.o
  1259. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_field.cc -o google/protobuf/compiler/objectivec/objectivec_field.o >/dev/null 2>&1
  1260. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_generator.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_generator.Tpo -c google/protobuf/compiler/objectivec/objectivec_generator.cc -o google/protobuf/compiler/objectivec/objectivec_generator.o >/dev/null 2>&1
  1261. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_file.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_file.Tpo -c google/protobuf/compiler/objectivec/objectivec_file.cc -o google/protobuf/compiler/objectivec/objectivec_file.o >/dev/null 2>&1
  1262. depbase=`echo google/protobuf/compiler/objectivec/objectivec_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1263.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_message_field.cc &&\
  1264.     mv -f $depbase.Tpo $depbase.Plo
  1265. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o
  1266. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_map_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_map_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_map_field.cc -o google/protobuf/compiler/objectivec/objectivec_map_field.o >/dev/null 2>&1
  1267. depbase=`echo google/protobuf/compiler/objectivec/objectivec_oneof.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1268.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_oneof.cc &&\
  1269.     mv -f $depbase.Tpo $depbase.Plo
  1270. depbase=`echo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1271.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.cc &&\
  1272.     mv -f $depbase.Tpo $depbase.Plo
  1273. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o
  1274. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc  -fno-common -DPIC -o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o
  1275. depbase=`echo google/protobuf/compiler/php/php_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1276.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/php/php_generator.cc &&\
  1277.     mv -f $depbase.Tpo $depbase.Plo
  1278. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/php/.libs/php_generator.o
  1279. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_message_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_message_field.cc -o google/protobuf/compiler/objectivec/objectivec_message_field.o >/dev/null 2>&1
  1280. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_helpers.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_helpers.Tpo -c google/protobuf/compiler/objectivec/objectivec_helpers.cc -o google/protobuf/compiler/objectivec/objectivec_helpers.o >/dev/null 2>&1
  1281. depbase=`echo google/protobuf/compiler/python/python_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1282.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/python/python_generator.cc &&\
  1283.     mv -f $depbase.Tpo $depbase.Plo
  1284. depbase=`echo google/protobuf/compiler/ruby/ruby_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1285.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/ruby/ruby_generator.cc &&\
  1286.     mv -f $depbase.Tpo $depbase.Plo
  1287. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_message.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_message.Tpo -c google/protobuf/compiler/objectivec/objectivec_message.cc -o google/protobuf/compiler/objectivec/objectivec_message.o >/dev/null 2>&1
  1288. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/python/.libs/python_generator.o
  1289. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_oneof.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_oneof.Tpo -c google/protobuf/compiler/objectivec/objectivec_oneof.cc -o google/protobuf/compiler/objectivec/objectivec_oneof.o >/dev/null 2>&1
  1290. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/objectivec/objectivec_primitive_field.lo -MD -MP -MF google/protobuf/compiler/objectivec/.deps/objectivec_primitive_field.Tpo -c google/protobuf/compiler/objectivec/objectivec_primitive_field.cc -o google/protobuf/compiler/objectivec/objectivec_primitive_field.o >/dev/null 2>&1
  1291. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/ruby/.libs/ruby_generator.o
  1292. depbase=`echo google/protobuf/compiler/csharp/csharp_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1293.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_doc_comment.cc &&\
  1294.     mv -f $depbase.Tpo $depbase.Plo
  1295. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_doc_comment.Tpo -c google/protobuf/compiler/csharp/csharp_doc_comment.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o
  1296. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/php/php_generator.lo -MD -MP -MF google/protobuf/compiler/php/.deps/php_generator.Tpo -c google/protobuf/compiler/php/php_generator.cc -o google/protobuf/compiler/php/php_generator.o >/dev/null 2>&1
  1297. depbase=`echo google/protobuf/compiler/csharp/csharp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1298.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum.cc &&\
  1299.     mv -f $depbase.Tpo $depbase.Plo
  1300. depbase=`echo google/protobuf/compiler/csharp/csharp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1301.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_enum_field.cc &&\
  1302.     mv -f $depbase.Tpo $depbase.Plo
  1303. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum.Tpo -c google/protobuf/compiler/csharp/csharp_enum.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum.o
  1304. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_enum_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o
  1305. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/ruby/ruby_generator.lo -MD -MP -MF google/protobuf/compiler/ruby/.deps/ruby_generator.Tpo -c google/protobuf/compiler/ruby/ruby_generator.cc -o google/protobuf/compiler/ruby/ruby_generator.o >/dev/null 2>&1
  1306. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_doc_comment.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_doc_comment.Tpo -c google/protobuf/compiler/csharp/csharp_doc_comment.cc -o google/protobuf/compiler/csharp/csharp_doc_comment.o >/dev/null 2>&1
  1307. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_enum.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum.Tpo -c google/protobuf/compiler/csharp/csharp_enum.cc -o google/protobuf/compiler/csharp/csharp_enum.o >/dev/null 2>&1
  1308. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_enum_field.cc -o google/protobuf/compiler/csharp/csharp_enum_field.o >/dev/null 2>&1
  1309. depbase=`echo google/protobuf/compiler/csharp/csharp_field_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1310.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_field_base.cc &&\
  1311.     mv -f $depbase.Tpo $depbase.Plo
  1312. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/python/python_generator.lo -MD -MP -MF google/protobuf/compiler/python/.deps/python_generator.Tpo -c google/protobuf/compiler/python/python_generator.cc -o google/protobuf/compiler/python/python_generator.o >/dev/null 2>&1
  1313. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_field_base.Tpo -c google/protobuf/compiler/csharp/csharp_field_base.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_field_base.o
  1314. depbase=`echo google/protobuf/compiler/csharp/csharp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1315.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_generator.cc &&\
  1316.     mv -f $depbase.Tpo $depbase.Plo
  1317. depbase=`echo google/protobuf/compiler/csharp/csharp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1318.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_helpers.cc &&\
  1319.     mv -f $depbase.Tpo $depbase.Plo
  1320. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_generator.Tpo -c google/protobuf/compiler/csharp/csharp_generator.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_generator.o
  1321. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_helpers.Tpo -c google/protobuf/compiler/csharp/csharp_helpers.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_helpers.o
  1322. depbase=`echo google/protobuf/compiler/csharp/csharp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1323.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_map_field.cc &&\
  1324.     mv -f $depbase.Tpo $depbase.Plo
  1325. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_map_field.Tpo -c google/protobuf/compiler/csharp/csharp_map_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_map_field.o
  1326. depbase=`echo google/protobuf/compiler/csharp/csharp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1327.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message.cc &&\
  1328.     mv -f $depbase.Tpo $depbase.Plo
  1329. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message.Tpo -c google/protobuf/compiler/csharp/csharp_message.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message.o
  1330. depbase=`echo google/protobuf/compiler/csharp/csharp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1331.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_message_field.cc &&\
  1332.     mv -f $depbase.Tpo $depbase.Plo
  1333. depbase=`echo google/protobuf/compiler/csharp/csharp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1334.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.cc &&\
  1335.     mv -f $depbase.Tpo $depbase.Plo
  1336. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_message_field.o
  1337. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_primitive_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o
  1338. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_generator.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_generator.Tpo -c google/protobuf/compiler/csharp/csharp_generator.cc -o google/protobuf/compiler/csharp/csharp_generator.o >/dev/null 2>&1
  1339. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_helpers.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_helpers.Tpo -c google/protobuf/compiler/csharp/csharp_helpers.cc -o google/protobuf/compiler/csharp/csharp_helpers.o >/dev/null 2>&1
  1340. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_field_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_field_base.Tpo -c google/protobuf/compiler/csharp/csharp_field_base.cc -o google/protobuf/compiler/csharp/csharp_field_base.o >/dev/null 2>&1
  1341. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_map_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_map_field.Tpo -c google/protobuf/compiler/csharp/csharp_map_field.cc -o google/protobuf/compiler/csharp/csharp_map_field.o >/dev/null 2>&1
  1342. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_message_field.cc -o google/protobuf/compiler/csharp/csharp_message_field.o >/dev/null 2>&1
  1343. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_primitive_field.cc -o google/protobuf/compiler/csharp/csharp_primitive_field.o >/dev/null 2>&1
  1344. depbase=`echo google/protobuf/compiler/csharp/csharp_reflection_class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1345.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_reflection_class.cc &&\
  1346.     mv -f $depbase.Tpo $depbase.Plo
  1347. depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1348.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc &&\
  1349.     mv -f $depbase.Tpo $depbase.Plo
  1350. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_reflection_class.Tpo -c google/protobuf/compiler/csharp/csharp_reflection_class.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o
  1351. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o
  1352. depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1353.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.cc &&\
  1354.     mv -f $depbase.Tpo $depbase.Plo
  1355. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_message.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_message.Tpo -c google/protobuf/compiler/csharp/csharp_message.cc -o google/protobuf/compiler/csharp/csharp_message.o >/dev/null 2>&1
  1356. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_message_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o
  1357. depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1358.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc &&\
  1359.     mv -f $depbase.Tpo $depbase.Plo
  1360. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o
  1361. depbase=`echo google/protobuf/compiler/csharp/csharp_source_generator_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1362.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_source_generator_base.cc &&\
  1363.     mv -f $depbase.Tpo $depbase.Plo
  1364. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_source_generator_base.Tpo -c google/protobuf/compiler/csharp/csharp_source_generator_base.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o
  1365. depbase=`echo google/protobuf/compiler/csharp/csharp_wrapper_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  1366.     /bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I..    -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/csharp/csharp_wrapper_field.lo google/protobuf/compiler/csharp/csharp_wrapper_field.cc &&\
  1367.     mv -f $depbase.Tpo $depbase.Plo
  1368. /bin/sh ../libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -version-info 11:0:0 -export-dynamic -no-undefined -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o libprotobuf.la -rpath /usr/local/lib google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo google/protobuf/any.pb.lo google/protobuf/api.pb.lo google/protobuf/stubs/mathlimits.lo google/protobuf/any.lo google/protobuf/descriptor.lo google/protobuf/descriptor_database.lo google/protobuf/descriptor.pb.lo google/protobuf/duration.pb.lo google/protobuf/dynamic_message.lo google/protobuf/empty.pb.lo google/protobuf/extension_set_heavy.lo google/protobuf/field_mask.pb.lo google/protobuf/generated_message_reflection.lo google/protobuf/map_field.lo google/protobuf/message.lo google/protobuf/reflection_ops.lo google/protobuf/service.lo google/protobuf/source_context.pb.lo google/protobuf/struct.pb.lo google/protobuf/stubs/substitute.lo google/protobuf/text_format.lo google/protobuf/timestamp.pb.lo google/protobuf/type.pb.lo google/protobuf/unknown_field_set.lo google/protobuf/wire_format.lo google/protobuf/wrappers.pb.lo google/protobuf/io/gzip_stream.lo google/protobuf/io/printer.lo google/protobuf/io/strtod.lo google/protobuf/io/tokenizer.lo google/protobuf/io/zero_copy_stream_impl.lo google/protobuf/compiler/importer.lo google/protobuf/compiler/parser.lo google/protobuf/util/field_comparator.lo google/protobuf/util/field_mask_util.lo google/protobuf/util/internal/datapiece.lo google/protobuf/util/internal/default_value_objectwriter.lo google/protobuf/util/internal/error_listener.lo google/protobuf/util/internal/field_mask_utility.lo google/protobuf/util/internal/json_escaping.lo google/protobuf/util/internal/json_objectwriter.lo google/protobuf/util/internal/json_stream_parser.lo google/protobuf/util/internal/object_writer.lo google/protobuf/util/internal/protostream_objectsource.lo google/protobuf/util/internal/protostream_objectwriter.lo google/protobuf/util/internal/proto_writer.lo google/protobuf/util/internal/type_info.lo google/protobuf/util/internal/type_info_test_helper.lo google/protobuf/util/internal/utility.lo google/protobuf/util/json_util.lo google/protobuf/util/message_differencer.lo google/protobuf/util/time_util.lo google/protobuf/util/type_resolver_util.lo   -lz -lc++ -lc++abi
  1369. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_enum_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_enum_field.o >/dev/null 2>&1
  1370. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_wrapper_field.Tpo -c google/protobuf/compiler/csharp/csharp_wrapper_field.cc  -fno-common -DPIC -o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o
  1371. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_reflection_class.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_reflection_class.Tpo -c google/protobuf/compiler/csharp/csharp_reflection_class.cc -o google/protobuf/compiler/csharp/csharp_reflection_class.o >/dev/null 2>&1
  1372. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_message_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_message_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_message_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_message_field.o >/dev/null 2>&1
  1373. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_repeated_primitive_field.Tpo -c google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc -o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o >/dev/null 2>&1
  1374. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_source_generator_base.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_source_generator_base.Tpo -c google/protobuf/compiler/csharp/csharp_source_generator_base.cc -o google/protobuf/compiler/csharp/csharp_source_generator_base.o >/dev/null 2>&1
  1375. libtool: link: clang++ -dynamiclib  -o .libs/libprotobuf.11.dylib  google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o google/protobuf/.libs/any.pb.o google/protobuf/.libs/api.pb.o google/protobuf/stubs/.libs/mathlimits.o google/protobuf/.libs/any.o google/protobuf/.libs/descriptor.o google/protobuf/.libs/descriptor_database.o google/protobuf/.libs/descriptor.pb.o google/protobuf/.libs/duration.pb.o google/protobuf/.libs/dynamic_message.o google/protobuf/.libs/empty.pb.o google/protobuf/.libs/extension_set_heavy.o google/protobuf/.libs/field_mask.pb.o google/protobuf/.libs/generated_message_reflection.o google/protobuf/.libs/map_field.o google/protobuf/.libs/message.o google/protobuf/.libs/reflection_ops.o google/protobuf/.libs/service.o google/protobuf/.libs/source_context.pb.o google/protobuf/.libs/struct.pb.o google/protobuf/stubs/.libs/substitute.o google/protobuf/.libs/text_format.o google/protobuf/.libs/timestamp.pb.o google/protobuf/.libs/type.pb.o google/protobuf/.libs/unknown_field_set.o google/protobuf/.libs/wire_format.o google/protobuf/.libs/wrappers.pb.o google/protobuf/io/.libs/gzip_stream.o google/protobuf/io/.libs/printer.o google/protobuf/io/.libs/strtod.o google/protobuf/io/.libs/tokenizer.o google/protobuf/io/.libs/zero_copy_stream_impl.o google/protobuf/compiler/.libs/importer.o google/protobuf/compiler/.libs/parser.o google/protobuf/util/.libs/field_comparator.o google/protobuf/util/.libs/field_mask_util.o google/protobuf/util/internal/.libs/datapiece.o google/protobuf/util/internal/.libs/default_value_objectwriter.o google/protobuf/util/internal/.libs/error_listener.o google/protobuf/util/internal/.libs/field_mask_utility.o google/protobuf/util/internal/.libs/json_escaping.o google/protobuf/util/internal/.libs/json_objectwriter.o google/protobuf/util/internal/.libs/json_stream_parser.o google/protobuf/util/internal/.libs/object_writer.o google/protobuf/util/internal/.libs/protostream_objectsource.o google/protobuf/util/internal/.libs/protostream_objectwriter.o google/protobuf/util/internal/.libs/proto_writer.o google/protobuf/util/internal/.libs/type_info.o google/protobuf/util/internal/.libs/type_info_test_helper.o google/protobuf/util/internal/.libs/utility.o google/protobuf/util/.libs/json_util.o google/protobuf/util/.libs/message_differencer.o google/protobuf/util/.libs/time_util.o google/protobuf/util/.libs/type_resolver_util.o   -lz -lc++ -lc++abi  -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++   -install_name  /usr/local/lib/libprotobuf.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module
  1376. libtool: link: dsymutil .libs/libprotobuf.11.dylib || :
  1377. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT google/protobuf/compiler/csharp/csharp_wrapper_field.lo -MD -MP -MF google/protobuf/compiler/csharp/.deps/csharp_wrapper_field.Tpo -c google/protobuf/compiler/csharp/csharp_wrapper_field.cc -o google/protobuf/compiler/csharp/csharp_wrapper_field.o >/dev/null 2>&1
  1378. libtool: link: (cd ".libs" && rm -f "libprotobuf.dylib" && ln -s "libprotobuf.11.dylib" "libprotobuf.dylib")
  1379. libtool: link: ar cru .libs/libprotobuf.a  google/protobuf/stubs/atomicops_internals_x86_gcc.o google/protobuf/stubs/atomicops_internals_x86_msvc.o google/protobuf/stubs/bytestream.o google/protobuf/stubs/common.o google/protobuf/stubs/int128.o google/protobuf/stubs/once.o google/protobuf/stubs/status.o google/protobuf/stubs/statusor.o google/protobuf/stubs/stringpiece.o google/protobuf/stubs/stringprintf.o google/protobuf/stubs/structurally_valid.o google/protobuf/stubs/strutil.o google/protobuf/stubs/time.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/extension_set.o google/protobuf/generated_message_util.o google/protobuf/message_lite.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/protobuf/io/coded_stream.o google/protobuf/io/zero_copy_stream.o google/protobuf/io/zero_copy_stream_impl_lite.o google/protobuf/any.pb.o google/protobuf/api.pb.o google/protobuf/stubs/mathlimits.o google/protobuf/any.o google/protobuf/descriptor.o google/protobuf/descriptor_database.o google/protobuf/descriptor.pb.o google/protobuf/duration.pb.o google/protobuf/dynamic_message.o google/protobuf/empty.pb.o google/protobuf/extension_set_heavy.o google/protobuf/field_mask.pb.o google/protobuf/generated_message_reflection.o google/protobuf/map_field.o google/protobuf/message.o google/protobuf/reflection_ops.o google/protobuf/service.o google/protobuf/source_context.pb.o google/protobuf/struct.pb.o google/protobuf/stubs/substitute.o google/protobuf/text_format.o google/protobuf/timestamp.pb.o google/protobuf/type.pb.o google/protobuf/unknown_field_set.o google/protobuf/wire_format.o google/protobuf/wrappers.pb.o google/protobuf/io/gzip_stream.o google/protobuf/io/printer.o google/protobuf/io/strtod.o google/protobuf/io/tokenizer.o google/protobuf/io/zero_copy_stream_impl.o google/protobuf/compiler/importer.o google/protobuf/compiler/parser.o google/protobuf/util/field_comparator.o google/protobuf/util/field_mask_util.o google/protobuf/util/internal/datapiece.o google/protobuf/util/internal/default_value_objectwriter.o google/protobuf/util/internal/error_listener.o google/protobuf/util/internal/field_mask_utility.o google/protobuf/util/internal/json_escaping.o google/protobuf/util/internal/json_objectwriter.o google/protobuf/util/internal/json_stream_parser.o google/protobuf/util/internal/object_writer.o google/protobuf/util/internal/protostream_objectsource.o google/protobuf/util/internal/protostream_objectwriter.o google/protobuf/util/internal/proto_writer.o google/protobuf/util/internal/type_info.o google/protobuf/util/internal/type_info_test_helper.o google/protobuf/util/internal/utility.o google/protobuf/util/json_util.o google/protobuf/util/message_differencer.o google/protobuf/util/time_util.o google/protobuf/util/type_resolver_util.o
  1380. /opt/local/bin/ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_gcc.o) has no symbols
  1381. /opt/local/bin/ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_msvc.o) has no symbols
  1382. /opt/local/bin/ranlib: file: .libs/libprotobuf.a(error_listener.o) has no symbols
  1383. libtool: link: ranlib .libs/libprotobuf.a
  1384. ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_gcc.o) has no symbols
  1385. ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_msvc.o) has no symbols
  1386. ranlib: file: .libs/libprotobuf.a(error_listener.o) has no symbols
  1387. libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" )
  1388. /bin/sh ../libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -version-info 11:0:0 -export-dynamic -no-undefined -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o libprotoc.la -rpath /usr/local/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_lazy_message_field.lo google/protobuf/compiler/java/java_lazy_message_field_lite.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/javanano/javanano_enum.lo google/protobuf/compiler/javanano/javanano_enum_field.lo google/protobuf/compiler/javanano/javanano_extension.lo google/protobuf/compiler/javanano/javanano_field.lo google/protobuf/compiler/javanano/javanano_file.lo google/protobuf/compiler/javanano/javanano_generator.lo google/protobuf/compiler/javanano/javanano_helpers.lo google/protobuf/compiler/javanano/javanano_map_field.lo google/protobuf/compiler/javanano/javanano_message.lo google/protobuf/compiler/javanano/javanano_message_field.lo google/protobuf/compiler/javanano/javanano_primitive_field.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo  libprotobuf.la -lz -lc++ -lc++abi
  1389. libtool: link: clang++ -dynamiclib  -o .libs/libprotoc.11.dylib  google/protobuf/compiler/.libs/code_generator.o google/protobuf/compiler/.libs/command_line_interface.o google/protobuf/compiler/.libs/plugin.o google/protobuf/compiler/.libs/plugin.pb.o google/protobuf/compiler/.libs/subprocess.o google/protobuf/compiler/.libs/zip_writer.o google/protobuf/compiler/cpp/.libs/cpp_enum.o google/protobuf/compiler/cpp/.libs/cpp_enum_field.o google/protobuf/compiler/cpp/.libs/cpp_extension.o google/protobuf/compiler/cpp/.libs/cpp_field.o google/protobuf/compiler/cpp/.libs/cpp_file.o google/protobuf/compiler/cpp/.libs/cpp_generator.o google/protobuf/compiler/cpp/.libs/cpp_helpers.o google/protobuf/compiler/cpp/.libs/cpp_map_field.o google/protobuf/compiler/cpp/.libs/cpp_message.o google/protobuf/compiler/cpp/.libs/cpp_message_field.o google/protobuf/compiler/cpp/.libs/cpp_primitive_field.o google/protobuf/compiler/cpp/.libs/cpp_service.o google/protobuf/compiler/cpp/.libs/cpp_string_field.o google/protobuf/compiler/java/.libs/java_context.o google/protobuf/compiler/java/.libs/java_enum.o google/protobuf/compiler/java/.libs/java_enum_lite.o google/protobuf/compiler/java/.libs/java_enum_field.o google/protobuf/compiler/java/.libs/java_enum_field_lite.o google/protobuf/compiler/java/.libs/java_extension.o google/protobuf/compiler/java/.libs/java_extension_lite.o google/protobuf/compiler/java/.libs/java_field.o google/protobuf/compiler/java/.libs/java_file.o google/protobuf/compiler/java/.libs/java_generator.o google/protobuf/compiler/java/.libs/java_generator_factory.o google/protobuf/compiler/java/.libs/java_helpers.o google/protobuf/compiler/java/.libs/java_lazy_message_field.o google/protobuf/compiler/java/.libs/java_lazy_message_field_lite.o google/protobuf/compiler/java/.libs/java_map_field.o google/protobuf/compiler/java/.libs/java_map_field_lite.o google/protobuf/compiler/java/.libs/java_message.o google/protobuf/compiler/java/.libs/java_message_lite.o google/protobuf/compiler/java/.libs/java_message_builder.o google/protobuf/compiler/java/.libs/java_message_builder_lite.o google/protobuf/compiler/java/.libs/java_message_field.o google/protobuf/compiler/java/.libs/java_message_field_lite.o google/protobuf/compiler/java/.libs/java_name_resolver.o google/protobuf/compiler/java/.libs/java_primitive_field.o google/protobuf/compiler/java/.libs/java_primitive_field_lite.o google/protobuf/compiler/java/.libs/java_shared_code_generator.o google/protobuf/compiler/java/.libs/java_service.o google/protobuf/compiler/java/.libs/java_string_field.o google/protobuf/compiler/java/.libs/java_string_field_lite.o google/protobuf/compiler/java/.libs/java_doc_comment.o google/protobuf/compiler/js/.libs/js_generator.o google/protobuf/compiler/javanano/.libs/javanano_enum.o google/protobuf/compiler/javanano/.libs/javanano_enum_field.o google/protobuf/compiler/javanano/.libs/javanano_extension.o google/protobuf/compiler/javanano/.libs/javanano_field.o google/protobuf/compiler/javanano/.libs/javanano_file.o google/protobuf/compiler/javanano/.libs/javanano_generator.o google/protobuf/compiler/javanano/.libs/javanano_helpers.o google/protobuf/compiler/javanano/.libs/javanano_map_field.o google/protobuf/compiler/javanano/.libs/javanano_message.o google/protobuf/compiler/javanano/.libs/javanano_message_field.o google/protobuf/compiler/javanano/.libs/javanano_primitive_field.o google/protobuf/compiler/objectivec/.libs/objectivec_enum.o google/protobuf/compiler/objectivec/.libs/objectivec_enum_field.o google/protobuf/compiler/objectivec/.libs/objectivec_extension.o google/protobuf/compiler/objectivec/.libs/objectivec_field.o google/protobuf/compiler/objectivec/.libs/objectivec_file.o google/protobuf/compiler/objectivec/.libs/objectivec_generator.o google/protobuf/compiler/objectivec/.libs/objectivec_helpers.o google/protobuf/compiler/objectivec/.libs/objectivec_map_field.o google/protobuf/compiler/objectivec/.libs/objectivec_message.o google/protobuf/compiler/objectivec/.libs/objectivec_message_field.o google/protobuf/compiler/objectivec/.libs/objectivec_oneof.o google/protobuf/compiler/objectivec/.libs/objectivec_primitive_field.o google/protobuf/compiler/php/.libs/php_generator.o google/protobuf/compiler/python/.libs/python_generator.o google/protobuf/compiler/ruby/.libs/ruby_generator.o google/protobuf/compiler/csharp/.libs/csharp_doc_comment.o google/protobuf/compiler/csharp/.libs/csharp_enum.o google/protobuf/compiler/csharp/.libs/csharp_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_field_base.o google/protobuf/compiler/csharp/.libs/csharp_generator.o google/protobuf/compiler/csharp/.libs/csharp_helpers.o google/protobuf/compiler/csharp/.libs/csharp_map_field.o google/protobuf/compiler/csharp/.libs/csharp_message.o google/protobuf/compiler/csharp/.libs/csharp_message_field.o google/protobuf/compiler/csharp/.libs/csharp_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_reflection_class.o google/protobuf/compiler/csharp/.libs/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_message_field.o google/protobuf/compiler/csharp/.libs/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/.libs/csharp_source_generator_base.o google/protobuf/compiler/csharp/.libs/csharp_wrapper_field.o   ./.libs/libprotobuf.dylib -lz -lc++ -lc++abi  -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++   -install_name  /usr/local/lib/libprotoc.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module
  1390. libtool: link: dsymutil .libs/libprotoc.11.dylib || :
  1391. libtool: link: (cd ".libs" && rm -f "libprotoc.dylib" && ln -s "libprotoc.11.dylib" "libprotoc.dylib")
  1392. libtool: link: ar cru .libs/libprotoc.a  google/protobuf/compiler/code_generator.o google/protobuf/compiler/command_line_interface.o google/protobuf/compiler/plugin.o google/protobuf/compiler/plugin.pb.o google/protobuf/compiler/subprocess.o google/protobuf/compiler/zip_writer.o google/protobuf/compiler/cpp/cpp_enum.o google/protobuf/compiler/cpp/cpp_enum_field.o google/protobuf/compiler/cpp/cpp_extension.o google/protobuf/compiler/cpp/cpp_field.o google/protobuf/compiler/cpp/cpp_file.o google/protobuf/compiler/cpp/cpp_generator.o google/protobuf/compiler/cpp/cpp_helpers.o google/protobuf/compiler/cpp/cpp_map_field.o google/protobuf/compiler/cpp/cpp_message.o google/protobuf/compiler/cpp/cpp_message_field.o google/protobuf/compiler/cpp/cpp_primitive_field.o google/protobuf/compiler/cpp/cpp_service.o google/protobuf/compiler/cpp/cpp_string_field.o google/protobuf/compiler/java/java_context.o google/protobuf/compiler/java/java_enum.o google/protobuf/compiler/java/java_enum_lite.o google/protobuf/compiler/java/java_enum_field.o google/protobuf/compiler/java/java_enum_field_lite.o google/protobuf/compiler/java/java_extension.o google/protobuf/compiler/java/java_extension_lite.o google/protobuf/compiler/java/java_field.o google/protobuf/compiler/java/java_file.o google/protobuf/compiler/java/java_generator.o google/protobuf/compiler/java/java_generator_factory.o google/protobuf/compiler/java/java_helpers.o google/protobuf/compiler/java/java_lazy_message_field.o google/protobuf/compiler/java/java_lazy_message_field_lite.o google/protobuf/compiler/java/java_map_field.o google/protobuf/compiler/java/java_map_field_lite.o google/protobuf/compiler/java/java_message.o google/protobuf/compiler/java/java_message_lite.o google/protobuf/compiler/java/java_message_builder.o google/protobuf/compiler/java/java_message_builder_lite.o google/protobuf/compiler/java/java_message_field.o google/protobuf/compiler/java/java_message_field_lite.o google/protobuf/compiler/java/java_name_resolver.o google/protobuf/compiler/java/java_primitive_field.o google/protobuf/compiler/java/java_primitive_field_lite.o google/protobuf/compiler/java/java_shared_code_generator.o google/protobuf/compiler/java/java_service.o google/protobuf/compiler/java/java_string_field.o google/protobuf/compiler/java/java_string_field_lite.o google/protobuf/compiler/java/java_doc_comment.o google/protobuf/compiler/js/js_generator.o google/protobuf/compiler/javanano/javanano_enum.o google/protobuf/compiler/javanano/javanano_enum_field.o google/protobuf/compiler/javanano/javanano_extension.o google/protobuf/compiler/javanano/javanano_field.o google/protobuf/compiler/javanano/javanano_file.o google/protobuf/compiler/javanano/javanano_generator.o google/protobuf/compiler/javanano/javanano_helpers.o google/protobuf/compiler/javanano/javanano_map_field.o google/protobuf/compiler/javanano/javanano_message.o google/protobuf/compiler/javanano/javanano_message_field.o google/protobuf/compiler/javanano/javanano_primitive_field.o google/protobuf/compiler/objectivec/objectivec_enum.o google/protobuf/compiler/objectivec/objectivec_enum_field.o google/protobuf/compiler/objectivec/objectivec_extension.o google/protobuf/compiler/objectivec/objectivec_field.o google/protobuf/compiler/objectivec/objectivec_file.o google/protobuf/compiler/objectivec/objectivec_generator.o google/protobuf/compiler/objectivec/objectivec_helpers.o google/protobuf/compiler/objectivec/objectivec_map_field.o google/protobuf/compiler/objectivec/objectivec_message.o google/protobuf/compiler/objectivec/objectivec_message_field.o google/protobuf/compiler/objectivec/objectivec_oneof.o google/protobuf/compiler/objectivec/objectivec_primitive_field.o google/protobuf/compiler/php/php_generator.o google/protobuf/compiler/python/python_generator.o google/protobuf/compiler/ruby/ruby_generator.o google/protobuf/compiler/csharp/csharp_doc_comment.o google/protobuf/compiler/csharp/csharp_enum.o google/protobuf/compiler/csharp/csharp_enum_field.o google/protobuf/compiler/csharp/csharp_field_base.o google/protobuf/compiler/csharp/csharp_generator.o google/protobuf/compiler/csharp/csharp_helpers.o google/protobuf/compiler/csharp/csharp_map_field.o google/protobuf/compiler/csharp/csharp_message.o google/protobuf/compiler/csharp/csharp_message_field.o google/protobuf/compiler/csharp/csharp_primitive_field.o google/protobuf/compiler/csharp/csharp_reflection_class.o google/protobuf/compiler/csharp/csharp_repeated_enum_field.o google/protobuf/compiler/csharp/csharp_repeated_message_field.o google/protobuf/compiler/csharp/csharp_repeated_primitive_field.o google/protobuf/compiler/csharp/csharp_source_generator_base.o google/protobuf/compiler/csharp/csharp_wrapper_field.o
  1393. libtool: link: ranlib .libs/libprotoc.a
  1394. libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" )
  1395. /bin/sh ../libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o protoc google/protobuf/compiler/main.o  libprotobuf.la libprotoc.la -lz -lc++ -lc++abi
  1396. libtool: link: clang++ -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/protoc google/protobuf/compiler/main.o -Wl,-bind_at_load  ./.libs/libprotobuf.dylib ./.libs/libprotoc.dylib /Users/rcaskey/Desktop/KSPMods/Principia/deps/protobuf/src/.libs/libprotobuf.dylib -lz -lc++ -lc++abi
  1397. oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_arena_lite.proto google/protobuf/unittest_no_arena_import.proto google/protobuf/unittest_no_arena.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto )
  1398. touch unittest_proto_middleman
  1399. /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
  1400. /bin/sh ../libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE  -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -version-info 11:0:0 -export-dynamic -no-undefined -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o libprotobuf-lite.la -rpath /usr/local/lib google/protobuf/stubs/atomicops_internals_x86_gcc.lo google/protobuf/stubs/atomicops_internals_x86_msvc.lo google/protobuf/stubs/bytestream.lo google/protobuf/stubs/common.lo google/protobuf/stubs/int128.lo google/protobuf/stubs/once.lo google/protobuf/stubs/status.lo google/protobuf/stubs/statusor.lo google/protobuf/stubs/stringpiece.lo google/protobuf/stubs/stringprintf.lo google/protobuf/stubs/structurally_valid.lo google/protobuf/stubs/strutil.lo google/protobuf/stubs/time.lo google/protobuf/arena.lo google/protobuf/arenastring.lo google/protobuf/extension_set.lo google/protobuf/generated_message_util.lo google/protobuf/message_lite.lo google/protobuf/repeated_field.lo google/protobuf/wire_format_lite.lo google/protobuf/io/coded_stream.lo google/protobuf/io/zero_copy_stream.lo google/protobuf/io/zero_copy_stream_impl_lite.lo  -lz -lc++ -lc++abi
  1401. libtool: link: clang++ -dynamiclib  -o .libs/libprotobuf-lite.11.dylib  google/protobuf/stubs/.libs/atomicops_internals_x86_gcc.o google/protobuf/stubs/.libs/atomicops_internals_x86_msvc.o google/protobuf/stubs/.libs/bytestream.o google/protobuf/stubs/.libs/common.o google/protobuf/stubs/.libs/int128.o google/protobuf/stubs/.libs/once.o google/protobuf/stubs/.libs/status.o google/protobuf/stubs/.libs/statusor.o google/protobuf/stubs/.libs/stringpiece.o google/protobuf/stubs/.libs/stringprintf.o google/protobuf/stubs/.libs/structurally_valid.o google/protobuf/stubs/.libs/strutil.o google/protobuf/stubs/.libs/time.o google/protobuf/.libs/arena.o google/protobuf/.libs/arenastring.o google/protobuf/.libs/extension_set.o google/protobuf/.libs/generated_message_util.o google/protobuf/.libs/message_lite.o google/protobuf/.libs/repeated_field.o google/protobuf/.libs/wire_format_lite.o google/protobuf/io/.libs/coded_stream.o google/protobuf/io/.libs/zero_copy_stream.o google/protobuf/io/.libs/zero_copy_stream_impl_lite.o   -lz -lc++ -lc++abi  -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++   -install_name  /usr/local/lib/libprotobuf-lite.11.dylib -compatibility_version 12 -current_version 12.0 -Wl,-single_module
  1402. libtool: link: dsymutil .libs/libprotobuf-lite.11.dylib || :
  1403. libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.dylib" && ln -s "libprotobuf-lite.11.dylib" "libprotobuf-lite.dylib")
  1404. libtool: link: ar cru .libs/libprotobuf-lite.a  google/protobuf/stubs/atomicops_internals_x86_gcc.o google/protobuf/stubs/atomicops_internals_x86_msvc.o google/protobuf/stubs/bytestream.o google/protobuf/stubs/common.o google/protobuf/stubs/int128.o google/protobuf/stubs/once.o google/protobuf/stubs/status.o google/protobuf/stubs/statusor.o google/protobuf/stubs/stringpiece.o google/protobuf/stubs/stringprintf.o google/protobuf/stubs/structurally_valid.o google/protobuf/stubs/strutil.o google/protobuf/stubs/time.o google/protobuf/arena.o google/protobuf/arenastring.o google/protobuf/extension_set.o google/protobuf/generated_message_util.o google/protobuf/message_lite.o google/protobuf/repeated_field.o google/protobuf/wire_format_lite.o google/protobuf/io/coded_stream.o google/protobuf/io/zero_copy_stream.o google/protobuf/io/zero_copy_stream_impl_lite.o
  1405. /opt/local/bin/ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_gcc.o) has no symbols
  1406. /opt/local/bin/ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_msvc.o) has no symbols
  1407. libtool: link: ranlib .libs/libprotobuf-lite.a
  1408. ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_gcc.o) has no symbols
  1409. ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_msvc.o) has no symbols
  1410. libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" )
  1411. ~/Desktop/KSPMods/Principia/deps
  1412. Cloning into 'glog'...
  1413. remote: Counting objects: 1666, done.
  1414. remote: Total 1666 (delta 0), reused 0 (delta 0), pack-reused 1666
  1415. Receiving objects: 100% (1666/1666), 1.43 MiB | 1.99 MiB/s, done.
  1416. Resolving deltas: 100% (1188/1188), done.
  1417. ~/Desktop/KSPMods/Principia/deps/glog ~/Desktop/KSPMods/Principia/deps
  1418. checking for a BSD-compatible install... /usr/bin/install -c
  1419. checking whether build environment is sane... yes
  1420. /Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing: Unknown `--is-lightweight' option
  1421. Try `/Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing --help' for more information
  1422. configure: WARNING: 'missing' script is too old or missing
  1423. checking for a thread-safe mkdir -p... ./install-sh -c -d
  1424. checking for gawk... gawk
  1425. checking whether make sets $(MAKE)... yes
  1426. checking whether make supports nested variables... yes
  1427. checking for gcc... clang
  1428. checking whether the C compiler works... yes
  1429. checking for C compiler default output file name... a.out
  1430. checking for suffix of executables...
  1431. checking whether we are cross compiling... no
  1432. checking for suffix of object files... o
  1433. checking whether we are using the GNU C compiler... yes
  1434. checking whether clang accepts -g... yes
  1435. checking for clang option to accept ISO C89... none needed
  1436. checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
  1437. yes
  1438. checking for style of include used by make... GNU
  1439. checking dependency style of clang... gcc3
  1440. checking how to run the C preprocessor... clang -E
  1441. checking whether we are using the GNU C++ compiler... yes
  1442. checking whether clang++ accepts -g... yes
  1443. checking dependency style of clang++... gcc3
  1444. checking build system type... i386-apple-darwin16.5.0
  1445. checking host system type... i386-apple-darwin16.5.0
  1446. checking how to print strings... printf
  1447. checking for a sed that does not truncate output... /usr/bin/sed
  1448. checking for grep that handles long lines and -e... /usr/bin/grep
  1449. checking for egrep... /usr/bin/grep -E
  1450. checking for fgrep... /usr/bin/grep -F
  1451. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1452. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1453. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  1454. checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
  1455. BSD nm
  1456. checking whether ln -s works... yes
  1457. checking the maximum length of command line arguments... 196608
  1458. checking whether the shell understands some XSI constructs... yes
  1459. checking whether the shell understands "+="... yes
  1460. checking how to convert i386-apple-darwin16.5.0 file names to i386-apple-darwin16.5.0 format... func_convert_file_noop
  1461. checking how to convert i386-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
  1462. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  1463. checking for objdump... objdump
  1464. checking how to recognize dependent libraries... pass_all
  1465. checking for dlltool... no
  1466. checking how to associate runtime and link libraries... printf %s\n
  1467. checking for ar... ar
  1468. checking for archiver @FILE support... rm: conftest.dSYM: is a directory
  1469. no
  1470. checking for strip... strip
  1471. checking for ranlib... ranlib
  1472. checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
  1473. ok
  1474. checking for sysroot... no
  1475. checking for mt... no
  1476. checking if : is a manifest tool... no
  1477. checking for dsymutil... dsymutil
  1478. checking for nmedit... nmedit
  1479. checking for lipo... lipo
  1480. checking for otool... otool
  1481. checking for otool64... no
  1482. checking for -single_module linker flag... yes
  1483. checking for -exported_symbols_list linker flag... yes
  1484. checking for -force_load linker flag... yes
  1485. checking for ANSI C header files... no
  1486. checking for sys/types.h... yes
  1487. checking for sys/stat.h... yes
  1488. checking for stdlib.h... yes
  1489. checking for string.h... yes
  1490. checking for memory.h... yes
  1491. checking for strings.h... yes
  1492. checking for inttypes.h... yes
  1493. checking for stdint.h... yes
  1494. checking for unistd.h... yes
  1495. checking for dlfcn.h... yes
  1496. checking for objdir... .libs
  1497. checking if clang supports -fno-rtti -fno-exceptions... yes
  1498. checking for clang option to produce PIC... -fno-common -DPIC
  1499. checking if clang PIC flag -fno-common -DPIC works... yes
  1500. checking if clang static flag -static works... no
  1501. checking if clang supports -c -o file.o... yes
  1502. checking if clang supports -c -o file.o... (cached) yes
  1503. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1504. checking dynamic linker characteristics... darwin16.5.0 dyld
  1505. checking how to hardcode library paths into programs... immediate
  1506. checking whether stripping libraries is possible... yes
  1507. checking if libtool supports shared libraries... yes
  1508. checking whether to build shared libraries... yes
  1509. checking whether to build static libraries... yes
  1510. checking how to run the C++ preprocessor... clang++ -E
  1511. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1512. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1513. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1514. checking for clang++ option to produce PIC... -fno-common -DPIC
  1515. checking if clang++ PIC flag -fno-common -DPIC works... yes
  1516. checking if clang++ static flag -static works... no
  1517. checking if clang++ supports -c -o file.o... yes
  1518. checking if clang++ supports -c -o file.o... (cached) yes
  1519. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1520. checking dynamic linker characteristics... darwin16.5.0 dyld
  1521. checking how to hardcode library paths into programs... immediate
  1522. checking for ANSI C header files... (cached) no
  1523. checking for stdint.h... (cached) yes
  1524. checking for sys/types.h... (cached) yes
  1525. checking for inttypes.h... (cached) yes
  1526. checking for unistd.h... (cached) yes
  1527. checking syscall.h usability... no
  1528. checking syscall.h presence... no
  1529. checking for syscall.h... no
  1530. checking sys/syscall.h usability... yes
  1531. checking sys/syscall.h presence... yes
  1532. checking for sys/syscall.h... yes
  1533. checking execinfo.h usability... yes
  1534. checking execinfo.h presence... yes
  1535. checking for execinfo.h... yes
  1536. checking libunwind.h usability... yes
  1537. checking libunwind.h presence... yes
  1538. checking for libunwind.h... yes
  1539. checking ucontext.h usability... no
  1540. checking ucontext.h presence... no
  1541. checking for ucontext.h... no
  1542. checking sys/utsname.h usability... yes
  1543. checking sys/utsname.h presence... yes
  1544. checking for sys/utsname.h... yes
  1545. checking pwd.h usability... yes
  1546. checking pwd.h presence... yes
  1547. checking for pwd.h... yes
  1548. checking syslog.h usability... yes
  1549. checking syslog.h presence... yes
  1550. checking for syslog.h... yes
  1551. checking sys/time.h usability... yes
  1552. checking sys/time.h presence... yes
  1553. checking for sys/time.h... yes
  1554. checking glob.h usability... yes
  1555. checking glob.h presence... yes
  1556. checking for glob.h... yes
  1557. checking unwind.h usability... yes
  1558. checking unwind.h presence... yes
  1559. checking for unwind.h... yes
  1560. checking windows.h usability... no
  1561. checking windows.h presence... no
  1562. checking for windows.h... no
  1563. checking size of void *... 4
  1564. checking for uint16_t... yes
  1565. checking for u_int16_t... yes
  1566. checking for __uint16... no
  1567. checking for sigaltstack... yes
  1568. checking for sigaction... yes
  1569. checking for dladdr... yes
  1570. checking for fcntl... yes
  1571. checking for pread... yes
  1572. checking for pwrite... yes
  1573. checking for __attribute__... yes
  1574. checking for __builtin_expect... yes
  1575. checking for __sync_val_compare_and_swap... yes
  1576. checking for the pthreads library -lpthreads... no
  1577. checking whether pthreads work without any flags... yes
  1578. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  1579. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  1580. checking whether to check for GCC pthread/shared inconsistencies... no
  1581. checking for pthread_self in -lpthread... yes
  1582. checking for main in -lgflags... no
  1583. checking for gtest-config... no
  1584. checking for main in -lgtest... no
  1585. checking for backtrace in -lunwind... no
  1586. checking support for pthread_rwlock_* functions... yes
  1587. checking whether the compiler implements namespaces... yes
  1588. checking what namespace STL code is in... std
  1589. checking whether compiler supports using ::operator<<... 1
  1590. checking for ucontext.h... (cached) no
  1591. checking sys/ucontext.h usability... yes
  1592. checking sys/ucontext.h presence... yes
  1593. checking for sys/ucontext.h... yes
  1594. checking how to access the program counter from a struct ucontext... uc_mcontext->__ss.__eip
  1595. checking that generated files are newer than configure... done
  1596. configure: creating ./config.status
  1597. config.status: creating Makefile
  1598. config.status: creating src/glog/logging.h
  1599. config.status: creating src/glog/raw_logging.h
  1600. config.status: creating src/glog/vlog_is_on.h
  1601. config.status: creating src/glog/stl_logging.h
  1602. config.status: creating libglog.pc
  1603. config.status: creating src/config.h
  1604. config.status: executing depfiles commands
  1605. config.status: executing libtool commands
  1606. CDPATH="${ZSH_VERSION+.}:" && cd . && autoconf
  1607. /bin/sh ./config.status --recheck
  1608. running CONFIG_SHELL=/bin/sh /bin/sh ./configure CC=clang CXX=clang++ CFLAGS=-fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 CXXFLAGS=-std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ LDFLAGS=-fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ LIBS=-lc++ -lc++abi --no-create --no-recursion
  1609. checking for a BSD-compatible install... /usr/bin/install -c
  1610. checking whether build environment is sane... yes
  1611. /Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing: Unknown `--is-lightweight' option
  1612. Try `/Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing --help' for more information
  1613. configure: WARNING: 'missing' script is too old or missing
  1614. checking for a thread-safe mkdir -p... ./install-sh -c -d
  1615. checking for gawk... gawk
  1616. checking whether make sets $(MAKE)... yes
  1617. checking whether make supports nested variables... yes
  1618. checking for gcc... clang
  1619. checking whether the C compiler works... yes
  1620. checking for C compiler default output file name... a.out
  1621. checking for suffix of executables...
  1622. checking whether we are cross compiling... no
  1623. checking for suffix of object files... o
  1624. checking whether we are using the GNU C compiler... yes
  1625. checking whether clang accepts -g... yes
  1626. checking for clang option to accept ISO C89... none needed
  1627. checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
  1628. yes
  1629. checking for style of include used by make... GNU
  1630. checking dependency style of clang... gcc3
  1631. checking how to run the C preprocessor... clang -E
  1632. checking whether we are using the GNU C++ compiler... yes
  1633. checking whether clang++ accepts -g... yes
  1634. checking dependency style of clang++... gcc3
  1635. checking build system type... i386-apple-darwin16.5.0
  1636. checking host system type... i386-apple-darwin16.5.0
  1637. checking how to print strings... printf
  1638. checking for a sed that does not truncate output... /usr/bin/sed
  1639. checking for grep that handles long lines and -e... /usr/bin/grep
  1640. checking for egrep... /usr/bin/grep -E
  1641. checking for fgrep... /usr/bin/grep -F
  1642. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1643. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1644. checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
  1645. checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
  1646. BSD nm
  1647. checking whether ln -s works... yes
  1648. checking the maximum length of command line arguments... 196608
  1649. checking whether the shell understands some XSI constructs... yes
  1650. checking whether the shell understands "+="... yes
  1651. checking how to convert i386-apple-darwin16.5.0 file names to i386-apple-darwin16.5.0 format... func_convert_file_noop
  1652. checking how to convert i386-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
  1653. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  1654. checking for objdump... objdump
  1655. checking how to recognize dependent libraries... pass_all
  1656. checking for dlltool... no
  1657. checking how to associate runtime and link libraries... printf %s\n
  1658. checking for ar... ar
  1659. checking for archiver @FILE support... rm: conftest.dSYM: is a directory
  1660. no
  1661. checking for strip... strip
  1662. checking for ranlib... ranlib
  1663. checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
  1664. ok
  1665. checking for sysroot... no
  1666. checking for mt... no
  1667. checking if : is a manifest tool... no
  1668. checking for dsymutil... dsymutil
  1669. checking for nmedit... nmedit
  1670. checking for lipo... lipo
  1671. checking for otool... otool
  1672. checking for otool64... no
  1673. checking for -single_module linker flag... yes
  1674. checking for -exported_symbols_list linker flag... yes
  1675. checking for -force_load linker flag... yes
  1676. checking for ANSI C header files... no
  1677. checking for sys/types.h... yes
  1678. checking for sys/stat.h... yes
  1679. checking for stdlib.h... yes
  1680. checking for string.h... yes
  1681. checking for memory.h... yes
  1682. checking for strings.h... yes
  1683. checking for inttypes.h... yes
  1684. checking for stdint.h... yes
  1685. checking for unistd.h... yes
  1686. checking for dlfcn.h... yes
  1687. checking for objdir... .libs
  1688. checking if clang supports -fno-rtti -fno-exceptions... yes
  1689. checking for clang option to produce PIC... -fno-common -DPIC
  1690. checking if clang PIC flag -fno-common -DPIC works... yes
  1691. checking if clang static flag -static works... no
  1692. checking if clang supports -c -o file.o... yes
  1693. checking if clang supports -c -o file.o... (cached) yes
  1694. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1695. checking dynamic linker characteristics... darwin16.5.0 dyld
  1696. checking how to hardcode library paths into programs... immediate
  1697. checking whether stripping libraries is possible... yes
  1698. checking if libtool supports shared libraries... yes
  1699. checking whether to build shared libraries... yes
  1700. checking whether to build static libraries... yes
  1701. checking how to run the C++ preprocessor... clang++ -E
  1702. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1703. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  1704. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1705. checking for clang++ option to produce PIC... -fno-common -DPIC
  1706. checking if clang++ PIC flag -fno-common -DPIC works... yes
  1707. checking if clang++ static flag -static works... no
  1708. checking if clang++ supports -c -o file.o... yes
  1709. checking if clang++ supports -c -o file.o... (cached) yes
  1710. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  1711. checking dynamic linker characteristics... darwin16.5.0 dyld
  1712. checking how to hardcode library paths into programs... immediate
  1713. checking for ANSI C header files... (cached) no
  1714. checking for stdint.h... (cached) yes
  1715. checking for sys/types.h... (cached) yes
  1716. checking for inttypes.h... (cached) yes
  1717. checking for unistd.h... (cached) yes
  1718. checking syscall.h usability... no
  1719. checking syscall.h presence... no
  1720. checking for syscall.h... no
  1721. checking sys/syscall.h usability... yes
  1722. checking sys/syscall.h presence... yes
  1723. checking for sys/syscall.h... yes
  1724. checking execinfo.h usability... yes
  1725. checking execinfo.h presence... yes
  1726. checking for execinfo.h... yes
  1727. checking libunwind.h usability... yes
  1728. checking libunwind.h presence... yes
  1729. checking for libunwind.h... yes
  1730. checking ucontext.h usability... no
  1731. checking ucontext.h presence... no
  1732. checking for ucontext.h... no
  1733. checking sys/utsname.h usability... yes
  1734. checking sys/utsname.h presence... yes
  1735. checking for sys/utsname.h... yes
  1736. checking pwd.h usability... yes
  1737. checking pwd.h presence... yes
  1738. checking for pwd.h... yes
  1739. checking syslog.h usability... yes
  1740. checking syslog.h presence... yes
  1741. checking for syslog.h... yes
  1742. checking sys/time.h usability... yes
  1743. checking sys/time.h presence... yes
  1744. checking for sys/time.h... yes
  1745. checking glob.h usability... yes
  1746. checking glob.h presence... yes
  1747. checking for glob.h... yes
  1748. checking unwind.h usability... yes
  1749. checking unwind.h presence... yes
  1750. checking for unwind.h... yes
  1751. checking windows.h usability... no
  1752. checking windows.h presence... no
  1753. checking for windows.h... no
  1754. checking size of void *... 4
  1755. checking for uint16_t... yes
  1756. checking for u_int16_t... yes
  1757. checking for __uint16... no
  1758. checking for sigaltstack... yes
  1759. checking for sigaction... yes
  1760. checking for dladdr... yes
  1761. checking for fcntl... yes
  1762. checking for pread... yes
  1763. checking for pwrite... yes
  1764. checking for __attribute__... yes
  1765. checking for __builtin_expect... yes
  1766. checking for __sync_val_compare_and_swap... yes
  1767. checking for the pthreads library -lpthreads... no
  1768. checking whether pthreads work without any flags... yes
  1769. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  1770. checking if more special flags are required for pthreads... -D_THREAD_SAFE
  1771. checking whether to check for GCC pthread/shared inconsistencies... no
  1772. checking for pthread_self in -lpthread... yes
  1773. checking for main in -lgflags... no
  1774. checking for gtest-config... no
  1775. checking for main in -lgtest... no
  1776. checking for backtrace in -lunwind... no
  1777. checking support for pthread_rwlock_* functions... yes
  1778. checking whether the compiler implements namespaces... yes
  1779. checking what namespace STL code is in... std
  1780. checking whether compiler supports using ::operator<<... 1
  1781. checking for ucontext.h... (cached) no
  1782. checking sys/ucontext.h usability... yes
  1783. checking sys/ucontext.h presence... yes
  1784. checking for sys/ucontext.h... yes
  1785. checking how to access the program counter from a struct ucontext... uc_mcontext->__ss.__eip
  1786. checking that generated files are newer than configure... done
  1787. configure: creating ./config.status
  1788. /bin/sh ./config.status
  1789. config.status: creating Makefile
  1790. config.status: creating src/glog/logging.h
  1791. config.status: creating src/glog/raw_logging.h
  1792. config.status: creating src/glog/vlog_is_on.h
  1793. config.status: creating src/glog/stl_logging.h
  1794. config.status: creating libglog.pc
  1795. config.status: creating src/config.h
  1796. config.status: src/config.h is unchanged
  1797. config.status: executing depfiles commands
  1798. config.status: executing libtool commands
  1799. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-logging.lo -MD -MP -MF src/.deps/libglog_la-logging.Tpo -c -o src/libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
  1800. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-raw_logging.lo -MD -MP -MF src/.deps/libglog_la-raw_logging.Tpo -c -o src/libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc
  1801. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-vlog_is_on.lo -MD -MP -MF src/.deps/libglog_la-vlog_is_on.Tpo -c -o src/libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc
  1802. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-utilities.lo -MD -MP -MF src/.deps/libglog_la-utilities.Tpo -c -o src/libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc
  1803. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-demangle.lo -MD -MP -MF src/.deps/libglog_la-demangle.Tpo -c -o src/libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo './'`src/demangle.cc
  1804. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-symbolize.lo -MD -MP -MF src/.deps/libglog_la-symbolize.Tpo -c -o src/libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
  1805. /bin/sh ./libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src     -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-signalhandler.lo -MD -MP -MF src/.deps/libglog_la-signalhandler.Tpo -c -o src/libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo './'`src/signalhandler.cc
  1806. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/logging_unittest-logging_unittest.o -MD -MP -MF src/.deps/logging_unittest-logging_unittest.Tpo -c -o src/logging_unittest-logging_unittest.o `test -f 'src/logging_unittest.cc' || echo './'`src/logging_unittest.cc
  1807. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-logging.lo -MD -MP -MF src/.deps/libglog_la-logging.Tpo -c src/logging.cc  -fno-common -DPIC -o src/.libs/libglog_la-logging.o
  1808. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-symbolize.lo -MD -MP -MF src/.deps/libglog_la-symbolize.Tpo -c src/symbolize.cc  -fno-common -DPIC -o src/.libs/libglog_la-symbolize.o
  1809. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-utilities.lo -MD -MP -MF src/.deps/libglog_la-utilities.Tpo -c src/utilities.cc  -fno-common -DPIC -o src/.libs/libglog_la-utilities.o
  1810. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-signalhandler.lo -MD -MP -MF src/.deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc  -fno-common -DPIC -o src/.libs/libglog_la-signalhandler.o
  1811. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-raw_logging.lo -MD -MP -MF src/.deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc  -fno-common -DPIC -o src/.libs/libglog_la-raw_logging.o
  1812. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-vlog_is_on.lo -MD -MP -MF src/.deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc  -fno-common -DPIC -o src/.libs/libglog_la-vlog_is_on.o
  1813. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-demangle.lo -MD -MP -MF src/.deps/libglog_la-demangle.Tpo -c src/demangle.cc  -fno-common -DPIC -o src/.libs/libglog_la-demangle.o
  1814. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-symbolize.lo -MD -MP -MF src/.deps/libglog_la-symbolize.Tpo -c src/symbolize.cc -o src/libglog_la-symbolize.o >/dev/null 2>&1
  1815. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-raw_logging.lo -MD -MP -MF src/.deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc -o src/libglog_la-raw_logging.o >/dev/null 2>&1
  1816. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-vlog_is_on.lo -MD -MP -MF src/.deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc -o src/libglog_la-vlog_is_on.o >/dev/null 2>&1
  1817. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-utilities.lo -MD -MP -MF src/.deps/libglog_la-utilities.Tpo -c src/utilities.cc -o src/libglog_la-utilities.o >/dev/null 2>&1
  1818. src/logging_unittest.cc:255:5: warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused-local-typedef]
  1819.    LOG_EVERY_N(ERROR, 4) << "Log every 4, iteration " << COUNTER << endl;
  1820.    ^
  1821. ./src/glog/logging.h:939:30: note: expanded from macro 'LOG_EVERY_N'
  1822.                             INVALID_REQUESTED_LOG_SEVERITY);           \
  1823.                             ^
  1824. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-signalhandler.lo -MD -MP -MF src/.deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc -o src/libglog_la-signalhandler.o >/dev/null 2>&1
  1825. mv -f src/.deps/libglog_la-symbolize.Tpo src/.deps/libglog_la-symbolize.Plo
  1826. mv -f src/.deps/libglog_la-raw_logging.Tpo src/.deps/libglog_la-raw_logging.Plo
  1827. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/demangle_unittest-demangle_unittest.o -MD -MP -MF src/.deps/demangle_unittest-demangle_unittest.Tpo -c -o src/demangle_unittest-demangle_unittest.o `test -f 'src/demangle_unittest.cc' || echo './'`src/demangle_unittest.cc
  1828. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF src/.deps/stacktrace_unittest-stacktrace_unittest.Tpo -c -o src/stacktrace_unittest-stacktrace_unittest.o `test -f 'src/stacktrace_unittest.cc' || echo './'`src/stacktrace_unittest.cc
  1829. mv -f src/.deps/libglog_la-vlog_is_on.Tpo src/.deps/libglog_la-vlog_is_on.Plo
  1830. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/symbolize_unittest-symbolize_unittest.o -MD -MP -MF src/.deps/symbolize_unittest-symbolize_unittest.Tpo -c -o src/symbolize_unittest-symbolize_unittest.o `test -f 'src/symbolize_unittest.cc' || echo './'`src/symbolize_unittest.cc
  1831. mv -f src/.deps/libglog_la-utilities.Tpo src/.deps/libglog_la-utilities.Plo
  1832. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF src/.deps/stl_logging_unittest-stl_logging_unittest.Tpo -c -o src/stl_logging_unittest-stl_logging_unittest.o `test -f 'src/stl_logging_unittest.cc' || echo './'`src/stl_logging_unittest.cc
  1833. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-demangle.lo -MD -MP -MF src/.deps/libglog_la-demangle.Tpo -c src/demangle.cc -o src/libglog_la-demangle.o >/dev/null 2>&1
  1834. mv -f src/.deps/libglog_la-signalhandler.Tpo src/.deps/libglog_la-signalhandler.Plo
  1835. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/utilities_unittest-utilities_unittest.o -MD -MP -MF src/.deps/utilities_unittest-utilities_unittest.Tpo -c -o src/utilities_unittest-utilities_unittest.o `test -f 'src/utilities_unittest.cc' || echo './'`src/utilities_unittest.cc
  1836. mv -f src/.deps/stacktrace_unittest-stacktrace_unittest.Tpo src/.deps/stacktrace_unittest-stacktrace_unittest.Po
  1837. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/logging_striptest0-logging_striptest_main.o -MD -MP -MF src/.deps/logging_striptest0-logging_striptest_main.Tpo -c -o src/logging_striptest0-logging_striptest_main.o `test -f 'src/logging_striptest_main.cc' || echo './'`src/logging_striptest_main.cc
  1838. mv -f src/.deps/symbolize_unittest-symbolize_unittest.Tpo src/.deps/symbolize_unittest-symbolize_unittest.Po
  1839. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/logging_striptest2-logging_striptest2.o -MD -MP -MF src/.deps/logging_striptest2-logging_striptest2.Tpo -c -o src/logging_striptest2-logging_striptest2.o `test -f 'src/logging_striptest2.cc' || echo './'`src/logging_striptest2.cc
  1840. libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/libglog_la-logging.lo -MD -MP -MF src/.deps/libglog_la-logging.Tpo -c src/logging.cc -o src/libglog_la-logging.o >/dev/null 2>&1
  1841. mv -f src/.deps/demangle_unittest-demangle_unittest.Tpo src/.deps/demangle_unittest-demangle_unittest.Po
  1842. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/logging_striptest10-logging_striptest10.o -MD -MP -MF src/.deps/logging_striptest10-logging_striptest10.Tpo -c -o src/logging_striptest10-logging_striptest10.o `test -f 'src/logging_striptest10.cc' || echo './'`src/logging_striptest10.cc
  1843. mv -f src/.deps/logging_striptest0-logging_striptest_main.Tpo src/.deps/logging_striptest0-logging_striptest_main.Po
  1844. clang++ -DHAVE_CONFIG_H -I. -I./src  -I./src  -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -MT src/signalhandler_unittest-signalhandler_unittest.o -MD -MP -MF src/.deps/signalhandler_unittest-signalhandler_unittest.Tpo -c -o src/signalhandler_unittest-signalhandler_unittest.o `test -f 'src/signalhandler_unittest.cc' || echo './'`src/signalhandler_unittest.cc
  1845. mv -f src/.deps/utilities_unittest-utilities_unittest.Tpo src/.deps/utilities_unittest-utilities_unittest.Po
  1846. mv -f src/.deps/logging_striptest2-logging_striptest2.Tpo src/.deps/logging_striptest2-logging_striptest2.Po
  1847. mv -f src/.deps/libglog_la-demangle.Tpo src/.deps/libglog_la-demangle.Plo
  1848. mv -f src/.deps/logging_striptest10-logging_striptest10.Tpo src/.deps/logging_striptest10-logging_striptest10.Po
  1849. mv -f src/.deps/signalhandler_unittest-signalhandler_unittest.Tpo src/.deps/signalhandler_unittest-signalhandler_unittest.Po
  1850. mv -f src/.deps/stl_logging_unittest-stl_logging_unittest.Tpo src/.deps/stl_logging_unittest-stl_logging_unittest.Po
  1851. 1 warning generated.
  1852. mv -f src/.deps/logging_unittest-logging_unittest.Tpo src/.deps/logging_unittest-logging_unittest.Po
  1853. mv -f src/.deps/libglog_la-logging.Tpo src/.deps/libglog_la-logging.Plo
  1854. /bin/sh ./libtool  --tag=CXX   --mode=link clang++    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -DNDEBUG -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++   -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o libglog.la -rpath /usr/local/lib  src/libglog_la-logging.lo src/libglog_la-raw_logging.lo src/libglog_la-vlog_is_on.lo src/libglog_la-utilities.lo src/libglog_la-demangle.lo src/libglog_la-symbolize.lo src/libglog_la-signalhandler.lo     -lpthread -lc++ -lc++abi
  1855. libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libglog.0.dylib  src/.libs/libglog_la-logging.o src/.libs/libglog_la-raw_logging.o src/.libs/libglog_la-vlog_is_on.o src/.libs/libglog_la-utilities.o src/.libs/libglog_la-demangle.o src/.libs/libglog_la-symbolize.o src/.libs/libglog_la-signalhandler.o   -lpthread -lc++ -lc++abi  -O3 -mmacosx-version-min=10.7 -arch i386 -O3 -mmacosx-version-min=10.7 -arch i386   -install_name  /usr/local/lib/libglog.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
  1856. clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
  1857. libtool: link: (cd ".libs" && rm -f "libglog.dylib" && ln -s "libglog.0.dylib" "libglog.dylib")
  1858. libtool: link: ar cru .libs/libglog.a  src/libglog_la-logging.o src/libglog_la-raw_logging.o src/libglog_la-vlog_is_on.o src/libglog_la-utilities.o src/libglog_la-demangle.o src/libglog_la-symbolize.o src/libglog_la-signalhandler.o
  1859. libtool: link: ranlib .libs/libglog.a
  1860. libtool: link: ( cd ".libs" && rm -f "libglog.la" && ln -s "../libglog.la" "libglog.la" )
  1861. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o logging_unittest  src/logging_unittest-logging_unittest.o  libglog.la       -lpthread -lc++ -lc++abi
  1862. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o demangle_unittest  src/demangle_unittest-demangle_unittest.o  libglog.la       -lpthread -lc++ -lc++abi
  1863. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o stacktrace_unittest  src/stacktrace_unittest-stacktrace_unittest.o  libglog.la    -lpthread -lc++ -lc++abi
  1864. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o symbolize_unittest  src/symbolize_unittest-symbolize_unittest.o  libglog.la       -lpthread -lc++ -lc++abi
  1865. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o stl_logging_unittest  src/stl_logging_unittest-stl_logging_unittest.o  libglog.la       -lpthread -lc++ -lc++abi
  1866. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o utilities_unittest  src/utilities_unittest-utilities_unittest.o  libglog.la       -lpthread -lc++ -lc++abi
  1867. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o logging_striptest0  src/logging_striptest0-logging_striptest_main.o  libglog.la    -lpthread -lc++ -lc++abi
  1868. /bin/sh ./libtool  --tag=CXX   --mode=link clang++ -D_THREAD_SAFE      -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare    -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE  -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o logging_striptest2  src/logging_striptest2-logging_striptest2.o  libglog.la    -lpthread -lc++ -lc++abi
  1869. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/stacktrace_unittest src/stacktrace_unittest-stacktrace_unittest.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1870. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/stl_logging_unittest src/stl_logging_unittest-stl_logging_unittest.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1871. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/demangle_unittest src/demangle_unittest-demangle_unittest.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1872. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/logging_unittest src/logging_unittest-logging_unittest.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1873. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/utilities_unittest src/utilities_unittest-utilities_unittest.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1874. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/logging_striptest0 src/logging_striptest0-logging_striptest_main.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1875. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/symbolize_unittest src/symbolize_unittest-symbolize_unittest.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1876. Undefined symbols for architecture i386:
  1877.  "google::GetStackTrace(void**, unsigned long, int)", referenced from:
  1878.      CheckStackTraceLeaf() in stacktrace_unittest-stacktrace_unittest.o
  1879. ld: symbol(s) not found for architecture i386
  1880. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1881. libtool: link: clang++ -D_THREAD_SAFE -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -D_THREAD_SAFE -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++ -o .libs/logging_striptest2 src/logging_striptest2-logging_striptest2.o -Wl,-bind_at_load  ./.libs/libglog.dylib -lpthread -lc++ -lc++abi
  1882. make: *** [stacktrace_unittest] Error 1
  1883. make: *** Waiting for unfinished jobs....
  1884. ~/Desktop/KSPMods/Principia/deps
  1885. Cloning into 'googlemock'...
  1886. remote: Counting objects: 2337, done.
  1887. remote: Total 2337 (delta 0), reused 0 (delta 0), pack-reused 2337
  1888. Receiving objects: 100% (2337/2337), 791.25 KiB | 0 bytes/s, done.
  1889. Resolving deltas: 100% (1750/1750), done.
  1890. Cloning into 'googletest'...
  1891. remote: Counting objects: 7627, done.
  1892. remote: Total 7627 (delta 0), reused 0 (delta 0), pack-reused 7627
  1893. Receiving objects: 100% (7627/7627), 2.59 MiB | 0 bytes/s, done.
  1894. Resolving deltas: 100% (5657/5657), done.
  1895. Cloning into 'eggsperimental_filesystem'...
  1896. remote: Counting objects: 21, done.
  1897. remote: Total 21 (delta 0), reused 0 (delta 0), pack-reused 21
  1898. Unpacking objects: 100% (21/21), done.
  1899. Cloning into 'Optional'...
  1900. remote: Counting objects: 315, done.
  1901. remote: Total 315 (delta 0), reused 0 (delta 0), pack-reused 315
  1902. Receiving objects: 100% (315/315), 109.53 KiB | 0 bytes/s, done.
  1903. Resolving deltas: 100% (191/191), done.
  1904. Cloning into 'benchmark'...
  1905. remote: Counting objects: 3475, done.
  1906. remote: Total 3475 (delta 0), reused 0 (delta 0), pack-reused 3475
  1907. Receiving objects: 100% (3475/3475), 889.96 KiB | 0 bytes/s, done.
  1908. Resolving deltas: 100% (2256/2256), done.
  1909. ~/Desktop/KSPMods/Principia/deps/benchmark ~/Desktop/KSPMods/Principia/deps
  1910. -- The C compiler identification is AppleClang 8.1.0.8020041
  1911. -- The CXX compiler identification is AppleClang 8.1.0.8020041
  1912. -- Check for working C compiler: /usr/bin/clang
  1913. -- Check for working C compiler: /usr/bin/clang -- works
  1914. -- Detecting C compiler ABI info
  1915. -- Detecting C compiler ABI info - done
  1916. -- Detecting C compile features
  1917. -- Detecting C compile features - done
  1918. -- Check for working CXX compiler: /usr/bin/clang++
  1919. -- Check for working CXX compiler: /usr/bin/clang++ -- works
  1920. -- Detecting CXX compiler ABI info
  1921. -- Detecting CXX compiler ABI info - done
  1922. -- Detecting CXX compile features
  1923. -- Detecting CXX compile features - done
  1924. -- Found Git: /usr/bin/git (found version "2.11.0 (Apple Git-81)")
  1925. -- git Version: v0.0.0
  1926. -- Version: 0.0.0
  1927. -- Performing Test HAVE_CXX_FLAG_STD_CXX11
  1928. -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
  1929. -- Performing Test HAVE_CXX_FLAG_WALL
  1930. -- Performing Test HAVE_CXX_FLAG_WALL - Success
  1931. -- Performing Test HAVE_CXX_FLAG_WEXTRA
  1932. -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
  1933. -- Performing Test HAVE_CXX_FLAG_WSHADOW
  1934. -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
  1935. -- Performing Test HAVE_CXX_FLAG_WERROR
  1936. -- Performing Test HAVE_CXX_FLAG_WERROR - Success
  1937. -- Performing Test HAVE_CXX_FLAG_PEDANTIC
  1938. -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
  1939. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
  1940. -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
  1941. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
  1942. -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
  1943. -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
  1944. -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
  1945. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
  1946. -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
  1947. -- Performing Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT
  1948. -- Performing Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT - Failed
  1949. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
  1950. -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
  1951. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
  1952. -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
  1953. -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
  1954. -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile
  1955. -- Performing Test HAVE_CXX_FLAG_COVERAGE
  1956. -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
  1957. -- Performing Test HAVE_STD_REGEX
  1958. -- Performing Test HAVE_STD_REGEX -- success
  1959. -- Performing Test HAVE_GNU_POSIX_REGEX
  1960. -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
  1961. -- Performing Test HAVE_POSIX_REGEX
  1962. -- Performing Test HAVE_POSIX_REGEX -- success
  1963. -- Performing Test HAVE_STEADY_CLOCK
  1964. -- Performing Test HAVE_STEADY_CLOCK -- success
  1965. -- Looking for pthread.h
  1966. -- Looking for pthread.h - found
  1967. -- Looking for pthread_create
  1968. -- Looking for pthread_create - found
  1969. -- Found Threads: TRUE
  1970. -- Performing Test BENCHMARK_HAS_CXX03_FLAG
  1971. -- Performing Test BENCHMARK_HAS_CXX03_FLAG - Success
  1972. -- Configuring done
  1973. -- Generating done
  1974. CMake Warning:
  1975.  Manually-specified variables were not used by the project:
  1976.  
  1977.    CMAKE_LD_FLAGS
  1978.  
  1979.  
  1980. -- Build files have been written to: /Users/rcaskey/Desktop/KSPMods/Principia/deps/benchmark
  1981. Scanning dependencies of target output_test_helper
  1982. Scanning dependencies of target benchmark
  1983. [  2%] Building CXX object test/CMakeFiles/output_test_helper.dir/output_test_helper.cc.o
  1984. [  9%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark.cc.o
  1985. [ 13%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
  1986. [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/colorprint.cc.o
  1987. [ 13%] Building CXX object src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
  1988. [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/console_reporter.cc.o
  1989. [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
  1990. [ 18%] Building CXX object src/CMakeFiles/benchmark.dir/complexity.cc.o
  1991. [ 20%] Building CXX object src/CMakeFiles/benchmark.dir/json_reporter.cc.o
  1992. [ 22%] Building CXX object src/CMakeFiles/benchmark.dir/reporter.cc.o
  1993. [ 25%] Building CXX object src/CMakeFiles/benchmark.dir/sleep.cc.o
  1994. [ 27%] Building CXX object src/CMakeFiles/benchmark.dir/string_util.cc.o
  1995. [ 29%] Building CXX object src/CMakeFiles/benchmark.dir/sysinfo.cc.o
  1996. [ 31%] Building CXX object src/CMakeFiles/benchmark.dir/timers.cc.o
  1997. [ 34%] Linking CXX static library libbenchmark.a
  1998. [ 36%] Linking CXX static library liboutput_test_helper.a
  1999. [ 36%] Built target benchmark
  2000. [ 36%] Built target output_test_helper
  2001. Scanning dependencies of target cxx03_test
  2002. Scanning dependencies of target donotoptimize_test
  2003. Scanning dependencies of target fixture_test
  2004. Scanning dependencies of target map_test
  2005. Scanning dependencies of target register_benchmark_test
  2006. Scanning dependencies of target skip_with_error_test
  2007. Scanning dependencies of target multiple_ranges_test
  2008. [ 40%] Building CXX object test/CMakeFiles/donotoptimize_test.dir/donotoptimize_test.cc.o
  2009. [ 40%] Building CXX object test/CMakeFiles/fixture_test.dir/fixture_test.cc.o
  2010. Scanning dependencies of target filter_test
  2011. [ 45%] Building CXX object test/CMakeFiles/register_benchmark_test.dir/register_benchmark_test.cc.o
  2012. [ 45%] Building CXX object test/CMakeFiles/map_test.dir/map_test.cc.o
  2013. [ 47%] Building CXX object test/CMakeFiles/skip_with_error_test.dir/skip_with_error_test.cc.o
  2014. [ 50%] Building CXX object test/CMakeFiles/multiple_ranges_test.dir/multiple_ranges_test.cc.o
  2015. [ 52%] Building CXX object test/CMakeFiles/cxx03_test.dir/cxx03_test.cc.o
  2016. [ 54%] Building CXX object test/CMakeFiles/filter_test.dir/filter_test.cc.o
  2017. [ 56%] Linking CXX executable donotoptimize_test
  2018. [ 56%] Built target donotoptimize_test
  2019. [ 59%] Linking CXX executable fixture_test
  2020. Scanning dependencies of target basic_test
  2021. [ 61%] Building CXX object test/CMakeFiles/basic_test.dir/basic_test.cc.o
  2022. [ 63%] Linking CXX executable cxx03_test
  2023. [ 63%] Built target fixture_test
  2024. Scanning dependencies of target options_test
  2025. [ 63%] Built target cxx03_test
  2026. [ 65%] Building CXX object test/CMakeFiles/options_test.dir/options_test.cc.o
  2027. Scanning dependencies of target benchmark_test
  2028. [ 68%] Building CXX object test/CMakeFiles/benchmark_test.dir/benchmark_test.cc.o
  2029. [ 70%] Linking CXX executable map_test
  2030. [ 70%] Built target map_test
  2031. Scanning dependencies of target diagnostics_test
  2032. [ 72%] Building CXX object test/CMakeFiles/diagnostics_test.dir/diagnostics_test.cc.o
  2033. [ 75%] Linking CXX executable basic_test
  2034. [ 75%] Built target basic_test
  2035. Scanning dependencies of target reporter_output_test
  2036. [ 77%] Linking CXX executable multiple_ranges_test
  2037. [ 79%] Linking CXX executable filter_test
  2038. [ 81%] Building CXX object test/CMakeFiles/reporter_output_test.dir/reporter_output_test.cc.o
  2039. [ 81%] Built target filter_test
  2040. Scanning dependencies of target complexity_test
  2041. [ 84%] Building CXX object test/CMakeFiles/complexity_test.dir/complexity_test.cc.o
  2042. [ 86%] Linking CXX executable options_test
  2043. [ 86%] Built target options_test
  2044. [ 86%] Built target multiple_ranges_test
  2045. [ 88%] Linking CXX executable register_benchmark_test
  2046. [ 90%] Linking CXX executable skip_with_error_test
  2047. [ 93%] Linking CXX executable diagnostics_test
  2048. [ 93%] Built target skip_with_error_test
  2049. [ 93%] Built target register_benchmark_test
  2050. [ 93%] Built target diagnostics_test
  2051. [ 95%] Linking CXX executable benchmark_test
  2052. [ 95%] Built target benchmark_test
  2053. [ 97%] Linking CXX executable complexity_test
  2054. [ 97%] Built target complexity_test
  2055. [100%] Linking CXX executable reporter_output_test
  2056. [100%] Built target reporter_output_test
  2057. ~/Desktop/KSPMods/Principia/deps
  2058. rcaskey:~/Desktop/KSPMods/Principia rcaskey$ make
  2059. Makefile:120: build/base/bundle.d: No such file or directory
  2060. Makefile:120: build/base/status.d: No such file or directory
  2061. Makefile:120: build/journal/player.d: No such file or directory
  2062. Makefile:120: build/journal/profiles.d: No such file or directory
  2063. Makefile:120: build/journal/recorder.d: No such file or directory
  2064. Makefile:120: build/ksp_plugin/burn.d: No such file or directory
  2065. Makefile:120: build/ksp_plugin/flight_plan.d: No such file or directory
  2066. Makefile:120: build/ksp_plugin/identification.d: No such file or directory
  2067. Makefile:120: build/ksp_plugin/interface.d: No such file or directory
  2068. Makefile:120: build/ksp_plugin/interface_flight_plan.d: No such file or directory
  2069. Makefile:120: build/ksp_plugin/interface_iterator.d: No such file or directory
  2070. Makefile:120: build/ksp_plugin/interface_vessel.d: No such file or directory
  2071. Makefile:120: build/ksp_plugin/part.d: No such file or directory
  2072. Makefile:120: build/ksp_plugin/part_subsets.d: No such file or directory
  2073. Makefile:120: build/ksp_plugin/pile_up.d: No such file or directory
  2074. Makefile:120: build/ksp_plugin/plugin.d: No such file or directory
  2075. Makefile:120: build/ksp_plugin/vessel.d: No such file or directory
  2076. Makefile:120: build/mathematica/integrator_plots.d: No such file or directory
  2077. Makefile:120: build/mathematica/main.d: No such file or directory
  2078. Makefile:120: build/mathematica/retrobop_dynamical_stability.d: No such file or directory
  2079. Makefile:120: build/tools/generate_configuration.d: No such file or directory
  2080. Makefile:120: build/tools/generate_profiles.d: No such file or directory
  2081. Makefile:120: build/tools/journal_proto_processor.d: No such file or directory
  2082. Makefile:120: build/tools/main.d: No such file or directory
  2083. Makefile:121: build/astronomy/date_time_test.d: No such file or directory
  2084. Makefile:121: build/astronomy/lunar_eclipse_test.d: No such file or directory
  2085. Makefile:121: build/astronomy/mercury_perihelion_test.d: No such file or directory
  2086. Makefile:121: build/astronomy/solar_system_dynamics_test.d: No such file or directory
  2087. Makefile:121: build/astronomy/time_scales_test.d: No such file or directory
  2088. Makefile:121: build/base/bundle_test.d: No such file or directory
  2089. Makefile:121: build/base/disjoint_sets_test.d: No such file or directory
  2090. Makefile:121: build/base/hexadecimal_test.d: No such file or directory
  2091. Makefile:121: build/base/not_null_test.d: No such file or directory
  2092. Makefile:121: build/base/pull_serializer_test.d: No such file or directory
  2093. Makefile:121: build/base/push_deserializer_test.d: No such file or directory
  2094. Makefile:121: build/base/status_or_test.d: No such file or directory
  2095. Makefile:121: build/base/status_test.d: No such file or directory
  2096. Makefile:121: build/geometry/affine_map_test.d: No such file or directory
  2097. Makefile:121: build/geometry/barycentre_calculator_test.d: No such file or directory
  2098. Makefile:121: build/geometry/frame_test.d: No such file or directory
  2099. Makefile:121: build/geometry/grassmann_test.d: No such file or directory
  2100. Makefile:121: build/geometry/identity_test.d: No such file or directory
  2101. Makefile:121: build/geometry/orthogonal_map_test.d: No such file or directory
  2102. Makefile:121: build/geometry/pair_test.d: No such file or directory
  2103. Makefile:121: build/geometry/permutation_test.d: No such file or directory
  2104. Makefile:121: build/geometry/point_test.d: No such file or directory
  2105. Makefile:121: build/geometry/quaternion_test.d: No such file or directory
  2106. Makefile:121: build/geometry/r3_element_test.d: No such file or directory
  2107. Makefile:121: build/geometry/r3x3_matrix_test.d: No such file or directory
  2108. Makefile:121: build/geometry/rotation_test.d: No such file or directory
  2109. Makefile:121: build/geometry/sign_test.d: No such file or directory
  2110. Makefile:121: build/integrators/embedded_explicit_runge_kutta_nyström_integrator_test.d: No such file or directory
  2111. Makefile:121: build/integrators/symmetric_linear_multistep_integrator_test.d: No such file or directory
  2112. Makefile:121: build/integrators/symplectic_runge_kutta_nyström_integrator_test.d: No such file or directory
  2113. Makefile:121: build/journal/player_test.d: No such file or directory
  2114. Makefile:121: build/journal/recorder_test.d: No such file or directory
  2115. Makefile:121: build/ksp_plugin_test/celestial_test.d: No such file or directory
  2116. Makefile:121: build/ksp_plugin_test/flight_plan_test.d: No such file or directory
  2117. Makefile:121: build/ksp_plugin_test/interface_test.d: No such file or directory
  2118. Makefile:121: build/ksp_plugin_test/manœuvre_test.d: No such file or directory
  2119. Makefile:121: build/ksp_plugin_test/part_test.d: No such file or directory
  2120. Makefile:121: build/ksp_plugin_test/pile_up_test.d: No such file or directory
  2121. Makefile:121: build/ksp_plugin_test/plugin_compatibility_test.d: No such file or directory
  2122. Makefile:121: build/ksp_plugin_test/plugin_integration_test.d: No such file or directory
  2123. Makefile:121: build/ksp_plugin_test/plugin_test.d: No such file or directory
  2124. Makefile:121: build/ksp_plugin_test/vessel_test.d: No such file or directory
  2125. Makefile:121: build/numerics/double_precision_test.d: No such file or directory
  2126. Makefile:121: build/numerics/fixed_arrays_test.d: No such file or directory
  2127. Makefile:121: build/numerics/hermite3_test.d: No such file or directory
  2128. Makefile:121: build/numerics/root_finders_test.d: No such file or directory
  2129. Makefile:121: build/numerics/чебышёв_series_test.d: No such file or directory
  2130. Makefile:121: build/physics/barycentric_rotating_dynamic_frame_test.d: No such file or directory
  2131. Makefile:121: build/physics/body_centred_body_direction_dynamic_frame_test.d: No such file or directory
  2132. Makefile:121: build/physics/body_centred_non_rotating_dynamic_frame_test.d: No such file or directory
  2133. Makefile:121: build/physics/body_surface_dynamic_frame_test.d: No such file or directory
  2134. Makefile:121: build/physics/body_surface_frame_field_test.d: No such file or directory
  2135. Makefile:121: build/physics/body_test.d: No such file or directory
  2136. Makefile:121: build/physics/continuous_trajectory_test.d: No such file or directory
  2137. Makefile:121: build/physics/degrees_of_freedom_test.d: No such file or directory
  2138. Makefile:121: build/physics/discrete_trajectory_test.d: No such file or directory
  2139. Makefile:121: build/physics/dynamic_frame_test.d: No such file or directory
  2140. Makefile:121: build/physics/ephemeris_test.d: No such file or directory
  2141. Makefile:121: build/physics/forkable_test.d: No such file or directory
  2142. Makefile:121: build/physics/hierarchical_system_test.d: No such file or directory
  2143. Makefile:121: build/physics/jacobi_coordinates_test.d: No such file or directory
  2144. Makefile:121: build/physics/kepler_orbit_test.d: No such file or directory
  2145. Makefile:121: build/physics/ksp_system_test.d: No such file or directory
  2146. Makefile:121: build/physics/resonance_test.d: No such file or directory
  2147. Makefile:121: build/physics/rigid_motion_test.d: No such file or directory
  2148. Makefile:121: build/physics/solar_system_test.d: No such file or directory
  2149. Makefile:121: build/quantities/parser_test.d: No such file or directory
  2150. Makefile:121: build/quantities/quantities_test.d: No such file or directory
  2151. Makefile:121: build/testing_utilities/algebra_test.d: No such file or directory
  2152. Makefile:121: build/testing_utilities/almost_equals_test.d: No such file or directory
  2153. Makefile:121: build/testing_utilities/componentwise_test.d: No such file or directory
  2154. Makefile:121: build/testing_utilities/numerics_test.d: No such file or directory
  2155. Makefile:121: build/testing_utilities/solar_system_factory_test.d: No such file or directory
  2156. Makefile:121: build/testing_utilities/statistics_test.d: No such file or directory
  2157. Makefile:121: build/testing_utilities/vanishes_before_test.d: No such file or directory
  2158. Makefile:121: build/ksp_plugin_test/mock_flight_plan.d: No such file or directory
  2159. Makefile:121: build/ksp_plugin_test/mock_plugin.d: No such file or directory
  2160. deps//protobuf/src/protoc -I deps//protobuf/src/ -I . serialization/astronomy.proto serialization/geometry.proto serialization/integrators.proto serialization/journal.proto serialization/ksp_plugin.proto serialization/numerics.proto serialization/physics.proto serialization/quantities.proto --cpp_out=.
  2161. ./generate_version_header.sh
  2162. usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
  2163.            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
  2164. Updating base/version.generated.h
  2165. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ tools/generate_configuration.cpp -o obj/tools/generate_configuration.o
  2166. In file included from tools/generate_configuration.cpp:13:
  2167. In file included from ./physics/solar_system.hpp:9:
  2168. In file included from ./integrators/ordinary_differential_equations.hpp:308:
  2169. In file included from ./integrators/ordinary_differential_equations_body.hpp:9:
  2170. In file included from ./integrators/embedded_explicit_runge_kutta_nyström_integrator.hpp:145:
  2171. ./integrators/embedded_explicit_runge_kutta_nyström_integrator_body.hpp:312:15: warning: unused variable 'extension' [-Wunused-variable]
  2172.  auto* const extension =
  2173.              ^
  2174. In file included from tools/generate_configuration.cpp:13:
  2175. In file included from ./physics/solar_system.hpp:9:
  2176. In file included from ./integrators/ordinary_differential_equations.hpp:308:
  2177. In file included from ./integrators/ordinary_differential_equations_body.hpp:10:
  2178. In file included from ./integrators/symmetric_linear_multistep_integrator.hpp:175:
  2179. In file included from ./integrators/symmetric_linear_multistep_integrator_body.hpp:11:
  2180. In file included from ./integrators/symplectic_runge_kutta_nyström_integrator.hpp:227:
  2181. ./integrators/symplectic_runge_kutta_nyström_integrator_body.hpp:167:15: warning: unused variable 'extension' [-Wunused-variable]
  2182.  auto* const extension =
  2183.              ^
  2184. In file included from tools/generate_configuration.cpp:13:
  2185. In file included from ./physics/solar_system.hpp:9:
  2186. In file included from ./integrators/ordinary_differential_equations.hpp:308:
  2187. In file included from ./integrators/ordinary_differential_equations_body.hpp:10:
  2188. In file included from ./integrators/symmetric_linear_multistep_integrator.hpp:175:
  2189. ./integrators/symmetric_linear_multistep_integrator_body.hpp:115:18: warning: unused variable 'ɑk' [-Wunused-variable]
  2190.    double const É‘k = É‘[0];
  2191.                 ^
  2192. In file included from tools/generate_configuration.cpp:13:
  2193. In file included from ./physics/solar_system.hpp:12:
  2194. In file included from ./physics/ephemeris.hpp:18:
  2195. In file included from ./physics/massive_body.hpp:6:
  2196. In file included from ./physics/body.hpp:59:
  2197. In file included from ./physics/body_body.hpp:7:
  2198. In file included from ./physics/massive_body.hpp:92:
  2199. ./physics/massive_body_body.hpp:129:17: warning: 6 enumeration values not handled in switch: 'Frame_PluginTag_CELESTIAL_SPHERE', 'Frame_PluginTag_BODY_WORLD', 'Frame_PluginTag_NAVBALL'... [-Wswitch]
  2200.        switch (static_cast<Tag>(enum_value_descriptor->number())) {
  2201.                ^
  2202. In file included from tools/generate_configuration.cpp:13:
  2203. In file included from ./physics/solar_system.hpp:12:
  2204. In file included from ./physics/ephemeris.hpp:20:
  2205. In file included from ./serialization/ksp_plugin.pb.h:30:
  2206. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2207. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2208. deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  2209.        GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
  2210.        ^                                                                   ~~~~~~~~~~~
  2211. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2212.  __builtin_offsetof(TYPE, FIELD)                             \
  2213.  ^                        ~~~~~
  2214. In file included from tools/generate_configuration.cpp:13:
  2215. In file included from ./physics/solar_system.hpp:12:
  2216. In file included from ./physics/ephemeris.hpp:20:
  2217. In file included from ./serialization/ksp_plugin.pb.h:30:
  2218. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2219. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2220. deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2221.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
  2222.    ^                                                                   ~~~~~
  2223. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2224.  __builtin_offsetof(TYPE, FIELD)                             \
  2225.  ^                        ~~~~~
  2226. In file included from tools/generate_configuration.cpp:13:
  2227. In file included from ./physics/solar_system.hpp:12:
  2228. In file included from ./physics/ephemeris.hpp:20:
  2229. In file included from ./serialization/ksp_plugin.pb.h:30:
  2230. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2231. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2232. deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2233.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
  2234.    ^                                                                   ~~~~~~~
  2235. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2236.  __builtin_offsetof(TYPE, FIELD)                             \
  2237.  ^                        ~~~~~
  2238. In file included from tools/generate_configuration.cpp:13:
  2239. In file included from ./physics/solar_system.hpp:9:
  2240. In file included from ./integrators/ordinary_differential_equations.hpp:308:
  2241. In file included from ./integrators/ordinary_differential_equations_body.hpp:10:
  2242. In file included from ./integrators/symmetric_linear_multistep_integrator.hpp:175:
  2243. ./integrators/symmetric_linear_multistep_integrator_body.hpp:30:9: warning: unused type alias 'DoublePositions' [-Wunused-local-typedef]
  2244.  using DoublePositions = std::vector<DoublePosition>;
  2245.        ^
  2246. 8 warnings generated.
  2247. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ tools/generate_profiles.cpp -o obj/tools/generate_profiles.o
  2248. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ tools/journal_proto_processor.cpp -o obj/tools/journal_proto_processor.o
  2249. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ tools/main.cpp -o obj/tools/main.o
  2250. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/astronomy.pb.cc -o obj/serialization/astronomy.pb.o
  2251. serialization/astronomy.pb.cc:144:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2252.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SolarSystemFile, _oneof_case_[0]),
  2253.      ^                                                                           ~~~
  2254. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2255.  __builtin_offsetof(TYPE, FIELD)                             \
  2256.  ^                        ~~~~~
  2257. 1 warning generated.
  2258. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/geometry.pb.cc -o obj/serialization/geometry.pb.o
  2259. serialization/geometry.pb.cc:156:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2260.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Pair_Element, _oneof_case_[0]),
  2261.      ^                                                                        ~~~
  2262. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2263.  __builtin_offsetof(TYPE, FIELD)                             \
  2264.  ^                        ~~~~~
  2265. serialization/geometry.pb.cc:174:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2266.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Point, _oneof_case_[0]),
  2267.      ^                                                                 ~~~
  2268. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2269.  __builtin_offsetof(TYPE, FIELD)                             \
  2270.  ^                        ~~~~~
  2271. serialization/geometry.pb.cc:194:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2272.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Multivector, _oneof_case_[0]),
  2273.      ^                                                                       ~~~
  2274. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2275.  __builtin_offsetof(TYPE, FIELD)                             \
  2276.  ^                        ~~~~~
  2277. serialization/geometry.pb.cc:243:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2278.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(R3Element_Coordinate, _oneof_case_[0]),
  2279.      ^                                                                                ~~~
  2280. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2281.  __builtin_offsetof(TYPE, FIELD)                             \
  2282.  ^                        ~~~~~
  2283. 4 warnings generated.
  2284. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/integrators.pb.cc -o obj/serialization/integrators.pb.o
  2285. serialization/integrators.pb.cc:242:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2286.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SymmetricLinearMultistepIntegratorInstance_Step_Acceleration, _oneof_case_[0]),
  2287.      ^                                                                                                                        ~~~
  2288. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2289.  __builtin_offsetof(TYPE, FIELD)                             \
  2290.  ^                        ~~~~~
  2291. 1 warning generated.
  2292. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/journal.pb.cc -o obj/serialization/journal.pb.o
  2293. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/ksp_plugin.pb.cc -o obj/serialization/ksp_plugin.pb.o
  2294. In file included from serialization/ksp_plugin.pb.cc:5:
  2295. In file included from ./serialization/ksp_plugin.pb.h:30:
  2296. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2297. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2298. deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  2299.        GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
  2300.        ^                                                                   ~~~~~~~~~~~
  2301. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2302.  __builtin_offsetof(TYPE, FIELD)                             \
  2303.  ^                        ~~~~~
  2304. In file included from serialization/ksp_plugin.pb.cc:5:
  2305. In file included from ./serialization/ksp_plugin.pb.h:30:
  2306. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2307. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2308. deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2309.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
  2310.    ^                                                                   ~~~~~
  2311. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2312.  __builtin_offsetof(TYPE, FIELD)                             \
  2313.  ^                        ~~~~~
  2314. In file included from serialization/ksp_plugin.pb.cc:5:
  2315. In file included from ./serialization/ksp_plugin.pb.h:30:
  2316. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2317. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2318. deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2319.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
  2320.    ^                                                                   ~~~~~~~
  2321. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2322.  __builtin_offsetof(TYPE, FIELD)                             \
  2323.  ^                        ~~~~~
  2324. In file included from serialization/ksp_plugin.pb.cc:5:
  2325. In file included from ./serialization/ksp_plugin.pb.h:30:
  2326. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2327. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2328. deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  2329.        GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
  2330.        ^                                                                   ~~~~~~~~~~~
  2331. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2332.  __builtin_offsetof(TYPE, FIELD)                             \
  2333.  ^                        ~~~~~
  2334. serialization/ksp_plugin.pb.cc:277:17: note: in instantiation of member function 'google::protobuf::internal::MapEntry<unsigned int, principia::serialization::Pair, google::protobuf::internal::WireFormatLite::FieldType::TYPE_FIXED32,
  2335.       google::protobuf::internal::WireFormatLite::FieldType::TYPE_MESSAGE, 0>::CreateDefaultInstance' requested here
  2336.            0>::CreateDefaultInstance(
  2337.                ^
  2338. In file included from serialization/ksp_plugin.pb.cc:5:
  2339. In file included from ./serialization/ksp_plugin.pb.h:30:
  2340. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2341. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2342. deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2343.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
  2344.    ^                                                                   ~~~~~
  2345. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2346.  __builtin_offsetof(TYPE, FIELD)                             \
  2347.  ^                        ~~~~~
  2348. deps/protobuf/src/google/protobuf/map_entry.h:248:28: note: in instantiation of static data member 'google::protobuf::internal::MapEntry<unsigned int, principia::serialization::Pair, google::protobuf::internal::WireFormatLite::FieldType::TYPE_FIXED32,
  2349.       google::protobuf::internal::WireFormatLite::FieldType::TYPE_MESSAGE, 0>::offsets_' requested here
  2350.        descriptor, entry, offsets_,
  2351.                           ^
  2352. serialization/ksp_plugin.pb.cc:277:17: note: in instantiation of member function 'google::protobuf::internal::MapEntry<unsigned int, principia::serialization::Pair, google::protobuf::internal::WireFormatLite::FieldType::TYPE_FIXED32,
  2353.       google::protobuf::internal::WireFormatLite::FieldType::TYPE_MESSAGE, 0>::CreateDefaultInstance' requested here
  2354.            0>::CreateDefaultInstance(
  2355.                ^
  2356. In file included from serialization/ksp_plugin.pb.cc:5:
  2357. In file included from ./serialization/ksp_plugin.pb.h:30:
  2358. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2359. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2360. deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2361.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
  2362.    ^                                                                   ~~~~~~~
  2363. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2364.  __builtin_offsetof(TYPE, FIELD)                             \
  2365.  ^                        ~~~~~
  2366. In file included from serialization/ksp_plugin.pb.cc:5:
  2367. In file included from ./serialization/ksp_plugin.pb.h:30:
  2368. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2369. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2370. deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
  2371.        GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
  2372.        ^                                                                   ~~~~~~~~~~~
  2373. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2374.  __builtin_offsetof(TYPE, FIELD)                             \
  2375.  ^                        ~~~~~
  2376. serialization/ksp_plugin.pb.cc:301:17: note: in instantiation of member function 'google::protobuf::internal::MapEntry<unsigned int, std::__1::basic_string<char>, google::protobuf::internal::WireFormatLite::FieldType::TYPE_FIXED32,
  2377.       google::protobuf::internal::WireFormatLite::FieldType::TYPE_STRING, 0>::CreateDefaultInstance' requested here
  2378.            0>::CreateDefaultInstance(
  2379.                ^
  2380. In file included from serialization/ksp_plugin.pb.cc:5:
  2381. In file included from ./serialization/ksp_plugin.pb.h:30:
  2382. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2383. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2384. deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2385.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
  2386.    ^                                                                   ~~~~~
  2387. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2388.  __builtin_offsetof(TYPE, FIELD)                             \
  2389.  ^                        ~~~~~
  2390. deps/protobuf/src/google/protobuf/map_entry.h:248:28: note: in instantiation of static data member 'google::protobuf::internal::MapEntry<unsigned int, std::__1::basic_string<char>, google::protobuf::internal::WireFormatLite::FieldType::TYPE_FIXED32,
  2391.       google::protobuf::internal::WireFormatLite::FieldType::TYPE_STRING, 0>::offsets_' requested here
  2392.        descriptor, entry, offsets_,
  2393.                           ^
  2394. serialization/ksp_plugin.pb.cc:301:17: note: in instantiation of member function 'google::protobuf::internal::MapEntry<unsigned int, std::__1::basic_string<char>, google::protobuf::internal::WireFormatLite::FieldType::TYPE_FIXED32,
  2395.       google::protobuf::internal::WireFormatLite::FieldType::TYPE_STRING, 0>::CreateDefaultInstance' requested here
  2396.            0>::CreateDefaultInstance(
  2397.                ^
  2398. In file included from serialization/ksp_plugin.pb.cc:5:
  2399. In file included from ./serialization/ksp_plugin.pb.h:30:
  2400. In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
  2401. In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
  2402. deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
  2403.    GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
  2404.    ^                                                                   ~~~~~~~
  2405. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2406.  __builtin_offsetof(TYPE, FIELD)                             \
  2407.  ^                        ~~~~~
  2408. 9 warnings generated.
  2409. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/numerics.pb.cc -o obj/serialization/numerics.pb.o
  2410. serialization/numerics.pb.cc:99:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2411.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ChebyshevSeries_Coefficient, _oneof_case_[0]),
  2412.      ^                                                                                       ~~~
  2413. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2414.  __builtin_offsetof(TYPE, FIELD)                             \
  2415.  ^                        ~~~~~
  2416. serialization/numerics.pb.cc:133:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2417.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoublePrecision_Error, _oneof_case_[0]),
  2418.      ^                                                                                 ~~~
  2419. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2420.  __builtin_offsetof(TYPE, FIELD)                             \
  2421.  ^                        ~~~~~
  2422. serialization/numerics.pb.cc:153:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2423.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoublePrecision_Value, _oneof_case_[0]),
  2424.      ^                                                                                 ~~~
  2425. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2426.  __builtin_offsetof(TYPE, FIELD)                             \
  2427.  ^                        ~~~~~
  2428. 3 warnings generated.
  2429. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/physics.pb.cc -o obj/serialization/physics.pb.o
  2430. serialization/physics.pb.cc:127:7: warning: using extended field designator is an extension [-Wextended-offsetof]
  2431.      GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Body, _oneof_case_[0]),
  2432.      ^                                                                ~~~
  2433. deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
  2434.  __builtin_offsetof(TYPE, FIELD)                             \
  2435.  ^                        ~~~~~
  2436. 1 warning generated.
  2437. clang++ -c -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional -Ideps/eggsperimental_filesystem/ serialization/quantities.pb.cc -o obj/serialization/quantities.pb.o
  2438. clang++ -std=c++14 -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DNDEBUG -mmacosx-version-min=10.7 -arch i386 obj/tools/generate_configuration.o obj/tools/generate_profiles.o obj/tools/journal_proto_processor.o obj/tools/main.o obj/serialization/astronomy.pb.o obj/serialization/geometry.pb.o obj/serialization/integrators.pb.o obj/serialization/journal.pb.o obj/serialization/ksp_plugin.pb.o obj/serialization/numerics.pb.o obj/serialization/physics.pb.o obj/serialization/quantities.pb.o deps//protobuf/src/.libs/libprotobuf.a deps//glog/.libs/libglog.a -lpthread -lc++ -lc++abi  -o bin/tools
  2439. Undefined symbols for architecture i386:
  2440.  "google::GetStackTrace(void**, unsigned long, int)", referenced from:
  2441.      google::LogMessage::SendToLog() in libglog.a(libglog_la-logging.o)
  2442.      google::LogMessage::RecordCrashReason(google::glog_internal_namespace_::CrashReason*) in libglog.a(libglog_la-logging.o)
  2443.      google::RawLog__(int, char const*, int, char const*, ...) in libglog.a(libglog_la-raw_logging.o)
  2444.      google::glog_internal_namespace_::DumpStackTraceToString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libglog.a(libglog_la-utilities.o)
  2445.      google::DumpStackTraceAndExit() in libglog.a(libglog_la-utilities.o)
  2446.      google::(anonymous namespace)::FailureSignalHandler(int, __siginfo*, void*) in libglog.a(libglog_la-signalhandler.o)
  2447. ld: symbol(s) not found for architecture i386
  2448. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2449. make: *** [bin/tools] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement