make-3.82 compile failed on windows7
<[email protected]> Mon, 30 Jan 2012 00:00:42 -0500
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
I am compiling 3.82 sources code on windows and with cl,nmake to run build_w32.bat,it fails, however it compile successfully on make 3.81 source code
Error detail:
"Creating the subproc library"
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>if not exist .\WinDebug\nul mkdir .\WinDebug
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c misc.c
misc.c
misc.c(18) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c sub_proc.c
sub_proc.c
sub_proc.c(39) : error C2061: syntax error : identifier 'intptr_t'
sub_proc.c(40) : error C2061: syntax error : identifier 'sv_stdout'
sub_proc.c(40) : error C2059: syntax error : ';'
sub_proc.c(40) : error C2059: syntax error : '['
sub_proc.c(41) : error C2061: syntax error : identifier 'sv_stderr'
sub_proc.c(41) : error C2059: syntax error : ';'
sub_proc.c(41) : error C2059: syntax error : '['
sub_proc.c(51) : error C2373: 'signal' : redefinition; different type modifiers
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\signal.h(102) : see declaration of 'signal'
sub_proc.c(54) : error C2059: syntax error : '}'
sub_proc.c(57) : error C2143: syntax error : missing '{' before '*'
sub_proc.c(57) : warning C4218: nonstandard extension used : must specify at least a storage class or a type
sub_proc.c(66) : error C2143: syntax error : missing ')' before '*'
sub_proc.c(66) : error C2143: syntax error : missing '{' before '*'
sub_proc.c(66) : error C2059: syntax error : ')'
sub_proc.c(67) : error C2054: expected '(' to follow 'pproc'
sub_proc.c(89) : error C2143: syntax error : missing '{' before '*'
sub_proc.c(101) : error C2223: left of '->pid' must point to struct/union
sub_proc.c(103) : error C2223: left of '->exit_code' must point to struct/union
sub_proc.c(119) : error C2065: 'sub_process' : undeclared identifier
sub_proc.c(119) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(120) : warning C4013: 'process_adjust_wait_state' undefined; assuming extern returning int
sub_proc.c(132) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(132) : error C2059: syntax error : ')'
sub_proc.c(133) : error C2223: left of '->signal' must point to struct/union
sub_proc.c(134) : error C2223: left of '->pid' must point to struct/union
sub_proc.c(134) : warning C4022: 'TerminateProcess' : pointer mismatch for actual parameter 1
sub_proc.c(134) : error C2198: 'TerminateProcess' : too few actual parameters
sub_proc.c(147) : error C2059: syntax error : ')'
sub_proc.c(184) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(202) : error C2059: syntax error : ')'
sub_proc.c(209) : error C2059: syntax error : ')'
sub_proc.c(216) : error C2059: syntax error : ')'
sub_proc.c(261) : error C2061: syntax error : identifier 'process_init'
sub_proc.c(261) : error C2059: syntax error : ';'
sub_proc.c(261) : error C2059: syntax error : ')'
sub_proc.c(336) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(345) : error C2223: left of '->sv_stdin' must point to struct/union
sub_proc.c(345) : error C2065: 'intptr_t' : undeclared identifier
sub_proc.c(345) : error C2146: syntax error : missing ';' before identifier 'stdinh'
sub_proc.c(346) : error C2223: left of '->sv_stdout' must point to struct/union
sub_proc.c(346) : error C2146: syntax error : missing ';' before identifier 'stdouth'
sub_proc.c(347) : error C2223: left of '->sv_stderr' must point to struct/union
sub_proc.c(347) : error C2146: syntax error : missing ';' before identifier 'stderrh'
sub_proc.c(349) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(349) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(422) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(422) : error C2059: syntax error : ')'
sub_proc.c(423) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(424) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(425) : error C2275: 'HANDLE' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winnt.h(207) : see declaration of 'HANDLE'
sub_proc.c(425) : error C2146: syntax error : missing ';' before identifier 'exec_handle'
sub_proc.c(425) : error C2065: 'exec_handle' : undeclared identifier
sub_proc.c(426) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(427) : error C2143: syntax error : missing ';' before 'const'
sub_proc.c(428) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(429) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(430) : error C2275: 'DWORD' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(141) : see declaration of 'DWORD'
sub_proc.c(430) : error C2146: syntax error : missing ';' before identifier 'bytes_returned'
sub_proc.c(430) : error C2065: 'bytes_returned' : undeclared identifier
sub_proc.c(431) : error C2275: 'DWORD' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(141) : see declaration of 'DWORD'
sub_proc.c(431) : error C2146: syntax error : missing ';' before identifier 'flags'
sub_proc.c(431) : error C2065: 'flags' : undeclared identifier
sub_proc.c(432) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(433) : error C2275: 'STARTUPINFO' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winbase.h(3818) : see declaration of 'STARTUPINFO'
sub_proc.c(433) : error C2146: syntax error : missing ';' before identifier 'startInfo'
sub_proc.c(433) : error C2065: 'startInfo' : undeclared identifier
sub_proc.c(434) : error C2275: 'PROCESS_INFORMATION' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winbase.h(234) : see declaration of 'PROCESS_INFORMATION'
sub_proc.c(434) : error C2146: syntax error : missing ';' before identifier 'procInfo'
sub_proc.c(434) : error C2065: 'procInfo' : undeclared identifier
sub_proc.c(435) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(450) : error C2065: 'ep' : undeclared identifier
sub_proc.c(450) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char ** '
sub_proc.c(450) : error C2100: illegal indirection
sub_proc.c(451) : error C2100: illegal indirection
sub_proc.c(451) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(451) : warning C4024: 'strncmp' : different types for formal and actual parameter 1
sub_proc.c(452) : error C2100: illegal indirection
sub_proc.c(452) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(452) : warning C4024: 'strncmp' : different types for formal and actual parameter 1
sub_proc.c(453) : error C2065: 'path_var' : undeclared identifier
sub_proc.c(453) : error C2100: illegal indirection
sub_proc.c(457) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(457) : warning C4024: 'find_file' : different types for formal and actual parameter 2
sub_proc.c(458) : error C2065: 'exec_fname' : undeclared identifier
sub_proc.c(458) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(458) : warning C4024: 'find_file' : different types for formal and actual parameter 3
sub_proc.c(458) : warning C4047: '=' : 'int ' differs in levels of indirection from 'void *'
sub_proc.c(464) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
sub_proc.c(465) : error C2065: 'file_not_found' : undeclared identifier
sub_proc.c(469) : warning C4022: 'ReadFile' : pointer mismatch for actual parameter 1
sub_proc.c(470) : error C2065: 'buf' : undeclared identifier
sub_proc.c(470) : warning C4022: 'ReadFile' : pointer mismatch for actual parameter 2
sub_proc.c(471) : warning C4057: 'function' : 'unsigned long *' differs in indirection to slightly different base types from 'int *'
sub_proc.c(473) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(474) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(475) : warning C4022: 'CloseHandle' : pointer mismatch for actual parameter 1
sub_proc.c(478) : error C2109: subscript requires array or pointer type
sub_proc.c(478) : error C2109: subscript requires array or pointer type
sub_proc.c(486) : error C2109: subscript requires array or pointer type
sub_proc.c(486) : error C2106: '=' : left operand must be l-value
sub_proc.c(492) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(492) : warning C4024: 'strchr' : different types for formal and actual parameter 1
sub_proc.c(495) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(495) : warning C4024: 'strchr' : different types for formal and actual parameter 1
sub_proc.c(502) : error C2065: 'shell_name' : undeclared identifier
sub_proc.c(502) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(502) : warning C4024: 'strrchr' : different types for formal and actual parameter 1
sub_proc.c(502) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(506) : error C2109: subscript requires array or pointer type
sub_proc.c(506) : error C2102: '&' requires l-value
sub_proc.c(510) : warning C4022: 'CloseHandle' : pointer mismatch for actual parameter 1
sub_proc.c(516) : error C2065: 'command_line' : undeclared identifier
sub_proc.c(516) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(516) : warning C4024: 'make_command_line' : different types for formal and actual parameter 1
sub_proc.c(516) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(518) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(518) : warning C4024: 'make_command_line' : different types for formal and actual parameter 1
sub_proc.c(518) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(518) : warning C4024: 'make_command_line' : different types for formal and actual parameter 2
sub_proc.c(518) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(520) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
sub_proc.c(521) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(522) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(527) : error C2065: 'envblk' : undeclared identifier
sub_proc.c(527) : warning C4047: 'function' : 'char ** ' differs in levels of indirection from 'int *'
sub_proc.c(527) : warning C4024: 'arr2envblk' : different types for formal and actual parameter 2
sub_proc.c(528) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(529) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(530) : warning C4022: 'free' : pointer mismatch for actual parameter 1
sub_proc.c(538) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(544) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct _STARTUPINFOA *'
sub_proc.c(545) : error C2224: left of '.dwFlags' must have struct/union type
sub_proc.c(546) : error C2224: left of '.lpReserved' must have struct/union type
sub_proc.c(547) : error C2224: left of '.cbReserved2' must have struct/union type
sub_proc.c(548) : error C2224: left of '.lpReserved2' must have struct/union type
sub_proc.c(549) : error C2224: left of '.lpTitle' must have struct/union type
sub_proc.c(549) : warning C4047: ':' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(550) : error C2224: left of '.hStdInput' must have struct/union type
sub_proc.c(550) : error C2223: left of '->sv_stdin' must point to struct/union
sub_proc.c(551) : error C2224: left of '.hStdOutput' must have struct/union type
sub_proc.c(551) : error C2223: left of '->sv_stdout' must point to struct/union
sub_proc.c(552) : error C2224: left of '.hStdError' must have struct/union type
sub_proc.c(552) : fatal error C1003: error count exceeds 100; stopping compilation
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>cl.exe /nologo /MT /W4 /GX /Z7 /YX /Od /I .. /I . /I ../include /D WIN32 /D WINDOWS32 /D _DEBUG /D _WINDOWS /FR.\WinDebug/ /Fp.\WinDebug/subproc.pch /Fo.\WinDebug/ /c w32err.c
w32err.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>lib.exe /NOLOGO /OUT:.\WinDebug\subproc.lib .\WinDebug/misc.obj .\WinDebug/sub_proc.obj .\WinDebug/w32err.obj
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LIB : fatal error LNK1181: cannot open input file ".\WinDebug/misc.obj"
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>if not exist .\WinRel\nul mkdir .\WinRel
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c misc.c
misc.c
misc.c(18) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /I ../.. /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c sub_proc.c
sub_proc.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
sub_proc.c(39) : error C2061: syntax error : identifier 'intptr_t'
sub_proc.c(40) : error C2061: syntax error : identifier 'sv_stdout'
sub_proc.c(40) : error C2059: syntax error : ';'
sub_proc.c(40) : error C2059: syntax error : '['
sub_proc.c(41) : error C2061: syntax error : identifier 'sv_stderr'
sub_proc.c(41) : error C2059: syntax error : ';'
sub_proc.c(41) : error C2059: syntax error : '['
sub_proc.c(51) : error C2373: 'signal' : redefinition; different type modifiers
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\signal.h(102) : see declaration of 'signal'
sub_proc.c(54) : error C2059: syntax error : '}'
sub_proc.c(57) : error C2143: syntax error : missing '{' before '*'
sub_proc.c(57) : warning C4218: nonstandard extension used : must specify at least a storage class or a type
sub_proc.c(66) : error C2143: syntax error : missing ')' before '*'
sub_proc.c(66) : error C2143: syntax error : missing '{' before '*'
sub_proc.c(66) : error C2059: syntax error : ')'
sub_proc.c(67) : error C2054: expected '(' to follow 'pproc'
sub_proc.c(89) : error C2143: syntax error : missing '{' before '*'
sub_proc.c(101) : error C2223: left of '->pid' must point to struct/union
sub_proc.c(103) : error C2223: left of '->exit_code' must point to struct/union
sub_proc.c(119) : error C2065: 'sub_process' : undeclared identifier
sub_proc.c(119) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(120) : warning C4013: 'process_adjust_wait_state' undefined; assuming extern returning int
sub_proc.c(132) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(132) : error C2059: syntax error : ')'
sub_proc.c(133) : error C2223: left of '->signal' must point to struct/union
sub_proc.c(134) : error C2223: left of '->pid' must point to struct/union
sub_proc.c(134) : warning C4022: 'TerminateProcess' : pointer mismatch for actual parameter 1
sub_proc.c(134) : error C2198: 'TerminateProcess' : too few actual parameters
sub_proc.c(147) : error C2059: syntax error : ')'
sub_proc.c(184) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(202) : error C2059: syntax error : ')'
sub_proc.c(209) : error C2059: syntax error : ')'
sub_proc.c(216) : error C2059: syntax error : ')'
sub_proc.c(261) : error C2061: syntax error : identifier 'process_init'
sub_proc.c(261) : error C2059: syntax error : ';'
sub_proc.c(261) : error C2059: syntax error : ')'
sub_proc.c(336) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(345) : error C2223: left of '->sv_stdin' must point to struct/union
sub_proc.c(345) : error C2065: 'intptr_t' : undeclared identifier
sub_proc.c(345) : error C2146: syntax error : missing ';' before identifier 'stdinh'
sub_proc.c(346) : error C2223: left of '->sv_stdout' must point to struct/union
sub_proc.c(346) : error C2146: syntax error : missing ';' before identifier 'stdouth'
sub_proc.c(347) : error C2223: left of '->sv_stderr' must point to struct/union
sub_proc.c(347) : error C2146: syntax error : missing ';' before identifier 'stderrh'
sub_proc.c(349) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(349) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(422) : error C2297: '*' : illegal, right operand has type 'int *'
sub_proc.c(422) : error C2059: syntax error : ')'
sub_proc.c(423) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(424) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(425) : error C2275: 'HANDLE' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winnt.h(207) : see declaration of 'HANDLE'
sub_proc.c(425) : error C2146: syntax error : missing ';' before identifier 'exec_handle'
sub_proc.c(425) : error C2065: 'exec_handle' : undeclared identifier
sub_proc.c(426) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(427) : error C2143: syntax error : missing ';' before 'const'
sub_proc.c(428) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(429) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(430) : error C2275: 'DWORD' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(141) : see declaration of 'DWORD'
sub_proc.c(430) : error C2146: syntax error : missing ';' before identifier 'bytes_returned'
sub_proc.c(430) : error C2065: 'bytes_returned' : undeclared identifier
sub_proc.c(431) : error C2275: 'DWORD' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\windef.h(141) : see declaration of 'DWORD'
sub_proc.c(431) : error C2146: syntax error : missing ';' before identifier 'flags'
sub_proc.c(431) : error C2065: 'flags' : undeclared identifier
sub_proc.c(432) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(433) : error C2275: 'STARTUPINFO' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winbase.h(3818) : see declaration of 'STARTUPINFO'
sub_proc.c(433) : error C2146: syntax error : missing ';' before identifier 'startInfo'
sub_proc.c(433) : error C2065: 'startInfo' : undeclared identifier
sub_proc.c(434) : error C2275: 'PROCESS_INFORMATION' : illegal use of this type as an expression
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winbase.h(234) : see declaration of 'PROCESS_INFORMATION'
sub_proc.c(434) : error C2146: syntax error : missing ';' before identifier 'procInfo'
sub_proc.c(434) : error C2065: 'procInfo' : undeclared identifier
sub_proc.c(435) : error C2143: syntax error : missing ';' before 'type'
sub_proc.c(450) : error C2065: 'ep' : undeclared identifier
sub_proc.c(450) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char ** '
sub_proc.c(450) : error C2100: illegal indirection
sub_proc.c(451) : error C2100: illegal indirection
sub_proc.c(451) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(451) : warning C4024: 'strncmp' : different types for formal and actual parameter 1
sub_proc.c(452) : error C2100: illegal indirection
sub_proc.c(452) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(452) : warning C4024: 'strncmp' : different types for formal and actual parameter 1
sub_proc.c(453) : error C2065: 'path_var' : undeclared identifier
sub_proc.c(453) : error C2100: illegal indirection
sub_proc.c(457) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(457) : warning C4024: 'find_file' : different types for formal and actual parameter 2
sub_proc.c(458) : error C2065: 'exec_fname' : undeclared identifier
sub_proc.c(458) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(458) : warning C4024: 'find_file' : different types for formal and actual parameter 3
sub_proc.c(458) : warning C4047: '=' : 'int ' differs in levels of indirection from 'void *'
sub_proc.c(464) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
sub_proc.c(465) : error C2065: 'file_not_found' : undeclared identifier
sub_proc.c(469) : warning C4022: 'ReadFile' : pointer mismatch for actual parameter 1
sub_proc.c(470) : error C2065: 'buf' : undeclared identifier
sub_proc.c(470) : warning C4022: 'ReadFile' : pointer mismatch for actual parameter 2
sub_proc.c(471) : warning C4057: 'function' : 'unsigned long *' differs in indirection to slightly different base types from 'int *'
sub_proc.c(473) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(474) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(475) : warning C4022: 'CloseHandle' : pointer mismatch for actual parameter 1
sub_proc.c(478) : error C2109: subscript requires array or pointer type
sub_proc.c(478) : error C2109: subscript requires array or pointer type
sub_proc.c(486) : error C2109: subscript requires array or pointer type
sub_proc.c(486) : error C2106: '=' : left operand must be l-value
sub_proc.c(492) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(492) : warning C4024: 'strchr' : different types for formal and actual parameter 1
sub_proc.c(495) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(495) : warning C4024: 'strchr' : different types for formal and actual parameter 1
sub_proc.c(502) : error C2065: 'shell_name' : undeclared identifier
sub_proc.c(502) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int '
sub_proc.c(502) : warning C4024: 'strrchr' : different types for formal and actual parameter 1
sub_proc.c(502) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(506) : error C2109: subscript requires array or pointer type
sub_proc.c(506) : error C2102: '&' requires l-value
sub_proc.c(510) : warning C4022: 'CloseHandle' : pointer mismatch for actual parameter 1
sub_proc.c(516) : error C2065: 'command_line' : undeclared identifier
sub_proc.c(516) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(516) : warning C4024: 'make_command_line' : different types for formal and actual parameter 1
sub_proc.c(516) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(518) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(518) : warning C4024: 'make_command_line' : different types for formal and actual parameter 1
sub_proc.c(518) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(518) : warning C4024: 'make_command_line' : different types for formal and actual parameter 2
sub_proc.c(518) : warning C4047: '=' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(520) : warning C4047: '==' : 'int ' differs in levels of indirection from 'void *'
sub_proc.c(521) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(522) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(527) : error C2065: 'envblk' : undeclared identifier
sub_proc.c(527) : warning C4047: 'function' : 'char ** ' differs in levels of indirection from 'int *'
sub_proc.c(527) : warning C4024: 'arr2envblk' : different types for formal and actual parameter 2
sub_proc.c(528) : error C2223: left of '->last_err' must point to struct/union
sub_proc.c(529) : error C2223: left of '->lerrno' must point to struct/union
sub_proc.c(530) : warning C4022: 'free' : pointer mismatch for actual parameter 1
sub_proc.c(538) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
sub_proc.c(544) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct _STARTUPINFOA *'
sub_proc.c(545) : error C2224: left of '.dwFlags' must have struct/union type
sub_proc.c(546) : error C2224: left of '.lpReserved' must have struct/union type
sub_proc.c(547) : error C2224: left of '.cbReserved2' must have struct/union type
sub_proc.c(548) : error C2224: left of '.lpReserved2' must have struct/union type
sub_proc.c(549) : error C2224: left of '.lpTitle' must have struct/union type
sub_proc.c(549) : warning C4047: ':' : 'int ' differs in levels of indirection from 'char *'
sub_proc.c(550) : error C2224: left of '.hStdInput' must have struct/union type
sub_proc.c(550) : error C2223: left of '->sv_stdin' must point to struct/union
sub_proc.c(551) : error C2224: left of '.hStdOutput' must have struct/union type
sub_proc.c(551) : error C2223: left of '->sv_stdout' must point to struct/union
sub_proc.c(552) : error C2224: left of '.hStdError' must have struct/union type
sub_proc.c(552) : fatal error C1003: error count exceeds 100; stopping compilation
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>cl.exe /nologo /MT /W4 /GX /YX /O2 /I ../include /D WIN32 /D WINDOWS32 /D NDEBUG /D _WINDOWS /FR.\WinRel/ /Fp.\WinRel/subproc.pch /Fo.\WinRel/ /c w32err.c
w32err.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>lib.exe /NOLOGO /OUT:.\WinRel\subproc.lib .\WinRel/misc.obj .\WinRel/sub_proc.obj .\WinRel/w32err.obj
Microsoft (R) Library Manager Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LIB : fatal error LNK1181: cannot open input file ".\WinRel/sub_proc.obj"
C:\360????\make-3.82.tar\make-3.82\make-3.82\w32\subproc>GoTo BuildEnd
"Creating GNU Make for Windows 9X/NT/2K/XP"
C:\360????\make-3.82.tar\make-3.82\make-3.82>if not exist .\WinDebug\nul mkdir .\WinDebug
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c variable.c
variable.c
variable.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\variable.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c rule.c
rule.c
rule.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\rule.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c remote-stub.c
remote-stub.c
remote-stub.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\remote-stub.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c commands.c
commands.c
commands.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\commands.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c file.c
file.c
file.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\file.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c getloadavg.c
getloadavg.c
getloadavg.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\getloadavg.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c default.c
default.c
default.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\default.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c signame.c
signame.c
signame.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\signame.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c expand.c
expand.c
expand.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\expand.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c dir.c
dir.c
dir.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\dir.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c main.c
main.c
main.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\main.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c getopt1.c
getopt1.c
getopt1.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\getopt1.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c job.c
job.c
job.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\job.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c read.c
read.c
read.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\read.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c version.c
version.c
version.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\version.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c getopt.c
getopt.c
getopt.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\getopt.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c arscan.c
arscan.c
arscan.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\arscan.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c hash.c
hash.c
hash.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\hash.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c strcache.c
strcache.c
strcache.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\strcache.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c remake.c
remake.c
remake.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\remake.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c misc.c
misc.c
misc.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\misc.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c ar.c
ar.c
ar.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\ar.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c function.c
function.c
function.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\function.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c vpath.c
vpath.c
vpath.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\vpath.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c implicit.c
implicit.c
implicit.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\implicit.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c .\w32\compat\dirent.c
dirent.c
.\w32\compat\dirent.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\dirent.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c .\glob\glob.c
glob.c
.\glob\glob.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\glob.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c .\glob\fnmatch.c
fnmatch.c
.\glob\fnmatch.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\fnmatch.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/gnumake.pch /Fo.\WinDebug/ /Fd.\WinDebug/gnumake.pdb /c .\w32\pathstuff.c
pathstuff.c
.\w32\pathstuff.c(0) : fatal error C1033: cannot open program database 'c:\360????\make-3.82.tar\make-3.82\make-3.82\windebug\gnumake.pdb'
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinDebug\pathstuff.obj 1>>link.dbg
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo off
"Linking WinDebug/gnumake.exe"
LINK : fatal error LNK1181: cannot open input file "WinDebug\variable.obj"
"WinDebug build failed"
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /D TIVOLI /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c variable.c
variable.c
variable.c(365) : warning C4130: '==' : logical operation on address of string constant
variable.c(1016) : warning C4130: '==' : logical operation on address of string constant
variable.c(1087) : warning C4130: '==' : logical operation on address of string constant
variable.c(1092) : warning C4244: '=' : conversion from 'const int ' to 'char ', possible loss of data
variable.c(1284) : warning C4130: '==' : logical operation on address of string constant
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\variable.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c rule.c
rule.c
rule.c(384) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
rule.c(454) : warning C4244: '=' : conversion from 'unsigned int ' to 'unsigned short ', possible loss of data
rule.c(469) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\rule.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c remote-stub.c
remote-stub.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\remote-stub.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c commands.c
commands.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
commands.c(435) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\commands.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c file.c
file.c
file.c(797) : warning C4307: '+' : integral constant overflow
file.c(798) : warning C4307: '+' : integral constant overflow
file.c(801) : warning C4307: '+' : integral constant overflow
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\file.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c getloadavg.c
getloadavg.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\getloadavg.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c default.c
default.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\default.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c signame.c
signame.c
signame.c(245) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\signame.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c expand.c
expand.c
expand.c(254) : warning C4244: 'initializing' : conversion from 'const int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\expand.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c dir.c
dir.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
dir.c(626) : warning C4244: '=' : conversion from 'unsigned int ' to 'short ', possible loss of data
dir.c(700) : warning C4244: '=' : conversion from 'unsigned int ' to 'short ', possible loss of data
dir.c(716) : warning C4244: '=' : conversion from 'unsigned int ' to 'short ', possible loss of data
dir.c(885) : warning C4244: '=' : conversion from 'unsigned int ' to 'short ', possible loss of data
dir.c(969) : warning C4244: '=' : conversion from 'unsigned int ' to 'short ', possible loss of data
dir.c(727) : warning C4701: local variable 'd' may be used without having been initialized
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\dir.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c main.c
main.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
main.c(1090) : warning C4130: '==' : logical operation on address of string constant
main.c(1200) : warning C4130: '==' : logical operation on address of string constant
main.c(1211) : warning C4130: '==' : logical operation on address of string constant
main.c(1582) : warning C4210: nonstandard extension used : function given file scope
main.c(2348) : warning C4244: '=' : conversion from 'const int ' to 'char ', possible loss of data
main.c(2558) : warning C4244: '=' : conversion from 'const int ' to 'char ', possible loss of data
main.c(2898) : warning C4244: '=' : conversion from 'const int ' to 'char ', possible loss of data
main.c(2919) : warning C4244: '=' : conversion from 'const int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\main.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c getopt1.c
getopt1.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\getopt1.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c job.c
job.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
job.c(320) : error C2065: 'intptr_t' : undeclared identifier
job.c(320) : error C2146: syntax error : missing ')' before identifier 'h'
job.c(320) : error C2198: '_open_osfhandle' : too few actual parameters
job.c(320) : error C2059: syntax error : ')'
job.c(749) : warning C4018: '==' : signed/unsigned mismatch
job.c(1608) : warning C4244: 'initializing' : conversion from 'const int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\job.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c read.c
read.c
read.c(1616) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
read.c(1625) : warning C4244: 'initializing' : conversion from 'const int ' to 'char ', possible loss of data
read.c(1672) : warning C4244: '=' : conversion from 'const int ' to 'char ', possible loss of data
read.c(1711) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
read.c(1960) : warning C4130: '==' : logical operation on address of string constant
read.c(1965) : warning C4130: '==' : logical operation on address of string constant
read.c(2166) : warning C4244: 'initializing' : conversion from 'const int ' to 'char ', possible loss of data
read.c(2320) : warning C4245: 'return' : conversion from 'const int ' to 'unsigned long ', signed/unsigned mismatch
read.c(2855) : warning C4210: nonstandard extension used : function given file scope
read.c(1035) : warning C4701: local variable 'colonp' may be used without having been initialized
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\read.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c version.c
version.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\version.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c getopt.c
getopt.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\getopt.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c arscan.c
arscan.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
arscan.c(749) : warning C4101: 'hdr' : unreferenced local variable
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\arscan.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c remake.c
remake.c
remake.c(475) : warning C4307: '+' : integral constant overflow
remake.c(665) : warning C4244: '=' : conversion from 'int ' to 'short ', possible loss of data
remake.c(882) : warning C4244: '=' : conversion from 'int ' to 'short ', possible loss of data
remake.c(1644) : warning C4701: local variable 'best_vpath' may be used without having been initialized
remake.c(1601) : warning C4701: local variable 'best_path' may be used without having been initialized
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\remake.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c hash.c
hash.c
hash.c(46) : warning C4115: 'token' : named type definition in parentheses
hash.c(262) : warning C4115: 'token' : named type definition in parentheses
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\hash.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c strcache.c
strcache.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\strcache.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c misc.c
misc.c
misc.c(207) : warning C4018: '==' : signed/unsigned mismatch
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\misc.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c ar.c
ar.c
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\ar.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c function.c
function.c
function.c(278) : warning C4244: '=' : conversion from 'int ' to 'unsigned char ', possible loss of data
function.c(528) : warning C4130: '==' : logical operation on address of string constant
function.c(552) : warning C4130: '==' : logical operation on address of string constant
function.c(585) : warning C4130: '==' : logical operation on address of string constant
function.c(637) : warning C4130: '==' : logical operation on address of string constant
function.c(922) : warning C4130: '==' : logical operation on address of string constant
function.c(1033) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
function.c(1495) : error C2065: 'intptr_t' : undeclared identifier
function.c(1495) : error C2146: syntax error : missing ')' before identifier 'hChildOutRd'
function.c(1495) : error C2198: '_open_osfhandle' : too few actual parameters
function.c(1495) : error C2059: syntax error : ')'
function.c(1498) : error C2146: syntax error : missing ')' before identifier 'hChildOutWr'
function.c(1498) : error C2198: '_open_osfhandle' : too few actual parameters
function.c(1498) : error C2059: syntax error : ')'
function.c(2177) : warning C4244: 'initializing' : conversion from 'const int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\function.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c vpath.c
vpath.c
vpath.c(282) : warning C4090: 'function' : different 'const' qualifiers
vpath.c(282) : warning C4022: 'xrealloc' : pointer mismatch for actual parameter 1
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\vpath.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c implicit.c
implicit.c
implicit.c(408) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
implicit.c(816) : warning C4701: local variable 'ri' may be used without having been initialized
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\implicit.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c .\w32\compat\dirent.c
dirent.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\dirent.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c .\glob\glob.c
glob.c
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\rpcasync.h(45) : warning C4115: '_RPC_ASYNC_STATE' : named type definition in parentheses
.\glob\glob.c(499) : warning C4018: '!=' : signed/unsigned mismatch
.\glob\glob.c(870) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(921) : warning C4018: '==' : signed/unsigned mismatch
.\glob\glob.c(948) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1010) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1028) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1051) : warning C4018: '>' : signed/unsigned mismatch
.\glob\glob.c(1071) : warning C4018: '<' : signed/unsigned mismatch
.\glob\glob.c(1155) : warning C4244: '=' : conversion from 'int ' to 'char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\glob.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c .\glob\fnmatch.c
fnmatch.c
.\glob\fnmatch.c(177) : warning C4244: '=' : conversion from 'int ' to 'unsigned char ', possible loss of data
.\glob\fnmatch.c(199) : warning C4244: '=' : conversion from 'int ' to 'unsigned char ', possible loss of data
.\glob\fnmatch.c(274) : warning C4244: '=' : conversion from 'int ' to 'unsigned char ', possible loss of data
.\glob\fnmatch.c(321) : warning C4244: 'initializing' : conversion from 'int ' to 'unsigned char ', possible loss of data
.\glob\fnmatch.c(327) : warning C4244: '=' : conversion from 'int ' to 'unsigned char ', possible loss of data
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\fnmatch.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/gnumake.pch /Fo.\WinRel/ /c .\w32\pathstuff.c
pathstuff.c
.\w32\pathstuff.c(69) : warning C4706: assignment within conditional expression
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo WinRel\pathstuff.obj 1>>link.rel
C:\360????\make-3.82.tar\make-3.82\make-3.82>echo off
"Linking WinRel/gnumake.exe"
LINK : fatal error LNK1181: cannot open input file "WinRel\job.obj"
"WinRel build failed"
_______________________________________________
Make-w32 mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/make-w32