Re: [PATCH 14/14] Add README and gitignore file for MSVC build

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Erik Faye-Lund
Date: Monday, September 7, 2009 - 5:26 am

On Tue, Aug 25, 2009 at 4:32 PM, Frank Li<lznuaa@gmail.com> wrote:

I just gave this script a try, but if I simply click the .bat-file, I
get the following crash in sh.exe: "Unhandled exception at 0x77ba8e7c
in sh.exe: 0xC0000005: Access violation writing location 0x00000014."

Here's the output I get on the console:

--->8---

C:\Users\Erik\src\git-msvc\gitbuild>setlocal

C:\Users\Erik\src\git-msvc\gitbuild>set tools=C:\Users\Erik\src\git-msvc\gitbuil
d\tools

C:\Users\Erik\src\git-msvc\gitbuild>echo C:\Users\Erik\src\git-msvc\gitbuild\too
ls
C:\Users\Erik\src\git-msvc\gitbuild\tools

C:\Users\Erik\src\git-msvc\gitbuild>set path=C:\Users\Erik\src\git-msvc\gitbuild
\tools

C:\Users\Erik\src\git-msvc\gitbuild>cd ext\git

C:\Users\Erik\src\git-msvc\gitbuild\ext\git>sh generate-cmdlist.sh  1>common-cmd
s.h

abnormal program termination

--->8---

Since the path is set to only point to the tools, my guess is that
other msys installations (I've got two) shouldn't affect this, no?

I'm running Vista 64bit.

-- 
Erik "kusma" Faye-Lund
kusmabite@gmail.com
(+47) 986 59 656
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 04/14] Add define guards to compat/win32.h, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 06/14] mingw.c: Use the O_BINARY flag to open files, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 07/14] Fix __stdcall/WINAPI placement and function ..., Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 08/14] Test for WIN32 instead of __MINGW32_, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 09/14] Avoid including windows.h in winansi.c for M ..., Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 10/14] Add empty header files for MSVC port, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 11/14] Add MinGW header files to build git with MSVC, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 12/14] Add platform files for MSVC porting, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 13/14] Add MSVC project files, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
[PATCH 14/14] Add README and gitignore file for MSVC build, Marius Storm-Olsen, (Fri Aug 21, 6:30 am)
Re: [msysGit] [PATCH 07/14] Fix __stdcall/WINAPI placement ..., Marius Storm-Olsen, (Fri Aug 21, 12:42 pm)
Re: [PATCH 09/14] Avoid including windows.h in winansi.c f ..., Marius Storm-Olsen, (Sat Aug 22, 4:40 am)
Re: [PATCH 14/14] Add README and gitignore file for MSVC build, Marius Storm-Olsen, (Sun Aug 23, 11:59 am)
Re: [msysGit] Re: [PATCH 14/14] Add README and gitignore f ..., Marius Storm-Olsen, (Mon Aug 24, 12:03 am)
Re: [PATCH 08/14] Test for WIN32 instead of __MINGW32_, Paolo Bonzini, (Fri Aug 28, 1:15 am)
Re: [PATCH 14/14] Add README and gitignore file for MSVC build, Erik Faye-Lund, (Mon Sep 7, 5:26 am)