make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MSVS 2005 and Gnu Make


From: Bob Van Tuyl
Subject: Re: MSVS 2005 and Gnu Make
Date: Wed, 09 May 2007 22:57:54 -0700
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

Hi:

This is the error file.  Note the first warning and errors for line 135 in string.h is repeated many times.  string.h line 135 is:

__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX(char *, __RETURN_POLICY_DST, _CRTIMP, _strlwr_l, _strlwr_s_l, __inout_z char, _String, __in_opt _locale_t, _Locale)
What seems to be wrong?

Bob Van Tuyl

1>------ Build started: Project: make_msvc.net2005, Configuration: Debug Win32 ------
1>Copying config.h.W32 to config.h
1>Compiling...
1>ar.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\ar.c(299) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(const void *,const void *)'
1>arscan.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\arscan.c(611) : warning C4057: 'function' : 'const char *' differs in indirection to slightly different base types from 'BYTE [8]'
1>y:\make-3.81\arscan.c(612) : warning C4057: 'function' : 'const char *' differs in indirection to slightly different base types from 'BYTE [10]'
1>y:\make-3.81\arscan.c(622) : warning C4057: 'function' : 'const char *' differs in indirection to slightly different base types from 'BYTE [12]'
1>y:\make-3.81\arscan.c(623) : warning C4057: 'function' : 'const char *' differs in indirection to slightly different base types from 'BYTE [6]'
1>y:\make-3.81\arscan.c(624) : warning C4057: 'function' : 'const char *' differs in indirection to slightly different base types from 'BYTE [6]'
1>y:\make-3.81\arscan.c(793) : warning C4057: 'function' : 'char *' differs in indirection to slightly different base types from 'BYTE [12]'
1>commands.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\commands.c(358) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>default.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>dir.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\dir.c(496) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
1>y:\make-3.81\dir.c(520) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
1>y:\make-3.81\dir.c(521) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
1>y:\make-3.81\dir.c(623) : warning C4244: '=' : conversion from 'size_t' to 'short', possible loss of data
1>y:\make-3.81\dir.c(646) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
1>y:\make-3.81\dir.c(652) : warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
1>y:\make-3.81\dir.c(695) : warning C4244: '=' : conversion from 'unsigned int' to 'short', possible loss of data
1>y:\make-3.81\dir.c(707) : warning C4244: '=' : conversion from 'unsigned int' to 'short', possible loss of data
1>y:\make-3.81\dir.c(879) : warning C4244: '=' : conversion from 'size_t' to 'short', possible loss of data
1>y:\make-3.81\dir.c(956) : warning C4244: '=' : conversion from 'size_t' to 'short', possible loss of data
1>expand.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>file.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\file.c(775) : warning C4307: '+' : integral constant overflow
1>y:\make-3.81\file.c(776) : warning C4307: '+' : integral constant overflow
1>y:\make-3.81\file.c(779) : warning C4307: '+' : integral constant overflow
1>function.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\function.c(269) : warning C4244: '=' : conversion from 'int' to 'unsigned char', possible loss of data
1>y:\make-3.81\function.c(527) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\function.c(551) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\function.c(585) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\function.c(637) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\function.c(930) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\function.c(1040) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>y:\make-3.81\function.c(1158) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'int (__cdecl *)(const void *,const void *)'
1>getopt.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>hash.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\hash.c(48) : warning C4115: 'token' : named type definition in parentheses
1>y:\make-3.81\hash.c(264) : warning C4115: 'token' : named type definition in parentheses
1>implicit.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\implicit.c(409) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>job.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\job.c(689) : warning C4389: '==' : signed/unsigned mismatch
1>main.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\main.c(981) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
1>y:\make-3.81\main.c(982) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(int)'
1>y:\make-3.81\main.c(1066) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\main.c(1166) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\main.c(1176) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\main.c(1546) : warning C4210: nonstandard extension used : function given file scope
1>y:\make-3.81\main.c(2264) : warning C4244: '=' : conversion from 'const int' to 'char', possible loss of data
1>y:\make-3.81\main.c(2795) : warning C4244: '=' : conversion from 'const int' to 'char', possible loss of data
1>misc.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>read.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\read.c(1580) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>y:\make-3.81\read.c(1675) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>y:\make-3.81\read.c(1912) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\read.c(1914) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\read.c(2503) : warning C4245: 'return' : conversion from 'int' to 'unsigned long', signed/unsigned mismatch
1>y:\make-3.81\read.c(3018) : warning C4210: nonstandard extension used : function given file scope
1>remake.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\remake.c(435) : warning C4307: '+' : integral constant overflow
1>y:\make-3.81\remake.c(615) : warning C4244: '=' : conversion from 'int' to 'short', possible loss of data
1>y:\make-3.81\remake.c(832) : warning C4244: '=' : conversion from 'int' to 'short', possible loss of data
1>remote-stub.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>rule.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\rule.c(393) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>y:\make-3.81\rule.c(512) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>signame.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\signame.c(244) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>strcache.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>Generating Code...
1>Compiling...
1>variable.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\variable.c(286) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\variable.c(921) : warning C4130: '==' : logical operation on address of string constant
1>y:\make-3.81\variable.c(1172) : warning C4130: '==' : logical operation on address of string constant
1>vpath.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>dirent.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\w32\compat\dirent.c(135) : warning C4245: '=' : conversion from 'int' to 'ino_t', signed/unsigned mismatch
1>pathstuff.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>sub_proc.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>w32err.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>fnmatch.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\glob\fnmatch.c(176) : warning C4244: '=' : conversion from 'int' to 'unsigned char', possible loss of data
1>y:\make-3.81\glob\fnmatch.c(198) : warning C4244: '=' : conversion from 'int' to 'unsigned char', possible loss of data
1>y:\make-3.81\glob\fnmatch.c(273) : warning C4244: '=' : conversion from 'int' to 'unsigned char', possible loss of data
1>y:\make-3.81\glob\fnmatch.c(320) : warning C4244: 'initializing' : conversion from 'int' to 'unsigned char', possible loss of data
1>y:\make-3.81\glob\fnmatch.c(326) : warning C4244: '=' : conversion from 'int' to 'unsigned char', possible loss of data
1>glob.c
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(135) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(173) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(299) : error C2059: syntax error : ')'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : warning C4003: not enough actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing ')' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2143: syntax error : missing '{' before '*'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : 'type'
1>c:\programs\microsoft visual studio 8\vc\include\string.h(305) : error C2059: syntax error : ')'
1>y:\make-3.81\glob\glob.c(498) : warning C4389: '!=' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(869) : warning C4018: '<' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(920) : warning C4389: '==' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(947) : warning C4018: '<' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(1009) : warning C4018: '<' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(1027) : warning C4018: '<' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(1050) : warning C4018: '>' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(1070) : warning C4018: '<' : signed/unsigned mismatch
1>y:\make-3.81\glob\glob.c(1154) : warning C4244: '=' : conversion from 'int' to 'char', possible loss of data
1>Generating Code...
1>Build log was saved at "file://y:\make-3.81\Debug\BuildLog.htm"
1>make_msvc.net2005 - 448 error(s), 183 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Eli Zaretskii wrote:
Date: Wed, 09 May 2007 13:20:53 -0700
From: Bob Van Tuyl <address@hidden>

I just tried to compile GNU Make with VS 2005. Many errors. Looked at
them briefly and decided that this problem has already been solved by
someone. Where do I look for the solution?
    

Here.  But please show us the messages, we cannot help you without
seeing that much.  In general, there shouldn't be any errors, but
maybe no one has yet tried building with VS 2005.

  

Attachment: rrvt.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]