Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rcaskey:~/Desktop/KSPMods/Principia rcaskey$ ./install_deps.sh
- Required prerequisites for build: build-essential clang libc++-dev libc++abi-dev monodevelop subversion git
- Required runtime dependencies: libc++1
- Cloning into 'protobuf'...
- remote: Counting objects: 37556, done.
- remote: Compressing objects: 100% (2/2), done.
- remote: Total 37556 (delta 0), reused 0 (delta 0), pack-reused 37554
- Receiving objects: 100% (37556/37556), 35.23 MiB | 6.93 MiB/s, done.
- Resolving deltas: 100% (25294/25294), done.
- ~/Desktop/KSPMods/Principia/deps/protobuf ~/Desktop/KSPMods/Principia/deps
- Google Mock not present. Fetching gmock-1.7.0 from the web...
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 129 0 129 0 0 571 0 --:--:-- --:--:-- --:--:-- 578
- 100 362k 100 362k 0 0 592k 0 --:--:-- --:--:-- --:--:-- 1229k
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 129 0 129 0 0 560 0 --:--:-- --:--:-- --:--:-- 565
- 100 618k 100 618k 0 0 936k 0 --:--:-- --:--:-- --:--:-- 9245k
- + autoreconf -f -i -Wall,no-obsolete
- glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
- glibtoolize: copying file 'build-aux/ltmain.sh'
- glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- glibtoolize: copying file 'm4/libtool.m4'
- glibtoolize: copying file 'm4/ltoptions.m4'
- glibtoolize: copying file 'm4/ltsugar.m4'
- glibtoolize: copying file 'm4/ltversion.m4'
- glibtoolize: copying file 'm4/lt~obsolete.m4'
- configure.ac:27: installing 'build-aux/compile'
- configure.ac:30: installing 'build-aux/config.guess'
- configure.ac:30: installing 'build-aux/config.sub'
- configure.ac:24: installing 'build-aux/install-sh'
- configure.ac:24: installing 'build-aux/missing'
- Makefile.am: installing 'build-aux/depcomp'
- parallel-tests: installing 'build-aux/test-driver'
- glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
- glibtoolize: copying file 'build-aux/ltmain.sh'
- glibtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
- glibtoolize: and rerunning glibtoolize and aclocal.
- glibtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
- configure.ac:22: installing 'build-aux/compile'
- configure.ac:25: installing 'build-aux/config.guess'
- configure.ac:25: installing 'build-aux/config.sub'
- configure.ac:19: installing 'build-aux/install-sh'
- configure.ac:19: installing 'build-aux/missing'
- Makefile.am: installing 'build-aux/depcomp'
- parallel-tests: installing 'build-aux/test-driver'
- glibtoolize: putting auxiliary files in '.'.
- glibtoolize: copying file './ltmain.sh'
- glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- glibtoolize: copying file 'm4/libtool.m4'
- glibtoolize: copying file 'm4/ltoptions.m4'
- glibtoolize: copying file 'm4/ltsugar.m4'
- glibtoolize: copying file 'm4/ltversion.m4'
- glibtoolize: copying file 'm4/lt~obsolete.m4'
- configure.ac:65: installing './ar-lib'
- configure.ac:61: installing './compile'
- configure.ac:46: installing './config.guess'
- configure.ac:46: installing './config.sub'
- configure.ac:48: installing './install-sh'
- configure.ac:48: installing './missing'
- benchmarks/Makefile.am: installing './depcomp'
- parallel-tests: installing './test-driver'
- + rm -rf autom4te.cache config.h.in~
- + exit 0
- checking whether to enable maintainer-specific portions of Makefiles... yes
- checking build system type... x86_64-apple-darwin16.5.0
- checking host system type... x86_64-apple-darwin16.5.0
- checking target system type... x86_64-apple-darwin16.5.0
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... ./install-sh -c -d
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether UID '501' is supported by ustar format... yes
- checking whether GID '20' is supported by ustar format... yes
- checking how to create a ustar tar archive... gnutar
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
- yes
- checking for style of include used by make... GNU
- checking dependency style of clang... gcc3
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking dependency style of clang++... gcc3
- checking how to run the C++ preprocessor... clang++ -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... rm: conftest.dSYM: is a directory
- rm: conftest.dSYM: is a directory
- yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking for gcc... gcc
- checking whether we are using the GNU Objective C compiler... yes
- checking whether gcc accepts -g... yes
- checking dependency style of gcc... gcc3
- checking C++ compiler flags...... use user-supplied: -std=c++14 -fPIC -O3 -g -mmacosx-version-min=10.7 -arch i386 -stdlib=libc++
- checking whether __SUNPRO_CC is declared... no
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
- checking the name lister (/opt/local/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 196608
- checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
- checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
- checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /opt/local/bin/nm -B output from clang object... ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dsymutil... dsymutil
- checking for nmedit... nmedit
- checking for lipo... lipo
- checking for otool... otool
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if clang supports -fno-rtti -fno-exceptions... yes
- checking for clang option to produce PIC... -fno-common -DPIC
- checking if clang PIC flag -fno-common -DPIC works... yes
- checking if clang static flag -static works... no
- checking if clang supports -c -o file.o... yes
- checking if clang supports -c -o file.o... (cached) yes
- checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... clang++ -E
- checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking for clang++ option to produce PIC... -fno-common -DPIC
- checking if clang++ PIC flag -fno-common -DPIC works... yes
- checking if clang++ static flag -static works... no
- checking if clang++ supports -c -o file.o... yes
- checking if clang++ supports -c -o file.o... (cached) yes
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking for ANSI C header files... (cached) yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking for inttypes.h... (cached) yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking for stdlib.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for working memcmp... yes
- checking for working strtod... yes
- checking for ftruncate... yes
- checking for memset... yes
- checking for mkdir... yes
- checking for strchr... yes
- checking for strerror... yes
- checking for strtol... yes
- checking zlib version... ok (1.2.0.4 or later)
- checking for library containing zlibVersion... -lz
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... no
- checking whether what we have so far is sufficient with -nostdlib... no
- checking whether -lpthread saves the day... no
- configure: WARNING: Impossible to determine how to use pthreads with shared libraries and -nostdlib
- checking the location of hash_map... <unordered_map>
- checking for library containing sched_yield... none required
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating benchmarks/Makefile
- config.status: creating conformance/Makefile
- config.status: creating protobuf.pc
- config.status: creating protobuf-lite.pc
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in gmock (/Users/rcaskey/Desktop/KSPMods/Principia/deps/protobuf/gmock)
- 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=.
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
- yes
- checking for style of include used by make... GNU
- checking dependency style of clang... gcc3
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking dependency style of clang++... gcc3
- checking build system type... x86_64-apple-darwin16.5.0
- checking host system type... x86_64-apple-darwin16.5.0
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
- checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
- BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 196608
- checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
- checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
- checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... rm: conftest.dSYM: is a directory
- no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
- ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dsymutil... dsymutil
- checking for nmedit... nmedit
- checking for lipo... lipo
- checking for otool... otool
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... no
- checking how to run the C preprocessor... clang -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if clang supports -fno-rtti -fno-exceptions... yes
- checking for clang option to produce PIC... -fno-common -DPIC
- checking if clang PIC flag -fno-common -DPIC works... yes
- checking if clang static flag -static works... no
- checking if clang supports -c -o file.o... yes
- checking if clang supports -c -o file.o... (cached) yes
- checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... clang++ -E
- checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking for clang++ option to produce PIC... -fno-common -DPIC
- checking if clang++ PIC flag -fno-common -DPIC works... yes
- checking if clang++ static flag -static works... no
- checking if clang++ supports -c -o file.o... yes
- checking if clang++ supports -c -o file.o... (cached) yes
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking for python... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... no
- checking for gtest-config... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating scripts/gmock-config
- config.status: creating build-aux/config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- === configuring in gtest (/Users/rcaskey/Desktop/KSPMods/Principia/deps/protobuf/gmock/gtest)
- 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=.
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
- yes
- checking for style of include used by make... GNU
- checking dependency style of clang... gcc3
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking dependency style of clang++... gcc3
- checking build system type... x86_64-apple-darwin16.5.0
- checking host system type... x86_64-apple-darwin16.5.0
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
- checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
- BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 196608
- checking how to convert x86_64-apple-darwin16.5.0 file names to x86_64-apple-darwin16.5.0 format... func_convert_file_noop
- checking how to convert x86_64-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
- checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... rm: conftest.dSYM: is a directory
- no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
- ok
- checking for sysroot... no
- checking for a working dd... /bin/dd
- checking how to truncate binary pipes... /bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dsymutil... dsymutil
- checking for nmedit... nmedit
- checking for lipo... lipo
- checking for otool... otool
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... no
- checking how to run the C preprocessor... clang -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if clang supports -fno-rtti -fno-exceptions... yes
- checking for clang option to produce PIC... -fno-common -DPIC
- checking if clang PIC flag -fno-common -DPIC works... yes
- checking if clang static flag -static works... no
- checking if clang supports -c -o file.o... yes
- checking if clang supports -c -o file.o... (cached) yes
- checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... clang++ -E
- checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking for clang++ option to produce PIC... -fno-common -DPIC
- checking if clang++ PIC flag -fno-common -DPIC works... yes
- checking if clang++ static flag -static works... no
- checking if clang++ supports -c -o file.o... yes
- checking if clang++ supports -c -o file.o... (cached) yes
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking for python... /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating scripts/gtest-config
- config.status: creating build-aux/config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
- Making all in .
- make[2]: Nothing to be done for `all-am'.
- Making all in src
- depbase=`echo google/protobuf/compiler/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
- clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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 &&\
- mv -f $depbase.Tpo $depbase.Po
- depbase=`echo google/protobuf/stubs/atomicops_internals_x86_gcc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/atomicops_internals_x86_msvc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/bytestream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/int128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/once.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/stubs/statusor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/stringpiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/stringprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/structurally_valid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/stubs/strutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/stubs/time.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/arenastring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/extension_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/generated_message_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/repeated_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/wire_format_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/io/coded_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/io/zero_copy_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/io/zero_copy_stream_impl_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/any.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/api.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/any.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/duration.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/empty.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/field_mask.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/generated_message_reflection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- google/protobuf/generated_message_reflection.cc:76:13: warning: unused function 'SupportsArenas' [-Wunused-function]
- inline bool SupportsArenas(const Descriptor* descriptor) {
- ^
- depbase=`echo google/protobuf/message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/reflection_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/source_context.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/struct.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/text_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/timestamp.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/type.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- google/protobuf/text_format.cc:77:13: warning: unused function 'GetAnyFieldDescriptors' [-Wunused-function]
- inline bool GetAnyFieldDescriptors(const Message& message,
- ^
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/unknown_field_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/wire_format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/wrappers.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/io/gzip_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/io/printer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/io/strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/io/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/io/zero_copy_stream_impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/field_comparator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/field_mask_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/datapiece.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/util/internal/default_value_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/util/internal/error_listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/field_mask_utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/util/internal/json_escaping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/json_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- google/protobuf/util/internal/json_escaping.cc:90:13: warning: unused function 'IsHighSurrogate' [-Wunused-function]
- inline bool IsHighSurrogate(uint16 c) {
- ^
- google/protobuf/util/internal/json_escaping.cc:102:13: warning: unused function 'IsLowSurrogate' [-Wunused-function]
- inline bool IsLowSurrogate(uint16 c) {
- ^
- google/protobuf/util/internal/json_escaping.cc:122:13: warning: unused function 'IsSupplementalCodePoint' [-Wunused-function]
- inline bool IsSupplementalCodePoint(uint32 cp) {
- ^
- google/protobuf/util/internal/json_escaping.cc:138:15: warning: unused function 'ToCodePoint' [-Wunused-function]
- inline uint32 ToCodePoint(uint16 high, uint16 low) {
- ^
- google/protobuf/util/internal/field_mask_utility.cc:47:14: warning: unused function 'CreatePublicError' [-Wunused-function]
- util::Status CreatePublicError(util::error::Code code,
- ^
- 4 warnings generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/json_stream_parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/object_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/protostream_objectsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/protostream_objectwriter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/util/internal/proto_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/type_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/internal/type_info_test_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/util/internal/utility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- google/protobuf/util/internal/utility.cc:52:19: warning: unused function 'SkipWhiteSpace' [-Wunused-function]
- const StringPiece SkipWhiteSpace(StringPiece str) {
- ^
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- google/protobuf/util/time_util.cc:52:18: warning: unused variable 'kMicrosPerMillisecond' [-Wunused-const-variable]
- static const int kMicrosPerMillisecond = 1000;
- ^
- google/protobuf/util/time_util.cc:56:19: warning: unused variable 'kTimestampFormat' [-Wunused-const-variable]
- static const char kTimestampFormat[] = "%E4Y-%m-%dT%H:%M:%S";
- ^
- google/protobuf/util/time_util.cc:380:6: warning: unused function 'ToUint128' [-Wunused-function]
- void ToUint128(const Timestamp& value, uint128* result, bool* negative) {
- ^
- google/protobuf/util/time_util.cc:405:6: warning: unused function 'ToTimestamp' [-Wunused-function]
- void ToTimestamp(const uint128& value, bool negative, Timestamp* timestamp) {
- ^
- depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- 4 warnings generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- depbase=`echo google/protobuf/compiler/subprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/zip_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/cpp/cpp_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/cpp/cpp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/cpp/cpp_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/cpp/cpp_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- google/protobuf/compiler/cpp/cpp_message.cc:376:8: warning: unused function 'MessageTypeProtoName' [-Wunused-function]
- string MessageTypeProtoName(const FieldDescriptor* field) {
- ^
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_enum_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_enum_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_extension_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- google/protobuf/compiler/java/java_enum_lite.cc:53:6: warning: unused function 'EnumHasCustomOptions' [-Wunused-function]
- bool EnumHasCustomOptions(const EnumDescriptor* descriptor) {
- ^
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_generator_factory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_lazy_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_lazy_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- google/protobuf/compiler/java/java_file.cc:159:6: warning: unused function 'CompareFieldsByName' [-Wunused-function]
- bool CompareFieldsByName(const FieldDescriptor *a, const FieldDescriptor *b) {
- ^
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_map_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_message_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_message_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_message_builder_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- google/protobuf/compiler/java/java_message_lite.cc:1032:6: warning: unused function 'CheckHasBitsForEqualsAndHashCode' [-Wunused-function]
- bool CheckHasBitsForEqualsAndHashCode(const FieldDescriptor* field) {
- ^
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- google/protobuf/compiler/java/java_message_builder_lite.cc:71:8: warning: unused function 'MapValueImmutableClassdName' [-Wunused-function]
- string MapValueImmutableClassdName(const Descriptor* descriptor,
- ^
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_message_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- 1 warning generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_name_resolver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_primitive_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_shared_code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_service.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_string_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/java/java_string_field_lite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/java/java_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/js/js_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/javanano/javanano_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/javanano/javanano_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- google/protobuf/compiler/js/js_generator.cc:249:8: warning: unused function 'GetPath' [-Wunused-function]
- string GetPath(const GeneratorOptions& options,
- ^
- google/protobuf/compiler/js/js_generator.cc:266:8: warning: unused function 'GetPath' [-Wunused-function]
- string GetPath(const GeneratorOptions& options,
- ^
- google/protobuf/compiler/js/js_generator.cc:545:8: warning: unused function 'JSMapGetterName' [-Wunused-function]
- string JSMapGetterName(const GeneratorOptions& options,
- ^
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/javanano/javanano_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/javanano/javanano_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- 3 warnings generated.
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_extension.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_oneof.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/php/php_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/python/python_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/ruby/ruby_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_doc_comment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_enum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/csharp/csharp_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_field_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/csharp/csharp_helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_map_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/csharp/csharp_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_reflection_class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_source_generator_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- depbase=`echo google/protobuf/compiler/csharp/csharp_wrapper_field.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
- /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 &&\
- mv -f $depbase.Tpo $depbase.Plo
- /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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- 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
- libtool: link: dsymutil .libs/libprotobuf.11.dylib || :
- libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -DHAVE_PTHREAD=1 -DHAVE_ZLIB=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
- libtool: link: (cd ".libs" && rm -f "libprotobuf.dylib" && ln -s "libprotobuf.11.dylib" "libprotobuf.dylib")
- 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
- /opt/local/bin/ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_gcc.o) has no symbols
- /opt/local/bin/ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_msvc.o) has no symbols
- /opt/local/bin/ranlib: file: .libs/libprotobuf.a(error_listener.o) has no symbols
- libtool: link: ranlib .libs/libprotobuf.a
- ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_gcc.o) has no symbols
- ranlib: file: .libs/libprotobuf.a(atomicops_internals_x86_msvc.o) has no symbols
- ranlib: file: .libs/libprotobuf.a(error_listener.o) has no symbols
- libtool: link: ( cd ".libs" && rm -f "libprotobuf.la" && ln -s "../libprotobuf.la" "libprotobuf.la" )
- /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
- 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
- libtool: link: dsymutil .libs/libprotoc.11.dylib || :
- libtool: link: (cd ".libs" && rm -f "libprotoc.dylib" && ln -s "libprotoc.11.dylib" "libprotoc.dylib")
- 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
- libtool: link: ranlib .libs/libprotoc.a
- libtool: link: ( cd ".libs" && rm -f "libprotoc.la" && ln -s "../libprotoc.la" "libprotoc.la" )
- /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
- 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
- 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 )
- touch unittest_proto_middleman
- /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
- /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
- 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
- libtool: link: dsymutil .libs/libprotobuf-lite.11.dylib || :
- libtool: link: (cd ".libs" && rm -f "libprotobuf-lite.dylib" && ln -s "libprotobuf-lite.11.dylib" "libprotobuf-lite.dylib")
- 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
- /opt/local/bin/ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_gcc.o) has no symbols
- /opt/local/bin/ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_msvc.o) has no symbols
- libtool: link: ranlib .libs/libprotobuf-lite.a
- ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_gcc.o) has no symbols
- ranlib: file: .libs/libprotobuf-lite.a(atomicops_internals_x86_msvc.o) has no symbols
- libtool: link: ( cd ".libs" && rm -f "libprotobuf-lite.la" && ln -s "../libprotobuf-lite.la" "libprotobuf-lite.la" )
- ~/Desktop/KSPMods/Principia/deps
- Cloning into 'glog'...
- remote: Counting objects: 1666, done.
- remote: Total 1666 (delta 0), reused 0 (delta 0), pack-reused 1666
- Receiving objects: 100% (1666/1666), 1.43 MiB | 1.99 MiB/s, done.
- Resolving deltas: 100% (1188/1188), done.
- ~/Desktop/KSPMods/Principia/deps/glog ~/Desktop/KSPMods/Principia/deps
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- /Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing: Unknown `--is-lightweight' option
- Try `/Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing --help' for more information
- configure: WARNING: 'missing' script is too old or missing
- checking for a thread-safe mkdir -p... ./install-sh -c -d
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
- yes
- checking for style of include used by make... GNU
- checking dependency style of clang... gcc3
- checking how to run the C preprocessor... clang -E
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking dependency style of clang++... gcc3
- checking build system type... i386-apple-darwin16.5.0
- checking host system type... i386-apple-darwin16.5.0
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
- checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
- BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 196608
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert i386-apple-darwin16.5.0 file names to i386-apple-darwin16.5.0 format... func_convert_file_noop
- checking how to convert i386-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
- checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... rm: conftest.dSYM: is a directory
- no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
- ok
- checking for sysroot... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dsymutil... dsymutil
- checking for nmedit... nmedit
- checking for lipo... lipo
- checking for otool... otool
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... yes
- checking for ANSI C header files... no
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if clang supports -fno-rtti -fno-exceptions... yes
- checking for clang option to produce PIC... -fno-common -DPIC
- checking if clang PIC flag -fno-common -DPIC works... yes
- checking if clang static flag -static works... no
- checking if clang supports -c -o file.o... yes
- checking if clang supports -c -o file.o... (cached) yes
- checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... clang++ -E
- checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking for clang++ option to produce PIC... -fno-common -DPIC
- checking if clang++ PIC flag -fno-common -DPIC works... yes
- checking if clang++ static flag -static works... no
- checking if clang++ supports -c -o file.o... yes
- checking if clang++ supports -c -o file.o... (cached) yes
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking for ANSI C header files... (cached) no
- checking for stdint.h... (cached) yes
- checking for sys/types.h... (cached) yes
- checking for inttypes.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking syscall.h usability... no
- checking syscall.h presence... no
- checking for syscall.h... no
- checking sys/syscall.h usability... yes
- checking sys/syscall.h presence... yes
- checking for sys/syscall.h... yes
- checking execinfo.h usability... yes
- checking execinfo.h presence... yes
- checking for execinfo.h... yes
- checking libunwind.h usability... yes
- checking libunwind.h presence... yes
- checking for libunwind.h... yes
- checking ucontext.h usability... no
- checking ucontext.h presence... no
- checking for ucontext.h... no
- checking sys/utsname.h usability... yes
- checking sys/utsname.h presence... yes
- checking for sys/utsname.h... yes
- checking pwd.h usability... yes
- checking pwd.h presence... yes
- checking for pwd.h... yes
- checking syslog.h usability... yes
- checking syslog.h presence... yes
- checking for syslog.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking glob.h usability... yes
- checking glob.h presence... yes
- checking for glob.h... yes
- checking unwind.h usability... yes
- checking unwind.h presence... yes
- checking for unwind.h... yes
- checking windows.h usability... no
- checking windows.h presence... no
- checking for windows.h... no
- checking size of void *... 4
- checking for uint16_t... yes
- checking for u_int16_t... yes
- checking for __uint16... no
- checking for sigaltstack... yes
- checking for sigaction... yes
- checking for dladdr... yes
- checking for fcntl... yes
- checking for pread... yes
- checking for pwrite... yes
- checking for __attribute__... yes
- checking for __builtin_expect... yes
- checking for __sync_val_compare_and_swap... yes
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... no
- checking for pthread_self in -lpthread... yes
- checking for main in -lgflags... no
- checking for gtest-config... no
- checking for main in -lgtest... no
- checking for backtrace in -lunwind... no
- checking support for pthread_rwlock_* functions... yes
- checking whether the compiler implements namespaces... yes
- checking what namespace STL code is in... std
- checking whether compiler supports using ::operator<<... 1
- checking for ucontext.h... (cached) no
- checking sys/ucontext.h usability... yes
- checking sys/ucontext.h presence... yes
- checking for sys/ucontext.h... yes
- checking how to access the program counter from a struct ucontext... uc_mcontext->__ss.__eip
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/glog/logging.h
- config.status: creating src/glog/raw_logging.h
- config.status: creating src/glog/vlog_is_on.h
- config.status: creating src/glog/stl_logging.h
- config.status: creating libglog.pc
- config.status: creating src/config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- CDPATH="${ZSH_VERSION+.}:" && cd . && autoconf
- /bin/sh ./config.status --recheck
- 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
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- /Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing: Unknown `--is-lightweight' option
- Try `/Users/rcaskey/Desktop/KSPMods/Principia/deps/glog/missing --help' for more information
- configure: WARNING: 'missing' script is too old or missing
- checking for a thread-safe mkdir -p... ./install-sh -c -d
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory
- yes
- checking for style of include used by make... GNU
- checking dependency style of clang... gcc3
- checking how to run the C preprocessor... clang -E
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking dependency style of clang++... gcc3
- checking build system type... i386-apple-darwin16.5.0
- checking host system type... i386-apple-darwin16.5.0
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm -B
- checking the name lister (/opt/local/bin/nm -B) interface... rm: conftest.dSYM: is a directory
- BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 196608
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert i386-apple-darwin16.5.0 file names to i386-apple-darwin16.5.0 format... func_convert_file_noop
- checking how to convert i386-apple-darwin16.5.0 file names to toolchain format... func_convert_file_noop
- checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... rm: conftest.dSYM: is a directory
- no
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /opt/local/bin/nm -B output from clang object... rm: conftest.dSYM: is a directory
- ok
- checking for sysroot... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dsymutil... dsymutil
- checking for nmedit... nmedit
- checking for lipo... lipo
- checking for otool... otool
- checking for otool64... no
- checking for -single_module linker flag... yes
- checking for -exported_symbols_list linker flag... yes
- checking for -force_load linker flag... yes
- checking for ANSI C header files... no
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if clang supports -fno-rtti -fno-exceptions... yes
- checking for clang option to produce PIC... -fno-common -DPIC
- checking if clang PIC flag -fno-common -DPIC works... yes
- checking if clang static flag -static works... no
- checking if clang supports -c -o file.o... yes
- checking if clang supports -c -o file.o... (cached) yes
- checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C++ preprocessor... clang++ -E
- checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking for clang++ option to produce PIC... -fno-common -DPIC
- checking if clang++ PIC flag -fno-common -DPIC works... yes
- checking if clang++ static flag -static works... no
- checking if clang++ supports -c -o file.o... yes
- checking if clang++ supports -c -o file.o... (cached) yes
- checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
- checking dynamic linker characteristics... darwin16.5.0 dyld
- checking how to hardcode library paths into programs... immediate
- checking for ANSI C header files... (cached) no
- checking for stdint.h... (cached) yes
- checking for sys/types.h... (cached) yes
- checking for inttypes.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking syscall.h usability... no
- checking syscall.h presence... no
- checking for syscall.h... no
- checking sys/syscall.h usability... yes
- checking sys/syscall.h presence... yes
- checking for sys/syscall.h... yes
- checking execinfo.h usability... yes
- checking execinfo.h presence... yes
- checking for execinfo.h... yes
- checking libunwind.h usability... yes
- checking libunwind.h presence... yes
- checking for libunwind.h... yes
- checking ucontext.h usability... no
- checking ucontext.h presence... no
- checking for ucontext.h... no
- checking sys/utsname.h usability... yes
- checking sys/utsname.h presence... yes
- checking for sys/utsname.h... yes
- checking pwd.h usability... yes
- checking pwd.h presence... yes
- checking for pwd.h... yes
- checking syslog.h usability... yes
- checking syslog.h presence... yes
- checking for syslog.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking glob.h usability... yes
- checking glob.h presence... yes
- checking for glob.h... yes
- checking unwind.h usability... yes
- checking unwind.h presence... yes
- checking for unwind.h... yes
- checking windows.h usability... no
- checking windows.h presence... no
- checking for windows.h... no
- checking size of void *... 4
- checking for uint16_t... yes
- checking for u_int16_t... yes
- checking for __uint16... no
- checking for sigaltstack... yes
- checking for sigaction... yes
- checking for dladdr... yes
- checking for fcntl... yes
- checking for pread... yes
- checking for pwrite... yes
- checking for __attribute__... yes
- checking for __builtin_expect... yes
- checking for __sync_val_compare_and_swap... yes
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... -D_THREAD_SAFE
- checking whether to check for GCC pthread/shared inconsistencies... no
- checking for pthread_self in -lpthread... yes
- checking for main in -lgflags... no
- checking for gtest-config... no
- checking for main in -lgtest... no
- checking for backtrace in -lunwind... no
- checking support for pthread_rwlock_* functions... yes
- checking whether the compiler implements namespaces... yes
- checking what namespace STL code is in... std
- checking whether compiler supports using ::operator<<... 1
- checking for ucontext.h... (cached) no
- checking sys/ucontext.h usability... yes
- checking sys/ucontext.h presence... yes
- checking for sys/ucontext.h... yes
- checking how to access the program counter from a struct ucontext... uc_mcontext->__ss.__eip
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- /bin/sh ./config.status
- config.status: creating Makefile
- config.status: creating src/glog/logging.h
- config.status: creating src/glog/raw_logging.h
- config.status: creating src/glog/vlog_is_on.h
- config.status: creating src/glog/stl_logging.h
- config.status: creating libglog.pc
- config.status: creating src/config.h
- config.status: src/config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- src/logging_unittest.cc:255:5: warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused-local-typedef]
- LOG_EVERY_N(ERROR, 4) << "Log every 4, iteration " << COUNTER << endl;
- ^
- ./src/glog/logging.h:939:30: note: expanded from macro 'LOG_EVERY_N'
- INVALID_REQUESTED_LOG_SEVERITY); \
- ^
- 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
- mv -f src/.deps/libglog_la-symbolize.Tpo src/.deps/libglog_la-symbolize.Plo
- mv -f src/.deps/libglog_la-raw_logging.Tpo src/.deps/libglog_la-raw_logging.Plo
- 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
- 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
- mv -f src/.deps/libglog_la-vlog_is_on.Tpo src/.deps/libglog_la-vlog_is_on.Plo
- 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
- mv -f src/.deps/libglog_la-utilities.Tpo src/.deps/libglog_la-utilities.Plo
- 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
- 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
- mv -f src/.deps/libglog_la-signalhandler.Tpo src/.deps/libglog_la-signalhandler.Plo
- 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
- mv -f src/.deps/stacktrace_unittest-stacktrace_unittest.Tpo src/.deps/stacktrace_unittest-stacktrace_unittest.Po
- 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
- mv -f src/.deps/symbolize_unittest-symbolize_unittest.Tpo src/.deps/symbolize_unittest-symbolize_unittest.Po
- 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
- 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
- mv -f src/.deps/demangle_unittest-demangle_unittest.Tpo src/.deps/demangle_unittest-demangle_unittest.Po
- 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
- mv -f src/.deps/logging_striptest0-logging_striptest_main.Tpo src/.deps/logging_striptest0-logging_striptest_main.Po
- 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
- mv -f src/.deps/utilities_unittest-utilities_unittest.Tpo src/.deps/utilities_unittest-utilities_unittest.Po
- mv -f src/.deps/logging_striptest2-logging_striptest2.Tpo src/.deps/logging_striptest2-logging_striptest2.Po
- mv -f src/.deps/libglog_la-demangle.Tpo src/.deps/libglog_la-demangle.Plo
- mv -f src/.deps/logging_striptest10-logging_striptest10.Tpo src/.deps/logging_striptest10-logging_striptest10.Po
- mv -f src/.deps/signalhandler_unittest-signalhandler_unittest.Tpo src/.deps/signalhandler_unittest-signalhandler_unittest.Po
- mv -f src/.deps/stl_logging_unittest-stl_logging_unittest.Tpo src/.deps/stl_logging_unittest-stl_logging_unittest.Po
- 1 warning generated.
- mv -f src/.deps/logging_unittest-logging_unittest.Tpo src/.deps/logging_unittest-logging_unittest.Po
- mv -f src/.deps/libglog_la-logging.Tpo src/.deps/libglog_la-logging.Plo
- /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
- 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
- clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
- libtool: link: (cd ".libs" && rm -f "libglog.dylib" && ln -s "libglog.0.dylib" "libglog.dylib")
- 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
- libtool: link: ranlib .libs/libglog.a
- libtool: link: ( cd ".libs" && rm -f "libglog.la" && ln -s "../libglog.la" "libglog.la" )
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Undefined symbols for architecture i386:
- "google::GetStackTrace(void**, unsigned long, int)", referenced from:
- CheckStackTraceLeaf() in stacktrace_unittest-stacktrace_unittest.o
- ld: symbol(s) not found for architecture i386
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- 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
- make: *** [stacktrace_unittest] Error 1
- make: *** Waiting for unfinished jobs....
- ~/Desktop/KSPMods/Principia/deps
- Cloning into 'googlemock'...
- remote: Counting objects: 2337, done.
- remote: Total 2337 (delta 0), reused 0 (delta 0), pack-reused 2337
- Receiving objects: 100% (2337/2337), 791.25 KiB | 0 bytes/s, done.
- Resolving deltas: 100% (1750/1750), done.
- Cloning into 'googletest'...
- remote: Counting objects: 7627, done.
- remote: Total 7627 (delta 0), reused 0 (delta 0), pack-reused 7627
- Receiving objects: 100% (7627/7627), 2.59 MiB | 0 bytes/s, done.
- Resolving deltas: 100% (5657/5657), done.
- Cloning into 'eggsperimental_filesystem'...
- remote: Counting objects: 21, done.
- remote: Total 21 (delta 0), reused 0 (delta 0), pack-reused 21
- Unpacking objects: 100% (21/21), done.
- Cloning into 'Optional'...
- remote: Counting objects: 315, done.
- remote: Total 315 (delta 0), reused 0 (delta 0), pack-reused 315
- Receiving objects: 100% (315/315), 109.53 KiB | 0 bytes/s, done.
- Resolving deltas: 100% (191/191), done.
- Cloning into 'benchmark'...
- remote: Counting objects: 3475, done.
- remote: Total 3475 (delta 0), reused 0 (delta 0), pack-reused 3475
- Receiving objects: 100% (3475/3475), 889.96 KiB | 0 bytes/s, done.
- Resolving deltas: 100% (2256/2256), done.
- ~/Desktop/KSPMods/Principia/deps/benchmark ~/Desktop/KSPMods/Principia/deps
- -- The C compiler identification is AppleClang 8.1.0.8020041
- -- The CXX compiler identification is AppleClang 8.1.0.8020041
- -- Check for working C compiler: /usr/bin/clang
- -- Check for working C compiler: /usr/bin/clang -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/clang++
- -- Check for working CXX compiler: /usr/bin/clang++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found Git: /usr/bin/git (found version "2.11.0 (Apple Git-81)")
- -- git Version: v0.0.0
- -- Version: 0.0.0
- -- Performing Test HAVE_CXX_FLAG_STD_CXX11
- -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
- -- Performing Test HAVE_CXX_FLAG_WALL
- -- Performing Test HAVE_CXX_FLAG_WALL - Success
- -- Performing Test HAVE_CXX_FLAG_WEXTRA
- -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
- -- Performing Test HAVE_CXX_FLAG_WSHADOW
- -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
- -- Performing Test HAVE_CXX_FLAG_WERROR
- -- Performing Test HAVE_CXX_FLAG_WERROR - Success
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
- -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
- -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
- -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
- -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
- -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
- -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
- -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
- -- Performing Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT
- -- Performing Test HAVE_CXX_FLAG_WZERO_AS_NULL_POINTER_CONSTANT - Failed
- -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
- -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
- -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
- -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
- -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES
- -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile
- -- Performing Test HAVE_CXX_FLAG_COVERAGE
- -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
- -- Performing Test HAVE_STD_REGEX
- -- Performing Test HAVE_STD_REGEX -- success
- -- Performing Test HAVE_GNU_POSIX_REGEX
- -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
- -- Performing Test HAVE_POSIX_REGEX
- -- Performing Test HAVE_POSIX_REGEX -- success
- -- Performing Test HAVE_STEADY_CLOCK
- -- Performing Test HAVE_STEADY_CLOCK -- success
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - found
- -- Found Threads: TRUE
- -- Performing Test BENCHMARK_HAS_CXX03_FLAG
- -- Performing Test BENCHMARK_HAS_CXX03_FLAG - Success
- -- Configuring done
- -- Generating done
- CMake Warning:
- Manually-specified variables were not used by the project:
- CMAKE_LD_FLAGS
- -- Build files have been written to: /Users/rcaskey/Desktop/KSPMods/Principia/deps/benchmark
- Scanning dependencies of target output_test_helper
- Scanning dependencies of target benchmark
- [ 2%] Building CXX object test/CMakeFiles/output_test_helper.dir/output_test_helper.cc.o
- [ 9%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark.cc.o
- [ 13%] Building CXX object src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
- [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/colorprint.cc.o
- [ 13%] Building CXX object src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
- [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/console_reporter.cc.o
- [ 15%] Building CXX object src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
- [ 18%] Building CXX object src/CMakeFiles/benchmark.dir/complexity.cc.o
- [ 20%] Building CXX object src/CMakeFiles/benchmark.dir/json_reporter.cc.o
- [ 22%] Building CXX object src/CMakeFiles/benchmark.dir/reporter.cc.o
- [ 25%] Building CXX object src/CMakeFiles/benchmark.dir/sleep.cc.o
- [ 27%] Building CXX object src/CMakeFiles/benchmark.dir/string_util.cc.o
- [ 29%] Building CXX object src/CMakeFiles/benchmark.dir/sysinfo.cc.o
- [ 31%] Building CXX object src/CMakeFiles/benchmark.dir/timers.cc.o
- [ 34%] Linking CXX static library libbenchmark.a
- [ 36%] Linking CXX static library liboutput_test_helper.a
- [ 36%] Built target benchmark
- [ 36%] Built target output_test_helper
- Scanning dependencies of target cxx03_test
- Scanning dependencies of target donotoptimize_test
- Scanning dependencies of target fixture_test
- Scanning dependencies of target map_test
- Scanning dependencies of target register_benchmark_test
- Scanning dependencies of target skip_with_error_test
- Scanning dependencies of target multiple_ranges_test
- [ 40%] Building CXX object test/CMakeFiles/donotoptimize_test.dir/donotoptimize_test.cc.o
- [ 40%] Building CXX object test/CMakeFiles/fixture_test.dir/fixture_test.cc.o
- Scanning dependencies of target filter_test
- [ 45%] Building CXX object test/CMakeFiles/register_benchmark_test.dir/register_benchmark_test.cc.o
- [ 45%] Building CXX object test/CMakeFiles/map_test.dir/map_test.cc.o
- [ 47%] Building CXX object test/CMakeFiles/skip_with_error_test.dir/skip_with_error_test.cc.o
- [ 50%] Building CXX object test/CMakeFiles/multiple_ranges_test.dir/multiple_ranges_test.cc.o
- [ 52%] Building CXX object test/CMakeFiles/cxx03_test.dir/cxx03_test.cc.o
- [ 54%] Building CXX object test/CMakeFiles/filter_test.dir/filter_test.cc.o
- [ 56%] Linking CXX executable donotoptimize_test
- [ 56%] Built target donotoptimize_test
- [ 59%] Linking CXX executable fixture_test
- Scanning dependencies of target basic_test
- [ 61%] Building CXX object test/CMakeFiles/basic_test.dir/basic_test.cc.o
- [ 63%] Linking CXX executable cxx03_test
- [ 63%] Built target fixture_test
- Scanning dependencies of target options_test
- [ 63%] Built target cxx03_test
- [ 65%] Building CXX object test/CMakeFiles/options_test.dir/options_test.cc.o
- Scanning dependencies of target benchmark_test
- [ 68%] Building CXX object test/CMakeFiles/benchmark_test.dir/benchmark_test.cc.o
- [ 70%] Linking CXX executable map_test
- [ 70%] Built target map_test
- Scanning dependencies of target diagnostics_test
- [ 72%] Building CXX object test/CMakeFiles/diagnostics_test.dir/diagnostics_test.cc.o
- [ 75%] Linking CXX executable basic_test
- [ 75%] Built target basic_test
- Scanning dependencies of target reporter_output_test
- [ 77%] Linking CXX executable multiple_ranges_test
- [ 79%] Linking CXX executable filter_test
- [ 81%] Building CXX object test/CMakeFiles/reporter_output_test.dir/reporter_output_test.cc.o
- [ 81%] Built target filter_test
- Scanning dependencies of target complexity_test
- [ 84%] Building CXX object test/CMakeFiles/complexity_test.dir/complexity_test.cc.o
- [ 86%] Linking CXX executable options_test
- [ 86%] Built target options_test
- [ 86%] Built target multiple_ranges_test
- [ 88%] Linking CXX executable register_benchmark_test
- [ 90%] Linking CXX executable skip_with_error_test
- [ 93%] Linking CXX executable diagnostics_test
- [ 93%] Built target skip_with_error_test
- [ 93%] Built target register_benchmark_test
- [ 93%] Built target diagnostics_test
- [ 95%] Linking CXX executable benchmark_test
- [ 95%] Built target benchmark_test
- [ 97%] Linking CXX executable complexity_test
- [ 97%] Built target complexity_test
- [100%] Linking CXX executable reporter_output_test
- [100%] Built target reporter_output_test
- ~/Desktop/KSPMods/Principia/deps
- rcaskey:~/Desktop/KSPMods/Principia rcaskey$ make
- Makefile:120: build/base/bundle.d: No such file or directory
- Makefile:120: build/base/status.d: No such file or directory
- Makefile:120: build/journal/player.d: No such file or directory
- Makefile:120: build/journal/profiles.d: No such file or directory
- Makefile:120: build/journal/recorder.d: No such file or directory
- Makefile:120: build/ksp_plugin/burn.d: No such file or directory
- Makefile:120: build/ksp_plugin/flight_plan.d: No such file or directory
- Makefile:120: build/ksp_plugin/identification.d: No such file or directory
- Makefile:120: build/ksp_plugin/interface.d: No such file or directory
- Makefile:120: build/ksp_plugin/interface_flight_plan.d: No such file or directory
- Makefile:120: build/ksp_plugin/interface_iterator.d: No such file or directory
- Makefile:120: build/ksp_plugin/interface_vessel.d: No such file or directory
- Makefile:120: build/ksp_plugin/part.d: No such file or directory
- Makefile:120: build/ksp_plugin/part_subsets.d: No such file or directory
- Makefile:120: build/ksp_plugin/pile_up.d: No such file or directory
- Makefile:120: build/ksp_plugin/plugin.d: No such file or directory
- Makefile:120: build/ksp_plugin/vessel.d: No such file or directory
- Makefile:120: build/mathematica/integrator_plots.d: No such file or directory
- Makefile:120: build/mathematica/main.d: No such file or directory
- Makefile:120: build/mathematica/retrobop_dynamical_stability.d: No such file or directory
- Makefile:120: build/tools/generate_configuration.d: No such file or directory
- Makefile:120: build/tools/generate_profiles.d: No such file or directory
- Makefile:120: build/tools/journal_proto_processor.d: No such file or directory
- Makefile:120: build/tools/main.d: No such file or directory
- Makefile:121: build/astronomy/date_time_test.d: No such file or directory
- Makefile:121: build/astronomy/lunar_eclipse_test.d: No such file or directory
- Makefile:121: build/astronomy/mercury_perihelion_test.d: No such file or directory
- Makefile:121: build/astronomy/solar_system_dynamics_test.d: No such file or directory
- Makefile:121: build/astronomy/time_scales_test.d: No such file or directory
- Makefile:121: build/base/bundle_test.d: No such file or directory
- Makefile:121: build/base/disjoint_sets_test.d: No such file or directory
- Makefile:121: build/base/hexadecimal_test.d: No such file or directory
- Makefile:121: build/base/not_null_test.d: No such file or directory
- Makefile:121: build/base/pull_serializer_test.d: No such file or directory
- Makefile:121: build/base/push_deserializer_test.d: No such file or directory
- Makefile:121: build/base/status_or_test.d: No such file or directory
- Makefile:121: build/base/status_test.d: No such file or directory
- Makefile:121: build/geometry/affine_map_test.d: No such file or directory
- Makefile:121: build/geometry/barycentre_calculator_test.d: No such file or directory
- Makefile:121: build/geometry/frame_test.d: No such file or directory
- Makefile:121: build/geometry/grassmann_test.d: No such file or directory
- Makefile:121: build/geometry/identity_test.d: No such file or directory
- Makefile:121: build/geometry/orthogonal_map_test.d: No such file or directory
- Makefile:121: build/geometry/pair_test.d: No such file or directory
- Makefile:121: build/geometry/permutation_test.d: No such file or directory
- Makefile:121: build/geometry/point_test.d: No such file or directory
- Makefile:121: build/geometry/quaternion_test.d: No such file or directory
- Makefile:121: build/geometry/r3_element_test.d: No such file or directory
- Makefile:121: build/geometry/r3x3_matrix_test.d: No such file or directory
- Makefile:121: build/geometry/rotation_test.d: No such file or directory
- Makefile:121: build/geometry/sign_test.d: No such file or directory
- Makefile:121: build/integrators/embedded_explicit_runge_kutta_nyström_integrator_test.d: No such file or directory
- Makefile:121: build/integrators/symmetric_linear_multistep_integrator_test.d: No such file or directory
- Makefile:121: build/integrators/symplectic_runge_kutta_nyström_integrator_test.d: No such file or directory
- Makefile:121: build/journal/player_test.d: No such file or directory
- Makefile:121: build/journal/recorder_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/celestial_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/flight_plan_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/interface_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/manœuvre_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/part_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/pile_up_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/plugin_compatibility_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/plugin_integration_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/plugin_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/vessel_test.d: No such file or directory
- Makefile:121: build/numerics/double_precision_test.d: No such file or directory
- Makefile:121: build/numerics/fixed_arrays_test.d: No such file or directory
- Makefile:121: build/numerics/hermite3_test.d: No such file or directory
- Makefile:121: build/numerics/root_finders_test.d: No such file or directory
- Makefile:121: build/numerics/чебышёв_series_test.d: No such file or directory
- Makefile:121: build/physics/barycentric_rotating_dynamic_frame_test.d: No such file or directory
- Makefile:121: build/physics/body_centred_body_direction_dynamic_frame_test.d: No such file or directory
- Makefile:121: build/physics/body_centred_non_rotating_dynamic_frame_test.d: No such file or directory
- Makefile:121: build/physics/body_surface_dynamic_frame_test.d: No such file or directory
- Makefile:121: build/physics/body_surface_frame_field_test.d: No such file or directory
- Makefile:121: build/physics/body_test.d: No such file or directory
- Makefile:121: build/physics/continuous_trajectory_test.d: No such file or directory
- Makefile:121: build/physics/degrees_of_freedom_test.d: No such file or directory
- Makefile:121: build/physics/discrete_trajectory_test.d: No such file or directory
- Makefile:121: build/physics/dynamic_frame_test.d: No such file or directory
- Makefile:121: build/physics/ephemeris_test.d: No such file or directory
- Makefile:121: build/physics/forkable_test.d: No such file or directory
- Makefile:121: build/physics/hierarchical_system_test.d: No such file or directory
- Makefile:121: build/physics/jacobi_coordinates_test.d: No such file or directory
- Makefile:121: build/physics/kepler_orbit_test.d: No such file or directory
- Makefile:121: build/physics/ksp_system_test.d: No such file or directory
- Makefile:121: build/physics/resonance_test.d: No such file or directory
- Makefile:121: build/physics/rigid_motion_test.d: No such file or directory
- Makefile:121: build/physics/solar_system_test.d: No such file or directory
- Makefile:121: build/quantities/parser_test.d: No such file or directory
- Makefile:121: build/quantities/quantities_test.d: No such file or directory
- Makefile:121: build/testing_utilities/algebra_test.d: No such file or directory
- Makefile:121: build/testing_utilities/almost_equals_test.d: No such file or directory
- Makefile:121: build/testing_utilities/componentwise_test.d: No such file or directory
- Makefile:121: build/testing_utilities/numerics_test.d: No such file or directory
- Makefile:121: build/testing_utilities/solar_system_factory_test.d: No such file or directory
- Makefile:121: build/testing_utilities/statistics_test.d: No such file or directory
- Makefile:121: build/testing_utilities/vanishes_before_test.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/mock_flight_plan.d: No such file or directory
- Makefile:121: build/ksp_plugin_test/mock_plugin.d: No such file or directory
- 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=.
- ./generate_version_header.sh
- usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
- [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
- Updating base/version.generated.h
- 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
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:9:
- In file included from ./integrators/ordinary_differential_equations.hpp:308:
- In file included from ./integrators/ordinary_differential_equations_body.hpp:9:
- In file included from ./integrators/embedded_explicit_runge_kutta_nyström_integrator.hpp:145:
- ./integrators/embedded_explicit_runge_kutta_nyström_integrator_body.hpp:312:15: warning: unused variable 'extension' [-Wunused-variable]
- auto* const extension =
- ^
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:9:
- In file included from ./integrators/ordinary_differential_equations.hpp:308:
- In file included from ./integrators/ordinary_differential_equations_body.hpp:10:
- In file included from ./integrators/symmetric_linear_multistep_integrator.hpp:175:
- In file included from ./integrators/symmetric_linear_multistep_integrator_body.hpp:11:
- In file included from ./integrators/symplectic_runge_kutta_nyström_integrator.hpp:227:
- ./integrators/symplectic_runge_kutta_nyström_integrator_body.hpp:167:15: warning: unused variable 'extension' [-Wunused-variable]
- auto* const extension =
- ^
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:9:
- In file included from ./integrators/ordinary_differential_equations.hpp:308:
- In file included from ./integrators/ordinary_differential_equations_body.hpp:10:
- In file included from ./integrators/symmetric_linear_multistep_integrator.hpp:175:
- ./integrators/symmetric_linear_multistep_integrator_body.hpp:115:18: warning: unused variable 'ɑk' [-Wunused-variable]
- double const ɑk = ɑ[0];
- ^
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:12:
- In file included from ./physics/ephemeris.hpp:18:
- In file included from ./physics/massive_body.hpp:6:
- In file included from ./physics/body.hpp:59:
- In file included from ./physics/body_body.hpp:7:
- In file included from ./physics/massive_body.hpp:92:
- ./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]
- switch (static_cast<Tag>(enum_value_descriptor->number())) {
- ^
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:12:
- In file included from ./physics/ephemeris.hpp:20:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
- ^ ~~~~~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:12:
- In file included from ./physics/ephemeris.hpp:20:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
- ^ ~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:12:
- In file included from ./physics/ephemeris.hpp:20:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
- ^ ~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from tools/generate_configuration.cpp:13:
- In file included from ./physics/solar_system.hpp:9:
- In file included from ./integrators/ordinary_differential_equations.hpp:308:
- In file included from ./integrators/ordinary_differential_equations_body.hpp:10:
- In file included from ./integrators/symmetric_linear_multistep_integrator.hpp:175:
- ./integrators/symmetric_linear_multistep_integrator_body.hpp:30:9: warning: unused type alias 'DoublePositions' [-Wunused-local-typedef]
- using DoublePositions = std::vector<DoublePosition>;
- ^
- 8 warnings generated.
- 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
- 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
- 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
- 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
- serialization/astronomy.pb.cc:144:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SolarSystemFile, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 1 warning generated.
- 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
- serialization/geometry.pb.cc:156:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Pair_Element, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- serialization/geometry.pb.cc:174:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Point, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- serialization/geometry.pb.cc:194:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Multivector, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- serialization/geometry.pb.cc:243:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(R3Element_Coordinate, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 4 warnings generated.
- 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
- serialization/integrators.pb.cc:242:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SymmetricLinearMultistepIntegratorInstance_Step_Acceleration, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 1 warning generated.
- 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
- 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
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
- ^ ~~~~~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
- ^ ~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
- ^ ~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
- ^ ~~~~~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 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,
- google::protobuf::internal::WireFormatLite::FieldType::TYPE_MESSAGE, 0>::CreateDefaultInstance' requested here
- 0>::CreateDefaultInstance(
- ^
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
- ^ ~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 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,
- google::protobuf::internal::WireFormatLite::FieldType::TYPE_MESSAGE, 0>::offsets_' requested here
- descriptor, entry, offsets_,
- ^
- 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,
- google::protobuf::internal::WireFormatLite::FieldType::TYPE_MESSAGE, 0>::CreateDefaultInstance' requested here
- 0>::CreateDefaultInstance(
- ^
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
- ^ ~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:249:9: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_._has_bits_),
- ^ ~~~~~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 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,
- google::protobuf::internal::WireFormatLite::FieldType::TYPE_STRING, 0>::CreateDefaultInstance' requested here
- 0>::CreateDefaultInstance(
- ^
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:302:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.key_),
- ^ ~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 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,
- google::protobuf::internal::WireFormatLite::FieldType::TYPE_STRING, 0>::offsets_' requested here
- descriptor, entry, offsets_,
- ^
- 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,
- google::protobuf::internal::WireFormatLite::FieldType::TYPE_STRING, 0>::CreateDefaultInstance' requested here
- 0>::CreateDefaultInstance(
- ^
- In file included from serialization/ksp_plugin.pb.cc:5:
- In file included from ./serialization/ksp_plugin.pb.h:30:
- In file included from deps/protobuf/src/google/protobuf/map_field_inl.h:40:
- In file included from deps/protobuf/src/google/protobuf/map_field.h:39:
- deps/protobuf/src/google/protobuf/map_entry.h:303:5: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MapEntry, entry_lite_.value_),
- ^ ~~~~~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 9 warnings generated.
- 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
- serialization/numerics.pb.cc:99:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ChebyshevSeries_Coefficient, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- serialization/numerics.pb.cc:133:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoublePrecision_Error, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- serialization/numerics.pb.cc:153:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoublePrecision_Value, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 3 warnings generated.
- 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
- serialization/physics.pb.cc:127:7: warning: using extended field designator is an extension [-Wextended-offsetof]
- GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Body, _oneof_case_[0]),
- ^ ~~~
- deps/protobuf/src/google/protobuf/generated_message_reflection.h:580:3: note: expanded from macro 'GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET'
- __builtin_offsetof(TYPE, FIELD) \
- ^ ~~~~~
- 1 warning generated.
- 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
- 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
- Undefined symbols for architecture i386:
- "google::GetStackTrace(void**, unsigned long, int)", referenced from:
- google::LogMessage::SendToLog() in libglog.a(libglog_la-logging.o)
- google::LogMessage::RecordCrashReason(google::glog_internal_namespace_::CrashReason*) in libglog.a(libglog_la-logging.o)
- google::RawLog__(int, char const*, int, char const*, ...) in libglog.a(libglog_la-raw_logging.o)
- 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)
- google::DumpStackTraceAndExit() in libglog.a(libglog_la-utilities.o)
- google::(anonymous namespace)::FailureSignalHandler(int, __siginfo*, void*) in libglog.a(libglog_la-signalhandler.o)
- ld: symbol(s) not found for architecture i386
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- make: *** [bin/tools] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement