Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

compiling a third party software with c++

I have a third party software that compiles c++ to install.

I can easily install it in linux, however same install command fails on MAC . I use 10.9.5 version.

I downloaded command line tools, but still it does not work.



Attached is the stacktrace

./install.sh


Installing gflags...

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... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking for g++... g++

checking for C++ compiler default output file name... a.out

checking whether the C++ compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of g++... gcc3

checking for gcc... gcc

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -E

checking build system type... i386-apple-darwin13.4.0

checking host system type... i386-apple-darwin13.4.0

checking host system type... (cached) i386-apple-darwin13.4.0

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 gcc... /Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm

checking the name lister (/usr/bin/nm) interface... 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 for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r

checking for objdump... no

checking how to recognize dependent libraries... pass_all

checking for ar... ar

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm output from gcc object... ok

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 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 whether we are using the GNU C++ compiler... (cached) yes

checking whether g++ accepts -g... (cached) yes

checking dependency style of g++... (cached) gcc3

checking how to run the C++ preprocessor... g++ -E

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... yes

checking for gcc option to produce PIC... -fno-common -DPIC

checking if gcc PIC flag -fno-common -DPIC works... yes

checking if gcc static flag -static works... no

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin13.4.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 for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no

checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking for g++ option to produce PIC... -fno-common -DPIC

checking if g++ PIC flag -fno-common -DPIC works... yes

checking if g++ static flag -static works... no

checking if g++ supports -c -o file.o... yes

checking if g++ supports -c -o file.o... (cached) yes

checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin13.4.0 dyld

checking how to hardcode library paths into programs... immediate

checking for ANSI C header files... (cached) yes

checking for stdint.h... (cached) yes

checking for sys/types.h... (cached) yes

checking for inttypes.h... (cached) yes

checking fnmatch.h usability... yes

checking fnmatch.h presence... yes

checking for fnmatch.h... yes

checking for sys/stat.h... (cached) yes

checking for unistd.h... (cached) yes

checking for uint16_t... yes

checking for u_int16_t... yes

checking for __int16... no

checking for strtoll... yes

checking for strtoq... yes

checking for __attribute__... 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 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 whether the compiler implements namespaces... yes

checking what namespace STL code is in... std

configure: creating ./config.status

config.status: creating Makefile

config.status: creating src/gflags/gflags.h

config.status: creating src/gflags/gflags_declare.h

config.status: creating src/gflags/gflags_completions.h

config.status: creating src/config.h

config.status: src/config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands

cd . && /bin/sh /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missi ng --run aclocal-1.10 -I m4

/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missin g: line 54: aclocal-1.10: command not found

WARNING: `aclocal-1.10' is missing on your system. You should only need it if

you modified `acinclude.m4' or `configure.ac'. You might want

to install the `Automake' and `Perl' packages. Grab them from

any GNU archive site.

cd . && /bin/sh /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missi ng --run automake-1.10 --gnu

/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missin g: line 54: automake-1.10: command not found

WARNING: `automake-1.10' is missing on your system. You should only need it if

you modified `Makefile.am', `acinclude.m4' or `configure.ac'.

You might want to install the `Automake' and `Perl' packages.

Grab them from any GNU archive site.

cd . && /bin/sh /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missi ng --run autoconf

/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missin g: line 54: autoconf: command not found

WARNING: `autoconf' is missing on your system. You should only need it if

you modified `configure.ac'. You might want to install the

`Autoconf' and `GNU m4' packages. Grab them from any GNU

archive site.

/bin/sh ./config.status --recheck

running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local --no-create --no-recursion

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... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking for g++... g++

checking for C++ compiler default output file name... a.out

checking whether the C++ compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables...

checking for suffix of object files... o

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of g++... gcc3

checking for gcc... gcc

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -E

checking build system type... i386-apple-darwin13.4.0

checking host system type... i386-apple-darwin13.4.0

checking host system type... (cached) i386-apple-darwin13.4.0

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 gcc... /Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm

checking the name lister (/usr/bin/nm) interface... 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 for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r

checking for objdump... no

checking how to recognize dependent libraries... pass_all

checking for ar... ar

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm output from gcc object... ok

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 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 whether we are using the GNU C++ compiler... (cached) yes

checking whether g++ accepts -g... (cached) yes

checking dependency style of g++... (cached) gcc3

checking how to run the C++ preprocessor... g++ -E

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... yes

checking for gcc option to produce PIC... -fno-common -DPIC

checking if gcc PIC flag -fno-common -DPIC works... yes

checking if gcc static flag -static works... no

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin13.4.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 for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no

checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking for g++ option to produce PIC... -fno-common -DPIC

checking if g++ PIC flag -fno-common -DPIC works... yes

checking if g++ static flag -static works... no

checking if g++ supports -c -o file.o... yes

checking if g++ supports -c -o file.o... (cached) yes

checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin13.4.0 dyld

checking how to hardcode library paths into programs... immediate

checking for ANSI C header files... (cached) yes

checking for stdint.h... (cached) yes

checking for sys/types.h... (cached) yes

checking for inttypes.h... (cached) yes

checking fnmatch.h usability... yes

checking fnmatch.h presence... yes

checking for fnmatch.h... yes

checking for sys/stat.h... (cached) yes

checking for unistd.h... (cached) yes

checking for uint16_t... yes

checking for u_int16_t... yes

checking for __int16... no

checking for strtoll... yes

checking for strtoq... yes

checking for __attribute__... 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 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 whether the compiler implements namespaces... yes

checking what namespace STL code is in... std

configure: creating ./config.status

/bin/sh ./config.status

config.status: creating Makefile

config.status: creating src/gflags/gflags.h

config.status: creating src/gflags/gflags_declare.h

config.status: creating src/gflags/gflags_completions.h

config.status: creating src/config.h

config.status: src/config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands

cd . && /bin/sh /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missi ng --run autoheader

/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/gflags-2.0/missin g: line 54: autoheader: command not found

WARNING: `autoheader' is missing on your system. You should only need it if

you modified `acconfig.h' or `configure.ac'. You might want

to install the `Autoconf' and `GNU m4' packages. Grab them

from any GNU archive site.

rm -f src/stamp-h1

touch src/config.h.in

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags.lo -MD -MP -MF .deps/libgflags_la-gflags.Tpo -c -o libgflags_la-gflags.lo `test -f 'src/gflags.cc' || echo './'`src/gflags.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags.lo -MD -MP -MF .deps/libgflags_la-gflags.Tpo -c src/gflags.cc -fno-common -DPIC -o .libs/libgflags_la-gflags.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags.lo -MD -MP -MF .deps/libgflags_la-gflags.Tpo -c src/gflags.cc -o libgflags_la-gflags.o >/dev/null 2>&1

mv -f .deps/libgflags_la-gflags.Tpo .deps/libgflags_la-gflags.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags_reporting.lo -MD -MP -MF .deps/libgflags_la-gflags_reporting.Tpo -c -o libgflags_la-gflags_reporting.lo `test -f 'src/gflags_reporting.cc' || echo './'`src/gflags_reporting.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags_reporting.lo -MD -MP -MF .deps/libgflags_la-gflags_reporting.Tpo -c src/gflags_reporting.cc -fno-common -DPIC -o .libs/libgflags_la-gflags_reporting.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags_reporting.lo -MD -MP -MF .deps/libgflags_la-gflags_reporting.Tpo -c src/gflags_reporting.cc -o libgflags_la-gflags_reporting.o >/dev/null 2>&1

mv -f .deps/libgflags_la-gflags_reporting.Tpo .deps/libgflags_la-gflags_reporting.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags_completions.lo -MD -MP -MF .deps/libgflags_la-gflags_completions.Tpo -c -o libgflags_la-gflags_completions.lo `test -f 'src/gflags_completions.cc' || echo './'`src/gflags_completions.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags_completions.lo -MD -MP -MF .deps/libgflags_la-gflags_completions.Tpo -c src/gflags_completions.cc -fno-common -DPIC -o .libs/libgflags_la-gflags_completions.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -DNDEBUG -g -O2 -MT libgflags_la-gflags_completions.lo -MD -MP -MF .deps/libgflags_la-gflags_completions.Tpo -c src/gflags_completions.cc -o libgflags_la-gflags_completions.o >/dev/null 2>&1

mv -f .deps/libgflags_la-gflags_completions.Tpo .deps/libgflags_la-gflags_completions.Plo

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -DNDEBUG -g -O2 -D_THREAD_SAFE -version-info 3:0:1 -o libgflags.la -rpath /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib libgflags_la-gflags.lo libgflags_la-gflags_reporting.lo libgflags_la-gflags_completions.lo

libtool: link: rm -fr .libs/libgflags.2.dylib .libs/libgflags.2.dylib.dSYM .libs/libgflags.a .libs/libgflags.dylib .libs/libgflags.la .libs/libgflags.lai

libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgflags.2.dylib .libs/libgflags_la-gflags.o .libs/libgflags_la-gflags_reporting.o .libs/libgflags_la-gflags_completions.o -install_name /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.2.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module

libtool: link: dsymutil .libs/libgflags.2.dylib || :

libtool: link: (cd ".libs" && rm -f "libgflags.dylib" && ln -s "libgflags.2.dylib" "libgflags.dylib")

libtool: link: ar cru .libs/libgflags.a libgflags_la-gflags.o libgflags_la-gflags_reporting.o libgflags_la-gflags_completions.o

libtool: link: ranlib .libs/libgflags.a

libtool: link: ( cd ".libs" && rm -f "libgflags.la" && ln -s "../libgflags.la" "libgflags.la" )

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags.Tpo -c -o libgflags_nothreads_la-gflags.lo `test -f 'src/gflags.cc' || echo './'`src/gflags.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags.Tpo -c src/gflags.cc -fno-common -DPIC -o .libs/libgflags_nothreads_la-gflags.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags.Tpo -c src/gflags.cc -o libgflags_nothreads_la-gflags.o >/dev/null 2>&1

mv -f .deps/libgflags_nothreads_la-gflags.Tpo .deps/libgflags_nothreads_la-gflags.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags_reporting.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags_reporting.Tpo -c -o libgflags_nothreads_la-gflags_reporting.lo `test -f 'src/gflags_reporting.cc' || echo './'`src/gflags_reporting.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags_reporting.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags_reporting.Tpo -c src/gflags_reporting.cc -fno-common -DPIC -o .libs/libgflags_nothreads_la-gflags_reporting.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags_reporting.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags_reporting.Tpo -c src/gflags_reporting.cc -o libgflags_nothreads_la-gflags_reporting.o >/dev/null 2>&1

mv -f .deps/libgflags_nothreads_la-gflags_reporting.Tpo .deps/libgflags_nothreads_la-gflags_reporting.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags_completions.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags_completions.Tpo -c -o libgflags_nothreads_la-gflags_completions.lo `test -f 'src/gflags_completions.cc' || echo './'`src/gflags_completions.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags_completions.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags_completions.Tpo -c src/gflags_completions.cc -fno-common -DPIC -o .libs/libgflags_nothreads_la-gflags_completions.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNDEBUG -DNO_THREADS -g -O2 -MT libgflags_nothreads_la-gflags_completions.lo -MD -MP -MF .deps/libgflags_nothreads_la-gflags_completions.Tpo -c src/gflags_completions.cc -o libgflags_nothreads_la-gflags_completions.o >/dev/null 2>&1

mv -f .deps/libgflags_nothreads_la-gflags_completions.Tpo .deps/libgflags_nothreads_la-gflags_completions.Plo

/bin/sh ./libtool --tag=CXX --mode=link g++ -DNDEBUG -DNO_THREADS -g -O2 -version-info 3:0:1 -o libgflags_nothreads.la -rpath /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib libgflags_nothreads_la-gflags.lo libgflags_nothreads_la-gflags_reporting.lo libgflags_nothreads_la-gflags_completions.lo

libtool: link: rm -fr .libs/libgflags_nothreads.2.dylib .libs/libgflags_nothreads.2.dylib.dSYM .libs/libgflags_nothreads.a .libs/libgflags_nothreads.dylib .libs/libgflags_nothreads.la .libs/libgflags_nothreads.lai

libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgflags_nothreads.2.dylib .libs/libgflags_nothreads_la-gflags.o .libs/libgflags_nothreads_la-gflags_reporting.o .libs/libgflags_nothreads_la-gflags_completions.o -install_name /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags_nothreads.2.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module

libtool: link: dsymutil .libs/libgflags_nothreads.2.dylib || :

libtool: link: (cd ".libs" && rm -f "libgflags_nothreads.dylib" && ln -s "libgflags_nothreads.2.dylib" "libgflags_nothreads.dylib")

libtool: link: ar cru .libs/libgflags_nothreads.a libgflags_nothreads_la-gflags.o libgflags_nothreads_la-gflags_reporting.o libgflags_nothreads_la-gflags_completions.o

libtool: link: ranlib .libs/libgflags_nothreads.a

libtool: link: ( cd ".libs" && rm -f "libgflags_nothreads.la" && ln -s "../libgflags_nothreads.la" "libgflags_nothreads.la" )

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -g -O2 -MT gflags_unittest-gflags_unittest.o -MD -MP -MF .deps/gflags_unittest-gflags_unittest.Tpo -c -o gflags_unittest-gflags_unittest.o `test -f 'src/gflags_unittest.cc' || echo './'`src/gflags_unittest.cc

mv -f .deps/gflags_unittest-gflags_unittest.Tpo .deps/gflags_unittest-gflags_unittest.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -g -O2 -D_THREAD_SAFE -o gflags_unittest gflags_unittest-gflags_unittest.o libgflags.la

libtool: link: g++ -D_THREAD_SAFE -g -O2 -D_THREAD_SAFE -o .libs/gflags_unittest gflags_unittest-gflags_unittest.o -Wl,-bind_at_load ./.libs/libgflags.dylib

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -MT gflags_unittest.o -MD -MP -MF .deps/gflags_unittest.Tpo -c -o gflags_unittest.o `test -f 'src/gflags_unittest.cc' || echo './'`src/gflags_unittest.cc

mv -f .deps/gflags_unittest.Tpo .deps/gflags_unittest.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -no-undefined -o gflags_nothreads_unittest gflags_unittest.o libgflags_nothreads.la

libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -o .libs/gflags_nothreads_unittest gflags_unittest.o -Wl,-bind_at_load ./.libs/libgflags_nothreads.dylib

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -MT gflags_unittest-main.o -MD -MP -MF .deps/gflags_unittest-main.Tpo -c -o gflags_unittest-main.o `test -f 'src/gflags_unittest-main.cc' || echo './'`src/gflags_unittest-main.cc

mv -f .deps/gflags_unittest-main.Tpo .deps/gflags_unittest-main.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -no-undefined -o gflags_unittest2 gflags_unittest-main.o libgflags_nothreads.la

libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -o .libs/gflags_unittest2 gflags_unittest-main.o -Wl,-bind_at_load ./.libs/libgflags_nothreads.dylib

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -MT gflags_unittest_main.o -MD -MP -MF .deps/gflags_unittest_main.Tpo -c -o gflags_unittest_main.o `test -f 'src/gflags_unittest_main.cc' || echo './'`src/gflags_unittest_main.cc

mv -f .deps/gflags_unittest_main.Tpo .deps/gflags_unittest_main.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -no-undefined -o gflags_unittest3 gflags_unittest_main.o libgflags_nothreads.la

libtool: link: g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -g -O2 -o .libs/gflags_unittest3 gflags_unittest_main.o -Wl,-bind_at_load ./.libs/libgflags_nothreads.dylib

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -g -O2 -MT gflags_strip_flags_test-gflags_strip_flags_test.o -MD -MP -MF .deps/gflags_strip_flags_test-gflags_strip_flags_test.Tpo -c -o gflags_strip_flags_test-gflags_strip_flags_test.o `test -f 'src/gflags_strip_flags_test.cc' || echo './'`src/gflags_strip_flags_test.cc

mv -f .deps/gflags_strip_flags_test-gflags_strip_flags_test.Tpo .deps/gflags_strip_flags_test-gflags_strip_flags_test.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -g -O2 -D_THREAD_SAFE -o gflags_strip_flags_test gflags_strip_flags_test-gflags_strip_flags_test.o libgflags.la

libtool: link: g++ -D_THREAD_SAFE -g -O2 -D_THREAD_SAFE -o .libs/gflags_strip_flags_test gflags_strip_flags_test-gflags_strip_flags_test.o -Wl,-bind_at_load ./.libs/libgflags.dylib

echo 'prefix=/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local' > "libgflags.pc".tmp

echo 'exec_prefix='`echo '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local' | sed 's@^/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local@${pref ix}@'` >> "libgflags.pc".tmp

echo 'libdir='`echo '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib' | sed 's@^/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local@${exec _prefix}@'` >> "libgflags.pc".tmp

echo 'includedir='`echo '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include' | sed 's@^/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local@${pref ix}@'` >> "libgflags.pc".tmp

echo '' >> "libgflags.pc".tmp

echo 'Name: gflags' >> "libgflags.pc".tmp

echo 'Version: 2.0' >> "libgflags.pc".tmp

grep '^Summary:' ./packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libgflags.pc".tmp

grep '^URL: ' ./packages/rpm/rpm.spec >> "libgflags.pc".tmp

echo 'Requires:' >> "libgflags.pc".tmp

echo 'Libs: -L${libdir} -lgflags' >> "libgflags.pc".tmp

echo 'Libs.private: -D_THREAD_SAFE ' >> "libgflags.pc".tmp

echo 'Cflags: -I${includedir}' >> "libgflags.pc".tmp

mv -f "libgflags.pc".tmp "libgflags.pc"

grep -v Libs.private libgflags.pc | sed s/-lgflags/-lgflags_nothreads/ > "libgflags_nothreads.pc"

cd . && /bin/sh ./config.status src/config.h

config.status: creating src/config.h

config.status: src/config.h is unchanged

test -z "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/bin" || ./install-sh -c -d "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/bin"

/usr/bin/install -c 'src/gflags_completions.sh' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/bin/gflag s_completions.sh'

test -z "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib" || ./install-sh -c -d "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib"

/bin/sh ./libtool --mode=install /usr/bin/install -c 'libgflags.la' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgf lags.la'

libtool: install: /usr/bin/install -c .libs/libgflags.2.dylib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.2.dylib

libtool: install: (cd /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib && { ln -s -f libgflags.2.dylib libgflags.dylib || { rm -f libgflags.dylib && ln -s libgflags.2.dylib libgflags.dylib; }; })

libtool: install: /usr/bin/install -c .libs/libgflags.lai /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.la

libtool: install: /usr/bin/install -c .libs/libgflags.a /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.a

libtool: install: chmod 644 /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.a

libtool: install: ranlib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.a

----------------------------------------------------------------------

Libraries have been installed in:

/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib


If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable

during execution


See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

/bin/sh ./libtool --mode=install /usr/bin/install -c 'libgflags_nothreads.la' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgf lags_nothreads.la'

libtool: install: /usr/bin/install -c .libs/libgflags_nothreads.2.dylib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags_nothreads.2.dylib

libtool: install: (cd /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib && { ln -s -f libgflags_nothreads.2.dylib libgflags_nothreads.dylib || { rm -f libgflags_nothreads.dylib && ln -s libgflags_nothreads.2.dylib libgflags_nothreads.dylib; }; })

libtool: install: /usr/bin/install -c .libs/libgflags_nothreads.lai /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags_nothreads.la

libtool: install: /usr/bin/install -c .libs/libgflags_nothreads.a /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags_nothreads.a

libtool: install: chmod 644 /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags_nothreads.a

libtool: install: ranlib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags_nothreads.a

----------------------------------------------------------------------

Libraries have been installed in:

/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib


If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable

during execution


See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

test -z "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0" || ./install-sh -c -d "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0"

/usr/bin/install -c -m 644 'AUTHORS' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/AUTHORS'

/usr/bin/install -c -m 644 'COPYING' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/COPYING'

/usr/bin/install -c -m 644 'ChangeLog' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/ChangeLog'

/usr/bin/install -c -m 644 'INSTALL' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/INSTALL'

/usr/bin/install -c -m 644 'NEWS' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/NEWS'

/usr/bin/install -c -m 644 'README' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/README'

/usr/bin/install -c -m 644 'README_windows.txt' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/README_windows.txt'

/usr/bin/install -c -m 644 'doc/designstyle.css' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/designstyle.css'

/usr/bin/install -c -m 644 'doc/gflags.html' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/share/doc /gflags-2.0/gflags.html'

test -z "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g flags" || ./install-sh -c -d "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g flags"

/usr/bin/install -c -m 644 'src/gflags/gflags.h' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g flags/gflags.h'

/usr/bin/install -c -m 644 'src/gflags/gflags_declare.h' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g flags/gflags_declare.h'

/usr/bin/install -c -m 644 'src/gflags/gflags_completions.h' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g flags/gflags_completions.h'

test -z "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g oogle" || ./install-sh -c -d "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g oogle"

/usr/bin/install -c -m 644 'src/google/gflags.h' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g oogle/gflags.h'

/usr/bin/install -c -m 644 'src/google/gflags_completions.h' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include/g oogle/gflags_completions.h'

test -z "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/pkgco nfig" || ./install-sh -c -d "/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/pkgco nfig"

/usr/bin/install -c -m 644 'libgflags.pc' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/pkgco nfig/libgflags.pc'

/usr/bin/install -c -m 644 'libgflags_nothreads.pc' '/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/pkgco nfig/libgflags_nothreads.pc'

Done.


Installing glog...

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... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking for gcc... gcc

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 gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -E

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking build system type... i386-apple-darwin13.4.0

checking host system type... i386-apple-darwin13.4.0

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 gcc... /Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm

checking the name lister (/usr/bin/nm) interface... 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 for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r

checking for objdump... no

checking how to recognize dependent libraries... pass_all

checking for ar... ar

checking for strip... strip

checking for ranlib... ranlib

checking command to parse /usr/bin/nm output from gcc object... ok

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 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 whether we are using the GNU C++ compiler... (cached) yes

checking whether g++ accepts -g... (cached) yes

checking dependency style of g++... (cached) gcc3

checking how to run the C++ preprocessor... g++ -E

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... yes

checking for gcc option to produce PIC... -fno-common -DPIC

checking if gcc PIC flag -fno-common -DPIC works... yes

checking if gcc static flag -static works... no

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin13.4.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 for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld

checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no

checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking for g++ option to produce PIC... -fno-common -DPIC

checking if g++ PIC flag -fno-common -DPIC works... yes

checking if g++ static flag -static works... no

checking if g++ supports -c -o file.o... yes

checking if g++ supports -c -o file.o... (cached) yes

checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... darwin13.4.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 size of void *... 8

checking for uint16_t... yes

checking for u_int16_t... yes

checking for __uint16... no

checking for sigaltstack... yes

checking for dladdr... yes

checking for fcntl... 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... yes

checking for gtest-config... 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.__rip

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: src/config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc -fno-common -DPIC -o .libs/libglog_la-logging.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc -o libglog_la-logging.o >/dev/null 2>&1

mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc -fno-common -DPIC -o .libs/libglog_la-raw_logging.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc -o libglog_la-raw_logging.o >/dev/null 2>&1

mv -f .deps/libglog_la-raw_logging.Tpo .deps/libglog_la-raw_logging.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc -fno-common -DPIC -o .libs/libglog_la-vlog_is_on.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc -o libglog_la-vlog_is_on.o >/dev/null 2>&1

mv -f .deps/libglog_la-vlog_is_on.Tpo .deps/libglog_la-vlog_is_on.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc -fno-common -DPIC -o .libs/libglog_la-utilities.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc -o libglog_la-utilities.o >/dev/null 2>&1

mv -f .deps/libglog_la-utilities.Tpo .deps/libglog_la-utilities.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c src/symbolize.cc -fno-common -DPIC -o .libs/libglog_la-symbolize.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c src/symbolize.cc -o libglog_la-symbolize.o >/dev/null 2>&1

mv -f .deps/libglog_la-symbolize.Tpo .deps/libglog_la-symbolize.Plo

/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo './'`src/signalhandler.cc

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc -fno-common -DPIC -o .libs/libglog_la-signalhandler.o

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -I./src -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc -o libglog_la-signalhandler.o >/dev/null 2>&1

mv -f .deps/libglog_la-signalhandler.Tpo .deps/libglog_la-signalhandler.Plo

/bin/sh ./libtool --tag=CXX --mode=link g++ -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g -O2 -o libglog.la -rpath /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib libglog_la-logging.lo libglog_la-raw_logging.lo libglog_la-vlog_is_on.lo libglog_la-utilities.lo libglog_la-demangle.lo libglog_la-symbolize.lo libglog_la-signalhandler.lo -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -lpthread

libtool: link: rm -fr .libs/libglog.0.dylib .libs/libglog.0.dylib.dSYM .libs/libglog.a .libs/libglog.dylib .libs/libglog.la .libs/libglog.lai

libtool: link: g++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libglog.0.dylib .libs/libglog_la-logging.o .libs/libglog_la-raw_logging.o .libs/libglog_la-vlog_is_on.o .libs/libglog_la-utilities.o .libs/libglog_la-demangle.o .libs/libglog_la-symbolize.o .libs/libglog_la-signalhandler.o -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.dylib -lpthread -install_name /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libglo g.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module

libtool: link: dsymutil .libs/libglog.0.dylib || :

libtool: link: (cd ".libs" && rm -f "libglog.dylib" && ln -s "libglog.0.dylib" "libglog.dylib")

libtool: link: ar cru .libs/libglog.a libglog_la-logging.o libglog_la-raw_logging.o libglog_la-vlog_is_on.o libglog_la-utilities.o libglog_la-demangle.o libglog_la-symbolize.o libglog_la-signalhandler.o

libtool: link: ranlib .libs/libglog.a

libtool: link: ( cd ".libs" && rm -f "libglog.la" && ln -s "../libglog.la" "libglog.la" )

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT logging_unittest-logging_unittest.o -MD -MP -MF .deps/logging_unittest-logging_unittest.Tpo -c -o logging_unittest-logging_unittest.o `test -f 'src/logging_unittest.cc' || echo './'`src/logging_unittest.cc

mv -f .deps/logging_unittest-logging_unittest.Tpo .deps/logging_unittest-logging_unittest.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o logging_unittest logging_unittest-logging_unittest.o libglog.la -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -lpthread

libtool: link: g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o .libs/logging_unittest logging_unittest-logging_unittest.o -Wl,-bind_at_load ./.libs/libglog.dylib -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.dylib -lpthread

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT demangle_unittest-demangle_unittest.o -MD -MP -MF .deps/demangle_unittest-demangle_unittest.Tpo -c -o demangle_unittest-demangle_unittest.o `test -f 'src/demangle_unittest.cc' || echo './'`src/demangle_unittest.cc

mv -f .deps/demangle_unittest-demangle_unittest.Tpo .deps/demangle_unittest-demangle_unittest.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o demangle_unittest demangle_unittest-demangle_unittest.o libglog.la -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -lpthread

libtool: link: g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o .libs/demangle_unittest demangle_unittest-demangle_unittest.o -Wl,-bind_at_load ./.libs/libglog.dylib -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.dylib -lpthread

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT stacktrace_unittest-stacktrace_unittest.o -MD -MP -MF .deps/stacktrace_unittest-stacktrace_unittest.Tpo -c -o stacktrace_unittest-stacktrace_unittest.o `test -f 'src/stacktrace_unittest.cc' || echo './'`src/stacktrace_unittest.cc

mv -f .deps/stacktrace_unittest-stacktrace_unittest.Tpo .deps/stacktrace_unittest-stacktrace_unittest.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o libglog.la -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -lpthread

libtool: link: g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o .libs/stacktrace_unittest stacktrace_unittest-stacktrace_unittest.o -Wl,-bind_at_load ./.libs/libglog.dylib -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.dylib -lpthread

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT symbolize_unittest-symbolize_unittest.o -MD -MP -MF .deps/symbolize_unittest-symbolize_unittest.Tpo -c -o symbolize_unittest-symbolize_unittest.o `test -f 'src/symbolize_unittest.cc' || echo './'`src/symbolize_unittest.cc

mv -f .deps/symbolize_unittest-symbolize_unittest.Tpo .deps/symbolize_unittest-symbolize_unittest.Po

/bin/sh ./libtool --tag=CXX --mode=link g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o symbolize_unittest symbolize_unittest-symbolize_unittest.o libglog.la -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib -lgflags -lpthread

libtool: link: g++ -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -D_THREAD_SAFE -o .libs/symbolize_unittest symbolize_unittest-symbolize_unittest.o -Wl,-bind_at_load ./.libs/libglog.dylib -L/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib /Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/lib/libgfl ags.dylib -lpthread

g++ -DHAVE_CONFIG_H -I. -I./src -I./src -D_THREAD_SAFE -I/Users/amita/git/stance/resources/TweeboParser-1/TBParser/deps/local/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -g -O2 -MT stl_logging_unittest-stl_logging_unittest.o -MD -MP -MF .deps/stl_logging_unittest-stl_logging_unittest.Tpo -c -o stl_logging_unittest-stl_logging_unittest.o `test -f 'src/stl_logging_unittest.cc' || echo './'`src/stl_logging_unittest.cc

In file included from src/stl_logging_unittest.cc:34:

In file included from ./src/glog/stl_logging.h:75:

/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/ext/hash_set:205:5: warning:

Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>

[-W#warnings]

# warning Use of the header <ext/hash_set> is deprecated. Migrate to ...

^

In file included from src/stl_logging_unittest.cc:34:

In file included from ./src/glog/stl_logging.h:76:

/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/ext/hash_map:212:5: warning:

Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>

[-W#warnings]

# warning Use of the header <ext/hash_map> is deprecated. Migrate to ...

^

In file included from src/stl_logging_unittest.cc:34:

./src/glog/stl_logging.h:77:11: fatal error: 'ext/slist' file not found

# include <ext/slist>

^

2 warnings and 1 error generated.

make: *** [stl_logging_unittest-stl_logging_unittest.o] Error 1

Done.


Installing ad3...

cd ad3 && /Library/Developer/CommandLineTools/usr/bin/make

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I./ad3/ -I../Eigen FactorGraph.cpp

In file included from FactorGraph.cpp:22:

In file included from ./FactorGraph.h:22:

./FactorDense.h:144:8: warning: 'AD3::FactorDense::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<MultiVariable*> &multi_variables) {

^

./Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

FactorGraph.cpp:92:26: warning: unused variable 'multi_variable' [-Wunused-variable]

MultiVariable *multi_variable = factor_dense->GetMultiVariable(j);

^

FactorGraph.cpp:792:10: warning: unused variable 'upper_bound_one' [-Wunused-variable]

double upper_bound_one;

^

FactorGraph.cpp:769:10: warning: unused variable 'upper_bound_zero' [-Wunused-variable]

double upper_bound_zero;

^

4 warnings generated.

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I./ad3/ -I../Eigen Factor.cpp

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I./ad3/ -I../Eigen GenericFactor.cpp

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I./ad3/ -I../Eigen Utils.cpp

Utils.cpp:326:11: warning: equality comparison result unused [-Wunused-comparison]

*line == "";

~~~~~~^~~~~

Utils.cpp:326:11: note: use '=' to turn this equality comparison into an assignment

*line == "";

^~

=

Utils.cpp:335:11: warning: equality comparison result unused [-Wunused-comparison]

*line == "";

~~~~~~^~~~~

Utils.cpp:335:11: note: use '=' to turn this equality comparison into an assignment

*line == "";

^~

=

2 warnings generated.

ar rcs libad3.a FactorGraph.o Factor.o GenericFactor.o Utils.o

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I. -I./ad3 -I./examples/dense -I./examples/parsing -I./examples/logic -I./examples/summarization examples/parsing/FactorTree.cpp

In file included from examples/parsing/FactorTree.cpp:22:

./examples/parsing/FactorTree.h:130:8: warning: 'AD3::FactorTree::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Arc*> &arcs) {

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

examples/parsing/FactorTree.cpp:68:1: warning: control may reach end of non-void function [-Wreturn-type]

}

^

2 warnings generated.

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I. -I./ad3 -I./examples/dense -I./examples/parsing -I./examples/logic -I./examples/summarization ad3_multi.cpp

In file included from ad3_multi.cpp:25:

In file included from ./ad3/FactorGraph.h:22:

./ad3/FactorDense.h:144:8: warning: 'AD3::FactorDense::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<MultiVariable*> &multi_variables) {

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from ad3_multi.cpp:28:

./examples/dense/FactorSequence.h:192:8: warning: 'AD3::FactorSequence::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<int> &num_states) {

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from ad3_multi.cpp:29:

./examples/parsing/FactorTree.h:130:8: warning: 'AD3::FactorTree::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Arc*> &arcs) {

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from ad3_multi.cpp:30:

./examples/parsing/FactorHeadAutomaton.h:198:8: warning: 'AD3::FactorHeadAutomaton::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Sibling*> &siblings) {

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from ad3_multi.cpp:31:

./examples/parsing/FactorGrandparentHeadAutomaton.h:239:8: warning: 'AD3::FactorGrandparentHeadAutomaton::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length,

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 4)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from ad3_multi.cpp:32:

./examples/summarization/FactorSequenceCompressor.h:222:8: warning: 'AD3::FactorSequenceCompressor::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Sibling*> &siblings) {

^

./ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

ad3_multi.cpp:170:7: warning: unused variable 'time_ddadmm_relax' [-Wunused-variable]

int time_ddadmm_relax = 0;

^

ad3_multi.cpp:172:7: warning: unused variable 'time_cplex_relax' [-Wunused-variable]

int time_cplex_relax = 0;

^

ad3_multi.cpp:173:7: warning: unused variable 'time_cplex_integer' [-Wunused-variable]

int time_cplex_integer = 0;

^

ad3_multi.cpp:337:7: warning: unused variable 'num_messages' [-Wunused-variable]

int num_messages = 0;

^

ad3_multi.cpp:706:11: warning: unused variable 'num_links' [-Wunused-variable]

int num_links = static_cast<FactorDense*>(factor)->

^

11 warnings generated.

g++ FactorTree.o ad3_multi.o -L/usr/local/lib -L./ad3 -lad3 -o ad3_multi

cd examples/dense && /Library/Developer/CommandLineTools/usr/bin/make

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -fPIC -I../.. simple_grid.cpp

In file included from simple_grid.cpp:32:

In file included from ../../ad3/FactorGraph.h:22:

../../ad3/FactorDense.h:144:8: warning: 'AD3::FactorDense::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<MultiVariable*> &multi_variables) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from simple_grid.cpp:33:

./FactorSequence.h:192:8: warning: 'AD3::FactorSequence::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<int> &num_states) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

2 warnings generated.

g++ simple_grid.o -L/usr/local/lib/ -L../../ad3/ -lad3 -o simple_grid

cd examples/parsing && /Library/Developer/CommandLineTools/usr/bin/make

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -I../.. FactorTree.cpp

In file included from FactorTree.cpp:22:

./FactorTree.h:130:8: warning: 'AD3::FactorTree::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Arc*> &arcs) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

FactorTree.cpp:68:1: warning: control may reach end of non-void function [-Wreturn-type]

}

^

2 warnings generated.

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -I../.. simple_parser.cpp

In file included from simple_parser.cpp:39:

In file included from ../../ad3/FactorGraph.h:22:

../../ad3/FactorDense.h:144:8: warning: 'AD3::FactorDense::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<MultiVariable*> &multi_variables) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from simple_parser.cpp:40:

./FactorHeadAutomaton.h:198:8: warning: 'AD3::FactorHeadAutomaton::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Sibling*> &siblings) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

In file included from simple_parser.cpp:41:

./FactorTree.h:130:8: warning: 'AD3::FactorTree::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(int length, const vector<Arc*> &arcs) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 2)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

3 warnings generated.

g++ FactorTree.o simple_parser.o -L/usr/local/lib/ -L../../ad3/ -lad3 -o simple_parser

cd examples/logic && /Library/Developer/CommandLineTools/usr/bin/make

g++ -O3 -Wall -Wno-sign-compare -c -fmessage-length=0 -I../.. simple_coref.cpp

In file included from simple_coref.cpp:32:

In file included from ../../ad3/FactorGraph.h:22:

../../ad3/FactorDense.h:144:8: warning: 'AD3::FactorDense::Initialize' hides overloaded virtual function [-Woverloaded-virtual]

void Initialize(const vector<MultiVariable*> &multi_variables) {

^

../../ad3/Factor.h:117:16: note: hidden overloaded virtual function 'AD3::Factor::Initialize' declared here: different number of parameters (3 vs 1)

virtual void Initialize(const vector<BinaryVariable*> &binary_variables,

^

1 warning generated.

g++ simple_coref.o -L/usr/local/lib/ -L../../ad3/ -lad3 -o simple_coref

Done.

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... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking for g++... g++

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 g++ accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of g++... gcc3

checking for gcc... gcc

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking dependency style of gcc... gcc3

checking how to run the C preprocessor... gcc -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... 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 stddef.h usability... yes

checking stddef.h presence... yes

checking for stddef.h... yes

checking for string.h... (cached) yes

checking sys/time.h usability... yes

checking sys/time.h presence... yes

checking for sys/time.h... yes

checking for stdbool.h that conforms to C99... yes

checking for _Bool... yes

checking for inline... inline

checking for gettimeofday... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating src/tagger/Makefile

config.status: creating src/parser/Makefile

config.status: creating config.h

config.status: config.h is unchanged

config.status: executing depfiles commands

/Library/Developer/CommandLineTools/usr/bin/make all-recursive

Making all in src/tagger

g++ -DHAVE_CONFIG_H -I. -I../.. -I../util -I../classifier -I../parser -I../../deps/local/include -I/ad3 -I../../deps/local/include -I/ad3 -g -O2 -MT SequenceFeatures.o -MD -MP -MF .deps/SequenceFeatures.Tpo -c -o SequenceFeatures.o SequenceFeatures.cpp

In file included from SequenceFeatures.cpp:19:

In file included from ./SequencePipe.h:22:

In file included from ../classifier/Pipe.h:29:

In file included from ../classifier/Parameters.h:23:

../classifier/SparseParameterVector.h:30:10: fatal error: 'tr1/unordered_map'

file not found

#include <tr1/unordered_map>

MacBook Pro, iOS 9

Posted on Nov 21, 2015 3:32 PM

Reply

There are no replies.

compiling a third party software with c++

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.