From: John Dlugosz <hidden> Date: 2016-06-15 22:46:20
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.
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:46:21
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
From: John Dlugosz <hidden> Date: 2016-06-15 22:46:21
quoted
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.
quoted
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...
quoted
quoted
I wonder if I can just copy it from somewhere, like someone's Linux
quoted
quoted
build?
quoted
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.