Skip to content

Instantly share code, notes, and snippets.

@buserror
Created July 5, 2012 08:26
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 buserror/3052259 to your computer and use it in GitHub Desktop.
Save buserror/3052259 to your computer and use it in GitHub Desktop.
devil fails to build on mountain lion
Follows "brew doctor" reported mismatch is because I have the mountain lion toolchain
installed (command line tools), but not the preliminary buggy xcode
---------------------------------------- brew doctor
Error: Your compilers are different from the standard versions for your Xcode.
If you have Xcode 4.3 or newer, you should install the Command Line Tools for
Xcode from within Xcode's Download preferences.
Otherwise, you should reinstall Xcode.
---------------------------------------- brew config
HOMEBREW_VERSION: 0.9.2
HEAD: bac9b5e05f803119b8a54fe7db74d3ecaac626c2
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit penryn
OS X: 10.8-x86_64
Xcode: 4.3 => /Developer
CLT: 4.5.0.0.1.1249367152
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 4.0 build 421
MacPorts or Fink? false
X11: 2.7.2 @ /opt/X11
System Ruby: 1.8.7-358
Which Perl: /usr/bin/perl
Which Python: /usr/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
---------------------------------------- brew install devil
==> Downloading http://downloads.sourceforge.net/project/openil/DevIL/1.7.8/DevIL-1.7.8.tar.gz
Already downloaded: /Library/Caches/Homebrew/devil-1.7.8.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/devil-1.7.8.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file src-ILU/ilur/ilur.c
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/devil/1.7.8 --enable-ILU
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/devil/1.7.8 --enable-ILU
checking build system type... i386-apple-darwin12.0.0
checking host system type... i386-apple-darwin12.0.0
checking for gcc... /usr/bin/clang
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/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/clang... /usr/bin/clang
checking if the linker (/usr/bin/clang) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/clang option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... /usr/bin/clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang static flag -static works... no
checking if /usr/bin/clang supports -c -o file.o... yes
checking if /usr/bin/clang supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/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 for style of include used by make... GNU
checking dependency style of /usr/bin/clang... none
checking build system type... (cached) i386-apple-darwin12.0.0
checking host system type... (cached) i386-apple-darwin12.0.0
checking whether /usr/bin/clang and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/clang++ accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether /usr/bin/clang++ accepts -g... (cached) yes
checking dependency style of /usr/bin/clang++... none
checking how to run the C++ preprocessor... /usr/bin/clang++ -E
checking for ld used by /usr/bin/clang++... /usr/bin/clang
checking if the linker (/usr/bin/clang) is GNU ld... no
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes
checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang++ static flag -static works... no
checking if /usr/bin/clang++ supports -c -o file.o... yes
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking dependency style of /usr/bin/clang++... (cached) none
checking whether make sets $(MAKE)... (cached) yes
checking whether byte ordering is bigendian... no
checking restrict keyword... yes
checking restrict gnu99 keyword... yes
checking Altivec... no
checking SSE... yes
checking SSE2... yes
checking SSE3... yes
checking x86... yes
checking x86_64... no
checking ppc... no
checking for valloc... yes
checking for posix_memalign... yes
checking for memalign... no
checking mm_malloc.h usability... yes
checking mm_malloc.h presence... yes
checking for mm_malloc.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lz... yes
checking for main in -lm... yes
checking whether we would like to have support for blp format... yes
checking whether we would like to have support for bmp format... yes
checking whether we would like to have support for dcx format... yes
checking whether we would like to have support for dds format... yes
checking whether we would like to have support for dicom format... yes
checking whether we would like to have support for doom format... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENEXR... no
checking whether we would like to have support for exr format... no
checking whether we would like to have support for fits format... yes
checking whether we would like to have support for gif format... yes
checking whether we would like to have support for hdr format... yes
checking whether we would like to have support for icns format... yes
checking whether we would like to have support for icon format... yes
checking whether we would like to have support for iff format... yes
checking whether we would like to have support for ilbm format... yes
checking whether we would like to have support for iwi format... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for main in -ljpeg... yes
checking whether we would like to have support for jpeg format... yes
checking jasper/jasper.h usability... yes
checking jasper/jasper.h presence... yes
checking for jasper/jasper.h... yes
checking for main in -ljasper... yes
checking whether we would like to have support for jp2 format... yes
checking for main in -llcms... yes
checking lcms/lcms.h usability... no
checking lcms/lcms.h presence... no
checking for lcms/lcms.h... no
checking lcms.h usability... yes
checking lcms.h presence... yes
checking for lcms.h... yes
checking whether we would like to have support for lcms format... yes
checking whether we would like to have support for lif format... yes
checking whether we would like to have support for mdl format... yes
checking libmng.h usability... no
checking libmng.h presence... no
checking for libmng.h... no
checking whether we would like to have support for mng format... no
checking whether we would like to have support for mp3 format... yes
checking whether we would like to have support for pcx format... yes
checking whether we would like to have support for pcd format... yes
checking whether we would like to have support for pic format... yes
checking whether we would like to have support for pix format... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for main in -lpng12... no
checking for png.h... (cached) yes
checking for main in -lpng... yes
checking whether we would like to have support for png format... yes
checking whether we would like to have support for pnm format... yes
checking whether we would like to have support for psd format... yes
checking whether we would like to have support for psp format... yes
checking whether we would like to have support for pxr format... yes
checking whether we would like to have support for raw format... yes
checking whether we would like to have support for rot format... yes
checking whether we would like to have support for sgi format... yes
checking whether we would like to have support for sun format... yes
checking whether we would like to have support for texture format... yes
checking whether we would like to have support for tga format... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for main in -ltiff... yes
checking whether we would like to have support for tiff format... yes
checking whether we would like to have support for tpl format... yes
checking whether we would like to have support for utx format... yes
checking whether we would like to have support for vtf format... yes
checking whether we would like to have support for wal format... yes
checking whether we would like to have support for wbmp format... yes
checking whether we would like to have support for wdp format... yes
checking whether we would like to have support for xpm format... yes
checking squish.h usability... no
checking squish.h presence... no
checking for squish.h... no
checking nvtt/nvtt.h usability... no
checking nvtt/nvtt.h presence... no
checking for nvtt/nvtt.h... no
checking for X... libraries , headers
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating bin/Makefile
config.status: creating test/Makefile
config.status: creating docs/Makefile
config.status: creating data/Makefile
config.status: creating data/IL.pc
config.status: creating data/ILU.pc
config.status: creating data/ILUT.pc
config.status: creating test/format_test/format_checks.sh
config.status: creating include/IL/config.h
config.status: executing libtool commands
config.status: executing depfiles commands
configure: +----------------------------------------+
configure: \| IL library Supported formats \|
configure: +----------------------------------------+-------+
configure: BLP BMP DCX DDS DICOM WAD FITS GIF HDR ICNS ICON IFF ILBM IWI JPG JP2 LCMS LIF MDL MP3 PCX PCD PIC PIX PNG PNM PSD PSP PXR RAW ROT SGI SUN TEXTURE TGA TIF TPL UTX VTF WAL WBMP WDP XPM
configure: +----------------------------------------+
configure: \| IL library External libraries \|
configure: +----------------------------------------+-------+
configure: Required libs: OpenEXR libjpeg JasPer lcms libpng libtiff
configure: +----------------------------------------+
configure: \| ILU part enabled \|
configure: +----------------------------------------+
configure: \| ILUT part disabled \|
configure: +----------------------------------------+-------+
configure: Pass --enable-ILUT option to the configure script if you want to build ILUT
configure: +----------------------------------------+
configure: \| Detected Machine Extensions \|
configure: +----------------------------------------+-------+
configure: SSE SSE2 SSE3 X86_ASM
configure: +----------------------------------------+
configure: \| Not building any examples \|
configure: +----------------------------------------+-------+
configure: Pass --with-examples option to the configure script if you want to build examples.
configure: +----------------------------------------+
==> make install
make install
Making install in lib
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_alloc.lo `test -f './../src-IL/src/il_alloc.c' || echo './'`./../src-IL/src/il_alloc.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_doom.lo `test -f './../src-IL/src/il_doom.c' || echo './'`./../src-IL/src/il_doom.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_stack.lo `test -f './../src-IL/src/il_stack.c' || echo './'`./../src-IL/src/il_stack.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_pcx.lo `test -f './../src-IL/src/il_pcx.c' || echo './'`./../src-IL/src/il_pcx.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_rle.lo `test -f './../src-IL/src/il_rle.c' || echo './'`./../src-IL/src/il_rle.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_bits.lo `test -f './../src-IL/src/il_bits.c' || echo './'`./../src-IL/src/il_bits.c
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_endian.lo `test -f './../src-IL/src/il_endian.c' || echo './'`./../src-IL/src/il_endian.c
/bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c -o libIL_la-il_exr.lo `test -f './../src-IL/src/il_exr.cpp' || echo './'`./../src-IL/src/il_exr.cpp
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_alloc.c -fno-common -DPIC -o .libs/libIL_la-il_alloc.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_doom.c -fno-common -DPIC -o .libs/libIL_la-il_doom.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_stack.c -fno-common -DPIC -o .libs/libIL_la-il_stack.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_rle.c -fno-common -DPIC -o .libs/libIL_la-il_rle.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_pcx.c -fno-common -DPIC -o .libs/libIL_la-il_pcx.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_endian.c -fno-common -DPIC -o .libs/libIL_la-il_endian.o
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_bits.c -fno-common -DPIC -o .libs/libIL_la-il_bits.o
libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_exr.cpp -fno-common -DPIC -o .libs/libIL_la-il_exr.o
error: invalid argument '-std=gnu99' not allowed with 'C++/ObjC++'
make[1]: *** [libIL_la-il_exr.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_alloc.c -o libIL_la-il_alloc.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_bits.c -o libIL_la-il_bits.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_doom.c -o libIL_la-il_doom.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_rle.c -o libIL_la-il_rle.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_stack.c -o libIL_la-il_stack.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_endian.c -o libIL_la-il_endian.o >/dev/null 2>&1
libtool: compile: /usr/bin/clang -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -isystem /usr/local/include -I/opt/X11/include -std=gnu99 -fgnu89-inline -msse -msse2 -msse3 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -c ./../src-IL/src/il_pcx.c -o libIL_la-il_pcx.o >/dev/null 2>&1
make: *** [install-recursive] Error 1
==> Exit Status: 2
https://github.com/mxcl/master/blob/master/Library/Formula/devil.rb#L28
==> Build Environment
CPU: 8-core 64-bit penryn
OS X: 10.8-x86_64
Xcode: 4.3 => /Developer
X11: 2.7.2 @ /opt/X11
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CPPFLAGS: -isystem /usr/local/include -I/opt/X11/include
CMAKE_PREFIX_PATH: /opt/X11:/opt/X11
LDFLAGS: -L/usr/local/lib -L/opt/X11/lib
MACOSX_DEPLOYMENT_TARGET: 10.8
MAKEFLAGS: -j8
PKG_CONFIG_PATH: /opt/X11/share/pkgconfig:/opt/X11/lib/pkgconfig
Error: Failed executing: make install (devil.rb:28)
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/12656
Otherwise, this may help you fix or report the issue:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment