All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Levedahl <mlevedahl@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>,
	Git Mailing List <git@vger.kernel.org>
Subject: git-gui cannot find share/git-gui under cygwin
Date: Tue, 19 Jun 2007 08:28:07 -0400	[thread overview]
Message-ID: <4677CBD7.9050606@gmail.com> (raw)

Commit ea75ee3598ab6f8d0828f introduced logic to guess where 
share/git-gui/lib is at runtime, and this is broken on Cygwin. The basic 
problem is that:

/usr/bin = c:\cygwin\bin
/usr/share = c:\cygwin\usr\share

The detection logic correctly finds the wish binary in c:\cygwin\bin, 
and then assumes that the share directory is c:\cygwin\share rather than 
c:\cygwin\usr\share. Given this, git-gui does not load as it cannot find 
its share/git-gui/lib directory

Mark Levedahl

             reply	other threads:[~2007-06-19 12:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-19 12:28 Mark Levedahl [this message]
2007-06-19 14:49 ` git-gui cannot find share/git-gui under cygwin Shawn O. Pearce
2007-06-19 18:41   ` Mark Levedahl
2007-06-21  3:30     ` Shawn O. Pearce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4677CBD7.9050606@gmail.com \
    --to=mlevedahl@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.