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

Tclcl-build problems



When I run command "nmake makefile.vc" under windows-95,"CL" reports many errors,I try many times,and all fail.I don't know how to solve them.Please give me some advice.
Thanks!
	cl -c -Ox -c -W3 -Dtry=__try -Dexcept=__except -Dleave=__leave -Dfinally=__finally -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -DWINVER=0x0400 -DWIN32  -D_WIN32 -D_MT -D_DLL -Ox -Zm400  -Id:\msdev\include -I..\tk8.0\win -I..\tk8.0\generic -I..\tcl8.0\win -I..\tcl8.0\generic  -I..\otcl -I..\tclcl  -I..\tk8.0\xlib  -I./jpeg -I./p64 -I. -FoTcl.o -Tp Tcl.cc
Tcl.cc
Tcl.cc(265) : error C2664: 'int (__cdecl *)(int,const char *const * )' : cannot convert parameter 1 from 'char *[]' to 'const char *const * ' (new behavior; please see help)
Tcl.cc(348) : error C2065: 'snprintf' : undeclared identifier
Tcl.cc(348) : error C2064: term does not evaluate to a function
Tcl.cc(432) : error C2664: 'command' : cannot convert parameter 2 from 'char *[]' to 'const char *const * ' (new behavior; please see help)
Tcl.cc(439) : error C2664: 'create' : cannot convert parameter 2 from 'char *[]' to 'const char *const * ' (new behavior; please see help)
Tcl.cc(444) : error C2664: 'int TclObject::init(int,const char *const * )' : cannot convert parameter 2 from 'char *[]' to 'const char *const * ' (new behavior; please see help)
Tcl.cc(593) : error C2664: 'command' : cannot convert parameter 2 from 'char *[]' to 'const char *const * ' (new behavior; please see help)
Tcl.cc(883) : warning C4003: not enough actual parameters for macro 'TOB'
Tcl.cc(884) : warning C4003: not enough actual parameters for macro 'TOB'
Tcl.cc(885) : warning C4003: not enough actual parameters for macro 'TOB'
Tcl.cc(886) : warning C4003: not enough actual parameters for macro 'TOB'
Tcl.cc(887) : warning C4003: not enough actual parameters for macro 'TOB'
Tcl.cc(914) : error C2064: term does not evaluate to a function