Created
November 15, 2018 08:09
-
-
Save samm-git/c12e9348c12499ba3d8c7d23ca5c0ae4 to your computer and use it in GitHub Desktop.
babl.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS} | |
autoreconf: configure.ac: tracing | |
autoreconf: running: /Users/distiller/gtk/inst/bin/libtoolize --copy --force | |
libtoolize: putting auxiliary files in '.'. | |
libtoolize: copying file './ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
autoreconf: running: /Users/distiller/gtk/inst/bin/autoconf --force | |
autoreconf: running: /Users/distiller/gtk/inst/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:119: installing './compile' | |
configure.ac:88: installing './missing' | |
babl/Makefile.am: installing './depcomp' | |
babl/Makefile.am:101: warning: variable 'libbabl_la_LDFLAGS' is defined but no program or | |
babl/Makefile.am:101: library has 'libbabl_la' as canonical name (possible typo) | |
extensions/Makefile.am:49: warning: variable 'float_half_la_SOURCES' is defined but no program or | |
extensions/Makefile.am:49: library has 'float_half_la' as canonical name (possible typo) | |
autoreconf: Leaving directory `.' | |
checking build system type... x86_64-apple-darwin17.7.0 | |
checking host system type... x86_64-apple-darwin17.7.0 | |
checking target system type... x86_64-apple-darwin17.7.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... 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 whether make supports nested variables... (cached) yes | |
checking for gcc... /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc accepts -g... yes | |
checking for /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc option to accept ISO C89... none needed | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -c and -o together... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc... gcc3 | |
checking for /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc option to accept ISO C99... none needed | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc... /Applications/Xcode-10.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode-10.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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-darwin17.7.0 file names to x86_64-apple-darwin17.7.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin17.7.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode-10.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc 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 how to run the C preprocessor... /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc supports -fno-rtti -fno-exceptions... yes | |
checking for /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc option to produce PIC... -fno-common -DPIC | |
checking if /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc PIC flag -fno-common -DPIC works... yes | |
checking if /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc static flag -static works... no | |
checking if /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc supports -c -o file.o... yes | |
checking if /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc supports -c -o file.o... (cached) yes | |
checking whether the /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc linker (/Applications/Xcode-10.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin17.7.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... no | |
checking for GNUC variadic macros... yes | |
checking for ISO C99 variadic macros in C... yes | |
checking whether to enable maintainer-specific portions of Makefiles... yes | |
checking for ANSI C header files... (cached) yes | |
checking whether build environment is sane... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -Wdeclaration-after-statement... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -Wmissing-prototypes... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -Wmissing-declarations... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -Winit-self... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -Wpointer-arith... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -Wold-style-definition... yes | |
checking for rsvg-convert... no | |
checking for w3m... no | |
checking for target architecture... x86_64-apple-darwin17.7.0 | |
checking the extension for shared libraries... .so | |
checking for some Win32 platform... no | |
checking for native Win32... no | |
checking for __thread... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -mmmx... yes | |
checking whether we can compile MMX code... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -mfpmath=sse... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -msse... yes | |
checking whether we can compile SSE code... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -msse2... yes | |
checking whether we can compile SSE2 code... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -msse3... yes | |
checking whether we can compile SSE3 code... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -msse4.1... yes | |
checking whether we can compile SSE4_1 code... yes | |
checking whether /Applications/Xcode-10.app/Contents/Developer/usr/bin/gcc understands -mf16c... yes | |
checking whether we can compile half-floating point code... yes | |
checking for srandom... yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking for library containing dlopen... none required | |
checking for library containing rint... none required | |
checking for gettimeofday... yes | |
checking for rint... yes | |
checking that generated files are newer than configure... done | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating babl.pc | |
config.status: creating babl/Makefile | |
config.status: creating babl/babl-version.h | |
config.status: creating babl/base/Makefile | |
config.status: creating docs/Makefile | |
config.status: creating docs/index-static.html | |
config.status: creating docs/graphics/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating extensions/Makefile | |
config.status: creating INSTALL | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment