Posted to tcl by kostix at Fri Sep 26 22:02:20 GMT 2008view pretty

kitInit.c
../../kitInit.c(210) : error C2143: syntax error : missing ';' before '<<'
../../kitInit.c(214) : error C2065: 'encodingName' : undeclared identifier
../../kitInit.c(214) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct Tcl_DString *'
../../kitInit.c(215) : error C2223: left of '->string' must point to struct/union
../../kitInit.c(215) : error C2168: 'strcmp' : too few actual parameters for intrinsic function
../../kitInit.c(217) : error C2223: left of '->string' must point to struct/union
../../kitInit.c(217) : error C2198: 'Tcl_SetSystemEncoding' : too few actual parameters
../../kitInit.c(219) : error C2223: left of '->string' must point to struct/union
../../kitInit.c(219) : error C2198: 'Tcl_SetVar' : too few actual parameters
../../kitInit.c(220) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct Tcl_DString *'
../../kitInit.c(372) : fatal error C1004: unexpected end of file found
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.