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

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