sh-mahdi / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Gource fails on OS X 10.9 #224

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cd to a git repo
2. type gource

What is the expected output? What do you see instead?
Gource should run, but instead I get this error:

dyld: Library not loaded: /usr/local/lib/libGLEW.1.10.0.dylib
  Referenced from: /usr/local/bin/gource
  Reason: image not found
zsh: trace trap  gource

What version of the product are you using? On what operating system?

OS X 10.9.4 (13E28)

$ brew info gource
gource: stable 0.42, HEAD
http://code.google.com/p/gource/
/usr/local/Cellar/gource/0.42 (20 files, 2.0M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/gource.rb
==> Dependencies
Build: pkg-config ✔, glm ✔
Required: freetype ✔, boost ✔, glew ✔, jpeg ✔, pcre ✔, sdl2 ✔, 
sdl2_image ✔
==> Options
--with-x11
    Build with x11 support
--HEAD
    install HEAD version

Please provide any additional information below.

Running with two monitors, but it fails with the same error on one monitor.

Original issue reported on code.google.com by igeek1@gmail.com on 11 Sep 2014 at 5:55

GoogleCodeExporter commented 8 years ago
Try reinstalling gource as well as the dependencies like GLEW.

Maybe raise a bug against the homebrew formula if you don't think it's just 
your system.

Original comment by acaudw...@gmail.com on 11 Sep 2014 at 10:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Uninstalling and reinstalling gource did the trick.

Original comment by igeek1@gmail.com on 11 Sep 2014 at 11:36