Skip to content

Instantly share code, notes, and snippets.

@damian0815
Created December 10, 2011 14:02
Show Gist options
  • Save damian0815/1455235 to your computer and use it in GitHub Desktop.
Save damian0815/1455235 to your computer and use it in GitHub Desktop.
libpano failing: brew install -v libpano output
==> Downloading http://downloads.sourceforge.net/project/panotools/libpano13/libpano13-2.9.17/libpano13-2.9.17.tar.gz
File already downloaded in /Users/damian/Library/Caches/Homebrew
/usr/bin/tar xf /Users/damian/Library/Caches/Homebrew/libpano-13-2.9.17.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libpano/13-2.9.17 --mandir=/usr/local/Cellar/libpano/13-2.9.17/share/man
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libpano/13-2.9.17 --mandir=/usr/local/Cellar/libpano/13-2.9.17/share/man
checking build system type... i686-apple-darwin11.2.0
checking host system type... i686-apple-darwin11.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... /usr/bin/llvm-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/llvm-gcc accepts -g... yes
checking for /usr/bin/llvm-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/llvm-gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by /usr/bin/llvm-gcc... /usr/bin/llvm-gcc
checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no
checking for /usr/bin/llvm-gcc option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... /usr/bin/llvm-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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/llvm-g++ accepts -g... yes
checking dependency style of /usr/bin/llvm-g++... none
checking how to run the C++ preprocessor... /usr/bin/llvm-g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/llvm-gcc static flag works... yes
checking if /usr/bin/llvm-gcc supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/llvm-gcc option to produce PIC... -fno-common
checking if /usr/bin/llvm-gcc PIC flag -fno-common works... yes
checking if /usr/bin/llvm-gcc supports -c -o file.o... yes
checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.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 libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/llvm-g++... /usr/bin/llvm-gcc
checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no
checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries... yes
checking for /usr/bin/llvm-g++ option to produce PIC... -fno-common
checking if /usr/bin/llvm-g++ PIC flag -fno-common works... yes
checking if /usr/bin/llvm-g++ supports -c -o file.o... yes
checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for JAVA installation at ...
configure: java home set to /System/Library/Frameworks/JavaVM.framework/Versions/Current
checking if JAVA package is complete... yes
checking for ZLIB support ...
configure: zlib home set to /usr
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
checking if ZLIB package is complete... yes
checking for PNG support ...
configure: cannot find the png directory, assuming it is specified in CFLAGS
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_get_io_ptr in -lpng... yes
checking if PNG package is complete... yes
checking for JPEG support ...
configure: jpeg home set to /usr/local
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for JPEG library is version 6b or later... yes
checking if JPEG package is complete... yes
checking for TIFF support ...
configure: tiff home set to /usr/local
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking for TIFFOpen in -ltiff... yes
checking if TIFF package is complete... yes
checking for ANSI C header files... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking for working volatile... yes
checking whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for floor... yes
checking for memset... yes
checking for pow... yes
checking for setlocale... yes
checking for sqrt... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/win32/Makefile
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating tools/Makefile
config.status: creating tests/Makefile
config.status: creating tests/simpleStitch/Makefile
config.status: creating tests/simpleTiff16/Makefile
config.status: creating tests/simpleStitch/reference/Makefile
config.status: creating tests/simpleTiff16/reference/Makefile
config.status: creating man/Makefile
config.status: creating libpano13.pc
config.status: creating config.h
config.status: executing depfiles commands
libpano is configured as follows. Please verify that this configuration
matches your expectations.
Host system type : i686-apple-darwin11.2.0
Option Value
-------------------------------------------------------------------------
Shared libraries --enable-shared=yes
Static libraries --enable-static=no
JPEG --with-jpeg= have_jpeg = yes
PNG --with-png= have_png = yes
TIFF --with-tiff= have_tiff = yes
ZLIB --with-zlib= have_zlib = yes
JAVA --with-java= have_java = yes
Options used to compile and link:
PREFIX = /usr/local/Cellar/libpano/13-2.9.17
VERSION = 2.9.17
CC = /usr/bin/llvm-gcc
CFLAGS = -O3 -march=core2 -w -pipe
CPPFLAGS = -I/usr/X11/include
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/X11/lib
LIBS =
CXX = /usr/bin/llvm-g++
CXXFLAGS = -O3 -march=core2 -w -pipe
JPEG_FLAGS = -I/usr/local/include -DHasJPEG
LIB_JPEG = -L/usr/local/lib -ljpeg
PNG_FLAGS = -DHasPNG
LIB_PNG = -lpng
TIFF_FLAGS = -I/usr/local/include -DHasTIFF
LIB_TIFF = -L/usr/local/lib -ltiff
ZLIB_FLAGS = -DHasZLIB
LIB_ZLIB = -lz
JAVA_FLAGS = -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava
ENDIAN_FLAG =
==> make install
make install
Making install in m4
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in .
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o filter.lo filter.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o parser.lo parser.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o queryfeature.lo queryfeature.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o correct.lo correct.c
mkdir .libs
mkdir .libs
mkdir .libs
mkdir .libs
mkdir: .libs: File exists
mkdir: .libs: File exists
mkdir: .libs: File exists
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c queryfeature.c -fno-common -DPIC -o .libs/queryfeature.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c correct.c -fno-common -DPIC -o .libs/correct.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c filter.c -fno-common -DPIC -o .libs/filter.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c parser.c -fno-common -DPIC -o .libs/parser.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o perspect.lo perspect.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o adjust.lo adjust.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c perspect.c -fno-common -DPIC -o .libs/perspect.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o remap.lo remap.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o lmdif.lo lmdif.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c adjust.c -fno-common -DPIC -o .libs/adjust.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c remap.c -fno-common -DPIC -o .libs/remap.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c lmdif.c -fno-common -DPIC -o .libs/lmdif.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o file.lo file.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c file.c -fno-common -DPIC -o .libs/file.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o math.lo math.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c math.c -fno-common -DPIC -o .libs/math.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o pan.lo pan.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c pan.c -fno-common -DPIC -o .libs/pan.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o PTDialogs.lo PTDialogs.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o fftn.lo fftn.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o fourier.lo fourier.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c PTDialogs.c -fno-common -DPIC -o .libs/PTDialogs.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c fftn.c -fno-common -DPIC -o .libs/fftn.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o resample.lo resample.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c fourier.c -fno-common -DPIC -o .libs/fourier.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o optimize.lo optimize.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c resample.c -fno-common -DPIC -o .libs/resample.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o morpher.lo morpher.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c optimize.c -fno-common -DPIC -o .libs/optimize.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o Triangulate.lo Triangulate.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c morpher.c -fno-common -DPIC -o .libs/morpher.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o seamer.lo seamer.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c Triangulate.c -fno-common -DPIC -o .libs/Triangulate.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o hdrfile.lo hdrfile.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c seamer.c -fno-common -DPIC -o .libs/seamer.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c hdrfile.c -fno-common -DPIC -o .libs/hdrfile.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o rgbe.lo rgbe.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o tiff.lo tiff.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c rgbe.c -fno-common -DPIC -o .libs/rgbe.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c tiff.c -fno-common -DPIC -o .libs/tiff.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o ZComb.lo ZComb.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o jpeg.lo jpeg.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c ZComb.c -fno-common -DPIC -o .libs/ZComb.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o png.lo png.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c jpeg.c -fno-common -DPIC -o .libs/jpeg.o
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o multilayer.lo multilayer.c
/bin/sh ./libtool --mode=compile --tag=CC /usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c -o sys_common.lo sys_common.c
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c png.c -fno-common -DPIC -o .libs/png.o
png.c: In function ‘writePNG’:
png.c:59: error: dereferencing pointer to incomplete type
png.c:71: error: dereferencing pointer to incomplete type
png.c:72: error: dereferencing pointer to incomplete type
png.c:73: error: dereferencing pointer to incomplete type
png.c:74: error: dereferencing pointer to incomplete type
png.c:75: error: dereferencing pointer to incomplete type
png.c:75: error: dereferencing pointer to incomplete type
png.c:76: error: dereferencing pointer to incomplete type
png.c:77: error: dereferencing pointer to incomplete type
png.c:78: error: dereferencing pointer to incomplete type
png.c: In function ‘readPNG’:
png.c:168: error: dereferencing pointer to incomplete type
png.c:185: error: dereferencing pointer to incomplete type
png.c:186: error: dereferencing pointer to incomplete type
png.c:187: error: dereferencing pointer to incomplete type
png.c:197: error: dereferencing pointer to incomplete type
png.c:203: error: dereferencing pointer to incomplete type
png.c:204: error: dereferencing pointer to incomplete type
png.c:205: error: dereferencing pointer to incomplete type
png.c:206: error: dereferencing pointer to incomplete type
make[1]: *** [png.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c multilayer.c -fno-common -DPIC -o .libs/multilayer.o
/usr/bin/llvm-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers -DHasJava -I/usr/local/include -DHasJPEG -DHasPNG -I/usr/local/include -DHasTIFF -DHasZLIB -D__Ansi__=1 -I/usr/X11/include -O3 -march=core2 -w -pipe -c sys_common.c -fno-common -DPIC -o .libs/sys_common.o
make: *** [install-recursive] Error 1
==> Exit Status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/libpano.rb#L17
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: c9eca803d676961ead136b07ab145cc1e826b314
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit sandybridge
OS X: 10.7.2
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.2.1
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.0-211.1
MacPorts or Fink? false
X11 installed? true
==> 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: -O3 -march=core2 -w -pipe
CXXFLAGS: -O3 -march=core2 -w -pipe
CPPFLAGS: -I/usr/X11/include
LDFLAGS: -L/usr/X11/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: :/usr/local/share/pkgconfig:/usr/local/lib/pkgconfig:/sw/lib/pkgconfig
Error: Failed executing: make install
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment