Created
May 3, 2019 13:36
-
-
Save paris-ci/5312d9666088b053275fceb4b3ebad45 to your computer and use it in GitHub Desktop.
cmu-pocketsphinx on macOS 10.14.4 - Homebrew build logs
This file contains 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 build logs for cmu-pocketsphinx on macOS 10.14.4 | |
Build date: 2019-05-03 15:34:31 |
This file contains 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: 2.1.1-112-g7da51b4 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 7da51b4a742f988c9801de09951f82ab5aecb04e | |
Last commit: 23 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: acb13c62cd18a745734d3916f8658da22ff93185 | |
Core tap last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_DEV_CMD_RUN: 1 | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 10.0 build 1001 | |
Git: 2.20.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
Java: 12, 1.8.0_201 | |
macOS: 10.14.4-x86_64 | |
CLT: 10.2.1.0.1.1554506761 | |
Xcode: 10.2.1 | |
CLT headers: 10.2.1.0.1.1554506761 | |
XQuartz: 2.7.11 => /opt/X11 |
This file contains 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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/python3.7m/greenlet/greenlet.h | |
/usr/local/include/python3.7m/python-igraph/igraphmodule_api.h | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
ghostscript | |
numpy | |
podofo | |
py3cairo |
This file contains 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
cmu-pocketsphinx |
This file contains 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
2019-05-03 15:34:11 +0200 | |
./autogen.sh | |
**Warning**: I am going to run `configure' with no arguments. | |
If you wish to pass any to it, please specify them on the | |
`./autogen.sh' command line. | |
processing . | |
Running glibtoolize... | |
glibtoolize: putting auxiliary files in '.'. | |
glibtoolize: copying file './ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: copying file 'm4/libtool.m4' | |
glibtoolize: copying file 'm4/ltoptions.m4' | |
glibtoolize: copying file 'm4/ltsugar.m4' | |
glibtoolize: copying file 'm4/ltversion.m4' | |
glibtoolize: copying file 'm4/lt~obsolete.m4' | |
Running aclocal ... | |
Running autoheader... | |
Running automake --foreign --copy ... | |
configure.ac:12: installing './compile' | |
configure.ac:11: installing './config.guess' | |
configure.ac:11: installing './config.sub' | |
configure.ac:6: installing './install-sh' | |
configure.ac:6: installing './missing' | |
src/gst-plugin/Makefile.am: installing './depcomp' | |
swig/python/Makefile.am:22: installing './py-compile' | |
parallel-tests: installing './test-driver' | |
Running autoconf ... | |
Skipping configure process. |
This file contains 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
2019-05-03 15:34:18 +0200 | |
./configure | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6 | |
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 whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin18.5.0 | |
checking host system type... x86_64-apple-darwin18.5.0 | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether clang understands -c and -o together... rm: conftest.dSYM: is a directory | |
yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking dependency style of clang... none | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for long long... yes | |
checking size of long long... 8 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /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 -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin18.5.0 file names to x86_64-apple-darwin18.5.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin18.5.0 file names to toolchain format... func_convert_file_noop | |
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from clang object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin18.5.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for pkg-config... yes | |
checking for doxygen... no | |
checking for a Python interpreter with version >= 2.6... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.7 | |
checking for python platform... darwin | |
checking for python script directory... ${prefix}/lib/python2.7/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages | |
checking for python2.7... (cached) /usr/bin/python | |
checking for a version of Python >= '2.1.0'... yes | |
checking for the distutils Python package... yes | |
checking for Python include path... -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
checking for Python library path... -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 | |
checking for Python site-packages path... /Library/Python/2.7/site-packages | |
checking python extra libraries... -ldl -framework CoreFoundation | |
checking python extra linking flags... -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python | |
checking consistency of all components of python development environment... yes | |
checking for swig... /usr/local/opt/swig/bin/swig | |
checking SWIG version... 4.0.0 | |
checking for SWIG library... /usr/local/Cellar/swig/4.0.0/share/swig/4.0.0 | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for GStreamer... no | |
checking for sphinxbase in /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/../sphinxbase... no | |
checking for sphinxbase in /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/../sphinxbase*... no | |
checking for SPHINXBASE... yes | |
checking sphinx_config.h usability... yes | |
checking sphinx_config.h presence... yes | |
checking for sphinx_config.h... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating pocketsphinx.pc | |
config.status: creating Makefile | |
config.status: creating include/Makefile | |
config.status: creating src/Makefile | |
config.status: creating swig/Makefile | |
config.status: creating swig/python/Makefile | |
config.status: creating swig/python/test/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 test/Makefile | |
config.status: creating test/testfuncs.sh | |
config.status: creating test/unit/Makefile | |
config.status: creating test/regression/Makefile | |
config.status: creating include/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
This file contains 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
clang called with: --version | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem --version -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -V -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -qversion -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -o conftest2.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c -o conftest2.o | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c conftest.c -o conftest2.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -print-prog-name=ld -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -Wall conftest.c conftstm.o | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall conftest.c conftstm.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -Wall -c -o conftest.o conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -Wall -c -o conftest.o conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -Wall conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -Wall -static conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall -static conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -o out/conftest2.o conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall -o out/conftest2.o conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-search-dirs | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -print-search-dirs -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -g -O2 -Wall -print-multi-os-directory | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -g -O2 -Wall -print-multi-os-directory -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -Wall -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python -ldl -framework CoreFoundation | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=nehalem -o conftest -g -O2 -Wall -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python -ldl -framework CoreFoundation -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c -g -O2 -Wall -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include conftest.c | |
superenv added: -pipe -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=nehalem -c -g -O2 -Wall -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -E -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include conftest.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include conftest.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file contains 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
2019-05-03 15:34:29 +0200 | |
make | |
install | |
Making install in src | |
Making install in libpocketsphinx | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o acmod.lo acmod.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o bin_mdef.lo bin_mdef.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o blkarray_list.lo blkarray_list.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o dict.lo dict.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o dict2pid.lo dict2pid.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o fsg_history.lo fsg_history.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o fsg_lextree.lo fsg_lextree.c | |
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c -o fsg_search.lo fsg_search.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c dict.c -fno-common -DPIC -o .libs/dict.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c fsg_search.c -fno-common -DPIC -o .libs/fsg_search.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c fsg_history.c -fno-common -DPIC -o .libs/fsg_history.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c bin_mdef.c -fno-common -DPIC -o .libs/bin_mdef.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c dict2pid.c -fno-common -DPIC -o .libs/dict2pid.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c fsg_lextree.c -fno-common -DPIC -o .libs/fsg_lextree.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c blkarray_list.c -fno-common -DPIC -o .libs/blkarray_list.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c acmod.c -fno-common -DPIC -o .libs/acmod.o | |
dict2pid.c:290:21: error: too many arguments provided to function-like macro invocation | |
bin_mdef_ciphone_str(mdef, l), | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
dict2pid.c:288:13: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("%s(%s,%s) => %d / %d\n", | |
^ | |
dict2pid.c:312:20: error: too many arguments provided to function-like macro invocation | |
bin_mdef_ciphone_str(mdef, dict_second_phone(d, wid))); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
dict2pid.c:310:13: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Filling in left-context diphones for %s(?,%s)\n", | |
^ | |
dict2pid.c:332:20: error: too many arguments provided to function-like macro invocation | |
bin_mdef_ciphone_str(mdef, dict_second_last_phone(d, wid))); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
fsg_lextree.c:498:62: error: too many arguments provided to function-like macro invocation | |
dict2pid.c:330:13: error: E_DEBUG("Found match for (%d,%d)\n", ci, rc); | |
^use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Filling in right-context diphones for %s(%s,?)\n", | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
fsg_lextree.c:498:21: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Found match for (%d,%d)\n", ci, rc); | |
^ | |
dict2pid.c:476:47: error: too many arguments provided to function-like macro invocation | |
dict_wordstr(dict, w), b, bin_mdef_ciphone_str(mdef, b)); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
fsg_lextree.c:579:53: error: expected ';' after expression | |
E_DEBUG("Found match for %d\n", ci); | |
^ | |
dict2pid.c:475:13: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Building tables for single phone word %s phone %d = %s\n", | |
^ | |
fsg_lextree.c:693:13: error: too many arguments provided to function-like macro invocation | |
n_lc_alloc, n_rc_alloc, n_int_alloc); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
8 errors generated. | |
fsg_lextree.c:691:5: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Allocated %d HMMs (%d lc, %d rc, %d internal)\n", | |
^ | |
fsg_lextree.c:732:29: error: too many arguments provided to function-like macro invocation | |
from_state, dst, fsg_model_word_str(fsg, fsg_link_wid(fsglink))); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
fsg_lextree.c:731:9: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Building lextree for arc from %d to %d: %s\n", | |
^ | |
fsg_lextree.c:739:60: error: too many arguments provided to function-like macro invocation | |
E_DEBUG("State %d has %d outgoing arcs\n", from_state, n_arc); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
fsg_lextree.c:739:5: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("State %d has %d outgoing arcs\n", from_state, n_arc); | |
^ | |
9 errors generated. | |
make[2]: *** [dict2pid.lo] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[2]: *** [fsg_lextree.lo] Error 1 | |
acmod.c:547:71: error: too many arguments to function call, expected 5, have 6 | |
if (fe_process_frames(acmod->fe, NULL, inout_n_samps, NULL, &nfr, NULL) < 0) | |
~~~~~~~~~~~~~~~~~ ^~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL' | |
#define NULL __DARWIN_NULL | |
^~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL' | |
#define __DARWIN_NULL ((void *)0) | |
^~~~~~~~~~~ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/fe.h:445:1: note: 'fe_process_frames' declared here | |
int fe_process_frames(fe_t *fe, | |
^ | |
acmod.c:559:49: error: too many arguments to function call, expected 5, have 6 | |
acmod->mfc_buf, &nfr, NULL) < 0) | |
^~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL' | |
#define NULL __DARWIN_NULL | |
^~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL' | |
#define __DARWIN_NULL ((void *)0) | |
^~~~~~~~~~~ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/fe.h:445:1: note: 'fe_process_frames' declared here | |
int fe_process_frames(fe_t *fe, | |
^ | |
acmod.c:636:67: error: too many arguments to function call, expected 5, have 6 | |
acmod->mfc_buf + inptr, &ncep1, &out_frameidx) < 0) | |
^~~~~~~~~~~~~ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/fe.h:445:1: note: 'fe_process_frames' declared here | |
int fe_process_frames(fe_t *fe, | |
^ | |
acmod.c:672:62: error: too many arguments to function call, expected 5, have 6 | |
acmod->mfc_buf + inptr, &ncep, &out_frameidx) < 0) | |
^~~~~~~~~~~~~ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/fe.h:445:1: note: 'fe_process_frames' declared here | |
int fe_process_frames(fe_t *fe, | |
^ | |
acmod.c:1037:34: error: too many arguments provided to function-like macro invocation | |
acmod->senscr_frame, acmod->n_senone_active); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
acmod.c:1036:5: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Frame %d has %d active states\n", | |
^ | |
acmod.c:1161:17: error: too many arguments provided to function-like macro invocation | |
acmod->n_senone_active); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
acmod.c:1160:9: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("Frame %d has %d active states\n", frame_idx, | |
^ | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c blkarray_list.c -o blkarray_list.o >/dev/null 2>&1 | |
acmod.c:1303:37: error: too many arguments provided to function-like macro invocation | |
acmod->n_senone_active, acmod->output_frame); | |
^ | |
/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase/err.h:200:9: note: macro 'E_DEBUG' defined here | |
#define E_DEBUG(level,x) { \ | |
^ | |
acmod.c:1302:5: error: use of undeclared identifier 'E_DEBUG' | |
E_DEBUG("acmod_flags2list: %d active in frame %d\n", | |
^ | |
10 errors generated. | |
make[2]: *** [acmod.lo] Error 1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c fsg_history.c -o fsg_history.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c dict.c -o dict.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c bin_mdef.c -o bin_mdef.o >/dev/null 2>&1 | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR=\"/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model\" -g -O2 -Wall -c fsg_search.c -o fsg_search.o >/dev/null 2>&1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 | |
HOMEBREW_VERSION: 2.1.1-112-g7da51b4 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 7da51b4a742f988c9801de09951f82ab5aecb04e | |
Last commit: 23 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: acb13c62cd18a745734d3916f8658da22ff93185 | |
Core tap last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CACHE: /Users/arthur/Library/Caches/Homebrew | |
HOMEBREW_LOGS: /Users/arthur/Library/Logs/Homebrew | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby | |
Clang: 10.0 build 1001 | |
Git: 2.20.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
Curl: 7.54.0 => /usr/bin/curl | |
Java: 12, 1.8.0_201 | |
macOS: 10.14.4-x86_64 | |
CLT: 10.2.1.0.1.1554506761 | |
Xcode: 10.2.1 | |
CLT headers: 10.2.1.0.1.1554506761 | |
XQuartz: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/libsamplerate/lib/pkgconfig:/usr/local/opt/cmu-sphinxbase/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.14 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/swig/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/flac/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/libsamplerate/bin:/usr/local/opt/cmu-sphinxbase/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains 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
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c bin_mdef.c -fno-common -DPIC -o .libs/bin_mdef.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c bin_mdef.c -fno-common -DPIC -o .libs/bin_mdef.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c fsg_search.c -fno-common -DPIC -o .libs/fsg_search.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c fsg_search.c -fno-common -DPIC -o .libs/fsg_search.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c fsg_history.c -fno-common -DPIC -o .libs/fsg_history.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c fsg_history.c -fno-common -DPIC -o .libs/fsg_history.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c dict.c -fno-common -DPIC -o .libs/dict.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c dict.c -fno-common -DPIC -o .libs/dict.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c dict2pid.c -fno-common -DPIC -o .libs/dict2pid.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c dict2pid.c -fno-common -DPIC -o .libs/dict2pid.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c fsg_lextree.c -fno-common -DPIC -o .libs/fsg_lextree.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c fsg_lextree.c -fno-common -DPIC -o .libs/fsg_lextree.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c blkarray_list.c -fno-common -DPIC -o .libs/blkarray_list.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c blkarray_list.c -fno-common -DPIC -o .libs/blkarray_list.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c acmod.c -fno-common -DPIC -o .libs/acmod.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c acmod.c -fno-common -DPIC -o .libs/acmod.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c blkarray_list.c -o blkarray_list.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c blkarray_list.c -o blkarray_list.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c fsg_history.c -o fsg_history.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c fsg_history.c -o fsg_history.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c dict.c -o dict.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c dict.c -o dict.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c bin_mdef.c -o bin_mdef.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c bin_mdef.c -o bin_mdef.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -I../../include -I../../include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -g -O2 -Wall -c fsg_search.c -o fsg_search.o | |
superenv removed: -g -O2 -Wall | |
superenv added: -pipe -w -Os -march=nehalem -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=nehalem -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include -DMODELDIR="/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6/share/pocketsphinx/model" -c fsg_search.c -o fsg_search.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file contains 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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by pocketsphinx configure 5prealpha, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = ArthurBookPro | |
uname -m = x86_64 | |
uname -r = 18.5.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 436 tasks, 2364 threads, 8 processors | |
Load average: 2.53, Mach factor: 5.48 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/automake/bin | |
PATH: /usr/local/opt/libtool/bin | |
PATH: /usr/local/opt/swig/bin | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/flac/bin | |
PATH: /usr/local/opt/libsndfile/bin | |
PATH: /usr/local/opt/libsamplerate/bin | |
PATH: /usr/local/opt/cmu-sphinxbase/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2553: checking for a BSD-compatible install | |
configure:2621: result: /usr/bin/install -c | |
configure:2632: checking whether build environment is sane | |
configure:2687: result: yes | |
configure:2838: checking for a thread-safe mkdir -p | |
configure:2877: result: ./install-sh -c -d | |
configure:2884: checking for gawk | |
configure:2914: result: no | |
configure:2884: checking for mawk | |
configure:2914: result: no | |
configure:2884: checking for nawk | |
configure:2914: result: no | |
configure:2884: checking for awk | |
configure:2900: found /usr/bin/awk | |
configure:2911: result: awk | |
configure:2922: checking whether make sets $(MAKE) | |
configure:2944: result: yes | |
configure:2973: checking whether make supports nested variables | |
configure:2990: result: yes | |
configure:3115: checking build system type | |
configure:3129: result: x86_64-apple-darwin18.5.0 | |
configure:3149: checking host system type | |
configure:3162: result: x86_64-apple-darwin18.5.0 | |
configure:3230: checking for gcc | |
configure:3257: result: clang | |
configure:3486: checking for C compiler version | |
configure:3495: clang --version >&5 | |
Apple LLVM version 10.0.1 (clang-1001.0.46.4) | |
Target: x86_64-apple-darwin18.5.0 | |
Thread model: posix | |
InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
configure:3506: $? = 0 | |
configure:3495: clang -v >&5 | |
Apple LLVM version 10.0.1 (clang-1001.0.46.4) | |
Target: x86_64-apple-darwin18.5.0 | |
Thread model: posix | |
InstalledDir: /Library/Developer/CommandLineTools/usr/bin | |
configure:3506: $? = 0 | |
configure:3495: clang -V >&5 | |
clang: error: unsupported option '-V -isysroot' | |
configure:3506: $? = 1 | |
configure:3495: clang -qversion >&5 | |
clang: error: unknown argument '-qversion', did you mean '--version'? | |
configure:3506: $? = 1 | |
configure:3526: checking whether the C compiler works | |
configure:3548: clang -g -O2 -Wall conftest.c >&5 | |
configure:3552: $? = 0 | |
configure:3600: result: yes | |
configure:3603: checking for C compiler default output file name | |
configure:3605: result: a.out | |
configure:3611: checking for suffix of executables | |
configure:3618: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:3622: $? = 0 | |
configure:3644: result: | |
configure:3666: checking whether we are cross compiling | |
configure:3674: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:3678: $? = 0 | |
configure:3685: ./conftest | |
configure:3689: $? = 0 | |
configure:3704: result: no | |
configure:3709: checking for suffix of object files | |
configure:3731: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:3735: $? = 0 | |
configure:3756: result: o | |
configure:3760: checking whether we are using the GNU C compiler | |
configure:3779: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:3779: $? = 0 | |
configure:3788: result: yes | |
configure:3797: checking whether clang accepts -g | |
configure:3817: clang -c -g conftest.c >&5 | |
configure:3817: $? = 0 | |
configure:3858: result: yes | |
configure:3875: checking for clang option to accept ISO C89 | |
configure:3938: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:3938: $? = 0 | |
configure:3951: result: none needed | |
configure:3976: checking whether clang understands -c and -o together | |
configure:3998: clang -c conftest.c -o conftest2.o | |
configure:4001: $? = 0 | |
configure:3998: clang -c conftest.c -o conftest2.o | |
configure:4001: $? = 0 | |
configure:4013: result: yes | |
configure:4033: checking whether make supports the include directive | |
configure:4048: make -f confmf.GNU && cat confinc.out | |
this is the am__doit target | |
configure:4051: $? = 0 | |
configure:4070: result: yes (GNU style) | |
configure:4095: checking dependency style of clang | |
configure:4206: result: none | |
configure:4227: checking how to run the C preprocessor | |
configure:4258: clang -E conftest.c | |
configure:4258: $? = 0 | |
configure:4272: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:4272: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pocketsphinx" | |
| #define PACKAGE_TARNAME "pocketsphinx" | |
| #define PACKAGE_VERSION "5prealpha" | |
| #define PACKAGE_STRING "pocketsphinx 5prealpha" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4297: result: clang -E | |
configure:4317: clang -E conftest.c | |
configure:4317: $? = 0 | |
configure:4331: clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:4331: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pocketsphinx" | |
| #define PACKAGE_TARNAME "pocketsphinx" | |
| #define PACKAGE_VERSION "5prealpha" | |
| #define PACKAGE_STRING "pocketsphinx 5prealpha" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4360: checking for grep that handles long lines and -e | |
configure:4418: result: /usr/bin/grep | |
configure:4423: checking for egrep | |
configure:4485: result: /usr/bin/grep -E | |
configure:4490: checking for ANSI C header files | |
configure:4510: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4510: $? = 0 | |
configure:4583: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:4583: $? = 0 | |
configure:4583: ./conftest | |
configure:4583: $? = 0 | |
configure:4594: result: yes | |
configure:4607: checking for sys/types.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for sys/stat.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for stdlib.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for string.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for memory.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for strings.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for inttypes.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for stdint.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4607: checking for unistd.h | |
configure:4607: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4607: $? = 0 | |
configure:4607: result: yes | |
configure:4619: checking for long long | |
configure:4619: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:4619: $? = 0 | |
configure:4619: clang -c -g -O2 -Wall conftest.c >&5 | |
conftest.c:55:24: error: expected expression | |
if (sizeof ((long long))) | |
^ | |
1 error generated. | |
configure:4619: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pocketsphinx" | |
| #define PACKAGE_TARNAME "pocketsphinx" | |
| #define PACKAGE_VERSION "5prealpha" | |
| #define PACKAGE_STRING "pocketsphinx 5prealpha" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((long long))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:4619: result: yes | |
configure:4633: checking size of long long | |
configure:4638: clang -o conftest -g -O2 -Wall conftest.c >&5 | |
configure:4638: $? = 0 | |
configure:4638: ./conftest | |
configure:4638: $? = 0 | |
configure:4652: result: 8 | |
configure:4709: checking how to print strings | |
configure:4736: result: printf | |
configure:4757: checking for a sed that does not truncate output | |
configure:4821: result: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed | |
configure:4839: checking for fgrep | |
configure:4901: result: /usr/bin/grep -F | |
configure:4936: checking for ld used by clang | |
configure:5003: result: /Library/Developer/CommandLineTools/usr/bin/ld | |
configure:5010: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld | |
configure:5025: result: no | |
configure:5037: checking for BSD- or MS-compatible name lister (nm) | |
configure:5091: result: /usr/bin/nm -B | |
configure:5221: checking the name lister (/usr/bin/nm -B) interface | |
configure:5228: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:5231: /usr/bin/nm -B "conftest.o" | |
configure:5234: output | |
00000000000001e4 S _some_variable | |
configure:5241: result: BSD nm | |
configure:5244: checking whether ln -s works | |
configure:5248: result: yes | |
configure:5256: checking the maximum length of command line arguments | |
configure:5387: result: 196608 | |
configure:5435: checking how to convert x86_64-apple-darwin18.5.0 file names to x86_64-apple-darwin18.5.0 format | |
configure:5475: result: func_convert_file_noop | |
configure:5482: checking how to convert x86_64-apple-darwin18.5.0 file names to toolchain format | |
configure:5502: result: func_convert_file_noop | |
configure:5509: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files | |
configure:5516: result: -r | |
configure:5590: checking for objdump | |
configure:5606: found /usr/bin/objdump | |
configure:5617: result: objdump | |
configure:5649: checking how to recognize dependent libraries | |
configure:5849: result: pass_all | |
configure:5934: checking for dlltool | |
configure:5964: result: no | |
configure:5994: checking how to associate runtime and link libraries | |
configure:6021: result: printf %s\n | |
configure:6081: checking for ar | |
configure:6097: found /usr/bin/ar | |
configure:6108: result: ar | |
configure:6145: checking for archiver @FILE support | |
configure:6162: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:6162: $? = 0 | |
configure:6165: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6168: $? = 1 | |
configure:6188: result: no | |
configure:6246: checking for strip | |
configure:6262: found /usr/bin/strip | |
configure:6273: result: strip | |
configure:6345: checking for ranlib | |
configure:6361: found /usr/bin/ranlib | |
configure:6372: result: ranlib | |
configure:6474: checking command to parse /usr/bin/nm -B output from clang object | |
configure:6627: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:6630: $? = 0 | |
configure:6634: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6637: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:6627: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:6630: $? = 0 | |
configure:6634: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:6637: $? = 0 | |
configure:6703: clang -o conftest -g -O2 -Wall conftest.c conftstm.o >&5 | |
warning: (x86_64) could not find object file symbol for symbol _main | |
configure:6706: $? = 0 | |
configure:6744: result: ok | |
configure:6791: checking for sysroot | |
configure:6821: result: no | |
configure:6828: checking for a working dd | |
configure:6866: result: /bin/dd | |
configure:6870: checking how to truncate binary pipes | |
configure:6885: result: /bin/dd bs=4096 count=1 | |
configure:7214: checking for mt | |
configure:7244: result: no | |
configure:7264: checking if : is a manifest tool | |
configure:7270: : '-?' | |
configure:7278: result: no | |
configure:7334: checking for dsymutil | |
configure:7350: found /usr/bin/dsymutil | |
configure:7361: result: dsymutil | |
configure:7426: checking for nmedit | |
configure:7442: found /usr/bin/nmedit | |
configure:7453: result: nmedit | |
configure:7518: checking for lipo | |
configure:7534: found /usr/bin/lipo | |
configure:7545: result: lipo | |
configure:7610: checking for otool | |
configure:7626: found /usr/bin/otool | |
configure:7637: result: otool | |
configure:7702: checking for otool64 | |
configure:7732: result: no | |
configure:7777: checking for -single_module linker flag | |
clang -g -O2 -Wall -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:7810: result: yes | |
configure:7813: checking for -exported_symbols_list linker flag | |
configure:7833: clang -o conftest -g -O2 -Wall -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:7833: $? = 0 | |
configure:7843: result: yes | |
configure:7846: checking for -force_load linker flag | |
clang -g -O2 -Wall -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
clang -g -O2 -Wall -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:7878: result: yes | |
configure:7952: checking for dlfcn.h | |
configure:7952: clang -c -g -O2 -Wall conftest.c >&5 | |
configure:7952: $? = 0 | |
configure:7952: result: yes | |
configure:8208: checking for objdir | |
configure:8223: result: .libs | |
configure:8487: checking if clang supports -fno-rtti -fno-exceptions | |
configure:8505: clang -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8509: $? = 0 | |
configure:8522: result: yes | |
configure:8880: checking for clang option to produce PIC | |
configure:8887: result: -fno-common -DPIC | |
configure:8895: checking if clang PIC flag -fno-common -DPIC works | |
configure:8913: clang -c -g -O2 -Wall -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:8917: $? = 0 | |
configure:8930: result: yes | |
configure:8959: checking if clang static flag -static works | |
configure:8987: result: no | |
configure:9002: checking if clang supports -c -o file.o | |
configure:9023: clang -c -g -O2 -Wall -o out/conftest2.o conftest.c >&5 | |
configure:9027: $? = 0 | |
configure:9049: result: yes | |
configure:9057: checking if clang supports -c -o file.o | |
configure:9104: result: yes | |
configure:9137: checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries | |
configure:10396: result: yes | |
configure:10636: checking dynamic linker characteristics | |
configure:11454: result: darwin18.5.0 dyld | |
configure:11576: checking how to hardcode library paths into programs | |
configure:11601: result: immediate | |
configure:12149: checking whether stripping libraries is possible | |
configure:12163: result: yes | |
configure:12189: checking if libtool supports shared libraries | |
configure:12191: result: yes | |
configure:12194: checking whether to build shared libraries | |
configure:12219: result: yes | |
configure:12222: checking whether to build static libraries | |
configure:12226: result: yes | |
configure:12266: checking for pkg-config | |
configure:12282: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:12294: result: yes | |
configure:12305: checking for doxygen | |
configure:12333: result: no | |
configure:12393: checking for a Python interpreter with version >= 2.6 | |
configure:12410: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) | |
configure:12413: $? = 0 | |
configure:12419: result: python | |
configure:12427: checking for python | |
configure:12445: found /usr/bin/python | |
configure:12457: result: /usr/bin/python | |
configure:12475: checking for python version | |
configure:12482: result: 2.7 | |
configure:12494: checking for python platform | |
configure:12501: result: darwin | |
configure:12527: checking for python script directory | |
configure:12562: result: ${prefix}/lib/python2.7/site-packages | |
configure:12571: checking for python extension module directory | |
configure:12606: result: ${exec_prefix}/lib/python2.7/site-packages | |
configure:12627: checking for python2.7 | |
configure:12657: result: /usr/bin/python | |
configure:12673: checking for a version of Python >= '2.1.0' | |
configure:12699: result: yes | |
configure:12730: checking for the distutils Python package | |
configure:12734: result: yes | |
configure:12748: checking for Python include path | |
configure:12764: result: -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
configure:12771: checking for Python library path | |
configure:12848: result: -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 | |
configure:12855: checking for Python site-packages path | |
configure:12861: result: /Library/Python/2.7/site-packages | |
configure:12868: checking python extra libraries | |
configure:12875: result: -ldl -framework CoreFoundation | |
configure:12882: checking python extra linking flags | |
configure:12889: result: -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python | |
configure:12896: checking consistency of all components of python development environment | |
configure:12922: clang -o conftest -g -O2 -Wall -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 conftest.c -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7 -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python -ldl -framework CoreFoundation >&5 | |
configure:12922: $? = 0 | |
configure:12939: result: yes | |
configure:12970: checking for swig | |
configure:12988: found /usr/local/opt/swig/bin/swig | |
configure:13000: result: /usr/local/opt/swig/bin/swig | |
configure:13014: checking SWIG version | |
configure:13017: result: 4.0.0 | |
configure:13066: checking for SWIG library | |
configure:13069: result: /usr/local/Cellar/swig/4.0.0/share/swig/4.0.0 | |
configure:13145: checking for pkg-config | |
configure:13163: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:13175: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:13200: checking pkg-config is at least version 0.9.0 | |
configure:13203: result: yes | |
configure:13214: checking for GStreamer | |
configure:13224: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= 1.0 | |
gstreamer-base-$GST_MAJORMINOR >= 1.0 | |
gstreamer-plugins-base-$GST_MAJORMINOR >= 1.0" | |
Package gstreamer-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gstreamer-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gstreamer-1.0' found | |
Package gstreamer-base-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gstreamer-base-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gstreamer-base-1.0' found | |
Package gstreamer-plugins-base-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gstreamer-plugins-base-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gstreamer-plugins-base-1.0' found | |
configure:13229: $? = 1 | |
configure:13248: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_MAJORMINOR >= 1.0 | |
gstreamer-base-$GST_MAJORMINOR >= 1.0 | |
gstreamer-plugins-base-$GST_MAJORMINOR >= 1.0" | |
Package gstreamer-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gstreamer-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gstreamer-1.0' found | |
Package gstreamer-base-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gstreamer-base-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gstreamer-base-1.0' found | |
Package gstreamer-plugins-base-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gstreamer-plugins-base-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gstreamer-plugins-base-1.0' found | |
configure:13253: $? = 1 | |
No package 'gstreamer-1.0' found | |
No package 'gstreamer-base-1.0' found | |
No package 'gstreamer-plugins-base-1.0' found | |
configure:13287: result: no | |
configure:13347: checking for sphinxbase in /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/../sphinxbase | |
configure:13355: result: no | |
configure:13347: checking for sphinxbase in /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/../sphinxbase* | |
configure:13355: result: no | |
configure:13371: checking for SPHINXBASE | |
configure:13379: $PKG_CONFIG --exists --print-errors "sphinxbase" | |
configure:13382: $? = 0 | |
configure:13397: $PKG_CONFIG --exists --print-errors "sphinxbase" | |
configure:13400: $? = 0 | |
configure:13450: result: yes | |
configure:13460: checking sphinx_config.h usability | |
configure:13460: clang -c -g -O2 -Wall -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include conftest.c >&5 | |
configure:13460: $? = 0 | |
configure:13460: result: yes | |
configure:13460: checking sphinx_config.h presence | |
configure:13460: clang -E -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include conftest.c | |
configure:13460: $? = 0 | |
configure:13460: result: yes | |
configure:13460: checking for sphinx_config.h | |
configure:13460: result: yes | |
configure:13591: checking that generated files are newer than configure | |
configure:13597: result: done | |
configure:13632: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by pocketsphinx config.status 5prealpha, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on ArthurBookPro | |
config.status:1136: creating pocketsphinx.pc | |
config.status:1136: creating Makefile | |
config.status:1136: creating include/Makefile | |
config.status:1136: creating src/Makefile | |
config.status:1136: creating swig/Makefile | |
config.status:1136: creating swig/python/Makefile | |
config.status:1136: creating swig/python/test/Makefile | |
config.status:1136: creating src/libpocketsphinx/Makefile | |
config.status:1136: creating src/programs/Makefile | |
config.status:1136: creating src/gst-plugin/Makefile | |
config.status:1136: creating doc/Makefile | |
config.status:1136: creating doc/doxyfile | |
config.status:1136: creating model/Makefile | |
config.status:1136: creating test/Makefile | |
config.status:1136: creating test/testfuncs.sh | |
config.status:1136: creating test/unit/Makefile | |
config.status:1136: creating test/regression/Makefile | |
config.status:1136: creating include/config.h | |
config.status:1365: executing depfiles commands | |
config.status:1365: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin18.5.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=clang | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_GStreamer_CFLAGS_set= | |
ac_cv_env_GStreamer_CFLAGS_value= | |
ac_cv_env_GStreamer_LIBS_set= | |
ac_cv_env_GStreamer_LIBS_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_set= | |
ac_cv_env_LT_SYS_LIBRARY_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_PYTHON_VERSION_set= | |
ac_cv_env_PYTHON_VERSION_value= | |
ac_cv_env_PYTHON_set= | |
ac_cv_env_PYTHON_value= | |
ac_cv_env_SPHINXBASE_CFLAGS_set= | |
ac_cv_env_SPHINXBASE_CFLAGS_value= | |
ac_cv_env_SPHINXBASE_LIBS_set= | |
ac_cv_env_SPHINXBASE_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_sphinx_config_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin18.5.0 | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_PYTHON=/usr/bin/python | |
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed | |
ac_cv_path_SWIG=/usr/local/opt/swig/bin/swig | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_lt_DD=/bin/dd | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='clang -E' | |
ac_cv_prog_HAVE_DOXYGEN=no | |
ac_cv_prog_HAVE_PKGCONFIG=yes | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=clang | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OBJDUMP=objdump | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_long_long=8 | |
ac_cv_type_long_long=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_make_support_nested_variables=yes | |
am_cv_pathless_PYTHON=python | |
am_cv_prog_cc_c_o=yes | |
am_cv_python_platform=darwin | |
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' | |
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' | |
am_cv_python_version=2.7 | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld | |
lt_cv_path_NM='/usr/bin/nm -B' | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_import= | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | |
pkg_cv_SPHINXBASE_CFLAGS='-I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include' | |
pkg_cv_SPHINXBASE_LIBS='-L/usr/local/Cellar/cmu-sphinxbase/0.8/lib -L/usr/local/Cellar/libsamplerate/0.1.9/lib -L/usr/local/Cellar/libsndfile/1.0.28/lib -lsphinxbase -lsphinxad -lpthread -lm -lblas -llapack -lsamplerate -lsndfile' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/missing aclocal-1.16' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/missing autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/missing autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/missing automake-1.16' | |
AWK='awk' | |
BUILD_DOXYGEN_FALSE='' | |
BUILD_DOXYGEN_TRUE='#' | |
BUILD_GST_FALSE='' | |
BUILD_GST_TRUE='#' | |
BUILD_SWIG_FALSE='#' | |
BUILD_SWIG_TRUE='' | |
CC='clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-g -O2 -Wall' | |
CPP='clang -E' | |
CPPFLAGS=' -I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GREP='/usr/bin/grep' | |
GST_CFLAGS=' ' | |
GST_LIBS='' | |
GST_MAJORMINOR='1.0' | |
GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex _*\(gst_\|Gst\|GST_\).*' | |
GStreamer_CFLAGS='' | |
GStreamer_LIBS='' | |
HAVE_DOXYGEN='no' | |
HAVE_PKGCONFIG='yes' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/Library/Developer/CommandLineTools/usr/bin/ld' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS=' -L/usr/local/Cellar/cmu-sphinxbase/0.8/lib -L/usr/local/Cellar/libsamplerate/0.1.9/lib -L/usr/local/Cellar/libsndfile/1.0.28/lib -lsphinxbase -lsphinxad -lpthread -lm -lblas -llapack -lsamplerate -lsndfile' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LT_SYS_LIBRARY_PATH='' | |
MAKEINFO='${SHELL} /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
NM='/usr/bin/nm -B' | |
NMEDIT='nmedit' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='pocketsphinx' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='pocketsphinx' | |
PACKAGE_STRING='pocketsphinx 5prealpha' | |
PACKAGE_TARNAME='pocketsphinx' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='5prealpha' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PYTHON='/usr/bin/python' | |
PYTHON_CPPFLAGS='-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7' | |
PYTHON_EXEC_PREFIX='${exec_prefix}' | |
PYTHON_EXTRA_LDFLAGS='-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python' | |
PYTHON_EXTRA_LIBS='-ldl -framework CoreFoundation ' | |
PYTHON_LDFLAGS='-L/System/Library/Frameworks/Python.framework/Versions/2.7/lib -lpython2.7' | |
PYTHON_PLATFORM='darwin' | |
PYTHON_PREFIX='${prefix}' | |
PYTHON_SITE_PKG='/Library/Python/2.7/site-packages' | |
PYTHON_VERSION='2.7' | |
RANLIB='ranlib' | |
SED='/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SPHINXBASE_CFLAGS='-I/usr/local/Cellar/cmu-sphinxbase/0.8/include -I/usr/local/Cellar/cmu-sphinxbase/0.8/include/sphinxbase -I/usr/local/Cellar/libsamplerate/0.1.9/include -I/usr/local/Cellar/libsndfile/1.0.28/include' | |
SPHINXBASE_LIBS='-L/usr/local/Cellar/cmu-sphinxbase/0.8/lib -L/usr/local/Cellar/libsamplerate/0.1.9/lib -L/usr/local/Cellar/libsndfile/1.0.28/lib -lsphinxbase -lsphinxad -lpthread -lm -lblas -llapack -lsamplerate -lsndfile' | |
SPHINXBASE_SWIG='/usr/local/Cellar/cmu-sphinxbase/0.8/share/sphinxbase/swig' | |
STRIP='strip' | |
SWIG='/usr/local/opt/swig/bin/swig' | |
SWIG_LIB='/usr/local/Cellar/swig/4.0.0/share/swig/4.0.0' | |
VERSION='5prealpha' | |
ac_ct_AR='ar' | |
ac_ct_CC='clang' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin18.5.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin18.5.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin18.5.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin18.5.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/cmu-pocketsphinx-20190503-23959-egc9gf/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgpyexecdir='${pyexecdir}/pocketsphinx' | |
pkgpythondir='${pythondir}/pocketsphinx' | |
plugindir='$(libdir)/gstreamer-1.0' | |
prefix='/usr/local/Cellar/cmu-pocketsphinx/HEAD-3bf4fe6' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
pyexecdir='${exec_prefix}/lib/python2.7/site-packages' | |
pythondir='${prefix}/lib/python2.7/site-packages' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "pocketsphinx" | |
#define PACKAGE_TARNAME "pocketsphinx" | |
#define PACKAGE_VERSION "5prealpha" | |
#define PACKAGE_STRING "pocketsphinx 5prealpha" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_LONG_LONG 1 | |
#define SIZEOF_LONG_LONG 8 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_PYTHON "2.7" | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment