Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 32>------ Build started: Project: test-prio-queue, Configuration: Debug Win32 ------
- 32>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 32> test-prio-queue.c
- 32>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 32> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 32>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 32> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 32>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 32> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 32>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 32> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 32>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 32>
- 32>Project Performance Summary:
- 32> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 32> 0 ms GetTargetPath 1 calls
- 32> 0 ms GetNativeManifest 1 calls
- 32> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 32> 0 ms GetTargetPath 1 calls
- 32> 0 ms GetNativeManifest 1 calls
- 32> 1055 ms D:\GfW\git-sdk-64\usr\src\git\test-prio-queue\test-prio-queue.vcxproj 1 calls
- 32> 1055 ms Build 1 calls
- 32>
- 32>Target Performance Summary:
- 32> 0 ms _BuildGenerateSourcesAction 1 calls
- 32> 0 ms ResolveSDKReferences 1 calls
- 32> 0 ms ResolveReferences 1 calls
- 32> 0 ms BuildGenerateSourcesTraverse 1 calls
- 32> 0 ms _PrepareForBuild 1 calls
- 32> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 32> 0 ms SelectClCompile 1 calls
- 32> 0 ms WarnCompileDuplicatedFilename 1 calls
- 32> 0 ms MakeDirsForMidl 1 calls
- 32> 0 ms ResolveAssemblyReferences 1 calls
- 32> 0 ms ComputeReferenceCLInput 1 calls
- 32> 0 ms _Midl 1 calls
- 32> 0 ms AfterResolveReferences 1 calls
- 32> 0 ms PlatformPrepareForBuild 1 calls
- 32> 0 ms AfterBuildGenerateSources 1 calls
- 32> 0 ms BuildCompileTraverse 1 calls
- 32> 0 ms BuildGenerateSources 1 calls
- 32> 0 ms GetReferenceAssemblyPaths 1 calls
- 32> 0 ms _Xsd 1 calls
- 32> 0 ms SelectCustomBuild 1 calls
- 32> 0 ms ComputeCLInputPDBName 1 calls
- 32> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 32> 0 ms GetInstalledSDKLocations 1 calls
- 32> 0 ms BeforeBuildGenerateSources 1 calls
- 32> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 32> 0 ms GetResolvedWinMD 1 calls
- 32> 0 ms _SelectedFiles 1 calls
- 32> 0 ms PreBuildEvent 1 calls
- 32> 0 ms BeforeClCompile 1 calls
- 32> 0 ms BeforeResolveReferences 1 calls
- 32> 0 ms AfterMidl 1 calls
- 32> 0 ms _PrepareForReferenceResolution 1 calls
- 32> 0 ms ExpandSDKReferences 1 calls
- 32> 1 ms AssignProjectConfiguration 1 calls
- 32> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 32> 1 ms MakeDirsForCl 1 calls
- 32> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 32> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 32> 1 ms GetFrameworkPaths 1 calls
- 32> 3 ms PrepareForBuild 1 calls
- 32> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 32> 8 ms InitializeBuildStatus 1 calls
- 32> 15 ms ResolveProjectReferences 1 calls
- 32> 1017 ms ClCompile 1 calls
- 33>------ Build started: Project: test-read-cache, Configuration: Debug Win32 ------
- 33>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 33> test-read-cache.c
- 33>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 33> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 33>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 33> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 33>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 33> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 33>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 33> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 33>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 33>
- 33>Project Performance Summary:
- 33> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 33> 0 ms GetTargetPath 1 calls
- 33> 0 ms GetNativeManifest 1 calls
- 33> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 33> 0 ms GetTargetPath 1 calls
- 33> 0 ms GetNativeManifest 1 calls
- 33> 977 ms D:\GfW\git-sdk-64\usr\src\git\test-read-cache\test-read-cache.vcxproj 1 calls
- 33> 977 ms Build 1 calls
- 33>
- 33>Target Performance Summary:
- 33> 0 ms _BuildGenerateSourcesAction 1 calls
- 33> 0 ms ResolveSDKReferences 1 calls
- 33> 0 ms ResolveReferences 1 calls
- 33> 0 ms _PrepareForBuild 1 calls
- 33> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 33> 0 ms SelectClCompile 1 calls
- 33> 0 ms WarnCompileDuplicatedFilename 1 calls
- 33> 0 ms MakeDirsForMidl 1 calls
- 33> 0 ms ResolveAssemblyReferences 1 calls
- 33> 0 ms ComputeReferenceCLInput 1 calls
- 33> 0 ms _Midl 1 calls
- 33> 0 ms AfterResolveReferences 1 calls
- 33> 0 ms PlatformPrepareForBuild 1 calls
- 33> 0 ms MakeDirsForCl 1 calls
- 33> 0 ms AfterBuildGenerateSources 1 calls
- 33> 0 ms BuildCompileTraverse 1 calls
- 33> 0 ms BuildGenerateSources 1 calls
- 33> 0 ms GetReferenceAssemblyPaths 1 calls
- 33> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 33> 0 ms SelectCustomBuild 1 calls
- 33> 0 ms BeforeResolveReferences 1 calls
- 33> 0 ms BeforeClCompile 1 calls
- 33> 0 ms PreBuildEvent 1 calls
- 33> 0 ms _SelectedFiles 1 calls
- 33> 0 ms ComputeCLInputPDBName 1 calls
- 33> 0 ms ExpandSDKReferences 1 calls
- 33> 0 ms GetResolvedWinMD 1 calls
- 33> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 33> 0 ms GetInstalledSDKLocations 1 calls
- 33> 0 ms BeforeBuildGenerateSources 1 calls
- 33> 0 ms _Xsd 1 calls
- 33> 0 ms _PrepareForReferenceResolution 1 calls
- 33> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 33> 0 ms AfterMidl 1 calls
- 33> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 33> 1 ms GetFrameworkPaths 1 calls
- 33> 1 ms BuildGenerateSourcesTraverse 1 calls
- 33> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 33> 1 ms AssignProjectConfiguration 1 calls
- 33> 2 ms InitializeBuildStatus 1 calls
- 33> 2 ms PrepareForBuild 1 calls
- 33> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 33> 7 ms ResolveProjectReferences 1 calls
- 33> 953 ms ClCompile 1 calls
- 34>------ Build started: Project: test-regex, Configuration: Debug Win32 ------
- 34>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 34> test-regex.c
- 34>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 34> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 34>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 34> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 34>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 34> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 34>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 34> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 34>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 34>
- 34>Project Performance Summary:
- 34> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 34> 0 ms GetTargetPath 1 calls
- 34> 0 ms GetNativeManifest 1 calls
- 34> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 34> 0 ms GetTargetPath 1 calls
- 34> 0 ms GetNativeManifest 1 calls
- 34> 984 ms D:\GfW\git-sdk-64\usr\src\git\test-regex\test-regex.vcxproj 1 calls
- 34> 984 ms Build 1 calls
- 34>
- 34>Target Performance Summary:
- 34> 0 ms _BuildGenerateSourcesAction 1 calls
- 34> 0 ms GetReferenceAssemblyPaths 1 calls
- 34> 0 ms BuildGenerateSources 1 calls
- 34> 0 ms ResolveReferences 1 calls
- 34> 0 ms BuildGenerateSourcesTraverse 1 calls
- 34> 0 ms _PrepareForBuild 1 calls
- 34> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 34> 0 ms GetInstalledSDKLocations 1 calls
- 34> 0 ms SelectClCompile 1 calls
- 34> 0 ms MakeDirsForMidl 1 calls
- 34> 0 ms ResolveAssemblyReferences 1 calls
- 34> 0 ms ComputeReferenceCLInput 1 calls
- 34> 0 ms _Midl 1 calls
- 34> 0 ms PlatformPrepareForBuild 1 calls
- 34> 0 ms AfterBuildGenerateSources 1 calls
- 34> 0 ms WarnCompileDuplicatedFilename 1 calls
- 34> 0 ms SelectCustomBuild 1 calls
- 34> 0 ms _Xsd 1 calls
- 34> 0 ms GetResolvedWinMD 1 calls
- 34> 0 ms BeforeResolveReferences 1 calls
- 34> 0 ms BeforeClCompile 1 calls
- 34> 0 ms _PrepareForReferenceResolution 1 calls
- 34> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 34> 0 ms PreBuildEvent 1 calls
- 34> 0 ms _SelectedFiles 1 calls
- 34> 0 ms BeforeBuildGenerateSources 1 calls
- 34> 0 ms ComputeCLInputPDBName 1 calls
- 34> 0 ms ExpandSDKReferences 1 calls
- 34> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 34> 0 ms AfterMidl 1 calls
- 34> 1 ms MakeDirsForCl 1 calls
- 34> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 34> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 34> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 34> 1 ms GetFrameworkPaths 1 calls
- 34> 1 ms AssignProjectConfiguration 1 calls
- 34> 1 ms ResolveSDKReferences 1 calls
- 34> 1 ms BuildCompileTraverse 1 calls
- 34> 2 ms PrepareForBuild 1 calls
- 34> 3 ms InitializeBuildStatus 1 calls
- 34> 5 ms AfterResolveReferences 1 calls
- 34> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 34> 21 ms ResolveProjectReferences 1 calls
- 34> 939 ms ClCompile 1 calls
- 35>------ Build started: Project: test-revision-walking, Configuration: Debug Win32 ------
- 35>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 35> test-revision-walking.c
- 35>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 35> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 35>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 35> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 35>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 35> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 35>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 35> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 35>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 35>
- 35>Project Performance Summary:
- 35> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 35> 0 ms GetTargetPath 1 calls
- 35> 0 ms GetNativeManifest 1 calls
- 35> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 35> 0 ms GetTargetPath 1 calls
- 35> 0 ms GetNativeManifest 1 calls
- 35> 1043 ms D:\GfW\git-sdk-64\usr\src\git\test-revision-walking\test-revision-walking.vcxproj 1 calls
- 35> 1043 ms Build 1 calls
- 35>
- 35>Target Performance Summary:
- 35> 0 ms _BuildGenerateSourcesAction 1 calls
- 35> 0 ms ResolveSDKReferences 1 calls
- 35> 0 ms ResolveReferences 1 calls
- 35> 0 ms BuildGenerateSourcesTraverse 1 calls
- 35> 0 ms _PrepareForBuild 1 calls
- 35> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 35> 0 ms SelectClCompile 1 calls
- 35> 0 ms WarnCompileDuplicatedFilename 1 calls
- 35> 0 ms MakeDirsForMidl 1 calls
- 35> 0 ms GetFrameworkPaths 1 calls
- 35> 0 ms ResolveAssemblyReferences 1 calls
- 35> 0 ms ComputeReferenceCLInput 1 calls
- 35> 0 ms _Midl 1 calls
- 35> 0 ms AfterResolveReferences 1 calls
- 35> 0 ms PlatformPrepareForBuild 1 calls
- 35> 0 ms AfterBuildGenerateSources 1 calls
- 35> 0 ms BuildGenerateSources 1 calls
- 35> 0 ms GetReferenceAssemblyPaths 1 calls
- 35> 0 ms _Xsd 1 calls
- 35> 0 ms SelectCustomBuild 1 calls
- 35> 0 ms AfterMidl 1 calls
- 35> 0 ms BeforeResolveReferences 1 calls
- 35> 0 ms BeforeClCompile 1 calls
- 35> 0 ms _PrepareForReferenceResolution 1 calls
- 35> 0 ms PreBuildEvent 1 calls
- 35> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 35> 0 ms BeforeBuildGenerateSources 1 calls
- 35> 0 ms _SelectedFiles 1 calls
- 35> 0 ms GetInstalledSDKLocations 1 calls
- 35> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 35> 0 ms ComputeCLInputPDBName 1 calls
- 35> 1 ms MakeDirsForCl 1 calls
- 35> 1 ms AssignProjectConfiguration 1 calls
- 35> 1 ms GetResolvedWinMD 1 calls
- 35> 1 ms BuildCompileTraverse 1 calls
- 35> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 35> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 35> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 35> 1 ms ExpandSDKReferences 1 calls
- 35> 2 ms PrepareForBuild 1 calls
- 35> 4 ms InitializeBuildStatus 1 calls
- 35> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 35> 21 ms ResolveProjectReferences 1 calls
- 35> 1003 ms ClCompile 1 calls
- 36>------ Build started: Project: test-run-command, Configuration: Debug Win32 ------
- 36>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 36> test-run-command.c
- 36>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 36> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 36>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 36> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 36>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 36> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 36>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 36> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 36>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 36>
- 36>Project Performance Summary:
- 36> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 36> 0 ms GetTargetPath 1 calls
- 36> 0 ms GetNativeManifest 1 calls
- 36> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 36> 0 ms GetTargetPath 1 calls
- 36> 0 ms GetNativeManifest 1 calls
- 36> 569 ms D:\GfW\git-sdk-64\usr\src\git\test-run-command\test-run-command.vcxproj 1 calls
- 36> 569 ms Build 1 calls
- 36>
- 36>Target Performance Summary:
- 36> 0 ms _BuildGenerateSourcesAction 1 calls
- 36> 0 ms ResolveSDKReferences 1 calls
- 36> 0 ms ResolveReferences 1 calls
- 36> 0 ms BuildGenerateSourcesTraverse 1 calls
- 36> 0 ms _PrepareForBuild 1 calls
- 36> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 36> 0 ms SelectClCompile 1 calls
- 36> 0 ms WarnCompileDuplicatedFilename 1 calls
- 36> 0 ms BuildGenerateSources 1 calls
- 36> 0 ms MakeDirsForMidl 1 calls
- 36> 0 ms ComputeReferenceCLInput 1 calls
- 36> 0 ms _Midl 1 calls
- 36> 0 ms AfterResolveReferences 1 calls
- 36> 0 ms PlatformPrepareForBuild 1 calls
- 36> 0 ms MakeDirsForCl 1 calls
- 36> 0 ms AfterBuildGenerateSources 1 calls
- 36> 0 ms BuildCompileTraverse 1 calls
- 36> 0 ms ResolveAssemblyReferences 1 calls
- 36> 0 ms GetReferenceAssemblyPaths 1 calls
- 36> 0 ms _Xsd 1 calls
- 36> 0 ms SelectCustomBuild 1 calls
- 36> 0 ms AfterMidl 1 calls
- 36> 0 ms BeforeResolveReferences 1 calls
- 36> 0 ms BeforeClCompile 1 calls
- 36> 0 ms PreBuildEvent 1 calls
- 36> 0 ms _SelectedFiles 1 calls
- 36> 0 ms ComputeCLInputPDBName 1 calls
- 36> 0 ms _PrepareForReferenceResolution 1 calls
- 36> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 36> 0 ms BeforeBuildGenerateSources 1 calls
- 36> 0 ms GetInstalledSDKLocations 1 calls
- 36> 0 ms ExpandSDKReferences 1 calls
- 36> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 36> 0 ms GetResolvedWinMD 1 calls
- 36> 1 ms AssignProjectConfiguration 1 calls
- 36> 1 ms GetFrameworkPaths 1 calls
- 36> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 36> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 36> 2 ms PrepareForBuild 1 calls
- 36> 2 ms InitializeBuildStatus 1 calls
- 36> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 36> 5 ms _SplitProjectReferencesByFileExistence 1 calls
- 36> 5 ms ResolveProjectReferences 1 calls
- 36> 544 ms ClCompile 1 calls
- 37>------ Build started: Project: test-scrap-cache-tree, Configuration: Debug Win32 ------
- 37>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 37> test-scrap-cache-tree.c
- 37>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 37> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 37>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 37> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 37>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 37> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 37>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 37> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 37>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 37>
- 37>Project Performance Summary:
- 37> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 37> 0 ms GetTargetPath 1 calls
- 37> 0 ms GetNativeManifest 1 calls
- 37> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 37> 0 ms GetTargetPath 1 calls
- 37> 0 ms GetNativeManifest 1 calls
- 37> 566 ms D:\GfW\git-sdk-64\usr\src\git\test-scrap-cache-tree\test-scrap-cache-tree.vcxproj 1 calls
- 37> 566 ms Build 1 calls
- 37>
- 37>Target Performance Summary:
- 37> 0 ms _BuildGenerateSourcesAction 1 calls
- 37> 0 ms BuildGenerateSources 1 calls
- 37> 0 ms ResolveSDKReferences 1 calls
- 37> 0 ms ResolveReferences 1 calls
- 37> 0 ms BuildGenerateSourcesTraverse 1 calls
- 37> 0 ms _PrepareForBuild 1 calls
- 37> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 37> 0 ms SelectClCompile 1 calls
- 37> 0 ms WarnCompileDuplicatedFilename 1 calls
- 37> 0 ms MakeDirsForMidl 1 calls
- 37> 0 ms GetFrameworkPaths 1 calls
- 37> 0 ms ComputeReferenceCLInput 1 calls
- 37> 0 ms _Midl 1 calls
- 37> 0 ms AfterResolveReferences 1 calls
- 37> 0 ms PlatformPrepareForBuild 1 calls
- 37> 0 ms AfterBuildGenerateSources 1 calls
- 37> 0 ms GetReferenceAssemblyPaths 1 calls
- 37> 0 ms GetInstalledSDKLocations 1 calls
- 37> 0 ms _Xsd 1 calls
- 37> 0 ms AfterMidl 1 calls
- 37> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 37> 0 ms BeforeResolveReferences 1 calls
- 37> 0 ms _PrepareForReferenceResolution 1 calls
- 37> 0 ms BeforeClCompile 1 calls
- 37> 0 ms PreBuildEvent 1 calls
- 37> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 37> 0 ms _SelectedFiles 1 calls
- 37> 0 ms BeforeBuildGenerateSources 1 calls
- 37> 0 ms ComputeCLInputPDBName 1 calls
- 37> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 37> 0 ms SelectCustomBuild 1 calls
- 37> 0 ms GetResolvedWinMD 1 calls
- 37> 0 ms ExpandSDKReferences 1 calls
- 37> 1 ms BuildCompileTraverse 1 calls
- 37> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 37> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 37> 1 ms AssignProjectConfiguration 1 calls
- 37> 1 ms MakeDirsForCl 1 calls
- 37> 1 ms ResolveAssemblyReferences 1 calls
- 37> 2 ms InitializeBuildStatus 1 calls
- 37> 2 ms PrepareForBuild 1 calls
- 37> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 37> 10 ms ResolveProjectReferences 1 calls
- 37> 541 ms ClCompile 1 calls
- 38>------ Build started: Project: test-sha1, Configuration: Debug Win32 ------
- 38>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 38> test-sha1.c
- 38>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 38> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 38>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 38> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 38>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 38> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 38>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 38> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 38>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 38>
- 38>Project Performance Summary:
- 38> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 38> 0 ms GetTargetPath 1 calls
- 38> 0 ms GetNativeManifest 1 calls
- 38> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 38> 0 ms GetTargetPath 1 calls
- 38> 0 ms GetNativeManifest 1 calls
- 38> 1088 ms D:\GfW\git-sdk-64\usr\src\git\test-sha1\test-sha1.vcxproj 1 calls
- 38> 1088 ms Build 1 calls
- 38>
- 38>Target Performance Summary:
- 38> 0 ms _BuildGenerateSourcesAction 1 calls
- 38> 0 ms ResolveSDKReferences 1 calls
- 38> 0 ms ResolveReferences 1 calls
- 38> 0 ms BuildGenerateSourcesTraverse 1 calls
- 38> 0 ms _PrepareForBuild 1 calls
- 38> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 38> 0 ms SelectClCompile 1 calls
- 38> 0 ms WarnCompileDuplicatedFilename 1 calls
- 38> 0 ms GetFrameworkPaths 1 calls
- 38> 0 ms ResolveAssemblyReferences 1 calls
- 38> 0 ms ComputeReferenceCLInput 1 calls
- 38> 0 ms _Midl 1 calls
- 38> 0 ms AfterResolveReferences 1 calls
- 38> 0 ms MakeDirsForCl 1 calls
- 38> 0 ms AfterBuildGenerateSources 1 calls
- 38> 0 ms BuildCompileTraverse 1 calls
- 38> 0 ms BuildGenerateSources 1 calls
- 38> 0 ms GetReferenceAssemblyPaths 1 calls
- 38> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 38> 0 ms SelectCustomBuild 1 calls
- 38> 0 ms BeforeResolveReferences 1 calls
- 38> 0 ms BeforeClCompile 1 calls
- 38> 0 ms PreBuildEvent 1 calls
- 38> 0 ms _SelectedFiles 1 calls
- 38> 0 ms ComputeCLInputPDBName 1 calls
- 38> 0 ms GetResolvedWinMD 1 calls
- 38> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 38> 0 ms GetInstalledSDKLocations 1 calls
- 38> 0 ms BeforeBuildGenerateSources 1 calls
- 38> 0 ms _Xsd 1 calls
- 38> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 38> 0 ms AfterMidl 1 calls
- 38> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 38> 1 ms MakeDirsForMidl 1 calls
- 38> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 38> 1 ms AssignProjectConfiguration 1 calls
- 38> 1 ms ExpandSDKReferences 1 calls
- 38> 1 ms PlatformPrepareForBuild 1 calls
- 38> 2 ms InitializeBuildStatus 1 calls
- 38> 2 ms PrepareForBuild 1 calls
- 38> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 38> 5 ms _PrepareForReferenceResolution 1 calls
- 38> 6 ms ResolveProjectReferences 1 calls
- 38> 1062 ms ClCompile 1 calls
- 39>------ Build started: Project: test-sha1-array, Configuration: Debug Win32 ------
- 39>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 39> test-sha1-array.c
- 39>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 39> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 39>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 39> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 39>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 39> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 39>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 39> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 39>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 39>
- 39>Project Performance Summary:
- 39> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 39> 0 ms GetTargetPath 1 calls
- 39> 0 ms GetNativeManifest 1 calls
- 39> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 39> 0 ms GetTargetPath 1 calls
- 39> 0 ms GetNativeManifest 1 calls
- 39> 1012 ms D:\GfW\git-sdk-64\usr\src\git\test-sha1-array\test-sha1-array.vcxproj 1 calls
- 39> 1012 ms Build 1 calls
- 39>
- 39>Target Performance Summary:
- 39> 0 ms _BuildGenerateSourcesAction 1 calls
- 39> 0 ms ResolveSDKReferences 1 calls
- 39> 0 ms ResolveReferences 1 calls
- 39> 0 ms AssignProjectConfiguration 1 calls
- 39> 0 ms _PrepareForBuild 1 calls
- 39> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 39> 0 ms SelectClCompile 1 calls
- 39> 0 ms WarnCompileDuplicatedFilename 1 calls
- 39> 0 ms BuildGenerateSources 1 calls
- 39> 0 ms MakeDirsForMidl 1 calls
- 39> 0 ms ResolveAssemblyReferences 1 calls
- 39> 0 ms ComputeReferenceCLInput 1 calls
- 39> 0 ms _Midl 1 calls
- 39> 0 ms AfterResolveReferences 1 calls
- 39> 0 ms PlatformPrepareForBuild 1 calls
- 39> 0 ms AfterBuildGenerateSources 1 calls
- 39> 0 ms BuildCompileTraverse 1 calls
- 39> 0 ms GetFrameworkPaths 1 calls
- 39> 0 ms GetReferenceAssemblyPaths 1 calls
- 39> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 39> 0 ms SelectCustomBuild 1 calls
- 39> 0 ms BeforeResolveReferences 1 calls
- 39> 0 ms BeforeClCompile 1 calls
- 39> 0 ms PreBuildEvent 1 calls
- 39> 0 ms _SelectedFiles 1 calls
- 39> 0 ms ExpandSDKReferences 1 calls
- 39> 0 ms GetResolvedWinMD 1 calls
- 39> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 39> 0 ms GetInstalledSDKLocations 1 calls
- 39> 0 ms BeforeBuildGenerateSources 1 calls
- 39> 0 ms _Xsd 1 calls
- 39> 0 ms _PrepareForReferenceResolution 1 calls
- 39> 0 ms AfterMidl 1 calls
- 39> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 39> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 39> 1 ms ComputeCLInputPDBName 1 calls
- 39> 1 ms InitializeBuildStatus 1 calls
- 39> 1 ms BuildGenerateSourcesTraverse 1 calls
- 39> 1 ms MakeDirsForCl 1 calls
- 39> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 39> 3 ms PrepareForBuild 1 calls
- 39> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 39> 15 ms ResolveProjectReferences 1 calls
- 39> 980 ms ClCompile 1 calls
- 40>------ Build started: Project: test-sigchain, Configuration: Debug Win32 ------
- 40>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 40> test-sigchain.c
- 40>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 40> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 40>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 40> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 40>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 40> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 40>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 40> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 40>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 40>
- 40>Project Performance Summary:
- 40> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 40> 0 ms GetTargetPath 1 calls
- 40> 0 ms GetNativeManifest 1 calls
- 40> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 40> 0 ms GetTargetPath 1 calls
- 40> 0 ms GetNativeManifest 1 calls
- 40> 1010 ms D:\GfW\git-sdk-64\usr\src\git\test-sigchain\test-sigchain.vcxproj 1 calls
- 40> 1010 ms Build 1 calls
- 40>
- 40>Target Performance Summary:
- 40> 0 ms _BuildGenerateSourcesAction 1 calls
- 40> 0 ms ResolveReferences 1 calls
- 40> 0 ms BuildGenerateSourcesTraverse 1 calls
- 40> 0 ms AssignProjectConfiguration 1 calls
- 40> 0 ms _PrepareForBuild 1 calls
- 40> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 40> 0 ms SelectClCompile 1 calls
- 40> 0 ms WarnCompileDuplicatedFilename 1 calls
- 40> 0 ms BuildGenerateSources 1 calls
- 40> 0 ms MakeDirsForMidl 1 calls
- 40> 0 ms ResolveAssemblyReferences 1 calls
- 40> 0 ms ComputeReferenceCLInput 1 calls
- 40> 0 ms _Midl 1 calls
- 40> 0 ms AfterResolveReferences 1 calls
- 40> 0 ms PlatformPrepareForBuild 1 calls
- 40> 0 ms AfterBuildGenerateSources 1 calls
- 40> 0 ms BuildCompileTraverse 1 calls
- 40> 0 ms GetFrameworkPaths 1 calls
- 40> 0 ms GetReferenceAssemblyPaths 1 calls
- 40> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 40> 0 ms SelectCustomBuild 1 calls
- 40> 0 ms BeforeResolveReferences 1 calls
- 40> 0 ms BeforeClCompile 1 calls
- 40> 0 ms PreBuildEvent 1 calls
- 40> 0 ms _SelectedFiles 1 calls
- 40> 0 ms ExpandSDKReferences 1 calls
- 40> 0 ms GetResolvedWinMD 1 calls
- 40> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 40> 0 ms GetInstalledSDKLocations 1 calls
- 40> 0 ms BeforeBuildGenerateSources 1 calls
- 40> 0 ms _Xsd 1 calls
- 40> 0 ms AfterMidl 1 calls
- 40> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 40> 1 ms _PrepareForReferenceResolution 1 calls
- 40> 1 ms MakeDirsForCl 1 calls
- 40> 1 ms ResolveSDKReferences 1 calls
- 40> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 40> 1 ms ComputeCLInputPDBName 1 calls
- 40> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 40> 2 ms PrepareForBuild 1 calls
- 40> 2 ms InitializeBuildStatus 1 calls
- 40> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 40> 9 ms ResolveProjectReferences 1 calls
- 40> 980 ms ClCompile 1 calls
- 41>------ Build started: Project: test-string-list, Configuration: Debug Win32 ------
- 41>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 41> test-string-list.c
- 41>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 41> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 41>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 41> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 41>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 41> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 41>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 41> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 41>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 41>
- 41>Project Performance Summary:
- 41> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 41> 0 ms GetTargetPath 1 calls
- 41> 0 ms GetNativeManifest 1 calls
- 41> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 41> 0 ms GetTargetPath 1 calls
- 41> 0 ms GetNativeManifest 1 calls
- 41> 942 ms D:\GfW\git-sdk-64\usr\src\git\test-string-list\test-string-list.vcxproj 1 calls
- 41> 942 ms Build 1 calls
- 41>
- 41>Target Performance Summary:
- 41> 0 ms _BuildGenerateSourcesAction 1 calls
- 41> 0 ms BuildGenerateSources 1 calls
- 41> 0 ms ResolveSDKReferences 1 calls
- 41> 0 ms ResolveReferences 1 calls
- 41> 0 ms BuildGenerateSourcesTraverse 1 calls
- 41> 0 ms _PrepareForBuild 1 calls
- 41> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 41> 0 ms SelectClCompile 1 calls
- 41> 0 ms GetFrameworkPaths 1 calls
- 41> 0 ms ComputeReferenceCLInput 1 calls
- 41> 0 ms _Midl 1 calls
- 41> 0 ms AfterResolveReferences 1 calls
- 41> 0 ms PlatformPrepareForBuild 1 calls
- 41> 0 ms MakeDirsForCl 1 calls
- 41> 0 ms AfterBuildGenerateSources 1 calls
- 41> 0 ms BuildCompileTraverse 1 calls
- 41> 0 ms GetReferenceAssemblyPaths 1 calls
- 41> 0 ms GetInstalledSDKLocations 1 calls
- 41> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 41> 0 ms AfterMidl 1 calls
- 41> 0 ms BeforeResolveReferences 1 calls
- 41> 0 ms BeforeClCompile 1 calls
- 41> 0 ms PreBuildEvent 1 calls
- 41> 0 ms _SelectedFiles 1 calls
- 41> 0 ms ComputeCLInputPDBName 1 calls
- 41> 0 ms ExpandSDKReferences 1 calls
- 41> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 41> 0 ms SelectCustomBuild 1 calls
- 41> 0 ms _Xsd 1 calls
- 41> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 41> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 41> 0 ms BeforeBuildGenerateSources 1 calls
- 41> 1 ms MakeDirsForMidl 1 calls
- 41> 1 ms _PrepareForReferenceResolution 1 calls
- 41> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 41> 1 ms WarnCompileDuplicatedFilename 1 calls
- 41> 1 ms ResolveAssemblyReferences 1 calls
- 41> 1 ms GetResolvedWinMD 1 calls
- 41> 1 ms AssignProjectConfiguration 1 calls
- 41> 2 ms InitializeBuildStatus 1 calls
- 41> 3 ms PrepareForBuild 1 calls
- 41> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 41> 9 ms ResolveProjectReferences 1 calls
- 41> 915 ms ClCompile 1 calls
- 42>------ Build started: Project: test-subprocess, Configuration: Debug Win32 ------
- 42>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 42> test-subprocess.c
- 42>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 42> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 42>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 42> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 42>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 42> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 42>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 42> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 42>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 42>
- 42>Project Performance Summary:
- 42> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 42> 0 ms GetTargetPath 1 calls
- 42> 0 ms GetNativeManifest 1 calls
- 42> 1 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 42> 0 ms GetTargetPath 1 calls
- 42> 1 ms GetNativeManifest 1 calls
- 42> 991 ms D:\GfW\git-sdk-64\usr\src\git\test-subprocess\test-subprocess.vcxproj 1 calls
- 42> 991 ms Build 1 calls
- 42>
- 42>Target Performance Summary:
- 42> 0 ms _BuildGenerateSourcesAction 1 calls
- 42> 0 ms ResolveSDKReferences 1 calls
- 42> 0 ms ResolveReferences 1 calls
- 42> 0 ms BuildGenerateSourcesTraverse 1 calls
- 42> 0 ms _PrepareForBuild 1 calls
- 42> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 42> 0 ms SelectClCompile 1 calls
- 42> 0 ms BuildGenerateSources 1 calls
- 42> 0 ms WarnCompileDuplicatedFilename 1 calls
- 42> 0 ms GetFrameworkPaths 1 calls
- 42> 0 ms ComputeReferenceCLInput 1 calls
- 42> 0 ms _Midl 1 calls
- 42> 0 ms AfterResolveReferences 1 calls
- 42> 0 ms PlatformPrepareForBuild 1 calls
- 42> 0 ms AfterBuildGenerateSources 1 calls
- 42> 0 ms MakeDirsForMidl 1 calls
- 42> 0 ms GetInstalledSDKLocations 1 calls
- 42> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 42> 0 ms AfterMidl 1 calls
- 42> 0 ms BeforeResolveReferences 1 calls
- 42> 0 ms BeforeClCompile 1 calls
- 42> 0 ms PreBuildEvent 1 calls
- 42> 0 ms _SelectedFiles 1 calls
- 42> 0 ms ComputeCLInputPDBName 1 calls
- 42> 0 ms ExpandSDKReferences 1 calls
- 42> 0 ms GetResolvedWinMD 1 calls
- 42> 0 ms SelectCustomBuild 1 calls
- 42> 0 ms BeforeBuildGenerateSources 1 calls
- 42> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 42> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 42> 0 ms _PrepareForReferenceResolution 1 calls
- 42> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 42> 0 ms _Xsd 1 calls
- 42> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 42> 1 ms BuildCompileTraverse 1 calls
- 42> 1 ms AssignProjectConfiguration 1 calls
- 42> 1 ms MakeDirsForCl 1 calls
- 42> 1 ms GetReferenceAssemblyPaths 1 calls
- 42> 2 ms PrepareForBuild 1 calls
- 42> 3 ms InitializeBuildStatus 1 calls
- 42> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 42> 7 ms ResolveAssemblyReferences 1 calls
- 42> 107 ms ResolveProjectReferences 1 calls
- 42> 860 ms ClCompile 1 calls
- 43>------ Build started: Project: test-svn-fe, Configuration: Debug Win32 ------
- 43>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 43> test-svn-fe.c
- 43>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 43> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 43>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 43> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 43>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 43> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 43>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 43> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 43>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 43>
- 43>Project Performance Summary:
- 43> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 43> 0 ms GetTargetPath 1 calls
- 43> 0 ms GetNativeManifest 1 calls
- 43> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 43> 0 ms GetTargetPath 1 calls
- 43> 0 ms GetNativeManifest 1 calls
- 43> 913 ms D:\GfW\git-sdk-64\usr\src\git\test-svn-fe\test-svn-fe.vcxproj 1 calls
- 43> 913 ms Build 1 calls
- 43>
- 43>Target Performance Summary:
- 43> 0 ms _BuildGenerateSourcesAction 1 calls
- 43> 0 ms BuildGenerateSources 1 calls
- 43> 0 ms ResolveSDKReferences 1 calls
- 43> 0 ms ResolveReferences 1 calls
- 43> 0 ms BuildGenerateSourcesTraverse 1 calls
- 43> 0 ms _PrepareForBuild 1 calls
- 43> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 43> 0 ms SelectClCompile 1 calls
- 43> 0 ms MakeDirsForMidl 1 calls
- 43> 0 ms ResolveAssemblyReferences 1 calls
- 43> 0 ms ComputeReferenceCLInput 1 calls
- 43> 0 ms _Midl 1 calls
- 43> 0 ms AfterResolveReferences 1 calls
- 43> 0 ms MakeDirsForCl 1 calls
- 43> 0 ms AfterBuildGenerateSources 1 calls
- 43> 0 ms BuildCompileTraverse 1 calls
- 43> 0 ms GetReferenceAssemblyPaths 1 calls
- 43> 0 ms GetInstalledSDKLocations 1 calls
- 43> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 43> 0 ms AfterMidl 1 calls
- 43> 0 ms BeforeResolveReferences 1 calls
- 43> 0 ms BeforeClCompile 1 calls
- 43> 0 ms _SelectedFiles 1 calls
- 43> 0 ms ComputeCLInputPDBName 1 calls
- 43> 0 ms ExpandSDKReferences 1 calls
- 43> 0 ms GetResolvedWinMD 1 calls
- 43> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 43> 0 ms SelectCustomBuild 1 calls
- 43> 0 ms _Xsd 1 calls
- 43> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 43> 0 ms _PrepareForReferenceResolution 1 calls
- 43> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 43> 0 ms BeforeBuildGenerateSources 1 calls
- 43> 1 ms GetFrameworkPaths 1 calls
- 43> 1 ms AssignProjectConfiguration 1 calls
- 43> 1 ms PreBuildEvent 1 calls
- 43> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 43> 1 ms WarnCompileDuplicatedFilename 1 calls
- 43> 1 ms PlatformPrepareForBuild 1 calls
- 43> 2 ms InitializeBuildStatus 1 calls
- 43> 3 ms PrepareForBuild 1 calls
- 43> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 43> 22 ms ResolveProjectReferences 1 calls
- 43> 874 ms ClCompile 1 calls
- 44>------ Build started: Project: test-urlmatch-normalization, Configuration: Debug Win32 ------
- 44>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 44> test-urlmatch-normalization.c
- 44>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 44> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 44>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 44> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 44>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 44> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 44>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 44> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 44>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 44>
- 44>Project Performance Summary:
- 44> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 44> 0 ms GetTargetPath 1 calls
- 44> 0 ms GetNativeManifest 1 calls
- 44> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 44> 0 ms GetTargetPath 1 calls
- 44> 0 ms GetNativeManifest 1 calls
- 44> 966 ms D:\GfW\git-sdk-64\usr\src\git\test-urlmatch-normalization\test-urlmatch-normalization.vcxproj 1 calls
- 44> 966 ms Build 1 calls
- 44>
- 44>Target Performance Summary:
- 44> 0 ms _BuildGenerateSourcesAction 1 calls
- 44> 0 ms ResolveSDKReferences 1 calls
- 44> 0 ms ResolveReferences 1 calls
- 44> 0 ms BuildGenerateSourcesTraverse 1 calls
- 44> 0 ms _PrepareForBuild 1 calls
- 44> 0 ms SelectClCompile 1 calls
- 44> 0 ms WarnCompileDuplicatedFilename 1 calls
- 44> 0 ms MakeDirsForMidl 1 calls
- 44> 0 ms GetFrameworkPaths 1 calls
- 44> 0 ms ResolveAssemblyReferences 1 calls
- 44> 0 ms ComputeReferenceCLInput 1 calls
- 44> 0 ms _Midl 1 calls
- 44> 0 ms AfterResolveReferences 1 calls
- 44> 0 ms PlatformPrepareForBuild 1 calls
- 44> 0 ms AfterBuildGenerateSources 1 calls
- 44> 0 ms BuildCompileTraverse 1 calls
- 44> 0 ms BuildGenerateSources 1 calls
- 44> 0 ms GetReferenceAssemblyPaths 1 calls
- 44> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 44> 0 ms SelectCustomBuild 1 calls
- 44> 0 ms BeforeResolveReferences 1 calls
- 44> 0 ms BeforeClCompile 1 calls
- 44> 0 ms PreBuildEvent 1 calls
- 44> 0 ms _SelectedFiles 1 calls
- 44> 0 ms ComputeCLInputPDBName 1 calls
- 44> 0 ms ExpandSDKReferences 1 calls
- 44> 0 ms GetResolvedWinMD 1 calls
- 44> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 44> 0 ms GetInstalledSDKLocations 1 calls
- 44> 0 ms BeforeBuildGenerateSources 1 calls
- 44> 0 ms _Xsd 1 calls
- 44> 0 ms AfterMidl 1 calls
- 44> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 44> 1 ms _PrepareForReferenceResolution 1 calls
- 44> 1 ms MakeDirsForCl 1 calls
- 44> 1 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 44> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 44> 1 ms AssignProjectConfiguration 1 calls
- 44> 3 ms InitializeBuildStatus 1 calls
- 44> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 44> 4 ms PrepareForBuild 1 calls
- 44> 6 ms _SplitProjectReferencesByFileExistence 1 calls
- 44> 18 ms ResolveProjectReferences 1 calls
- 44> 925 ms ClCompile 1 calls
- 45>------ Build started: Project: test-wildmatch, Configuration: Debug Win32 ------
- 45>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 45> test-wildmatch.c
- 45>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 45> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 45>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 45> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 45>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 45> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 45>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 45> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 45>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 45>
- 45>Project Performance Summary:
- 45> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 45> 0 ms GetTargetPath 1 calls
- 45> 0 ms GetNativeManifest 1 calls
- 45> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 45> 0 ms GetTargetPath 1 calls
- 45> 0 ms GetNativeManifest 1 calls
- 45> 918 ms D:\GfW\git-sdk-64\usr\src\git\test-wildmatch\test-wildmatch.vcxproj 1 calls
- 45> 918 ms Build 1 calls
- 45>
- 45>Target Performance Summary:
- 45> 0 ms _BuildGenerateSourcesAction 1 calls
- 45> 0 ms ResolveReferences 1 calls
- 45> 0 ms BuildGenerateSourcesTraverse 1 calls
- 45> 0 ms _PrepareForBuild 1 calls
- 45> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 45> 0 ms SelectClCompile 1 calls
- 45> 0 ms WarnCompileDuplicatedFilename 1 calls
- 45> 0 ms MakeDirsForMidl 1 calls
- 45> 0 ms GetFrameworkPaths 1 calls
- 45> 0 ms ResolveAssemblyReferences 1 calls
- 45> 0 ms ComputeReferenceCLInput 1 calls
- 45> 0 ms _Midl 1 calls
- 45> 0 ms AfterResolveReferences 1 calls
- 45> 0 ms PlatformPrepareForBuild 1 calls
- 45> 0 ms AfterBuildGenerateSources 1 calls
- 45> 0 ms BuildCompileTraverse 1 calls
- 45> 0 ms ResolveSDKReferences 1 calls
- 45> 0 ms GetInstalledSDKLocations 1 calls
- 45> 0 ms _Xsd 1 calls
- 45> 0 ms ComputeCLInputPDBName 1 calls
- 45> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 45> 0 ms SelectCustomBuild 1 calls
- 45> 0 ms BeforeBuildGenerateSources 1 calls
- 45> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 45> 0 ms _PrepareForReferenceResolution 1 calls
- 45> 0 ms GetResolvedWinMD 1 calls
- 45> 0 ms ExpandSDKReferences 1 calls
- 45> 0 ms PreBuildEvent 1 calls
- 45> 0 ms BeforeClCompile 1 calls
- 45> 0 ms AfterMidl 1 calls
- 45> 0 ms BeforeResolveReferences 1 calls
- 45> 0 ms _SelectedFiles 1 calls
- 45> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 45> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 45> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 45> 1 ms MakeDirsForCl 1 calls
- 45> 1 ms GetReferenceAssemblyPaths 1 calls
- 45> 1 ms AssignProjectConfiguration 1 calls
- 45> 1 ms BuildGenerateSources 1 calls
- 45> 3 ms InitializeBuildStatus 1 calls
- 45> 3 ms PrepareForBuild 1 calls
- 45> 4 ms SetCABuildNativeEnvironmentVariables 1 calls
- 45> 15 ms ResolveProjectReferences 1 calls
- 45> 885 ms ClCompile 1 calls
- 46>------ Build started: Project: git, Configuration: Debug Win32 ------
- 46>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 46> git.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> write-tree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> verify-tag.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> verify-pack.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> verify-commit.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> var.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> upload-archive.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> update-server-info.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> update-ref.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> update-index.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> unpack-objects.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> unpack-file.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> tag.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> symbolic-ref.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> stripspace.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> show-ref.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> show-branch.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> shortlog.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> send-pack.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> rm.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> Compiling...
- 46> revert.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> rev-parse.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> rev-list.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> reset.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> rerere.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> replace.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> repack.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> remote.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> remote-fd.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> remote-ext.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> reflog.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> receive-pack.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> read-tree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> push.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> prune.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> prune-packed.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> patch-id.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> pack-refs.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> pack-redundant.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> pack-objects.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> Compiling...
- 46> notes.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> name-rev.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> mv.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> mktree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> mktag.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge-tree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge-recursive.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge-ours.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge-index.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge-file.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> merge-base.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> mailsplit.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> mailinfo.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> ls-tree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> ls-remote.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> ls-files.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> log.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> interpret-trailers.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> init-db.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> Compiling...
- 46> index-pack.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> help.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> hash-object.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> grep.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> get-tar-commit-id.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> gc.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> fsck.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> for-each-ref.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> fmt-merge-msg.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> fetch.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> fetch-pack.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> fast-export.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> diff.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> diff-tree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> diff-index.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> diff-files.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> describe.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> credential.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> count-objects.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> config.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> Compiling...
- 46> commit.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> commit-tree.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> column.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> clone.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> clean.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> checkout.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> checkout-index.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> check-ref-format.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> check-mailmap.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> check-ignore.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> check-attr.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> cat-file.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> bundle.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> branch.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> blame.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> bisect--helper.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> archive.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> apply.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> annotate.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46> add.c
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 46>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 46> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 46>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 46>
- 46>Project Performance Summary:
- 46> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 46> 0 ms GetTargetPath 1 calls
- 46> 0 ms GetNativeManifest 1 calls
- 46> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 46> 0 ms GetTargetPath 1 calls
- 46> 0 ms GetNativeManifest 1 calls
- 46> 16024 ms D:\GfW\git-sdk-64\usr\src\git\git\git.vcxproj 1 calls
- 46> 16024 ms Build 1 calls
- 46>
- 46>Target Performance Summary:
- 46> 0 ms _BuildGenerateSourcesAction 1 calls
- 46> 0 ms ResolveSDKReferences 1 calls
- 46> 0 ms ResolveReferences 1 calls
- 46> 0 ms BuildGenerateSourcesTraverse 1 calls
- 46> 0 ms AssignProjectConfiguration 1 calls
- 46> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 46> 0 ms SelectClCompile 1 calls
- 46> 0 ms MakeDirsForMidl 1 calls
- 46> 0 ms GetFrameworkPaths 1 calls
- 46> 0 ms ResolveAssemblyReferences 1 calls
- 46> 0 ms ComputeReferenceCLInput 1 calls
- 46> 0 ms _Midl 1 calls
- 46> 0 ms AfterResolveReferences 1 calls
- 46> 0 ms PlatformPrepareForBuild 1 calls
- 46> 0 ms AfterBuildGenerateSources 1 calls
- 46> 0 ms BuildCompileTraverse 1 calls
- 46> 0 ms BuildGenerateSources 1 calls
- 46> 0 ms GetInstalledSDKLocations 1 calls
- 46> 0 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 46> 0 ms _Xsd 1 calls
- 46> 0 ms AfterMidl 1 calls
- 46> 0 ms BeforeResolveReferences 1 calls
- 46> 0 ms BeforeClCompile 1 calls
- 46> 0 ms PreBuildEvent 1 calls
- 46> 0 ms _PrepareForReferenceResolution 1 calls
- 46> 0 ms _SelectedFiles 1 calls
- 46> 0 ms ComputeCLInputPDBName 1 calls
- 46> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 46> 0 ms BeforeBuildGenerateSources 1 calls
- 46> 0 ms ExpandSDKReferences 1 calls
- 46> 0 ms SelectCustomBuild 1 calls
- 46> 0 ms SetBuildDefaultEnvironmentVariables 1 calls
- 46> 0 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 46> 1 ms MakeDirsForCl 1 calls
- 46> 1 ms GetReferenceAssemblyPaths 1 calls
- 46> 1 ms _SplitProjectReferencesByFileExistence 1 calls
- 46> 1 ms GetResolvedWinMD 1 calls
- 46> 2 ms PrepareForBuild 1 calls
- 46> 3 ms InitializeBuildStatus 1 calls
- 46> 3 ms SetCABuildNativeEnvironmentVariables 1 calls
- 46> 4 ms _PrepareForBuild 1 calls
- 46> 5 ms ResolveProjectReferences 1 calls
- 46> 17 ms WarnCompileDuplicatedFilename 1 calls
- 46> 15984 ms ClCompile 1 calls
- 47>------ Build started: Project: git-credential-store, Configuration: Debug Win32 ------
- 47>cl : Command line warning D9025: overriding '/MTd' with '/MD'
- 47> credential-store.c
- 47>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(67): warning C4005: 'UINT32_MAX' : macro redefinition
- 47> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(52) : see previous definition of 'UINT32_MAX'
- 47>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(106): warning C4005: 'INTMAX_MIN' : macro redefinition
- 47> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(48) : see previous definition of 'INTMAX_MIN'
- 47>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(107): warning C4005: 'INTMAX_MAX' : macro redefinition
- 47> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(49) : see previous definition of 'INTMAX_MAX'
- 47>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(108): warning C4005: 'UINTMAX_MAX' : macro redefinition
- 47> D:\GfW\git-sdk-64\usr\src\git\compat\vcbuild\include\unistd.h(50) : see previous definition of 'UINTMAX_MAX'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2061: syntax error : identifier 'sigset_t'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(5): error C2059: syntax error : ';'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2061: syntax error : identifier 'fork'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : ';'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(99): error C2059: syntax error : 'type'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2061: syntax error : identifier 'getppid'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : ';'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(106): error C2059: syntax error : 'type'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing ')' before '*'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2143: syntax error : missing '{' before '*'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : 'type'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(124): error C2059: syntax error : ')'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ')' before '*'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing '{' before '*'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2143: syntax error : missing ';' before '*'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(127): error C2059: syntax error : ')'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(128): error C2054: expected '(' to follow 'oldset'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'waitpid'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ';'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2146: syntax error : missing ')' before identifier 'pid'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2061: syntax error : identifier 'pid'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ','
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(138): error C2059: syntax error : ')'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2146: syntax error : missing ')' before identifier 'pid'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2061: syntax error : identifier 'pid'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ';'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ','
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(141): error C2059: syntax error : ')'
- 47>d:\gfw\git-sdk-64\usr\src\git\compat/mingw.h(144): fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
- 47>
- 47>Project Performance Summary:
- 47> 0 ms D:\GfW\git-sdk-64\usr\src\git\xdiff_lib\xdiff_lib.vcxproj 2 calls
- 47> 0 ms GetTargetPath 1 calls
- 47> 0 ms GetNativeManifest 1 calls
- 47> 0 ms D:\GfW\git-sdk-64\usr\src\git\libgit\libgit.vcxproj 2 calls
- 47> 0 ms GetTargetPath 1 calls
- 47> 0 ms GetNativeManifest 1 calls
- 47> 589 ms D:\GfW\git-sdk-64\usr\src\git\git-credential-store\git-credential-store.vcxproj 1 calls
- 47> 589 ms Build 1 calls
- 47>
- 47>Target Performance Summary:
- 47> 0 ms _BuildGenerateSourcesAction 1 calls
- 47> 0 ms ResolveSDKReferences 1 calls
- 47> 0 ms ResolveReferences 1 calls
- 47> 0 ms BuildGenerateSourcesTraverse 1 calls
- 47> 0 ms _PrepareForBuild 1 calls
- 47> 0 ms ComputeMIDLGeneratedCompileInputs 1 calls
- 47> 0 ms SelectClCompile 1 calls
- 47> 0 ms WarnCompileDuplicatedFilename 1 calls
- 47> 0 ms MakeDirsForMidl 1 calls
- 47> 0 ms GetFrameworkPaths 1 calls
- 47> 0 ms ResolveAssemblyReferences 1 calls
- 47> 0 ms ComputeReferenceCLInput 1 calls
- 47> 0 ms _Midl 1 calls
- 47> 0 ms AfterResolveReferences 1 calls
- 47> 0 ms PlatformPrepareForBuild 1 calls
- 47> 0 ms AfterBuildGenerateSources 1 calls
- 47> 0 ms BuildGenerateSources 1 calls
- 47> 0 ms GetReferenceAssemblyPaths 1 calls
- 47> 0 ms _Xsd 1 calls
- 47> 0 ms SelectCustomBuild 1 calls
- 47> 0 ms GetResolvedWinMD 1 calls
- 47> 0 ms _SelectedFiles 1 calls
- 47> 0 ms GetInstalledSDKLocations 1 calls
- 47> 0 ms PreBuildEvent 1 calls
- 47> 0 ms BeforeBuildGenerateSources 1 calls
- 47> 0 ms AfterBuildGenerateSourcesEvent 1 calls
- 47> 0 ms ExpandSDKReferences 1 calls
- 47> 0 ms BeforeClCompile 1 calls
- 47> 0 ms BeforeResolveReferences 1 calls
- 47> 0 ms _SplitProjectReferencesByFileExistence 1 calls
- 47> 0 ms AfterMidl 1 calls
- 47> 0 ms _PrepareForReferenceResolution 1 calls
- 47> 0 ms ComputeCLInputPDBName 1 calls
- 47> 1 ms AssignProjectConfiguration 1 calls
- 47> 1 ms MakeDirsForCl 1 calls
- 47> 1 ms BuildCompileTraverse 1 calls
- 47> 1 ms _CheckForInvalidConfigurationAndPlatform 1 calls
- 47> 1 ms SetBuildDefaultEnvironmentVariables 1 calls
- 47> 1 ms _RemoveNameMetadataFromProjectReferenceItems 1 calls
- 47> 2 ms InitializeBuildStatus 1 calls
- 47> 2 ms PrepareForBuild 1 calls
- 47> 5 ms SetCABuildNativeEnvironmentVariables 1 calls
- 47> 7 ms ResolveProjectReferences 1 calls
- 47> 566 ms ClCompile 1 calls
- ========== Build: 0 succeeded, 47 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement