Annotation of os2sdk/tools/bin/c1.err, revision 1.1

1.1     ! root        1: /* SCCSWHAT( "@(#)c1.err       2.9 87/11/03 12:37:15   " ) */
        !             2:                                                /* fatals */
        !             3: 
        !             4: 1001   "Internal Compiler Error\n\t\t(compiler file '%s', line %d)\n\t\tContact Microsoft Technical Support"
        !             5: 1002   "out of heap space"
        !             6: 1003   "error count exceeds %d; stopping compilation"
        !             7: 1004   "unexpected EOF"
        !             8: 1005   "string too big for buffer"
        !             9: 1006   "write error on compiler intermediate file"
        !            10: 1007   "unrecognized flag '%s' in '%s'"
        !            11: 1008   "no input file specified"
        !            12: 1009   "compiler limit : macros too deeply nested"
        !            13: 1010   "compiler limit : macro expansion too big"
        !            14: 1012   "bad parenthesis nesting - missing '%c'"
        !            15: 1013   "cannot open source file '%s'"
        !            16: 1014   "too many include files"
        !            17: 1015   "cannot open include file '%s'"
        !            18: 1016   "#if[n]def expected an identifier"
        !            19: 1017   "invalid integer constant expression"
        !            20: 1018   "unexpected '#elif'"
        !            21: 1019   "unexpected '#else'"
        !            22: 1020   "unexpected '#endif'"
        !            23: 1021   "bad preprocessor command '%s'"
        !            24: 1022   "expected '#endif'"
        !            25: 1023   "no int size specified"
        !            26: 1024   "no ptr size specified"
        !            27: 1025   "no function size specified"
        !            28: 1026   "parser stack overflow, please simplify your program"
        !            29: 1027   "DGROUP data allocation exceeds 64K"    /* QC, c23 */
        !            30: 1028   "%s segment allocation exceeds 64K"     /* QC */
        !            31: 1031   "compiler limit : function calls too deeply nested"     /* QC, c23 */
        !            32: 1032   "cannot open object listing file '%s'"                  /* QC, c23 */
        !            33: 1035   "expression too complex, please simplify"               /* QC, c23 */
        !            34: 1037   "cannot open object file '%s'"                                  /* QC, c23 */
        !            35: 1041   "cannot open compiler intermediate file - no more files"
        !            36: 1042   "cannot open compiler intermediate file - no such file or directory"
        !            37: 1043   "cannot open compiler intermediate file"
        !            38: 1044   "out of disk space for compiler intermediate file"
        !            39: 1045   "floating point overflow"
        !            40: 1047   "too many %s flags, '%s'"
        !            41: 1048   "unknown option '%c' in '%s'"
        !            42: 1049   "invalid numerical argument '%s'"
        !            43: 1052   "too many #if/#ifdef's"
        !            44: 1053   "compiler limit : struct/union nesting"
        !            45: 1054   "compiler limit : initializers too deeply nested"
        !            46: 1055   "compiler limit : out of keys"
        !            47: 1056   "compiler limit : out of macro expansion space"
        !            48: 1057   "unexpected EOF in macro expansion (missing ')'?)"
        !            49: 1059   "out of near heap space"
        !            50: 1060   "out of far heap space"
        !            51: 1061   "compiler limit : blocks too deeply nested"     /* QC */
        !            52: 1062   "error writing to preprocessor output file"
        !            53: 1063   "compiler limit : compiler stack overflow"      /* QC */
        !            54: 1064   "compiler limit : identifier overflowed internal buffer"
        !            55: 1000   "UNKNOWN FATAL ERROR\n\t\tContact Microsoft Technical Support"
        !            56: 
        !            57:                                                /* errors */
        !            58:        
        !            59: 2001   "newline in constant"
        !            60: 2002   "out of macro actual parameter space"
        !            61: 2003   "expected 'defined id'"
        !            62: 2004   "expected 'defined(id)'"
        !            63: 2005   "#line expected a line number, found '%s'"
        !            64: 2006   "#include expected a file name, found '%s'"
        !            65: 2007   "#define syntax"
        !            66: 2008   "'%c' : unexpected in macro definition"
        !            67: 2009   "reuse of macro formal '%s'"
        !            68: 2010   "'%c' : unexpected in formal list"
        !            69: 2011   "'%s' : definition too big"
        !            70: 2012   "missing name following '<'"
        !            71: 2013   "missing '>'"
        !            72: 2014   "preprocessor command must start as first non-whitespace"
        !            73: 2015   "too many chars in constant"
        !            74: 2016   "no closing single quote"
        !            75: 2017   "illegal escape sequence"
        !            76: 2018   "unknown character '0x%x'"
        !            77: 2019   "expected preprocessor command, found '%c'"
        !            78: 2020   "bad octal number '%c'"
        !            79: 2021   "expected exponent value, not '%c'"
        !            80: 2022   "'%ld' : too big for char"
        !            81: 2023   "divide by 0"
        !            82: 2024   "mod by 0"
        !            83: 2025   "'%s' : enum/struct/union type redefinition"
        !            84: 2026   "'%s' : member of enum redefinition"
        !            85: 2028   "struct/union member needs to be inside a struct/union"
        !            86: 2029   "'%Fs' : bit-fields only allowed in structs"
        !            87: 2030   "'%Fs' : struct/union member redefinition"
        !            88: 2031   "'%Fs' : function cannot be struct/union member"
        !            89: 2032   "'%Fs' : base type with near/far/huge not allowed"
        !            90: 2033   "'%Fs' : bit-field cannot have indirection"
        !            91: 2034   "'%Fs' : bit-field type too small for number of bits"
        !            92: 2035   "enum/struct/union '%Fs' : unknown size"
        !            93: 2036   "left of '%s%s' must have a struct/union type"
        !            94: 2037   "left of '%s' specifies undefined struct/union '%Fs'"
        !            95: 2038   "'%s' : not struct/union member"
        !            96: 2039   "'->' requires struct/union pointer"
        !            97: 2040   "'.' requires struct/union name"
        !            98: 2042   "signed/unsigned keywords mutually exclusive"
        !            99: 2043   "illegal break"
        !           100: 2044   "illegal continue"
        !           101: 2045   "'%s' : label redefined"
        !           102: 2046   "illegal case"
        !           103: 2047   "illegal default"
        !           104: 2048   "more than one default"
        !           105: 2050   "non-integral switch expression"
        !           106: 2051   "case expression not constant"
        !           107: 2052   "case expression not integral"
        !           108: 2053   "case value %d already used"
        !           109: 2054   "expected '(' to follow '%Fs'"
        !           110: 2055   "expected formal parameter list, not a type list"
        !           111: 2056   "illegal expression"
        !           112: 2057   "expected constant expression"
        !           113: 2058   "constant expression is not integral"
        !           114: 2059   "syntax error : '%s'"
        !           115: 2060   "syntax error : EOF"
        !           116: 2061   "syntax error : identifier '%s'"
        !           117: 2062   "type '%s' unexpected"
        !           118: 2063   "'%s' : not a function"
        !           119: 2064   "term does not evaluate to a function"
        !           120: 2065   "'%s' : undefined"
        !           121: 2066   "cast to function returning . . . is illegal"
        !           122: 2067   "cast to array type is illegal"
        !           123: 2068   "illegal cast"
        !           124: 2069   "cast of 'void' term to non-void"
        !           125: 2070   "illegal sizeof operand"
        !           126: 2071   "'%Fs' : bad storage class"
        !           127: 2072   "'%Fs' : initialization of a function"
        !           128: 2073   "'%Fs' : cannot initialize array in function"
        !           129: 2074   "'%Fs' : cannot initialize struct/union in function"
        !           130: 2075   "'%Fs' : array initialization needs curly braces"
        !           131: 2076   "'%Fs' : struct/union initialization needs curly braces"
        !           132: 2077   "non-integral field initializer '%Fs'"
        !           133: 2078   "too many initializers"
        !           134: 2079   "'%Fs' uses undefined struct/union '%Fs'"
        !           135: 2082   "redefinition of formal parameter '%Fs'"
        !           136: 2083   "array '%Fs' already has a size"
        !           137: 2084   "function '%Fs' already has a body"
        !           138: 2085   "'%Fs' : not in formal parameter list"
        !           139: 2086   "'%Fs' : redefinition"
        !           140: 2087   "'%Fs' : missing subscript"
        !           141: 2088   "use of undefined enum/struct/union '%Fs'"
        !           142: 2089   "typedef specifies a near/far function"
        !           143: 2090   "function returns array"
        !           144: 2091   "function returns function"
        !           145: 2092   "array element type cannot be function"
        !           146: 2093   "cannot initialize a static or struct with address of automatic vars"
        !           147: 2094   "label '%Fs' was undefined"
        !           148: 2095   "'%Fs' : actual has type void : parameter %d"
        !           149: 2096   "struct/union comparison illegal"
        !           150: 2097   "illegal initialization"
        !           151: 2098   "non-address expression"
        !           152: 2099   "non-constant offset"
        !           153: 2100   "illegal indirection"
        !           154: 2101   "'&' on constant"
        !           155: 2102   "'&' requires lvalue"
        !           156: 2103   "'&' on register variable"
        !           157: 2104   "'&' on bit-field ignored"
        !           158: 2105   "'%s' needs lvalue"
        !           159: 2106   "'%s' : left operand must be lvalue"
        !           160: 2107   "illegal index, indirection not allowed"
        !           161: 2108   "non-integral index"
        !           162: 2109   "subscript on non-array"
        !           163: 2110   "'+' : 2 pointers"
        !           164: 2111   "pointer + non-integral value"
        !           165: 2112   "illegal pointer subtraction"
        !           166: 2113   "'-' : right operand pointer"
        !           167: 2114   "'%s' : pointer on left; needs integral right"
        !           168: 2115   "'%s' : incompatible types"
        !           169: 2116   "'%s' : bad %s operand"
        !           170: 2117   "'%s' : illegal for struct/union"
        !           171: 2118   "negative subscript"
        !           172: 2119   "'typedefs' both define indirection"
        !           173: 2120   "'void' illegal with all types"
        !           174: 2121   "typedef specifies different enum"
        !           175: 2122   "typedef specifies different struct"
        !           176: 2123   "typedef specifies different union"
        !           177: 2125   "%Fs : allocation exceeds 64K"          /* QC, c23 */
        !           178: 2126   "%Fs : auto allocation exceeds %s"      /* QC, c23 */
        !           179: 2127   "parameter allocation exceeds 32K"      /* QC, c23 */
        !           180: 2130   "#line expected a string containing the file name, found '%s'"
        !           181: 2131   "attributes specify more than one near/far/huge"
        !           182: 2132   "syntax error : unexpected identifier"
        !           183: 2133   "array '%Fs' : unknown size"
        !           184: 2134   "'%Fs' : struct/union too large"
        !           185: 2135   "missing ')' in macro expansion"
        !           186: 2137   "empty character constant"
        !           187: 2138   "unmatched close comment '*/'"
        !           188: 2139   "type following '%s' is illegal"
        !           189: 2140   "argument type cannot be function returning . . ."
        !           190: 2141   "value out of range for enum constant"
        !           191: 2142   "ellipsis requires three periods"
        !           192: 2143   "syntax error : missing '%s' before '%s'"
        !           193: 2144   "syntax error : missing '%s' before type '%Fs'"
        !           194: 2145   "syntax error : missing '%s' before identifier"
        !           195: 2146   "syntax error : missing '%s' before identifier '%s'"
        !           196: 2147   "array : unknown size"
        !           197: 2148   "array too large"
        !           198: 2149   "'%Fs' : named bit-field cannot have 0 width"
        !           199: 2150   "'%Fs' : bit-field must have type int, signed int, or unsigned int"
        !           200: 2151   "more than one cdecl/fortran/pascal attribute specified"
        !           201: 2152   "'%s' : pointers to functions with different attributes"
        !           202: 2153   "hex constants must have at least 1 hex digit"
        !           203: 2154   "'%s' : does not refer to a segment"
        !           204: 2155   "'%s' : already in a segment"
        !           205: 2156   "pragma must be at outer level"
        !           206: 2157   "'%s' : must be declared before use in pragma list"
        !           207: 2158   "'%s' : is a function"
        !           208: 2159   "more than one storage class specified"
        !           209: 2160   "## cannot occur at the beginning of a macro definition"
        !           210: 2161   "## cannot occur at the end of a macro definition"
        !           211: 2162   "expected macro formal parameter"
        !           212: 2163   "'%s' : not available as an intrinsic"
        !           213: 2164   "'%s' : intrinsic was not declared"
        !           214: 2165   "'%s' : cannot modify pointers to data"
        !           215: 2166   "lval specifies 'const' object"
        !           216: 2167   "'%Fs' : too many actual parameters for intrinsic"
        !           217: 2168   "'%Fs' : too few actual parameters for intrinsic"
        !           218: 2169   "'%Fs' : is an intrinsic, it cannot be defined"
        !           219: 2170   "'%s' : intrinsic not declared as a function"
        !           220: 2171   "'%s' : bad operand"
        !           221: 2172   "'%Fs' : actual is not a pointer : parameter %d"
        !           222: 2173   "'%Fs' : actual is not a pointer : parameter %d, parameter list %d"
        !           223: 2174   "'%Fs' : actual has type void : parameter %d, parameter list %d"
        !           224: 2175   "'%Fs' : unresolved external"   /* QC */
        !           225: 2176   "static far data not supported" /* QC */
        !           226: 2177   "constant too big"
        !           227: 2178   "'%s' : storage class for same_seg variables must be 'extern'"
        !           228: 2179   "'%Fs' : was used in same_seg, but storage class is no longer 'extern'"
        !           229: 2180   "controlling expression has type 'void'"
        !           230: 2181   "pragma requires command line option '%s'"      /* QC */
        !           231: 2182   "'%Fs' : 'void' on variable"
        !           232: 2183   "'%Fs' : 'interrupt' function must be 'far'"
        !           233: 2184   "'%Fs' : 'interrupt' function cannot be 'pascal/fortran'"
        !           234: 2186   "'%Fs' : 'dynalink/interrupt' modifiers mutually exclusive"
        !           235: 2187   "cast of near function pointer to far function pointer"
        !           236: 2000   "UNKNOWN ERROR\n\t\tContact Microsoft Technical Support"
        !           237: 
        !           238:                                                /* warnings */
        !           239:        
        !           240: 4001   "macro '%s' requires parameters"
        !           241: 4002   "too many actual parameters for macro '%s'"
        !           242: 4003   "not enough actual parameters for macro '%s'"
        !           243: 4004   "missing close parenthesis after 'defined'"
        !           244: 4005   "'%s' : redefinition"
        !           245: 4006   "#undef expected an identifier"
        !           246: 4009   "string too big, trailing chars truncated"
        !           247: 4011   "identifier truncated to '%s'"
        !           248: 4012   "float constant in a cross compilation"
        !           249: 4013   "constant too big"
        !           250: 4014   "'%Fs' : bit-field type must be unsigned"
        !           251: 4015   "'%Fs' : bit-field type must be integral"
        !           252: 4016   "'%s' : no function return type, using 'int' as default"
        !           253: 4017   "cast of int expression to far pointer"
        !           254: 4020   "'%Fs' : too many actual parameters"
        !           255: 4021   "'%Fs' : too few actual parameters"
        !           256: 4022   "'%Fs' : pointer mismatch : parameter %d"
        !           257: 4024   "'%Fs' : different types : parameter %d"
        !           258: 4025   "function declaration specified variable argument list"
        !           259: 4026   "function was declared with formal argument list"
        !           260: 4027   "function was declared without formal argument list"
        !           261: 4028   "parameter %d declaration different"
        !           262: 4029   "declared parameter list different from definition"
        !           263: 4030   "first parameter list is longer than the second"
        !           264: 4031   "second parameter list is longer than the first"
        !           265: 4032   "unnamed struct/union as parameter"
        !           266: 4033   "function must return a value"
        !           267: 4034   "sizeof returns 0"
        !           268: 4035   "'%Fs' : no return value"
        !           269: 4036   "unexpected formal parameter list"
        !           270: 4037   "'%Fs' : formal parameters ignored"
        !           271: 4038   "'%Fs' : formal parameter has bad storage class"
        !           272: 4039   "'%Fs' : function used as an argument"
        !           273: 4040   "near/far/huge on '%Fs' ignored"
        !           274: 4041   "formal parameter '%s' is redefined"
        !           275: 4042   "'%Fs' : has bad storage class"
        !           276: 4044   "huge on '%Fs' ignored, must be an array"
        !           277: 4045   "'%s' : array bounds overflow"
        !           278: 4046   "'&' on function/array, ignored"
        !           279: 4047   "'%s' : different levels of indirection"
        !           280: 4048   "array's declared subscripts different"
        !           281: 4049   "'%s' : indirection to different types"
        !           282: 4051   "data conversion"
        !           283: 4052   "different enum types"
        !           284: 4053   "at least one void operand"
        !           285: 4060   "conversion of long address to short address"   /* QC, c23 */
        !           286: 4061   "long/short mismatch in argument : conversion supplied" /* QC, c23 */
        !           287: 4062   "near/far mismatch in argument : conversion supplied"   /* QC, c23 */
        !           288: 4067   "unexpected characters following '%s' directive - newline expected"
        !           289: 4068   "unknown pragma"
        !           290: 4071   "'%Fs' : no function prototype given"
        !           291: 4074   "non standard extension used - '%s'"
        !           292: 4075   "size of switch expression or case constant too large - converted to int"
        !           293: 4076   "'%s' : may be used on integral types only"
        !           294: 4077   "unknown check_stack option"
        !           295: 4079   "unexpected token '%s'"
        !           296: 4080   "missing segment name"
        !           297: 4081   "expected a comma"
        !           298: 4082   "expected an identifier"
        !           299: 4083   "missing '('"
        !           300: 4084   "expected a pragma keyword"
        !           301: 4085   "expected [on | off]"
        !           302: 4086   "expected [1 | 2 | 4]"
        !           303: 4087   "'%Fs' : declared with 'void' parameter list"
        !           304: 4088   "'%Fs' : pointer mismatch : parameter %d, parameter list %d"
        !           305: 4089   "'%Fs' : different types : parameter %d, parameter list %d"
        !           306: 4090   "different 'const' attributes"
        !           307: 4091   "no symbols were declared"
        !           308: 4092   "untagged enum/struct/union declared no symbols"
        !           309: 4093   "unescaped newline in character constant in non-active code"
        !           310: 4094   "unexpected newline"
        !           311: 4095   "too many arguments for this pragma"
        !           312: 4096   "huge treated as far"           /* QC */
        !           313: 4098   "void function returning a value"
        !           314: 4099   "expected ')', (too many arguments?)"
        !           315: 4100   "'%Fs' : unreferenced formal parameter"
        !           316: 4101   "'%Fs' : unreferenced local variable"
        !           317: 4102   "'%Fs' : unreferenced label"
        !           318: 4103   "'%Fs' : function definition used as prototype"
        !           319: 4104   "'%s' : near data in same_seg pragma, ignored"
        !           320: 4105   "'%Fs' : 'dynalink/interrupt' must be function/pointer to function"
        !           321: 4106   "'%Fs' : 'export' functions only"
        !           322: 4107   "'export' : expected identifier, found '%s'"
        !           323: 4108   "'export' : expected '=' or ',' following '%s'"
        !           324: 4109   "'export' : expected identifier following '=', found '%s'"
        !           325: 4110   "'export' : '%s' was not declared"
        !           326: 4111   "'export' : '%s' is not a function"
        !           327: 4112   "'export' : '%s' was already defined"
        !           328: 4113   "'export' : '%s' was already exported"
        !           329: 4114   "'export' : '%s' bad storage class"
        !           330: 4115   "'export' : expected ',', found '%s'"
        !           331: 4116   "'export' : expected integer, found '%s'"
        !           332: 4117   "'export' : expected keyword '%s', found '%s'"
        !           333: 4118   "'export' : ordinal number too big"
        !           334: 4119   "'export' : 'residentname' only with non-zero ordinal number"
        !           335: 4120   "'export' : too many ioplwords to copy
        !           336: 4121   "'export' : expected ')', found '%s'"
        !           337: 4122   "pragma requires integer between 1 and 127"
        !           338: 4123   "expected a string, found '%s'"
        !           339: 4124   "expected 'int constant', found '%s'"
        !           340: 4125   "macro name '%s' is reserved, %s ignored"
        !           341: 4000   "UNKNOWN WARNING\n\t\tContact Microsoft Technical Support"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.