Git development
 help / color / mirror / Atom feed
* git-forest on msysgit
@ 2009-03-06 21:08 John Dlugosz
  2009-03-06 23:53 ` Matthieu Moy
  2009-03-07  2:54 ` Johannes Schindelin
  0 siblings, 2 replies; 4+ messages in thread
From: John Dlugosz @ 2009-03-06 21:08 UTC (permalink / raw)
  To: git

I downloaded git-forest, and when I run it I get:

Can't locate loadable object for module Encode in @INC (@INC contains:
/usr/lib/perl5/5.8.8/msys /usr/lib/perl5/5.8.8 /usr/lib/perl5
/site_perl/5.8.8/msys /usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl .) at /usr/lib/perl5/5.8.8/msys/encoding.pm
line 5

The line 5 in encoding.pm reads "use Encode;" and there is an Encode.pm
on the path, and in Encode.pm it uses XSLoader.  However, in the XS
subdirectory in the same directory as Encode.pm, I see only 2 files and
neither of them has to do with encoding.  So I'm guessing I'm missing a
file.

I wonder if I can just copy it from somewhere, like someone's Linux
build?

--John


TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: TRAD) of three operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.
  If you received this in error, please contact the sender and delete the material from any computer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git-forest on msysgit
  2009-03-06 21:08 git-forest on msysgit John Dlugosz
@ 2009-03-06 23:53 ` Matthieu Moy
  2009-03-07  2:54 ` Johannes Schindelin
  1 sibling, 0 replies; 4+ messages in thread
From: Matthieu Moy @ 2009-03-06 23:53 UTC (permalink / raw)
  To: John Dlugosz; +Cc: git

"John Dlugosz" <JDlugosz@TradeStation.com> writes:

> I downloaded git-forest, and when I run it I get:

Not answering the question, but did ou know that you get mostly the
same with git log --graph (without installing anthing)?

-- 
Matthieu

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git-forest on msysgit
  2009-03-06 21:08 git-forest on msysgit John Dlugosz
  2009-03-06 23:53 ` Matthieu Moy
@ 2009-03-07  2:54 ` Johannes Schindelin
  2009-03-09 14:59   ` John Dlugosz
  1 sibling, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2009-03-07  2:54 UTC (permalink / raw)
  To: John Dlugosz; +Cc: git

Hi,

Note: this is pretty much obviously the wrong mailing list for 
msysGit-related issues.

On Fri, 6 Mar 2009, John Dlugosz wrote:

> I downloaded git-forest, and when I run it I get:
> 
> Can't locate loadable object for module Encode in @INC (@INC contains:
> /usr/lib/perl5/5.8.8/msys /usr/lib/perl5/5.8.8 /usr/lib/perl5
> /site_perl/5.8.8/msys /usr/lib/perl5/site_perl/5.8.8
> /usr/lib/perl5/site_perl .) at /usr/lib/perl5/5.8.8/msys/encoding.pm
> line 5
> 
> The line 5 in encoding.pm reads "use Encode;" and there is an Encode.pm
> on the path, and in Encode.pm it uses XSLoader.  However, in the XS
> subdirectory in the same directory as Encode.pm, I see only 2 files and
> neither of them has to do with encoding.  So I'm guessing I'm missing a
> file.

You can try recompiling git-svn.  Maybe I forgot to commit a file.

> I wonder if I can just copy it from somewhere, like someone's Linux 
> build?

How do you expect a Linux-specific binary object to be usable on Windows?

Hth,
Dscho

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: git-forest on msysgit
  2009-03-07  2:54 ` Johannes Schindelin
@ 2009-03-09 14:59   ` John Dlugosz
  0 siblings, 0 replies; 4+ messages in thread
From: John Dlugosz @ 2009-03-09 14:59 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git

>> Note: this is pretty much obviously the wrong mailing list for 
msysGit-related issues.

This is the list where I get friendly and useful answers as well as
fruitful discussions, and I've seen Windows and MSYSget in particular
mentioned many times when reviewing the threads.

>> You can try recompiling git-svn.  Maybe I forgot to commit a file.

I've not delved into the source code yet, but some day...

>> > I wonder if I can just copy it from somewhere, like someone's Linux

>> > build?

>> How do you expect a Linux-specific binary object to be usable on
Windows?

Because it's the Perl inside MSys/Cigwin.  Isn't the POSIX layer like
Wine in reverse?

--John

TradeStation Group, Inc. is a publicly-traded holding company (NASDAQ GS: TRAD) of three operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, SIPC and NFA), TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.
  If you received this in error, please contact the sender and delete the material from any computer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-09 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 21:08 git-forest on msysgit John Dlugosz
2009-03-06 23:53 ` Matthieu Moy
2009-03-07  2:54 ` Johannes Schindelin
2009-03-09 14:59   ` John Dlugosz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox