Skip to content

Instantly share code, notes, and snippets.

@brettswift
Created March 8, 2012 17:24
Show Gist options
  • Save brettswift/2002200 to your computer and use it in GitHub Desktop.
Save brettswift/2002200 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Mar 8, 2012.
    213 changes: 213 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,213 @@

    bash local $ brew install -v gource
    ==> Cloning https://github.com/acaudwell/Gource.git
    Updating /Users/bswift/Library/Caches/Homebrew/gource--git
    git remote set-url origin https://github.com/acaudwell/Gource.git
    git fetch origin
    git fetch --tags
    ==> Checking out tag gource-0.37
    git checkout gource-0.37
    HEAD is now at 1e12d58... Check for unsetenv.
    git checkout-index -a -f --prefix=/private/tmp/homebrew-gource-0.37-oZCe/
    git submodule init
    Submodule 'src/core' () registered for path 'src/core'
    git submodule update
    git submodule --quiet foreach --recursive git checkout-index -a -f "--prefix=/private/tmp/homebrew-gource-0.37-oZCe/$path/"
    ==> autoreconf -f -i
    autoreconf -f -i
    configure.ac:11: installing `./config.guess'
    configure.ac:11: installing `./config.sub'
    configure.ac:9: installing `./install-sh'
    configure.ac:9: installing `./missing'
    Makefile.am: installing `./depcomp'
    ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.37 --disable-sdltest --disable-freetypetest
    ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.37 --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-darwin11.3.0
    checking host system type... x86_64-apple-darwin11.3.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 /usr/bin/clang++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of /usr/bin/clang++... none
    checking for timegm... yes
    checking for unsetenv... yes
    checking how to run the C++ preprocessor... /usr/bin/clang++ -E
    checking for X... disabled
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for gcc... /usr/bin/clang
    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 dependency style of /usr/bin/clang... 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... /usr/bin/clang -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... yes
    checking for OpenGL/gl.h... yes
    checking for OpenGL library... -framework OpenGL
    checking for GL/glu.h... yes
    checking for OpenGL/glu.h... yes
    checking for OpenGL Utility library... yes
    checking for varargs GLU tesselator callback function type... no
    checking for sdl-config... /usr/local/bin/sdl-config
    checking for SDL - version >= 1.2.10... yes
    checking for freetype-config... /usr/X11/bin/freetype-config
    checking for FreeType -- version >= 9.0.3... yes
    checking for IMG_LoadPNG_RW in -lSDL_image... yes
    checking for IMG_LoadJPG_RW in -lSDL_image... yes
    checking for pcre_compile in -lpcre... yes
    checking for glewInit in -lGLEW... yes
    checking SDL.h usability... yes
    checking SDL.h presence... yes
    checking for SDL.h... yes
    checking SDL_image.h usability... yes
    checking SDL_image.h presence... yes
    checking for SDL_image.h... yes
    checking pcre.h usability... yes
    checking pcre.h presence... yes
    checking for pcre.h... yes
    checking GL/glew.h usability... yes
    checking GL/glew.h presence... yes
    checking for GL/glew.h... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: executing depfiles commands
    ==> make install
    make install
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/camera.o src/core/camera.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/conffile.o src/core/conffile.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/display.o src/core/display.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/frustum.o src/core/frustum.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/fxfont.o src/core/fxfont.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/logger.o src/core/logger.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/mousecursor.o src/core/mousecursor.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/plane.o src/core/plane.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/ppm.o src/core/ppm.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/quadtree.o src/core/quadtree.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/regex.o src/core/regex.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/resource.o src/core/resource.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/sdlapp.o src/core/sdlapp.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/seeklog.o src/core/seeklog.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/settings.o src/core/settings.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/shader.o src/core/shader.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/stringhash.o src/core/stringhash.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/texture.o src/core/texture.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/core/vbo.o src/core/vbo.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/custom.o src/custom.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/cvs-exp.o src/cvs-exp.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/cvs2cl.o src/cvs2cl.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/dirnode.o src/dirnode.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/file.o src/file.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/git.o src/git.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/gitraw.o src/gitraw.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/gource.o src/gource.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/gource_shell.o src/gource_shell.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/gource_settings.o src/gource_settings.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/hg.o src/hg.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/key.o src/key.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/main.o src/main.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/pawn.o src/pawn.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/slider.o src/slider.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/spline.o src/spline.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/svn.o src/svn.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/textbox.o src/textbox.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/user.o src/user.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/zoomcamera.o src/zoomcamera.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/tinyxml/tinyxmlerror.o src/tinyxml/tinyxmlerror.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/tinyxml/tinystr.o src/tinyxml/tinystr.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/tinyxml/tinyxml.o src/tinyxml/tinyxml.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/tinyxml/tinyxmlparser.o src/tinyxml/tinyxmlparser.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/action.o src/action.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/apache.o src/apache.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/bloom.o src/bloom.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/bzr.o src/bzr.cpp
    /usr/bin/clang++ -DPACKAGE_NAME=\"Gource\" -DPACKAGE_TARNAME=\"gource\" -DPACKAGE_VERSION=\"0.37\" -DPACKAGE_STRING=\"Gource\ 0.37\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DPACKAGE=\"gource\" -DVERSION=\"0.37\" -DHAVE_TIMEGM=1 -DHAVE_UNSETENV=1 -DHAVE_PTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 -DHAVE_OPENGL_GL_H=1 -DHAVE_GL_GLU_H=1 -DHAVE_OPENGL_GLU_H=1 -DHAVE_LIBPCRE=1 -I. -DSDLAPP_RESOURCE_DIR=\"/usr/local/Cellar/gource/0.37/share/gource\" -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include -D_THREAD_SAFE -D_THREAD_SAFE -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/X11/include/freetype2 -I/usr/X11/include -c -o src/commitlog.o src/commitlog.cpp
    In file included from src/commitlog.cpp:18:
    In file included from src/commitlog.h:26:
    In file included from src/core/utf8/utf8.h:31:
    src/core/utf8/checked.h:82:21: error: call to function 'append' that is neither visible in the template definition nor found by argument-dependent
    lookup
    append (replacement, out);
    ^
    src/commitlog.cpp:24:9: note: in instantiation of function template specialization 'utf8::replace_invalid<__gnu_cxx::__normal_iterator<const char *,
    std::basic_string<char> >, std::back_insert_iterator<std::basic_string<char> > >' requested here
    utf8::replace_invalid(str.begin(), str.end(), back_inserter(munged), '?');
    ^
    src/core/utf8/checked.h:107:20: note: 'append' should be declared prior to the call site or in namespace '__gnu_cxx'
    octet_iterator append(uint32_t cp, octet_iterator result)
    ^
    src/core/utf8/checked.h:88:21: error: call to function 'append' that is neither visible in the template definition nor found by argument-dependent
    lookup
    append (replacement, out);
    ^
    src/core/utf8/checked.h:107:20: note: 'append' should be declared prior to the call site or in namespace '__gnu_cxx'
    octet_iterator append(uint32_t cp, octet_iterator result)
    ^
    2 errors generated.
    make: *** [src/commitlog.o] Error 1
    make: *** Waiting for unfinished jobs....
    ==> Exit Status: 2
    http://github.com/mxcl/homebrew/blob/master/Library/Formula/gource.rb#L34
    ==> Environment
    HOMEBREW_VERSION: 0.8.1
    HEAD: e19c7a5586b81efd952ae438487b78fd8e94761c
    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.3
    GCC-4.0: N/A
    GCC-4.2: N/A
    LLVM: build 2336
    Clang: 3.1 build 318
    MacPorts or Fink? false
    X11: /usr/X11
    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/bin/python
    Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
    ==> Build Flags
    CC: /usr/bin/clang
    CXX: /usr/bin/clang++ => /usr/bin/clang
    LD: /usr/bin/clang
    CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
    CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/include
    CPPFLAGS: -I/usr/X11/include
    LDFLAGS: -L/usr/X11/lib
    MAKEFLAGS: -j8

    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