-
-
Save holys/6419592 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://gource.googlecode.com/files/gource-0.40.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/gource-0.40.tar.gz | |
tar xf /Library/Caches/Homebrew/gource-0.40.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.40 --disable-sdltest --without-x --disable-freetypetest | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.40 --disable-sdltest --without-x --disable-freetypetest | |
configure: WARNING: unrecognized options: --disable-sdltest, --disable-freetypetest | |
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 build system type... x86_64-apple-darwin12.4.0 | |
checking host system type... x86_64-apple-darwin12.4.0 | |
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 c++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of c++... none | |
checking for timegm... yes | |
checking for unsetenv... yes | |
checking how to run the C++ preprocessor... c++ -E | |
checking for X... disabled | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for gcc... cc | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking dependency style of cc... none | |
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 how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... 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 whether we are using the Microsoft C compiler... no | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for GL/gl.h... no | |
checking for OpenGL/gl.h... yes | |
checking for OpenGL library... -lGL | |
checking for GL/glu.h... no | |
checking for OpenGL/glu.h... yes | |
checking for OpenGL Utility library... -lGLU | |
checking for varargs GLU tesselator callback function type... no | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for FT2... yes | |
checking for PCRE... yes | |
checking for GLEW... configure: error: Package requirements (glew) were not met: | |
Package 'glu', required by 'glew', not found | |
Consider adjusting the PKG_CONFIG_PATH environment variable if you | |
installed software in a non-standard prefix. | |
Alternatively, you may set the environment variables GLEW_CFLAGS | |
and GLEW_LIBS to avoid the need to call pkg-config. | |
See the pkg-config man page for more details. | |
Error: gource did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: a8123262ad0541fe4517efa00ddf27b6d2d8b346 | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 4.6.3 | |
CLT: 4.6.0.0.1.1365549073 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
CXXFLAGS: -I/usr/local/include | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Python.framework/Versions/2.7/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/glew/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/sdl/lib/pkgconfig:/usr/local/opt/sdl_image/lib/pkgconfig:/System/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/glew/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/pcre/bin:/usr/local/opt/sdl/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Logs: /Users/holys/Library/Logs/Homebrew/gource/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/22025 | |
https://github.com/mxcl/homebrew/issues/20100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment