Skip to content

Instantly share code, notes, and snippets.

@davetcoleman
Created February 19, 2012 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davetcoleman/1865531 to your computer and use it in GitHub Desktop.
Save davetcoleman/1865531 to your computer and use it in GitHub Desktop.
pygtk issues
brew install pygtk
==> Installing pygtk dependency: jpeg
==> Downloading http://www.ijg.org/files/jpegsrc.v8d.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/jpeg/8d
==> make install
ln: libjpeg.dylib: Permission denied
Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link jpeg'
==> Summary
/usr/local/Cellar/jpeg/8d: 18 files, 1.3M, built in 45 seconds
==> Installing pygtk dependency: libtiff
==> Downloading http://download.osgeo.org/libtiff/tiff-3.9.5.zip
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libtiff/3.9.5 --mandir=/usr/local/Cellar/libtiff/3.9.5/share/man
==> make install
ln: libtiffxx.dylib: Permission denied
Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libtiff'
==> Summary
/usr/local/Cellar/libtiff/3.9.5: 236 files, 3.4M, built in 53 seconds
==> Installing pygtk dependency: jasper
==> Downloading http://slackware.sukkology.net/packages/jasper/jasper-1.900.1.zip
######################################################################## 100.0%
==> Patching
patching file src/libjasper/jpc/jpc_dec.c
==> ./configure --disable-debug --enable-shared --prefix=/usr/local/Cellar/jasper/1.900.1 --mandir=/usr/local/Cellar/jasper/1.900.1/
==> make install
ln: libjasper.dylib: Permission denied
Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link jasper'
==> Summary
/usr/local/Cellar/jasper/1.900.1: 34 files, 968K, built in 100 seconds
==> Installing pygtk dependency: gdk-pixbuf
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-2.24.1.tar.xz
######################################################################## 100.0%
==> ./configure --disable-maintainer-mode --enable-debug=no --prefix=/usr/local/Cellar/gdk-pixbuf/2.24.1 --with-libjasper --enable-i
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 how to create a ustar tar archive... gnutar
checking whether to disable maintainer-specific portions of Makefiles... no
checking for gcc... /usr/bin/llvm-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 /usr/bin/llvm-gcc accepts -g... yes
checking for /usr/bin/llvm-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/llvm-gcc... none
checking whether /usr/bin/llvm-gcc and cc understand -c and -o together... yes
checking for /usr/bin/llvm-gcc option to accept ISO C99... -std=gnu99
checking for /usr/bin/llvm-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-apple-darwin11.3.0
checking host system type... x86_64-apple-darwin11.3.0
checking for native Win32... no
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 /usr/bin/llvm-gcc -std=gnu99... /usr/bin/llvm-gcc
checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/llvm-gcc option to reload object files... -r
checking for objdump... no
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 output from /usr/bin/llvm-gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /usr/bin/llvm-gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/llvm-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/llvm-gcc -std=gnu99 option to produce PIC... -fno-common -DPIC
checking if /usr/bin/llvm-gcc -std=gnu99 PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/llvm-gcc -std=gnu99 static flag -static works... no
checking if /usr/bin/llvm-gcc -std=gnu99 supports -c -o file.o... yes
checking if /usr/bin/llvm-gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/llvm-gcc -std=gnu99 linker (/usr/bin/llvm-gcc) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.3.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
configure: creating ./config.lt
config.lt: creating libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dependency style of /usr/bin/llvm-gcc -std=gnu99... none
checking for nm... /usr/bin/nm
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for BASE_DEPENDENCIES... yes
checking Whether to write dependencies into .pc files... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sigsetjmp... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
checking for gmsgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
checking for xgettext... /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
checking for msgmerge... /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge
checking for ld used by GCC... /usr/bin/llvm-gcc
checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
checking for extra flags to get ANSI library prototypes... none needed
checking for the BeOS... no
checking for HP-UX... no
checking for extra flags for POSIX compliance... none needed
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.27.2... yes (version 2.30.2)
checking for bind_textdomain_codeset... yes
checking for unistd.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether to build gmodulized gdk-pixbuf... yes
checking whether dynamic modules work... yes
checking for TIFFReadRGBAImageOriented in -ltiff... no
checking for TIFFWriteScanline in -ltiff... no
checking for TIFFFlushData in -ltiff34... no
configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
configure: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/gdk-pixbuf.rb#L20
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: 2fe9cd38cd599c9183deaa8e8bab48c958f90903
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: 8-core 64-bit sandybridge
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
Clang: 2.1 build 163
MacPorts or Fink? false
X11 installed? true
System Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Which Perl: /usr/bin/perl
Which Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.2/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Build Flags
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -Os -w -pipe -march=core2 -msse4
CXXFLAGS: -Os -w -pipe -march=core2 -msse4
CPPFLAGS: -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include
LDFLAGS: -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib
MAKEFLAGS: -j8
PKG_CONFIG_PATH: /usr/local/Cellar/libffi/3.0.10/lib/pkgconfig:/usr/local/Cellar/gettext/0.18.1.1/lib/pkgconfig
Error: Failed executing: ./configure --disable-dependency-tracking --disable-maintainer-mode --enable-debug=no --prefix=/usr/local/Cellar/gdk-pixbuf/2.24.1 --with-libjasper --enable-introspection=no --disable-Bsymbolic --without-gdiplus
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/4970
Otherwise, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
We saved the configure log, please gist it if you report the issue:
~/Library/Logs/Homebrew/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gdk-pixbuf configure 2.24.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-dependency-tracking --disable-maintainer-mode --enable-debug=no --prefix=/usr/local/Cellar/gdk-pixbuf/2.24.1 --with-libjasper --enable-introspection=no --disable-Bsymbolic --without-gdiplus
## --------- ##
## Platform. ##
## --------- ##
hostname = davemac
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 150 tasks, 655 threads, 8 processors
Load average: 2.72, Mach factor: 5.27
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/libffi/3.0.10/bin
PATH: /usr/local/Cellar/gettext/0.18.1.1/bin
PATH: /usr/local/bin
PATH: .
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/git/bin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2500: checking for a BSD-compatible install
configure:2568: result: /usr/bin/install -c
configure:2579: checking whether build environment is sane
configure:2629: result: yes
configure:2770: checking for a thread-safe mkdir -p
configure:2809: result: ./install-sh -c -d
configure:2822: checking for gawk
configure:2852: result: no
configure:2822: checking for mawk
configure:2852: result: no
configure:2822: checking for nawk
configure:2852: result: no
configure:2822: checking for awk
configure:2838: found /usr/bin/awk
configure:2849: result: awk
configure:2860: checking whether make sets $(MAKE)
configure:2882: result: yes
configure:2948: checking how to create a ustar tar archive
configure:2961: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:2964: $? = 0
configure:3004: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3007: $? = 0
configure:3011: tar -xf - <conftest.tar
configure:3014: $? = 0
configure:3027: result: gnutar
configure:3035: checking whether to disable maintainer-specific portions of Makefiles
configure:3044: result: no
configure:3161: checking for gcc
configure:3188: result: /usr/bin/llvm-gcc
configure:3417: checking for C compiler version
configure:3426: /usr/bin/llvm-gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3437: $? = 0
configure:3426: /usr/bin/llvm-gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
configure:3437: $? = 0
configure:3426: /usr/bin/llvm-gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3437: $? = 1
configure:3426: /usr/bin/llvm-gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3437: $? = 1
configure:3457: checking whether the C compiler works
configure:3479: /usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
configure:3483: $? = 0
configure:3531: result: yes
configure:3534: checking for C compiler default output file name
configure:3536: result: a.out
configure:3542: checking for suffix of executables
configure:3549: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
configure:3553: $? = 0
configure:3575: result:
configure:3597: checking whether we are cross compiling
configure:3605: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
configure:3609: $? = 0
configure:3616: ./conftest
configure:3620: $? = 0
configure:3635: result: no
configure:3640: checking for suffix of object files
configure:3662: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:3666: $? = 0
configure:3687: result: o
configure:3691: checking whether we are using the GNU C compiler
configure:3710: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:3710: $? = 0
configure:3719: result: yes
configure:3728: checking whether /usr/bin/llvm-gcc accepts -g
configure:3748: /usr/bin/llvm-gcc -c -g -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:3748: $? = 0
configure:3789: result: yes
configure:3806: checking for /usr/bin/llvm-gcc option to accept ISO C89
configure:3870: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:3870: $? = 0
configure:3883: result: none needed
configure:3914: checking for style of include used by make
configure:3942: result: GNU
configure:3967: checking dependency style of /usr/bin/llvm-gcc
configure:4077: result: none
configure:4093: checking whether /usr/bin/llvm-gcc and cc understand -c and -o together
configure:4124: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
configure:4128: $? = 0
configure:4134: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5
configure:4138: $? = 0
configure:4149: cc -c conftest.c >&5
configure:4153: $? = 0
configure:4161: cc -c conftest.c -o conftest2.o >&5
configure:4165: $? = 0
configure:4171: cc -c conftest.c -o conftest2.o >&5
configure:4175: $? = 0
configure:4193: result: yes
configure:4207: checking for /usr/bin/llvm-gcc option to accept ISO C99
configure:4356: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
conftest.c:59: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:113: error: nested functions are disabled, use -fnested-functions to re-enable
conftest.c:113: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:113: error: 'newvar' undeclared (first use in this function)
conftest.c:113: error: (Each undeclared identifier is reported only once
conftest.c:113: error: for each function it appears in.)
conftest.c:123: error: 'for' loop initial declaration used outside C99 mode
configure:4356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4356: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:4356: $? = 0
configure:4376: result: -std=gnu99
configure:4478: checking for /usr/bin/llvm-gcc -std=gnu99 option to accept ISO Standard C
configure:4492: result: -std=gnu99
configure:4497: checking whether make sets $(MAKE)
configure:4519: result: yes
configure:4581: checking for pkg-config
configure:4599: found /usr/local/bin/pkg-config
configure:4611: result: /usr/local/bin/pkg-config
configure:4636: checking pkg-config is at least version 0.9.0
configure:4639: result: yes
configure:4652: checking build system type
configure:4666: result: x86_64-apple-darwin11.3.0
configure:4686: checking host system type
configure:4699: result: x86_64-apple-darwin11.3.0
configure:4721: checking for native Win32
configure:4741: result: no
configure:4813: checking how to print strings
configure:4840: result: printf
configure:4861: checking for a sed that does not truncate output
configure:4925: result: /usr/bin/sed
configure:4943: checking for grep that handles long lines and -e
configure:5001: result: /usr/bin/grep
configure:5006: checking for egrep
configure:5068: result: /usr/bin/grep -E
configure:5073: checking for fgrep
configure:5135: result: /usr/bin/grep -F
configure:5170: checking for ld used by /usr/bin/llvm-gcc -std=gnu99
configure:5237: result: /usr/bin/llvm-gcc
configure:5244: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
configure:5259: result: no
configure:5271: checking for BSD- or MS-compatible name lister (nm)
configure:5320: result: /usr/bin/nm
configure:5450: checking the name lister (/usr/bin/nm) interface
configure:5457: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:5460: /usr/bin/nm "conftest.o"
configure:5463: output
0000000000000000 S _some_variable
configure:5470: result: BSD nm
configure:5473: checking whether ln -s works
configure:5477: result: yes
configure:5485: checking the maximum length of command line arguments
configure:5610: result: 196608
configure:5627: checking whether the shell understands some XSI constructs
configure:5637: result: yes
configure:5641: checking whether the shell understands "+="
configure:5647: result: yes
configure:5682: checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format
configure:5722: result: func_convert_file_noop
configure:5729: checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format
configure:5749: result: func_convert_file_noop
configure:5756: checking for /usr/bin/llvm-gcc option to reload object files
configure:5763: result: -r
configure:5837: checking for objdump
configure:5867: result: no
configure:5893: checking how to recognize dependent libraries
configure:6095: result: pass_all
configure:6180: checking for dlltool
configure:6210: result: no
configure:6237: checking how to associate runtime and link libraries
configure:6264: result: printf %s\n
configure:6325: checking for ar
configure:6341: found /usr/bin/ar
configure:6352: result: ar
configure:6389: checking for archiver @FILE support
configure:6406: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:6406: $? = 0
configure:6409: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6412: $? = 1
configure:6432: result: no
configure:6490: checking for strip
configure:6506: found /usr/bin/strip
configure:6517: result: strip
configure:6589: checking for ranlib
configure:6605: found /usr/bin/ranlib
configure:6616: result: ranlib
configure:6718: checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc -std=gnu99 object
configure:6837: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:6840: $? = 0
configure:6844: /usr/bin/nm 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:6847: $? = 0
cannot find nm_test_var in conftest.nm
configure:6837: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:6840: $? = 0
configure:6844: /usr/bin/nm 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:6847: $? = 0
configure:6913: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c conftstm.o >&5
configure:6916: $? = 0
configure:6954: result: ok
configure:6991: checking for sysroot
configure:7021: result: no
configure:7264: checking for mt
configure:7294: result: no
configure:7314: checking if : is a manifest tool
configure:7320: : '-?'
configure:7328: result: no
configure:7384: checking for dsymutil
configure:7400: found /usr/bin/dsymutil
configure:7411: result: dsymutil
configure:7476: checking for nmedit
configure:7492: found /usr/bin/nmedit
configure:7503: result: nmedit
configure:7568: checking for lipo
configure:7584: found /usr/bin/lipo
configure:7595: result: lipo
configure:7660: checking for otool
configure:7676: found /usr/bin/otool
configure:7687: result: otool
configure:7752: checking for otool64
configure:7782: result: no
configure:7827: checking for -single_module linker flag
/usr/bin/llvm-gcc -std=gnu99 -Os -w -pipe -march=core2 -msse4 -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7854: result: yes
configure:7856: checking for -exported_symbols_list linker flag
configure:7876: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7876: $? = 0
configure:7886: result: yes
configure:7888: checking for -force_load linker flag
/usr/bin/llvm-gcc -std=gnu99 -Os -w -pipe -march=core2 -msse4 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
/usr/bin/llvm-gcc -std=gnu99 -Os -w -pipe -march=core2 -msse4 -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7918: result: yes
configure:7960: checking how to run the C preprocessor
configure:7991: /usr/bin/llvm-gcc -std=gnu99 -E -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c
configure:7991: $? = 0
configure:8005: /usr/bin/llvm-gcc -std=gnu99 -E -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:8005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8030: result: /usr/bin/llvm-gcc -std=gnu99 -E
configure:8050: /usr/bin/llvm-gcc -std=gnu99 -E -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c
configure:8050: $? = 0
configure:8064: /usr/bin/llvm-gcc -std=gnu99 -E -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:8064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8093: checking for ANSI C header files
configure:8113: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8113: $? = 0
configure:8186: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
configure:8186: $? = 0
configure:8186: ./conftest
configure:8186: $? = 0
configure:8197: result: yes
configure:8210: checking for sys/types.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for sys/stat.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for stdlib.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for string.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for memory.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for strings.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for inttypes.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for stdint.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8210: checking for unistd.h
configure:8210: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8210: $? = 0
configure:8210: result: yes
configure:8224: checking for dlfcn.h
configure:8224: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:8224: $? = 0
configure:8224: result: yes
configure:8708: checking for objdir
configure:8723: result: .libs
configure:8994: checking if /usr/bin/llvm-gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:9012: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -fno-rtti -fno-exceptions conftest.c >&5
configure:9016: $? = 0
configure:9029: result: yes
configure:9339: checking for /usr/bin/llvm-gcc -std=gnu99 option to produce PIC
configure:9346: result: -fno-common -DPIC
configure:9354: checking if /usr/bin/llvm-gcc -std=gnu99 PIC flag -fno-common -DPIC works
configure:9372: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -fno-common -DPIC -DPIC conftest.c >&5
configure:9376: $? = 0
configure:9389: result: yes
configure:9418: checking if /usr/bin/llvm-gcc -std=gnu99 static flag -static works
configure:9446: result: no
configure:9461: checking if /usr/bin/llvm-gcc -std=gnu99 supports -c -o file.o
configure:9482: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -o out/conftest2.o conftest.c >&5
configure:9486: $? = 0
configure:9508: result: yes
configure:9516: checking if /usr/bin/llvm-gcc -std=gnu99 supports -c -o file.o
configure:9563: result: yes
configure:9596: checking whether the /usr/bin/llvm-gcc -std=gnu99 linker (/usr/bin/llvm-gcc) supports shared libraries
configure:10754: result: yes
configure:10999: checking dynamic linker characteristics
configure:11739: result: darwin11.3.0 dyld
configure:11846: checking how to hardcode library paths into programs
configure:11871: result: immediate
configure:12411: checking whether stripping libraries is possible
configure:12425: result: yes
configure:12451: checking if libtool supports shared libraries
configure:12453: result: yes
configure:12456: checking whether to build shared libraries
configure:12477: result: yes
configure:12480: checking whether to build static libraries
configure:12484: result: no
configure:12521: creating ./config.lt
## ------------------ ##
## Running config.lt. ##
## ------------------ ##
config.lt:635: creating libtool
configure:13915: checking for special C compiler options needed for large files
configure:13960: result: no
configure:13966: checking for _FILE_OFFSET_BITS value needed for large files
configure:13991: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include conftest.c >&5
configure:13991: $? = 0
configure:14023: result: no
configure:14116: checking dependency style of /usr/bin/llvm-gcc -std=gnu99
configure:14224: result: none
configure:14241: checking for nm
configure:14272: result: /usr/bin/nm
configure:14281: checking for some Win32 platform
configure:14290: result: no
configure:14503: checking whether build environment is sane
configure:14553: result: yes
configure:14624: checking for BASE_DEPENDENCIES
configure:14631: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.27.2"
configure:14634: $? = 0
configure:14647: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.27.2"
configure:14650: $? = 0
configure:14709: result: yes
configure:14733: checking Whether to write dependencies into .pc files
configure:14750: result: no
configure:14769: checking for perl5
configure:14802: result: no
configure:14769: checking for perl
configure:14787: found /usr/bin/perl
configure:14799: result: /usr/bin/perl
configure:14820: checking for sigsetjmp
configure:14836: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
configure:14836: $? = 0
configure:14843: result: yes
configure:14854: checking whether NLS is requested
configure:14863: result: yes
configure:14904: checking for msgfmt
configure: trying /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt...
0 translated messages.
configure:14936: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:14945: checking for gmsgfmt
configure:14976: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
configure:15027: checking for xgettext
configure: trying /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext...
/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:15059: result: /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
configure:15105: checking for msgmerge
configure: trying /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge...
configure:15136: result: /usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge
configure:15193: checking for ld used by GCC
configure:15257: result: /usr/bin/llvm-gcc
configure:15264: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
configure:15277: result: no
configure:15284: checking for shared library run path origin
configure:15297: result: done
configure:15798: checking for CFPreferencesCopyAppValue
configure:15816: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:15816: $? = 0
configure:15825: result: yes
configure:15832: checking for CFLocaleCopyCurrent
configure:15850: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:15850: $? = 0
configure:15859: result: yes
configure:15908: checking for GNU gettext in libc
configure:15928: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_libintl_bindtextdomain", referenced from:
_main in ccUXU7i3.o
"_libintl_gettext", referenced from:
_main in ccUXU7i3.o
"__nl_msg_cat_cntr", referenced from:
_main in ccUXU7i3.o
"__nl_domain_bindings", referenced from:
_main in ccUXU7i3.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:15928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SIGSETJMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| ;
| return 0;
| }
configure:15937: result: no
configure:15971: checking for iconv
configure:15993: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c >&5
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_main in ccesl0B2.o
"_iconv", referenced from:
_main in ccesl0B2.o
"_iconv_close", referenced from:
_main in ccesl0B2.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:15993: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SIGSETJMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:16015: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -liconv >&5
configure:16015: $? = 0
configure:16025: result: yes
configure:16028: checking for working iconv
configure:16104: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -liconv >&5
configure:16104: $? = 0
configure:16104: ./conftest
configure:16104: $? = 0
configure:16116: result: yes
configure:16131: checking how to link with libiconv
configure:16133: result: -liconv
configure:16579: checking for GNU gettext in libintl
configure:16607: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -lintl >&5
configure:16607: $? = 0
configure:16648: result: yes
configure:16683: checking whether to use NLS
configure:16685: result: yes
configure:16688: checking where the gettext function comes from
configure:16699: result: external libintl
configure:16707: checking how to link with libintl
configure:16709: result: -lintl -Wl,-framework -Wl,CoreFoundation
configure:16765: checking for extra flags to get ANSI library prototypes
configure:16780: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -lm >&5
configure:16780: $? = 0
configure:16780: ./conftest
configure:16780: $? = 0
configure:16781: result: none needed
configure:16816: checking for the BeOS
configure:16825: result: no
configure:16834: checking for HP-UX
configure:16843: result: no
configure:16848: checking for extra flags for POSIX compliance
configure:16861: /usr/bin/llvm-gcc -std=gnu99 -c -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:16861: $? = 0
configure:16862: result: none needed
configure:16981: checking for pkg-config
configure:17011: result: /usr/local/bin/pkg-config
configure:17036: checking pkg-config is at least version 0.16
configure:17039: result: yes
configure:17056: checking for GLIB - version >= 2.27.2
configure:17170: /usr/bin/llvm-gcc -std=gnu99 -o conftest -Os -w -pipe -march=core2 -msse4 -Wall -D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -L/usr/local/Cellar/glib/2.30.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl >&5
configure:17170: $? = 0
configure:17170: ./conftest
configure:17170: $? = 0
configure:17184: result: yes (version 2.30.2)
configure:17267: checking for bind_textdomain_codeset
configure:17267: /usr/bin/llvm-gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -L/usr/local/Cellar/glib/2.30.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl >&5
configure:17267: $? = 0
configure:17267: result: yes
configure:17280: checking for unistd.h
configure:17280: result: yes
configure:17298: checking for ANSI C header files
configure:17402: result: yes
configure:17412: checking for an ANSI C-conforming const
configure:17477: /usr/bin/llvm-gcc -std=gnu99 -c -DGDK_PIXBUF_DISABLE_DEPRECATED -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES conftest.c >&5
configure:17477: $? = 0
configure:17484: result: yes
configure:17510: checking whether to build gmodulized gdk-pixbuf
configure:17525: result: yes
configure:17527: checking whether dynamic modules work
configure:17551: result: yes
configure:17602: checking for TIFFReadRGBAImageOriented in -ltiff
configure:17627: /usr/bin/llvm-gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -ltiff -lm >&5
ld: library not found for -ltiff
collect2: ld returned 1 exit status
configure:17627: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SIGSETJMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gdk-pixbuf"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define USE_GMODULE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char TIFFReadRGBAImageOriented ();
| int
| main ()
| {
| return TIFFReadRGBAImageOriented ();
| ;
| return 0;
| }
configure:17636: result: no
configure:17649: checking for TIFFWriteScanline in -ltiff
configure:17674: /usr/bin/llvm-gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -ltiff -ljpeg -lz -lm >&5
ld: library not found for -ltiff
collect2: ld returned 1 exit status
configure:17674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SIGSETJMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gdk-pixbuf"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define USE_GMODULE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char TIFFWriteScanline ();
| int
| main ()
| {
| return TIFFWriteScanline ();
| ;
| return 0;
| }
configure:17683: result: no
configure:17696: checking for TIFFFlushData in -ltiff34
configure:17721: /usr/bin/llvm-gcc -std=gnu99 -o conftest -DGDK_PIXBUF_DISABLE_DEPRECATED -Os -w -pipe -march=core2 -msse4 -Wall -I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES -L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib conftest.c -ltiff34 -ljpeg -lz -lm >&5
ld: library not found for -ltiff34
collect2: ld returned 1 exit status
configure:17721: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdk-pixbuf"
| #define PACKAGE_TARNAME "gdk-pixbuf"
| #define PACKAGE_VERSION "2.24.1"
| #define PACKAGE_STRING "gdk-pixbuf 2.24.1"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SIGSETJMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gdk-pixbuf"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define USE_GMODULE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char TIFFFlushData ();
| int
| main ()
| {
| return TIFFFlushData ();
| ;
| return 0;
| }
configure:17730: result: no
configure:17743: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
configure:17754: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_set=
ac_cv_env_BASE_DEPENDENCIES_CFLAGS_value=
ac_cv_env_BASE_DEPENDENCIES_LIBS_set=
ac_cv_env_BASE_DEPENDENCIES_LIBS_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/llvm-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2 -msse4'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GDK_PIXBUF_XLIB_DEP_CFLAGS_set=
ac_cv_env_GDK_PIXBUF_XLIB_DEP_CFLAGS_value=
ac_cv_env_GDK_PIXBUF_XLIB_DEP_LIBS_set=
ac_cv_env_GDK_PIXBUF_XLIB_DEP_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/Cellar/libffi/3.0.10/lib/pkgconfig:/usr/local/Cellar/gettext/0.18.1.1/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_func_bind_textdomain_codeset=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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-darwin11.3.0
ac_cv_lib_tiff34_TIFFFlushData=no
ac_cv_lib_tiff_TIFFReadRGBAImageOriented=no
ac_cv_lib_tiff_TIFFWriteScanline=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge
ac_cv_path_NM=/usr/bin/nm
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/llvm-gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc
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_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc__usr_bin_llvm_gcc_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/llvm-gcc
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CCAS_dependencies_compiler_type=none
am_cv_CC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=yes
am_cv_prog_tar_ustar=gnutar
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=yes
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=/usr/bin/llvm-gcc
lt_cv_path_NM=/usr/bin/nm
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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
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
pkg_cv_BASE_DEPENDENCIES_CFLAGS='-I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include '
pkg_cv_BASE_DEPENDENCIES_LIBS='-L/usr/local/Cellar/glib/2.30.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lglib-2.0 -lintl '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='1'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/missing --run automake-1.11'
AWK='awk'
BASE_DEPENDENCIES_CFLAGS='-I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include '
BASE_DEPENDENCIES_LIBS='-L/usr/local/Cellar/glib/2.30.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lglib-2.0 -lintl '
BUILD_DYNAMIC_MODULES_FALSE=''
BUILD_DYNAMIC_MODULES_TRUE=''
BUILD_GDIPLUS_LOADERS_FALSE=''
BUILD_GDIPLUS_LOADERS_TRUE='#'
CC='/usr/bin/llvm-gcc -std=gnu99'
CCAS='/usr/bin/llvm-gcc -std=gnu99'
CCASDEPMODE='depmode=none'
CCASFLAGS='-Os -w -pipe -march=core2 -msse4'
CCDEPMODE='depmode=none'
CFLAGS='-DGDK_PIXBUF_DISABLE_DEPRECATED -Os -w -pipe -march=core2 -msse4 -Wall'
CPP='/usr/bin/llvm-gcc -std=gnu99 -E'
CPPFLAGS='-I/usr/local/Cellar/libffi/3.0.10/include -I/usr/local/Cellar/gettext/0.18.1.1/include -DG_DISABLE_SINGLE_INCLUDES'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CYGPATH_W='echo'
DB2HTML=''
DEFS=''
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
EXEEXT=''
EXE_MANIFEST_ARCHITECTURE='X86'
FGREP='/usr/bin/grep -F'
GDK_PIXBUF_API_VERSION='2.0'
GDK_PIXBUF_BINARY_VERSION='2.10.0'
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_DEP_CFLAGS=''
GDK_PIXBUF_DEP_LIBS=''
GDK_PIXBUF_EXTRA_CFLAGS=''
GDK_PIXBUF_EXTRA_LIBS=''
GDK_PIXBUF_LINK_FLAGS=''
GDK_PIXBUF_MAJOR='2'
GDK_PIXBUF_MICRO='1'
GDK_PIXBUF_MINOR='24'
GDK_PIXBUF_PACKAGES=''
GDK_PIXBUF_VERSION='2.24.1'
GDK_PIXBUF_XLIB_DEP_CFLAGS=''
GDK_PIXBUF_XLIB_DEP_LIBS=''
GETTEXT_MACRO_VERSION='0.17'
GETTEXT_PACKAGE='gdk-pixbuf'
GLIB_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/Cellar/glib/2.30.2/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl '
GLIB_MKENUMS='glib-mkenums'
GMSGFMT='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt'
GMSGFMT_015='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GREP='/usr/bin/grep'
GTKDOC_CHECK=''
GTKDOC_DEPS_CFLAGS=''
GTKDOC_DEPS_LIBS=''
GTKDOC_MKPDF=''
GTKDOC_REBASE=''
GTK_DOC_BUILD_HTML_FALSE=''
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE=''
GTK_DOC_USE_REBASE_TRUE=''
GTK_UPDATE_ICON_CACHE=''
HAVE_DOCBOOK_FALSE=''
HAVE_DOCBOOK_TRUE=''
HAVE_INTROSPECTION_FALSE=''
HAVE_INTROSPECTION_TRUE=''
HAVE_JASPER_FALSE=''
HAVE_JASPER_TRUE=''
HAVE_JPEG_FALSE=''
HAVE_JPEG_TRUE=''
HAVE_PNG_FALSE=''
HAVE_PNG_TRUE=''
HAVE_TIFF_FALSE=''
HAVE_TIFF_TRUE=''
HTML_DIR=''
INCLUDED_LOADER_DEFINE=''
INCLUDED_LOADER_OBJ=''
INCLUDE_ANI_FALSE=''
INCLUDE_ANI_TRUE=''
INCLUDE_BMP_FALSE=''
INCLUDE_BMP_TRUE=''
INCLUDE_GDIPLUS_FALSE=''
INCLUDE_GDIPLUS_TRUE=''
INCLUDE_GIF_FALSE=''
INCLUDE_GIF_TRUE=''
INCLUDE_ICNS_FALSE=''
INCLUDE_ICNS_TRUE=''
INCLUDE_ICO_FALSE=''
INCLUDE_ICO_TRUE=''
INCLUDE_JASPER_FALSE=''
INCLUDE_JASPER_TRUE=''
INCLUDE_JPEG_FALSE=''
INCLUDE_JPEG_TRUE=''
INCLUDE_PCX_FALSE=''
INCLUDE_PCX_TRUE=''
INCLUDE_PNG_FALSE=''
INCLUDE_PNG_TRUE=''
INCLUDE_PNM_FALSE=''
INCLUDE_PNM_TRUE=''
INCLUDE_QTIF_FALSE=''
INCLUDE_QTIF_TRUE=''
INCLUDE_RAS_FALSE=''
INCLUDE_RAS_TRUE=''
INCLUDE_TGA_FALSE=''
INCLUDE_TGA_TRUE=''
INCLUDE_TIFF_FALSE=''
INCLUDE_TIFF_TRUE=''
INCLUDE_WBMP_FALSE=''
INCLUDE_WBMP_TRUE=''
INCLUDE_XBM_FALSE=''
INCLUDE_XBM_TRUE=''
INCLUDE_XPM_FALSE=''
INCLUDE_XPM_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation'
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
INTROSPECTION_CFLAGS=''
INTROSPECTION_COMPILER=''
INTROSPECTION_GENERATE=''
INTROSPECTION_GIRDIR=''
INTROSPECTION_LIBS=''
INTROSPECTION_MAKEFILE=''
INTROSPECTION_SCANNER=''
INTROSPECTION_TYPELIBDIR=''
LD='/usr/bin/llvm-gcc'
LDFLAGS='-L/usr/local/Cellar/libffi/3.0.10/lib -L/usr/local/Cellar/gettext/0.18.1.1/lib'
LIBICONV='-liconv'
LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
LIBJASPER=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBS=''
LIBTIFF=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LIB_EXE_MACHINE_FLAG='X86'
LIPO='lipo'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL='-L/usr/local/Cellar/gettext/0.18.1.1/lib -lintl -R/usr/local/Cellar/gettext/0.18.1.1/lib -Wl,-framework -Wl,CoreFoundation'
LTLIBOBJS=''
LT_CURRENT_MINUS_AGE='0'
LT_VERSION_INFO='2400:1:2400'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/missing --run makeinfo'
MANIFEST_TOOL=':'
MATH_LIB='-lm'
MKDIR_P='./install-sh -c -d'
MSGFMT='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt'
MSGFMT_015='/usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt'
MSGMERGE='/usr/local/Cellar/gettext/0.18.1.1/bin/msgmerge'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OS_LINUX_FALSE=''
OS_LINUX_TRUE='#'
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=':'
OTOOL='otool'
PACKAGE='gdk-pixbuf'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf'
PACKAGE_NAME='gdk-pixbuf'
PACKAGE_STRING='gdk-pixbuf 2.24.1'
PACKAGE_TARNAME='gdk-pixbuf'
PACKAGE_URL=''
PACKAGE_VERSION='2.24.1'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/usr/local/Cellar/libffi/3.0.10/lib/pkgconfig:/usr/local/Cellar/gettext/0.18.1.1/lib/pkgconfig'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
PNG_DEP_CFLAGS_PACKAGES=''
POSUB='po'
RANLIB='ranlib'
REBUILD=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_MEDIALIB25_FALSE=''
USE_MEDIALIB25_TRUE=''
USE_MEDIALIB_FALSE=''
USE_MEDIALIB_TRUE=''
USE_MMX_FALSE=''
USE_MMX_TRUE=''
USE_NLS='yes'
USE_X11_FALSE=''
USE_X11_TRUE=''
VERSION='2.24.1'
WINDRES=''
XGETTEXT='/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext'
XGETTEXT_015='/usr/local/Cellar/gettext/0.18.1.1/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XSLTPROC=''
ac_ct_AR='ar'
ac_ct_CC='/usr/bin/llvm-gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.3.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin11.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/homebrew-gdk-pixbuf-2.24.1-Q8By/gdk-pixbuf-2.24.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/gdk-pixbuf/2.24.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gdk-pixbuf"
#define PACKAGE_TARNAME "gdk-pixbuf"
#define PACKAGE_VERSION "2.24.1"
#define PACKAGE_STRING "gdk-pixbuf 2.24.1"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_SIGSETJMP 1
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define HAVE_ICONV 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define GETTEXT_PACKAGE "gdk-pixbuf"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define USE_GMODULE 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment