Created
June 10, 2012 10:20
-
-
Save alexchandel/2904836 to your computer and use it in GitHub Desktop.
cmu-pocketsphinx fails to build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9 | |
HEAD: fd4ddd8bb2e667686bb420f4157d5326d4130eee | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit arrandale | |
OS X: 10.7.4 | |
Kernel Architecture: x86_64 | |
Xcode: 4.3.2 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 3.1 build 318 | |
MacPorts or Fink? false | |
X11: /usr/X11 | |
System Ruby: 1.8.7-357 | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://sourceforge.net/projects/cmusphinx/files/pocketsphinx/0.7/pocketsphinx-0.7.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/cmu-pocketsphinx-0.7.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/cmu-pocketsphinx-0.7.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/cmu-pocketsphinx/0.7 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/cmu-pocketsphinx/0.7 | |
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 build system type... x86_64-apple-darwin11.4.0 | |
checking host system type... x86_64-apple-darwin11.4.0 | |
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang... none | |
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 /usr/bin/clang... /usr/bin/clang | |
checking if the linker (/usr/bin/clang) 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 /usr/bin/clang 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 /usr/bin/clang 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 how to run the C preprocessor... /usr/bin/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 /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/clang static flag -static works... no | |
checking if /usr/bin/clang supports -c -o file.o... yes | |
checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.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 whether byte ordering is bigendian... no | |
checking for long long... yes | |
checking size of long long... 8 | |
checking for dup2... yes | |
checking for pkg-config... yes | |
checking for doxygen... no | |
checking for python... /usr/bin/python | |
checking for python-config... /usr/bin/python-config | |
checking Python.h usability... yes | |
checking Python.h presence... yes | |
checking for Python.h... yes | |
checking for cython... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for GStreamer... yes | |
checking for sphinxbase in /private/tmp/homebrew-cmu-pocketsphinx-0.7-xq4f/pocketsphinx-0.7/../sphinxbase... no | |
checking for sphinxbase in /private/tmp/homebrew-cmu-pocketsphinx-0.7-xq4f/pocketsphinx-0.7/../sphinxbase*... no | |
checking for SphinxBase... yes | |
checking sphinx_config.h usability... yes | |
checking sphinx_config.h presence... yes | |
checking for sphinx_config.h... yes | |
configure: creating ./config.status | |
config.status: creating pocketsphinx.pc | |
config.status: creating Makefile | |
config.status: creating include/Makefile | |
config.status: creating python/Makefile | |
config.status: creating python/setup.py | |
config.status: creating src/Makefile | |
config.status: creating src/libpocketsphinx/Makefile | |
config.status: creating src/programs/Makefile | |
config.status: creating src/gst-plugin/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/doxyfile | |
config.status: creating model/Makefile | |
config.status: creating model/hmm/Makefile | |
config.status: creating model/lm/Makefile | |
config.status: creating scripts/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/testfuncs.sh | |
config.status: creating test/unit/Makefile | |
config.status: creating test/regression/Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
make install | |
Making install in src | |
Making install in libpocketsphinx | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o acmod.lo acmod.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o bin_mdef.lo bin_mdef.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o blkarray_list.lo blkarray_list.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o dict.lo dict.c | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c blkarray_list.c -fno-common -DPIC -o .libs/blkarray_list.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c dict.c -fno-common -DPIC -o .libs/dict.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c acmod.c -fno-common -DPIC -o .libs/acmod.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c bin_mdef.c -fno-common -DPIC -o .libs/bin_mdef.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c blkarray_list.c -o blkarray_list.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o dict2pid.lo dict2pid.c | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c dict.c -o dict.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c dict2pid.c -fno-common -DPIC -o .libs/dict2pid.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c bin_mdef.c -o bin_mdef.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o fsg_history.lo fsg_history.c | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c acmod.c -o acmod.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c fsg_history.c -fno-common -DPIC -o .libs/fsg_history.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c dict2pid.c -o dict2pid.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c fsg_history.c -o fsg_history.o >/dev/null 2>&1 | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o fsg_lextree.lo fsg_lextree.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o fsg_search.lo fsg_search.c | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o hmm.lo hmm.c | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c fsg_lextree.c -fno-common -DPIC -o .libs/fsg_lextree.o | |
/bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" -DPACKAGE_STRING=\"pocketsphinx\ 0.7\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c -o mdef.lo mdef.c | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c fsg_search.c -fno-common -DPIC -o .libs/fsg_search.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c hmm.c -fno-common -DPIC -o .libs/hmm.o | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c mdef.c -fno-common -DPIC -o .libs/mdef.o | |
fsg_search.c:263:2: error: non-void function 'fsg_search_reinit' should return a value [-Wreturn-type] | |
return; | |
^ | |
1 error generated. | |
make[2]: *** [fsg_search.lo] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c hmm.c -o hmm.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c fsg_lextree.c -o fsg_lextree.o >/dev/null 2>&1 | |
libtool: compile: /usr/bin/clang -DPACKAGE_NAME=\"pocketsphinx\" -DPACKAGE_TARNAME=\"pocketsphinx\" -DPACKAGE_VERSION=\"0.7\" "-DPACKAGE_STRING=\"pocketsphinx 0.7\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LONG_LONG=1 -DSIZEOF_LONG_LONG=8 -DHAVE_DUP2=1 -I. -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/0.7/share/pocketsphinx/model\" -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/usr/local/Cellar/cmu-sphinxbase/0.7/include -I/usr/local/Cellar/cmu-sphinxbase/0.7/include/sphinxbase -Os -w -pipe -march=native -Qunused-arguments -c mdef.c -o mdef.o >/dev/null 2>&1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/cmu-pocketsphinx.rb#L14 | |
==> Build Environment | |
CPU: quad-core 64-bit arrandale | |
MacOS: 10.7.4-x86_64 | |
Xcode: 4.3.2 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j4 | |
Error: Failed executing: make install (cmu-pocketsphinx.rb:14) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment