slonopotamus / wingit

This repository is obsolete, use https://github.com/git-for-windows/git/releases
6 stars 2 forks source link

Add Perl support #12

Closed slonopotamus closed 10 years ago

slonopotamus commented 10 years ago

Subj. Problems:

  1. We install Git.pm to wrong dir
  2. MSI doesn't allow packaging directory named "Date" and Perl has one
slonopotamus commented 10 years ago

№1 is fixed by removing NO_PERL_MAKEMAKER = YesPlease from config.mak.uname and thus enabling MakeMaker.

Full list of problematic dirs for №2:

/lib/perl5/5.8/html/ext/Time
/lib/perl5/5.8/html/lib/Time
/lib/perl5/5.8/msys/auto/Time
/lib/perl5/5.8/msys/Time
/lib/perl5/5.8/Time
/lib/perl5/vendor_perl/5.8/Test/Reporter/Date
/lib/perl5/vendor_perl/5.8/Test/Reporter/Time
refaim commented 10 years ago

http://stackoverflow.com/questions/16851193/with-wix-distribute-a-program-that-uses-sqlite-must-work-on-both-32bit-and-64b