Re: [msysGit] Re: msysgit works on wine

2014-10-13 Thread Johannes Schindelin
Hi Michael, On Mon, 13 Oct 2014, Michael Stefaniuc wrote: > On 10/10/2014 02:04 PM, Duy Nguyen wrote: > > On Fri, Oct 10, 2014 at 7:02 PM, Thomas Braun > > > >> Are you compiling git.git or msysgit.git? > > > > git.git > > > >> And how about the test suite? > > > > running right now, fingers c

Re: msysgit works on wine

2014-10-13 Thread Michael Stefaniuc
On 10/10/2014 02:04 PM, Duy Nguyen wrote: > On Fri, Oct 10, 2014 at 7:02 PM, Thomas Braun > wrote: >> Are you compiling git.git or msysgit.git? > > git.git > >> And how about the test suite? > > running right now, fingers crossed.. kinda slow, not sure if it's > wine or it's the msys thing. We

Re: msysgit works on wine

2014-10-10 Thread Duy Nguyen
On Fri, Oct 10, 2014 at 7:02 PM, Thomas Braun wrote: > Are you compiling git.git or msysgit.git? git.git > And how about the test suite? running right now, fingers crossed.. kinda slow, not sure if it's wine or it's the msys thing. -- Duy -- To unsubscribe from this list: send the line "unsubs

Re: msysgit works on wine

2014-10-10 Thread Thomas Braun
Am 10.10.2014 um 13:58 schrieb Duy Nguyen: > Just wanted to share that with at least wine 1.7.23 I can install > msysgit using the netboot method, clone and build git ok. I had to do > this to make gcc works actually, but it's probably no big deal > > $ mkdir -p ~/.wine/drive_c/usr/libexec/gcc/min

msysgit works on wine

2014-10-10 Thread Duy Nguyen
Just wanted to share that with at least wine 1.7.23 I can install msysgit using the netboot method, clone and build git ok. I had to do this to make gcc works actually, but it's probably no big deal $ mkdir -p ~/.wine/drive_c/usr/libexec/gcc/mingw32 -p $ cp ~/.wine/drive_c/msysgit/mingw/bin/as.exe