gcode-mirror / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

Unable to open Openingit application soon after install (OSX Leopard 10.5.8) - SOLVED #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Install OpenInGitGui-2.0 and git-1.6.4.2-intel-leopard as suggested and
launching app.

What is the expected output? What do you see instead?
Should open the TCLTk GUI but it produces an error.
Launching the /usr/local/git/bin/git gui from command line in a terminal
produces the following output:

dyld: Library not loaded: /Library/Frameworks/Tk.framework/Versions/8.5/Tk
  Referenced from: /usr/local/git/share/git-gui/lib/Git
Gui.app/Contents/MacOS/Wish
  Reason: image not found
fatal: unable to run 'git-gui'

What version of the product are you using? On what operating system?
OpenInGitGui-2.0 and git-1.6.4.2-intel-leopard
Apple OSX Leopard 10.5.8, Developer package (XCode tools) is installed,
MacPorts are not.

Please provide any additional information below.
I could solve the problem by manually installing the binary package of
TclTK 8.5 (in the system is already present version 8.4, but binaries are
not where openingit expects): this installed the full 8.5 framework in
/Library/Frameworks/Tk.framework/Versions/8.5/Tk and placed new symbolic
links in /usr/local/bin (which are in my PATH).

Original issue reported on code.google.com by xhoxho on 4 Sep 2009 at 10:53

GoogleCodeExporter commented 9 years ago
I added a troubleshooting wiki page with this item.  Thanks!

Original comment by timchar...@gmail.com on 8 Sep 2009 at 6:47