[Incrtcl-develop] [ incrtcl-Bugs-2555158 ] makefile.vc does not work, outdated?
by SourceForge.net other posts by this author
Feb 1 2009 10:41AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-2565112 ] Cannot build new stuff with MSVC6
|
[Incrtcl-develop] [ incrtcl-Bugs-2555829 ] repository file maintenance
Bugs item #2555158, was opened at 2009-02-01 00:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=2555158&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Win32 specific
Group: 4.0*
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Joe Mistachkin (mistachkin)
Assigned to: David Gravereaux (davygrvy)
Summary: makefile.vc does not work, outdated?
Initial Comment:
Platform is Windows XP using the MSVC9 compiler.
Build is threaded debug.
Compiling via the Tcl makefile.vc (bundled package) fails with the following errors:
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclBase.c(194) : error C2275: 'ClientData' : illegal use of this type as an expr
ession
tcl\generic\tcl.h(323) : see declaration of 'ClientData'
..\generic\itclBase.c(194) : error C2146: syntax error : missing ';' before identifier 'tmPt
r'
..\generic\itclBase.c(194) : error C2065: 'tmPtr' : undeclared identifier
..\generic\itclBase.c(196) : warning C4047: '=' : 'int' differs in levels of indirection fro
m 'ClientData'
..\generic\itclBase.c(197) : error C2065: 'tmPtr' : undeclared identifier
..\generic\itclBase.c(197) : warning C4047: '==' : 'int' differs in levels of indirection fr
om 'void *'
..\generic\itclBase.c(332) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBase.c(333) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBase.c(334) : error C2065: 'res_option' : undeclared identifier
..\generic\itclBase.c(334) : warning C4047: '==' : 'int' differs in levels of indirection fr
om 'void *'
..\generic\itclBase.c(335) : error C2065: 'opt' : undeclared identifier
..\generic\itclBase.c(337) : error C2065: 'opt' : undeclared identifier
..\generic\itclBase.c(337) : error C2065: 'res_option' : undeclared identifier
..\generic\itclBase.c(337) : warning C4047: 'function' : 'const char *' differs in levels of
indirection from 'int'
..\generic\itclBase.c(337) : warning C4024: 'atoi' : different types for formal and actual p
arameter 1
..\generic\itclBase.c(339) : error C2065: 'opt' : undeclared identifier
..\generic\itclBase.c(536) : error C2275: 'ItclObjectInfo' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(213) : see declaration of 'ItclObjectInfo'
..\generic\itclBase.c(536) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBase.c(537) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBase.c(538) : warning C4047: '=' : 'int' differs in levels of indirection fro
m 'ItclObjectInfo *'
itclBuiltin.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclBuiltin.c(1044) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(1045) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(1046) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(1066) : error C2065: 'cObjv' : undeclared identifier
..\generic\itclBuiltin.c(1066) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Obj *const *'
..\generic\itclBuiltin.c(1067) : error C2065: 'cObjv' : undeclared identifier
..\generic\itclBuiltin.c(1067) : warning C4047: '==' : 'int' differs in levels of indirectio
n from 'void *'
..\generic\itclBuiltin.c(1073) : error C2065: 'idx' : undeclared identifier
..\generic\itclBuiltin.c(1075) : error C2065: 'idx' : undeclared identifier
..\generic\itclBuiltin.c(1077) : error C2065: 'cObjv' : undeclared identifier
..\generic\itclBuiltin.c(1077) : error C2065: 'idx' : undeclared identifier
..\generic\itclBuiltin.c(1077) : error C2109: subscript requires array or pointer type
..\generic\itclBuiltin.c(1077) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclBuiltin.c(1078) : error C2065: 'freeCmd' : undeclared identifier
..\generic\itclBuiltin.c(1079) : error C2065: 'cObjv' : undeclared identifier
..\generic\itclBuiltin.c(1079) : error C2065: 'idx' : undeclared identifier
..\generic\itclBuiltin.c(1079) : error C2109: subscript requires array or pointer type
..\generic\itclBuiltin.c(1079) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclBuiltin.c(1083) : error C2065: 'freeCmd' : undeclared identifier
..\generic\itclBuiltin.c(1114) : error C2275: 'Tcl_Obj' : illegal use of this type as an exp
ression
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclBuiltin.c(1114) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(1115) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(1115) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Obj *'
..\generic\itclBuiltin.c(1116) : error C2065: 'freeCmd' : undeclared identifier
..\generic\itclBuiltin.c(1119) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(1119) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclBuiltin.c(1119) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclBuiltin.c(1121) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(1134) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(1136) : error C2065: 'my_objc' : undeclared identifier
..\generic\itclBuiltin.c(1143) : error C2065: 'my_objc' : undeclared identifier
..\generic\itclBuiltin.c(1153) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(1153) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclBuiltin.c(1153) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclBuiltin.c(1386) : error C2143: syntax error : missing ';' before 'const'
..\generic\itclBuiltin.c(1391) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1391) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclBuiltin.c(1391) : warning C4024: 'strlen' : different types for formal and ac
tual parameter 1
..\generic\itclBuiltin.c(1392) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1392) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclBuiltin.c(1392) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclBuiltin.c(1395) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1395) : warning C4047: '=' : 'int' differs in levels of indirection
from 'char [5]'
..\generic\itclBuiltin.c(1669) : error C2143: syntax error : missing ';' before 'const'
..\generic\itclBuiltin.c(1674) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1674) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclBuiltin.c(1674) : warning C4024: 'strlen' : different types for formal and ac
tual parameter 1
..\generic\itclBuiltin.c(1675) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1675) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclBuiltin.c(1675) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclBuiltin.c(1678) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1678) : warning C4047: '=' : 'int' differs in levels of indirection
from 'char [5]'
..\generic\itclBuiltin.c(1725) : error C2143: syntax error : missing ';' before 'const'
..\generic\itclBuiltin.c(1729) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1729) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclBuiltin.c(1729) : warning C4024: 'strlen' : different types for formal and ac
tual parameter 1
..\generic\itclBuiltin.c(1730) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1730) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclBuiltin.c(1730) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclBuiltin.c(1733) : error C2065: 'sep' : undeclared identifier
..\generic\itclBuiltin.c(1733) : warning C4047: '=' : 'int' differs in levels of indirection
from 'char [5]'
..\generic\itclBuiltin.c(2955) : error C2275: 'Tcl_Obj' : illegal use of this type as an exp
ression
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclBuiltin.c(2955) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(2956) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(2956) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Obj *'
..\generic\itclBuiltin.c(2957) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(2957) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclBuiltin.c(2957) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclBuiltin.c(2958) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(2958) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclBuiltin.c(2958) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclBuiltin.c(2959) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(2959) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclBuiltin.c(2959) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclBuiltin.c(2961) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclBuiltin.c(2961) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclBuiltin.c(2961) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclBuiltin.c(3519) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(3520) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3520) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3525) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3525) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3554) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(3555) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3555) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3560) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3560) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3589) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(3590) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3590) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3595) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3595) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3633) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclBuiltin.c(3634) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3634) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
..\generic\itclBuiltin.c(3639) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclBuiltin.c(3639) : error C2223: left of '-> itclHullCmdsInitted' must point to
struct/union
itclClass.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclClass.c(151) : error C2275: 'ItclClass' : illegal use of this type as an expr
ession
tcl\pkgs\itcl\generic\itclInt.h(321) : see declaration of 'ItclClass'
..\generic\itclClass.c(151) : error C2065: 'iclsPtr' : undeclared identifier
..\generic\itclClass.c(153) : error C2065: 'iclsPtr' : undeclared identifier
..\generic\itclClass.c(153) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ClientData'
..\generic\itclClass.c(303) : error C2275: 'ItclResolveInfo' : illegal use of this type as a
n expression
tcl\pkgs\itcl\generic\itclInt.h(399) : see declaration of 'ItclResolveInfo'
..\generic\itclClass.c(303) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclClass.c(305) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclClass.c(305) : warning C4022: 'memset' : pointer mismatch for actual paramete
r 1
..\generic\itclClass.c(306) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclClass.c(306) : error C2223: left of '-> flags' must point to struct/union
..\generic\itclClass.c(307) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclClass.c(307) : error C2223: left of '-> iclsPtr' must point to struct/union
..\generic\itclClass.c(311) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclClass.c(311) : warning C4047: '=' : 'ClientData' differs in levels of indirec
tion from 'int'
..\generic\itclClass.c(609) : error C2275: 'Tcl_DString' : illegal use of this type as an ex
pression
tcl\generic\tcl.h(944) : see declaration of 'Tcl_DString'
..\generic\itclClass.c(609) : error C2146: syntax error : missing ';' before identifier 'buf
fer'
..\generic\itclClass.c(609) : error C2065: 'buffer' : undeclared identifier
..\generic\itclClass.c(610) : error C2275: 'Tcl_Namespace' : illegal use of this type as an
expression
tcl\generic\tcl.h(852) : see declaration of 'Tcl_Namespace'
..\generic\itclClass.c(610) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclClass.c(616) : error C2065: 'buffer' : undeclared identifier
..\generic\itclClass.c(616) : warning C4133: 'function' : incompatible types - from 'int *'
to 'Tcl_DString *'
..\generic\itclClass.c(617) : error C2065: 'buffer' : undeclared identifier
..\generic\itclClass.c(617) : warning C4133: 'function' : incompatible types - from 'int *'
to 'Tcl_DString *'
..\generic\itclClass.c(618) : error C2065: 'buffer' : undeclared identifier
..\generic\itclClass.c(618) : warning C4133: 'function' : incompatible types - from 'int *'
to 'Tcl_DString *'
..\generic\itclClass.c(619) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclClass.c(619) : error C2065: 'buffer' : undeclared identifier
..\generic\itclClass.c(619) : error C2223: left of '-> string' must point to struct/union
..\generic\itclClass.c(620) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclClass.c(620) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'Tcl_Namespace *'
..\generic\itclClass.c(621) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclClass.c(621) : warning C4047: '!=' : 'int' differs in levels of indirection f
rom 'void *'
..\generic\itclClass.c(622) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclClass.c(622) : warning C4047: 'function' : 'Tcl_Namespace *' differs in level
s of indirection from 'int'
..\generic\itclClass.c(622) : warning C4024: 'function through pointer' : different types fo
r formal and actual parameter 1
..\generic\itclClass.c(624) : error C2065: 'buffer' : undeclared identifier
..\generic\itclClass.c(624) : warning C4133: 'function' : incompatible types - from 'int *'
to 'Tcl_DString *'
..\generic\itclClass.c(1722) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclClass.c(1724) : error C2065: 'type' : undeclared identifier
itclCmd.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclCmd.c(785) : error C2275: 'ClientData' : illegal use of this type as an expre
ssion
tcl\generic\tcl.h(323) : see declaration of 'ClientData'
..\generic\itclCmd.c(785) : error C2146: syntax error : missing ';' before identifier 'clien
tData'
..\generic\itclCmd.c(785) : error C2065: 'clientData' : undeclared identifier
..\generic\itclCmd.c(786) : error C2065: 'clientData' : undeclared identifier
..\generic\itclCmd.c(786) : warning C4047: '=' : 'int' differs in levels of indirection from
'ClientData'
..\generic\itclCmd.c(787) : error C2065: 'clientData' : undeclared identifier
..\generic\itclCmd.c(787) : warning C4047: '!=' : 'int' differs in levels of indirection fro
m 'void *'
..\generic\itclCmd.c(788) : error C2065: 'clientData' : undeclared identifier
..\generic\itclCmd.c(1820) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclCmd.c(1822) : error C2065: 'type' : undeclared identifier
itclEnsemble.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclEnsemble.c(819) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclEnsemble.c(820) : error C2065: 'buf' : undeclared identifier
..\generic\itclEnsemble.c(820) : warning C4047: 'function' : 'char *' differs in levels of i
ndirection from 'int'
..\generic\itclEnsemble.c(820) : warning C4024: 'sprintf' : different types for formal and a
ctual parameter 1
..\generic\itclEnsemble.c(821) : error C2065: 'buf' : undeclared identifier
..\generic\itclEnsemble.c(821) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclEnsemble.c(821) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclEnsemble.c(850) : error C2275: 'Tcl_Obj' : illegal use of this type as an exp
ression
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclEnsemble.c(850) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(851) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(851) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclEnsemble.c(851) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclEnsemble.c(853) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(853) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclEnsemble.c(853) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 3
..\generic\itclEnsemble.c(854) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(854) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclEnsemble.c(854) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclEnsemble.c(877) : error C2065: 'buf' : undeclared identifier
..\generic\itclEnsemble.c(877) : warning C4047: 'function' : 'char *' differs in levels of i
ndirection from 'int'
..\generic\itclEnsemble.c(877) : warning C4024: 'sprintf' : different types for formal and a
ctual parameter 1
..\generic\itclEnsemble.c(878) : error C2065: 'buf' : undeclared identifier
..\generic\itclEnsemble.c(878) : warning C4047: 'function' : 'const char *' differs in level
s of indirection from 'int'
..\generic\itclEnsemble.c(878) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclEnsemble.c(899) : error C2275: 'Tcl_Obj' : illegal use of this type as an exp
ression
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclEnsemble.c(899) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(900) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(900) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclEnsemble.c(900) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclEnsemble.c(902) : error C2065: 'unkObjPtr' : undeclared identifier
..\generic\itclEnsemble.c(902) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels o
f indirection from 'int'
..\generic\itclEnsemble.c(902) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 3
..\generic\itclEnsemble.c(1826) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclEnsemble.c(1827) : error C2065: 'msg' : undeclared identifier
..\generic\itclEnsemble.c(1827) : warning C4047: 'function' : 'char *' differs in levels of
indirection from 'int'
..\generic\itclEnsemble.c(1827) : warning C4024: 'sprintf' : different types for formal and
actual parameter 1
..\generic\itclEnsemble.c(1830) : error C2065: 'msg' : undeclared identifier
..\generic\itclEnsemble.c(1830) : warning C4047: 'function' : 'const char *' differs in leve
ls of indirection from 'int'
..\generic\itclEnsemble.c(1830) : warning C4024: 'function through pointer' : different type
s for formal and actual parameter 2
..\generic\itclEnsemble.c(2037) : error C2275: 'Tcl_CmdInfo' : illegal use of this type as a
n expression
tcl\generic\tcl.h(925) : see declaration of 'Tcl_CmdInfo'
..\generic\itclEnsemble.c(2037) : error C2146: syntax error : missing ';' before identifier
'cmdInfo'
..\generic\itclEnsemble.c(2037) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclEnsemble.c(2038) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclEnsemble.c(2038) : warning C4133: 'function' : incompatible types - from 'int
*' to 'Tcl_CmdInfo *'
..\generic\itclEnsemble.c(2042) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclEnsemble.c(2042) : error C2224: left of '.namespacePtr' must have struct/unio
n type
..\generic\itclEnsemble.c(2042) : warning C4133: 'function' : incompatible types - from 'cha
r *' to 'Tcl_Namespace *'
..\generic\itclEnsemble.c(2042) : warning C4133: 'function' : incompatible types - from 'Tcl
_Obj *const ' to 'const char *'
..\generic\itclEnsemble.c(2043) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels
of indirection from 'Tcl_Proc *'
..\generic\itclEnsemble.c(2043) : warning C4024: '_Tcl_CreateProc' : different types for for
mal and actual parameter 5
..\generic\itclEnsemble.c(2043) : error C2198: '_Tcl_CreateProc' : too few arguments for cal
l
..\generic\itclEnsemble.c(2171) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclEnsemble.c(2172) : error C2065: 'callbackPtr' : undeclared identifier
..\generic\itclEnsemble.c(2172) : warning C4047: '=' : 'int' differs in levels of indirectio
n from 'void *'
..\generic\itclEnsemble.c(2182) : error C2065: 'callbackPtr' : undeclared identifier
..\generic\itclEnsemble.c(2182) : warning C4022: 'Itcl_NRRunCallbacks' : pointer mismatch fo
r actual parameter 2
itclHelpers.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclHelpers.c(361) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclHelpers.c(362) : error C2275: 'Tcl_Obj' : illegal use of this type as an expr
ession
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclHelpers.c(362) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(362) : error C2100: illegal indirection
..\generic\itclHelpers.c(364) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclHelpers.c(365) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(365) : error C2109: subscript requires array or pointer type
..\generic\itclHelpers.c(366) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(366) : error C2109: subscript requires array or pointer type
..\generic\itclHelpers.c(366) : warning C4133: 'function' : incompatible types - from 'char
[25]' to 'Tcl_Obj *'
..\generic\itclHelpers.c(366) : warning C4047: 'function' : 'const char *' differs in levels
of indirection from 'int'
..\generic\itclHelpers.c(366) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclHelpers.c(366) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclHelpers.c(367) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(367) : error C2109: subscript requires array or pointer type
..\generic\itclHelpers.c(368) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(368) : error C2109: subscript requires array or pointer type
..\generic\itclHelpers.c(368) : warning C4133: 'function' : incompatible types - from 'char
[25]' to 'Tcl_Obj *'
..\generic\itclHelpers.c(368) : warning C4047: 'function' : 'const char *' differs in levels
of indirection from 'int'
..\generic\itclHelpers.c(368) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclHelpers.c(368) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclHelpers.c(370) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(370) : warning C4022: 'memcpy' : pointer mismatch for actual parame
ter 1
..\generic\itclHelpers.c(372) : error C2065: 'result' : undeclared identifier
..\generic\itclHelpers.c(372) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(372) : warning C4047: 'function' : 'Tcl_Obj *const *' differs in le
vels of indirection from 'int'
..\generic\itclHelpers.c(372) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 3
..\generic\itclHelpers.c(373) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(373) : error C2109: subscript requires array or pointer type
..\generic\itclHelpers.c(373) : warning C4133: 'function' : incompatible types - from 'char
[25]' to 'Tcl_Obj *'
..\generic\itclHelpers.c(373) : warning C4047: 'function' : 'const char *' differs in levels
of indirection from 'int'
..\generic\itclHelpers.c(373) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclHelpers.c(373) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclHelpers.c(374) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(374) : error C2109: subscript requires array or pointer type
..\generic\itclHelpers.c(374) : warning C4133: 'function' : incompatible types - from 'char
[25]' to 'Tcl_Obj *'
..\generic\itclHelpers.c(374) : warning C4047: 'function' : 'const char *' differs in levels
of indirection from 'int'
..\generic\itclHelpers.c(374) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 2
..\generic\itclHelpers.c(374) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclHelpers.c(375) : error C2065: 'newObjv' : undeclared identifier
..\generic\itclHelpers.c(376) : error C2065: 'isRootEnsemble' : undeclared identifier
..\generic\itclHelpers.c(377) : error C2065: 'result' : undeclared identifier
itclInfo.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclInfo.c(641) : error C2275: 'ItclObjectInfo' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(213) : see declaration of 'ItclObjectInfo'
..\generic\itclInfo.c(641) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(642) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(643) : warning C4047: '=' : 'int' differs in levels of indirection fro
m 'ItclObjectInfo *'
..\generic\itclInfo.c(644) : error C2275: 'Tcl_Object' : illegal use of this type as an expr
ession
tcl\generic\tclOO.h(40) : see declaration of 'Tcl_Object'
..\generic\itclInfo.c(644) : error C2146: syntax error : missing ';' before identifier 'oPtr
'
..\generic\itclInfo.c(644) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(646) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(646) : warning C4047: '=' : 'int' differs in levels of indirection fro
m 'Tcl_Object'
..\generic\itclInfo.c(647) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(647) : warning C4047: 'function' : 'Tcl_Object' differs in levels of i
ndirection from 'int'
..\generic\itclInfo.c(647) : warning C4024: 'Tcl_ObjectGetMetadata' : different types for fo
rmal and actual parameter 1
..\generic\itclInfo.c(648) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(648) : error C2223: left of '-> object_meta_type' must point to struct/
union
..\generic\itclInfo.c(648) : error C2198: 'Tcl_ObjectGetMetadata' : too few arguments for ca
ll
..\generic\itclInfo.c(761) : error C2275: 'Tcl_Namespace' : illegal use of this type as an e
xpression
tcl\generic\tcl.h(852) : see declaration of 'Tcl_Namespace'
..\generic\itclInfo.c(761) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(762) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(762) : warning C4047: '=' : 'int' differs in levels of indirection fro
m 'Tcl_Namespace *'
..\generic\itclInfo.c(765) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(765) : warning C4047: '!=' : 'int' differs in levels of indirection fr
om 'Tcl_Namespace *'
..\generic\itclInfo.c(769) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(867) : error C2275: 'Tcl_Namespace' : illegal use of this type as an e
xpression
tcl\generic\tcl.h(852) : see declaration of 'Tcl_Namespace'
..\generic\itclInfo.c(867) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(868) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(868) : warning C4047: '=' : 'int' differs in levels of indirection fro
m 'Tcl_Namespace *'
..\generic\itclInfo.c(871) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(871) : warning C4047: '!=' : 'int' differs in levels of indirection fr
om 'Tcl_Namespace *'
..\generic\itclInfo.c(875) : error C2065: 'upNsPtr' : undeclared identifier
..\generic\itclInfo.c(1017) : error C2275: 'ItclCmdLookup' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(649) : see declaration of 'ItclCmdLookup'
..\generic\itclInfo.c(1017) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(1018) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(1018) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclCmdLookup *'
..\generic\itclInfo.c(1019) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(1019) : error C2223: left of '-> imPtr' must point to struct/union
..\generic\itclInfo.c(2591) : error C2275: 'ItclObjectInfo' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(213) : see declaration of 'ItclObjectInfo'
..\generic\itclInfo.c(2591) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2592) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2593) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclObjectInfo *'
..\generic\itclInfo.c(2594) : error C2275: 'Tcl_Object' : illegal use of this type as an exp
ression
tcl\generic\tclOO.h(40) : see declaration of 'Tcl_Object'
..\generic\itclInfo.c(2594) : error C2146: syntax error : missing ';' before identifier 'oPt
r'
..\generic\itclInfo.c(2594) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2596) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2596) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'Tcl_Object'
..\generic\itclInfo.c(2597) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2597) : warning C4047: 'function' : 'Tcl_Object' differs in levels of
indirection from 'int'
..\generic\itclInfo.c(2597) : warning C4024: 'Tcl_ObjectGetMetadata' : different types for f
ormal and actual parameter 1
..\generic\itclInfo.c(2598) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2598) : error C2223: left of '-> object_meta_type' must point to struct
/union
..\generic\itclInfo.c(2598) : error C2198: 'Tcl_ObjectGetMetadata' : too few arguments for c
all
..\generic\itclInfo.c(2869) : error C2275: 'ItclObjectInfo' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(213) : see declaration of 'ItclObjectInfo'
..\generic\itclInfo.c(2869) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2870) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2871) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclObjectInfo *'
..\generic\itclInfo.c(2872) : error C2275: 'Tcl_Object' : illegal use of this type as an exp
ression
tcl\generic\tclOO.h(40) : see declaration of 'Tcl_Object'
..\generic\itclInfo.c(2872) : error C2146: syntax error : missing ';' before identifier 'oPt
r'
..\generic\itclInfo.c(2872) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2874) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2874) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'Tcl_Object'
..\generic\itclInfo.c(2875) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2875) : warning C4047: 'function' : 'Tcl_Object' differs in levels of
indirection from 'int'
..\generic\itclInfo.c(2875) : warning C4024: 'Tcl_ObjectGetMetadata' : different types for f
ormal and actual parameter 1
..\generic\itclInfo.c(2876) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2876) : error C2223: left of '-> object_meta_type' must point to struct
/union
..\generic\itclInfo.c(2876) : error C2198: 'Tcl_ObjectGetMetadata' : too few arguments for c
all
..\generic\itclInfo.c(2969) : error C2275: 'ItclObjectInfo' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(213) : see declaration of 'ItclObjectInfo'
..\generic\itclInfo.c(2969) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2970) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2971) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclObjectInfo *'
..\generic\itclInfo.c(2972) : error C2275: 'Tcl_Object' : illegal use of this type as an exp
ression
tcl\generic\tclOO.h(40) : see declaration of 'Tcl_Object'
..\generic\itclInfo.c(2972) : error C2146: syntax error : missing ';' before identifier 'oPt
r'
..\generic\itclInfo.c(2972) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2974) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2974) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'Tcl_Object'
..\generic\itclInfo.c(2975) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(2975) : warning C4047: 'function' : 'Tcl_Object' differs in levels of
indirection from 'int'
..\generic\itclInfo.c(2975) : warning C4024: 'Tcl_ObjectGetMetadata' : different types for f
ormal and actual parameter 1
..\generic\itclInfo.c(2976) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(2976) : error C2223: left of '-> object_meta_type' must point to struct
/union
..\generic\itclInfo.c(2976) : error C2198: 'Tcl_ObjectGetMetadata' : too few arguments for c
all
..\generic\itclInfo.c(3220) : error C2275: 'ItclCmdLookup' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(649) : see declaration of 'ItclCmdLookup'
..\generic\itclInfo.c(3220) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(3221) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(3221) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclCmdLookup *'
..\generic\itclInfo.c(3222) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(3222) : error C2223: left of '-> imPtr' must point to struct/union
..\generic\itclInfo.c(3794) : error C2275: 'ItclCmdLookup' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(649) : see declaration of 'ItclCmdLookup'
..\generic\itclInfo.c(3794) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(3795) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(3795) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclCmdLookup *'
..\generic\itclInfo.c(3796) : error C2065: 'clookup' : undeclared identifier
..\generic\itclInfo.c(3796) : error C2223: left of '-> imPtr' must point to struct/union
..\generic\itclInfo.c(4413) : error C2275: 'ItclObjectInfo' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(213) : see declaration of 'ItclObjectInfo'
..\generic\itclInfo.c(4413) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(4414) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(4415) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ItclObjectInfo *'
..\generic\itclInfo.c(4416) : error C2275: 'Tcl_Object' : illegal use of this type as an exp
ression
tcl\generic\tclOO.h(40) : see declaration of 'Tcl_Object'
..\generic\itclInfo.c(4416) : error C2146: syntax error : missing ';' before identifier 'oPt
r'
..\generic\itclInfo.c(4416) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(4418) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(4418) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'Tcl_Object'
..\generic\itclInfo.c(4419) : error C2065: 'oPtr' : undeclared identifier
..\generic\itclInfo.c(4419) : warning C4047: 'function' : 'Tcl_Object' differs in levels of
indirection from 'int'
..\generic\itclInfo.c(4419) : warning C4024: 'Tcl_ObjectGetMetadata' : different types for f
ormal and actual parameter 1
..\generic\itclInfo.c(4420) : error C2065: 'infoPtr' : undeclared identifier
..\generic\itclInfo.c(4420) : error C2223: left of '-> object_meta_type' must point to struct
/union
..\generic\itclInfo.c(4420) : error C2198: 'Tcl_ObjectGetMetadata' : too few arguments for c
all
..\generic\itclInfo.c(4787) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclInfo.c(4789) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclInfo.c(4789) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of i
ndirection from 'int'
..\generic\itclInfo.c(4789) : warning C4024: 'ItclGetInfoDelegatedUsage' : different types f
or formal and actual parameter 2
..\generic\itclInfo.c(4790) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclInfo.c(4790) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of i
ndirection from 'int'
..\generic\itclInfo.c(4790) : warning C4024: 'function through pointer' : different types fo
r formal and actual parameter 1
..\generic\itclInfo.c(4791) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclInfo.c(4791) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of i
ndirection from 'int'
..\generic\itclInfo.c(4791) : warning C4024: 'function through pointer' : different types fo
r formal and actual parameter 1
itclLinkage.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
itclMethod.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclMethod.c(1870) : error C2275: 'Tcl_Obj' : illegal use of this type as an expr
ession
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclMethod.c(1870) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1871) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1871) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Obj *'
..\generic\itclMethod.c(1872) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1872) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclMethod.c(1872) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclMethod.c(1873) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1874) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1874) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclMethod.c(1874) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclMethod.c(1925) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclMethod.c(1926) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1927) : error C2065: 'objPtr' : undeclared identifier
..\generic\itclMethod.c(1927) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclMethod.c(1927) : warning C4024: 'function through pointer' : different types
for formal and actual parameter 1
..\generic\itclMethod.c(2143) : error C2275: 'ItclCmdLookup' : illegal use of this type as a
n expression
tcl\pkgs\itcl\generic\itclInt.h(649) : see declaration of 'ItclCmdLookup'
..\generic\itclMethod.c(2143) : error C2065: 'clookup' : undeclared identifier
..\generic\itclMethod.c(2144) : error C2065: 'clookup' : undeclared identifier
..\generic\itclMethod.c(2144) : warning C4047: '=' : 'int' differs in levels of indirection
from 'ItclCmdLookup *'
..\generic\itclMethod.c(2145) : error C2065: 'clookup' : undeclared identifier
..\generic\itclMethod.c(2145) : error C2223: left of '-> imPtr' must point to struct/union
..\generic\itclMethod.c(2325) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclMethod.c(2326) : error C2275: 'Tcl_Obj' : illegal use of this type as an expr
ession
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclMethod.c(2326) : error C2059: syntax error : 'const'
..\generic\itclMethod.c(2327) : error C2065: 'cObjc' : undeclared identifier
..\generic\itclMethod.c(2335) : error C2065: 'cObjv' : undeclared identifier
..\generic\itclMethod.c(2335) : error C2109: subscript requires array or pointer type
..\generic\itclMethod.c(2335) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclMethod.c(2347) : error C2275: 'Tcl_Namespace' : illegal use of this type as a
n expression
tcl\generic\tcl.h(852) : see declaration of 'Tcl_Namespace'
..\generic\itclMethod.c(2347) : error C2065: 'currNsPtr' : undeclared identifier
..\generic\itclMethod.c(2348) : error C2065: 'currNsPtr' : undeclared identifier
..\generic\itclMethod.c(2348) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Namespace *'
..\generic\itclMethod.c(2362) : error C2065: 'currNsPtr' : undeclared identifier
..\generic\itclMethod.c(2362) : warning C4047: '==' : 'Tcl_Namespace *' differs in levels of
indirection from 'int'
itclObject.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclObject.c(359) : error C2275: 'ItclResolveInfo' : illegal use of this type as
an expression
tcl\pkgs\itcl\generic\itclInt.h(399) : see declaration of 'ItclResolveInfo'
..\generic\itclObject.c(359) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclObject.c(361) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclObject.c(361) : warning C4022: 'memset' : pointer mismatch for actual paramet
er 1
..\generic\itclObject.c(362) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclObject.c(362) : error C2223: left of '-> flags' must point to struct/union
..\generic\itclObject.c(363) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclObject.c(363) : error C2223: left of '-> ioPtr' must point to struct/union
..\generic\itclObject.c(364) : error C2065: 'resolveInfoPtr' : undeclared identifier
..\generic\itclObject.c(364) : warning C4047: '=' : 'ClientData' differs in levels of indire
ction from 'int'
..\generic\itclObject.c(382) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclObject.c(383) : error C2065: 'str' : undeclared identifier
..\generic\itclObject.c(383) : warning C4047: 'function' : 'char *' differs in levels of ind
irection from 'int'
..\generic\itclObject.c(383) : warning C4024: 'sprintf' : different types for formal and act
ual parameter 1
..\generic\itclObject.c(385) : error C2065: 'str' : undeclared identifier
..\generic\itclObject.c(385) : warning C4047: 'function' : 'const char *' differs in levels
of indirection from 'int'
..\generic\itclObject.c(385) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(531) : error C2275: 'ClientData' : illegal use of this type as an ex
pression
tcl\generic\tcl.h(323) : see declaration of 'ClientData'
..\generic\itclObject.c(531) : error C2146: syntax error : missing ';' before identifier 'pm
Ptr'
..\generic\itclObject.c(531) : error C2065: 'pmPtr' : undeclared identifier
..\generic\itclObject.c(532) : error C2275: 'Tcl_Obj' : illegal use of this type as an expre
ssion
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclObject.c(532) : error C2065: 'namePtr' : undeclared identifier
..\generic\itclObject.c(533) : error C2275: 'Tcl_Obj' : illegal use of this type as an expre
ssion
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclObject.c(533) : error C2065: 'argumentPtr' : undeclared identifier
..\generic\itclObject.c(534) : error C2275: 'Tcl_Obj' : illegal use of this type as an expre
ssion
tcl\generic\tcl.h(797) : see declaration of 'Tcl_Obj'
..\generic\itclObject.c(534) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(535) : error C2065: 'namePtr' : undeclared identifier
..\generic\itclObject.c(535) : warning C4047: '=' : 'int' differs in levels of indirection f
rom 'Tcl_Obj *'
..\generic\itclObject.c(536) : error C2065: 'namePtr' : undeclared identifier
..\generic\itclObject.c(536) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(536) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(537) : error C2065: 'argumentPtr' : undeclared identifier
..\generic\itclObject.c(537) : warning C4047: '=' : 'int' differs in levels of indirection f
rom 'Tcl_Obj *'
..\generic\itclObject.c(538) : error C2065: 'argumentPtr' : undeclared identifier
..\generic\itclObject.c(538) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(538) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(539) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(540) : warning C4047: '=' : 'int' differs in levels of indirection f
rom 'Tcl_Obj *'
..\generic\itclObject.c(541) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(541) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(541) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(542) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(542) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(542) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(543) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(543) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(543) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(545) : error C2065: 'namePtr' : undeclared identifier
..\generic\itclObject.c(545) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(545) : warning C4024: 'Itcl_NewProcMethod' : different types for for
mal and actual parameter 7
..\generic\itclObject.c(545) : error C2065: 'argumentPtr' : undeclared identifier
..\generic\itclObject.c(545) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(545) : warning C4024: 'Itcl_NewProcMethod' : different types for for
mal and actual parameter 8
..\generic\itclObject.c(545) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(545) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(545) : warning C4024: 'Itcl_NewProcMethod' : different types for for
mal and actual parameter 9
..\generic\itclObject.c(545) : error C2065: 'pmPtr' : undeclared identifier
..\generic\itclObject.c(545) : warning C4047: 'function' : 'ClientData *' differs in levels
of indirection from 'int *'
..\generic\itclObject.c(545) : warning C4022: 'Itcl_NewProcMethod' : pointer mismatch for ac
tual parameter 10
..\generic\itclObject.c(546) : error C2065: 'namePtr' : undeclared identifier
..\generic\itclObject.c(546) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(546) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(547) : error C2065: 'argumentPtr' : undeclared identifier
..\generic\itclObject.c(547) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(547) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(548) : error C2065: 'bodyPtr' : undeclared identifier
..\generic\itclObject.c(548) : warning C4047: 'function' : 'Tcl_Obj *' differs in levels of
indirection from 'int'
..\generic\itclObject.c(548) : warning C4024: 'function through pointer' : different types f
or formal and actual parameter 1
..\generic\itclObject.c(884) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclObject.c(885) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(886) : warning C4047: '=' : 'int' differs in levels of indirection f
rom 'IctlVarTraceInfo *'
..\generic\itclObject.c(887) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(887) : warning C4022: 'memset' : pointer mismatch for actual paramet
er 1
..\generic\itclObject.c(888) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(888) : error C2223: left of '-> flags' must point to struct/union
..\generic\itclObject.c(889) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(889) : error C2223: left of '-> ioPtr' must point to struct/union
..\generic\itclObject.c(890) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(890) : error C2223: left of '-> iclsPtr' must point to struct/union
..\generic\itclObject.c(891) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(891) : error C2223: left of '-> ivPtr' must point to struct/union
..\generic\itclObject.c(894) : error C2065: 'traceInfoPtr' : undeclared identifier
..\generic\itclObject.c(1054) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclObject.c(1055) : error C2275: 'Tcl_CallFrame' : illegal use of this type as a
n expression
tcl\generic\tcl.h(890) : see declaration of 'Tcl_CallFrame'
..\generic\itclObject.c(1055) : error C2146: syntax error : missing ';' before identifier 'f
rame'
..\generic\itclObject.c(1055) : error C2065: 'frame' : undeclared identifier
..\generic\itclObject.c(1056) : error C2275: 'Tcl_Namespace' : illegal use of this type as a
n expression
tcl\generic\tcl.h(852) : see declaration of 'Tcl_Namespace'
..\generic\itclObject.c(1056) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclObject.c(1057) : error C2275: 'ItclClass' : illegal use of this type as an ex
pression
tcl\pkgs\itcl\generic\itclInt.h(321) : see declaration of 'ItclClass'
..\generic\itclObject.c(1057) : error C2065: 'iclsPtr2' : undeclared identifier
..\generic\itclObject.c(1058) : error C2275: 'ItclHierIter' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(326) : see declaration of 'ItclHierIter'
..\generic\itclObject.c(1058) : error C2146: syntax error : missing ';' before identifier 'h
ier'
..\generic\itclObject.c(1058) : error C2065: 'hier' : undeclared identifier
..\generic\itclObject.c(1059) : error C2275: 'ItclOption' : illegal use of this type as an e
xpression
tcl\pkgs\itcl\generic\itclInt.h(577) : see declaration of 'ItclOption'
..\generic\itclObject.c(1059) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1060) : error C2275: 'ItclDelegatedOption' : illegal use of this typ
e as an expression
tcl\pkgs\itcl\generic\itclInt.h(552) : see declaration of 'ItclDelegatedOption'
..\generic\itclObject.c(1060) : error C2065: 'idoPtr' : undeclared identifier
..\generic\itclObject.c(1061) : error C2143: syntax error : missing ';' before 'const'
..\generic\itclObject.c(1062) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclObject.c(1064) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1064) : warning C4047: '=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclObject.c(1065) : error C2065: 'hier' : undeclared identifier
..\generic\itclObject.c(1065) : warning C4133: 'function' : incompatible types - from 'int *
' to 'ItclHierIter *'
..\generic\itclObject.c(1066) : error C2065: 'iclsPtr2' : undeclared identifier
..\generic\itclObject.c(1066) : error C2065: 'hier' : undeclared identifier
..\generic\itclObject.c(1066) : warning C4133: 'function' : incompatible types - from 'int *
' to 'ItclHierIter *'
..\generic\itclObject.c(1066) : warning C4047: '=' : 'int' differs in levels of indirection
from 'ItclClass *'
..\generic\itclObject.c(1067) : error C2065: 'iclsPtr2' : undeclared identifier
..\generic\itclObject.c(1067) : warning C4047: '!=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclObject.c(1069) : error C2065: 'iclsPtr2' : undeclared identifier
..\generic\itclObject.c(1069) : error C2223: left of '-> options' must point to struct/union
..\generic\itclObject.c(1069) : error C2065: 'place' : undeclared identifier
..\generic\itclObject.c(1069) : warning C4133: 'function' : incompatible types - from 'int *
' to 'Tcl_HashTable *'
..\generic\itclObject.c(1069) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclObject.c(1071) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1071) : warning C4047: '=' : 'int' differs in levels of indirection
from 'ItclOption *'
..\generic\itclObject.c(1073) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1073) : error C2223: left of '-> namePtr' must point to struct/union
..\generic\itclObject.c(1073) : error C2065: 'isNew' : undeclared identifier
..\generic\itclObject.c(1073) : warning C4133: 'function' : incompatible types - from 'int *
' to 'const char *'
..\generic\itclObject.c(1073) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclObject.c(1074) : error C2065: 'isNew' : undeclared identifier
..\generic\itclObject.c(1075) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1076) : error C2065: 'itclOptionsName' : undeclared identifier
..\generic\itclObject.c(1076) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1076) : error C2223: left of '-> namePtr' must point to struct/union
..\generic\itclObject.c(1076) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclObject.c(1076) : warning C4047: '=' : 'int' differs in levels of indirection
from 'char *'
..\generic\itclObject.c(1083) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclObject.c(1084) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Namespace *'
..\generic\itclObject.c(1085) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclObject.c(1085) : warning C4047: '==' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclObject.c(1086) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclObject.c(1087) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Namespace *'
..\generic\itclObject.c(1097) : error C2065: 'frame' : undeclared identifier
..\generic\itclObject.c(1097) : warning C4133: 'function' : incompatible types - from 'int *
' to 'Tcl_CallFrame *'
..\generic\itclObject.c(1097) : error C2065: 'varNsPtr' : undeclared identifier
..\generic\itclObject.c(1097) : warning C4047: 'function' : 'Tcl_Namespace *' differs in lev
els of indirection from 'int'
..\generic\itclObject.c(1097) : warning C4024: 'Itcl_PushCallFrame' : different types for fo
rmal and actual parameter 3
..\generic\itclObject.c(1101) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1101) : warning C4047: '!=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclObject.c(1101) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1101) : error C2223: left of '-> namePtr' must point to struct/union
..\generic\itclObject.c(1102) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1102) : error C2223: left of '-> defaultValuePtr' must point to struc
t/union
..\generic\itclObject.c(1104) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1104) : error C2223: left of '-> namePtr' must point to struct/union
..\generic\itclObject.c(1104) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclObject.c(1105) : error C2065: 'ioptPtr' : undeclared identifier
..\generic\itclObject.c(1105) : error C2223: left of '-> defaultValuePtr' must point to struc
t/union
..\generic\itclObject.c(1105) : error C2198: 'function through pointer' : too few arguments
for call
..\generic\itclObject.c(1117) : error C2065: 'place' : undeclared identifier
..\generic\itclObject.c(1117) : fatal error C1003: error count exceeds 100; stopping compila
tion
itclParse.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclParse.c(738) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclParse.c(740) : error C2065: 'msg' : undeclared identifier
..\generic\itclParse.c(740) : warning C4047: 'function' : 'char *' differs in levels of indi
rection from 'int'
..\generic\itclParse.c(740) : warning C4024: 'sprintf' : different types for formal and actu
al parameter 1
..\generic\itclParse.c(744) : error C2065: 'msg' : undeclared identifier
..\generic\itclParse.c(744) : warning C4047: 'function' : 'char *' differs in levels of indi
rection from 'int'
..\generic\itclParse.c(744) : warning C4024: 'sprintf' : different types for formal and actu
al parameter 1
..\generic\itclParse.c(748) : error C2065: 'msg' : undeclared identifier
..\generic\itclParse.c(748) : warning C4047: 'function' : 'const char *' differs in levels o
f indirection from 'int'
..\generic\itclParse.c(748) : warning C4024: 'function through pointer' : different types fo
r formal and actual parameter 2
..\generic\itclParse.c(769) : error C2275: 'ItclMemberFunc' : illegal use of this type as an
expression
tcl\pkgs\itcl\generic\itclInt.h(520) : see declaration of 'ItclMemberFunc'
..\generic\itclParse.c(769) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(771) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(771) : warning C4047: '=' : 'int' differs in levels of indirection fr
om 'ClientData'
..\generic\itclParse.c(772) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(772) : error C2223: left of '-> flags' must point to struct/union
..\generic\itclParse.c(773) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(773) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(774) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(774) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(775) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(775) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(779) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(779) : error C2223: left of '-> builtinArgumentPtr' must point to stru
ct/union
..\generic\itclParse.c(781) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(781) : error C2223: left of '-> builtinArgumentPtr' must point to stru
ct/union
..\generic\itclParse.c(782) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(782) : error C2223: left of '-> builtinArgumentPtr' must point to stru
ct/union
..\generic\itclParse.c(782) : warning C4133: 'function' : incompatible types - from 'char [2
3]' to 'Tcl_Obj *'
..\generic\itclParse.c(782) : warning C4047: 'function' : 'const char *' differs in levels o
f indirection from 'int'
..\generic\itclParse.c(782) : warning C4024: 'function through pointer' : different types fo
r formal and actual parameter 2
..\generic\itclParse.c(782) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(784) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(784) : error C2223: left of '-> builtinArgumentPtr' must point to stru
ct/union
..\generic\itclParse.c(787) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(787) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(787) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(792) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(792) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(792) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(797) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(797) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(797) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(802) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(802) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(802) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(807) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(807) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(807) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(812) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(812) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(812) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(817) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(817) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(817) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(822) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(822) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(822) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(827) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(827) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(827) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(837) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(837) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(837) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(843) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(843) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(843) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(848) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(848) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(848) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(853) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(853) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(853) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(858) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(858) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(858) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(863) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(863) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(863) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(869) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(869) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(869) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(874) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(874) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(874) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(880) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(880) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(880) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(886) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(886) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(886) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(892) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(892) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(892) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(898) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(898) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(898) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(900) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(900) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(900) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(908) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(908) : error C2223: left of '-> codePtr' must point to struct/union
..\generic\itclParse.c(908) : error C2198: 'function through pointer' : too few arguments fo
r call
..\generic\itclParse.c(912) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclParse.c(913) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(913) : error C2223: left of '-> tmPtr' must point to struct/union
..\generic\itclParse.c(915) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(915) : warning C4022: 'Itcl_NewProcClassMethod' : pointer mismatch fo
r actual parameter 6
..\generic\itclParse.c(915) : error C2065: 'imPtr' : undeclared identifier
..\generic\itclParse.c(915) : error C2223: left of '-> namePtr' must point to struct/union
..\generic\itclParse.c(916) : error C2065: 'pmPtr' : undeclared identifier
..\generic\itclParse.c(916) : warning C4133: 'function' : incompatible types - from 'int *'
to 'Tcl_Obj *'
..\generic\itclParse.c(916) : error C2198: 'Itcl_NewProcClassMethod' : too few arguments for
call
..\generic\itclParse.c(916) : fatal error C1003: error count exceeds 100; stopping compilati
on
itclStubs.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclStubs.c(94) : error C2275: 'Tcl_CmdInfo' : illegal use of this type as an exp
ression
tcl\generic\tcl.h(925) : see declaration of 'Tcl_CmdInfo'
..\generic\itclStubs.c(94) : error C2146: syntax error : missing ';' before identifier 'cmdI
nfo'
..\generic\itclStubs.c(94) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclStubs.c(95) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclStubs.c(95) : warning C4133: 'function' : incompatible types - from 'int *' t
o 'Tcl_CmdInfo *'
..\generic\itclStubs.c(96) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclStubs.c(96) : error C2224: left of '.objClientData' must have struct/union ty
pe
..\generic\itclStubs.c(97) : error C2065: 'cmdInfo' : undeclared identifier
..\generic\itclStubs.c(97) : warning C4133: 'function' : incompatible types - from 'int *' t
o 'const Tcl_CmdInfo *'
itclStubInit.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
itclResolve.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclResolve.c(111) : error C2275: 'ItclCmdLookup' : illegal use of this type as a
n expression
tcl\pkgs\itcl\generic\itclInt.h(649) : see declaration of 'ItclCmdLookup'
..\generic\itclResolve.c(111) : error C2065: 'clookup' : undeclared identifier
..\generic\itclResolve.c(112) : error C2065: 'clookup' : undeclared identifier
..\generic\itclResolve.c(112) : warning C4047: '=' : 'int' differs in levels of indirection
from 'ItclCmdLookup *'
..\generic\itclResolve.c(113) : error C2065: 'clookup' : undeclared identifier
..\generic\itclResolve.c(113) : error C2223: left of '-> imPtr' must point to struct/union
..\generic\itclResolve.c(281) : error C2275: 'ItclCallContext' : illegal use of this type as
an expression
tcl\pkgs\itcl\generic\itclInt.h(657) : see declaration of 'ItclCallContext'
..\generic\itclResolve.c(281) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(282) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(282) : warning C4047: '=' : 'int' differs in levels of indirection
from 'ClientData'
..\generic\itclResolve.c(319) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(319) : warning C4047: '==' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclResolve.c(322) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(322) : error C2223: left of '-> ioPtr' must point to struct/union
..\generic\itclResolve.c(325) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(325) : error C2223: left of '-> ioPtr' must point to struct/union
..\generic\itclResolve.c(371) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclResolve.c(372) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(372) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Var'
..\generic\itclResolve.c(373) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(373) : warning C4047: '!=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclResolve.c(374) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(374) : warning C4047: '=' : 'Tcl_Var' differs in levels of indirect
ion from 'int'
..\generic\itclResolve.c(385) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclResolve.c(386) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(386) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Var'
..\generic\itclResolve.c(387) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(387) : warning C4047: '!=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclResolve.c(388) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(388) : warning C4047: '=' : 'Tcl_Var' differs in levels of indirect
ion from 'int'
..\generic\itclResolve.c(533) : error C2275: 'ItclCallContext' : illegal use of this type as
an expression
tcl\pkgs\itcl\generic\itclInt.h(657) : see declaration of 'ItclCallContext'
..\generic\itclResolve.c(533) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(534) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(534) : warning C4047: '=' : 'int' differs in levels of indirection
from 'ClientData'
..\generic\itclResolve.c(535) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(535) : warning C4047: '==' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclResolve.c(538) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(538) : error C2223: left of '-> ioPtr' must point to struct/union
..\generic\itclResolve.c(545) : error C2065: 'callContextPtr' : undeclared identifier
..\generic\itclResolve.c(545) : error C2223: left of '-> ioPtr' must point to struct/union
..\generic\itclResolve.c(577) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclResolve.c(578) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(579) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Var'
..\generic\itclResolve.c(580) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(580) : warning C4047: '!=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclResolve.c(581) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(581) : warning C4047: 'return' : 'Tcl_Var' differs in levels of ind
irection from 'int'
..\generic\itclResolve.c(593) : error C2143: syntax error : missing ';' before 'type'
..\generic\itclResolve.c(594) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(595) : warning C4047: '=' : 'int' differs in levels of indirection
from 'Tcl_Var'
..\generic\itclResolve.c(596) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(596) : warning C4047: '!=' : 'int' differs in levels of indirection
from 'void *'
..\generic\itclResolve.c(597) : error C2065: 'varPtr' : undeclared identifier
..\generic\itclResolve.c(597) : warning C4047: 'return' : 'Tcl_Var' differs in levels of ind
irection from 'int'
itclTclIntStubsFcn.c
..\generic\itclTclIntStubsFcn.c(24) : error C2220: warning treated as error - no 'object' fi
le generated
..\generic\itclTclIntStubsFcn.c(24) : warning C4273: '_Tcl_GetOriginalCommand' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(28) : see previous definition of '_Tcl_Ge
tOriginalCommand'
..\generic\itclTclIntStubsFcn.c(36) : warning C4273: '_Tcl_CreateProc' : inconsistent dll li
nkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(29) : see previous definition of '_Tcl_Cr
eateProc'
..\generic\itclTclIntStubsFcn.c(44) : warning C4273: '_Tcl_GetObjInterpProc' : inconsistent
dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(33) : see previous definition of '_Tcl_Ge
tObjInterpProc'
..\generic\itclTclIntStubsFcn.c(51) : warning C4273: '_Tcl_ProcDeleteProc' : inconsistent dl
l linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(32) : see previous definition of '_Tcl_Pr
ocDeleteProc'
..\generic\itclTclIntStubsFcn.c(70) : warning C4273: 'Itcl_PushCallFrame' : inconsistent dll
linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
..\generic\itclTclIntStubsFcn.c(77) : warning C4273: 'Itcl_PopCallFrame' : inconsistent dll
linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
..\generic\itclTclIntStubsFcn.c(86) : warning C4273: 'Itcl_GetVariableFullName' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(6) : see previous definition of 'Itcl_Get
VariableFullName'
..\generic\itclTclIntStubsFcn.c(96) : warning C4273: 'Itcl_FindNamespaceVar' : inconsistent
dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(8) : see previous definition of 'Itcl_Fin
dNamespaceVar'
..\generic\itclTclIntStubsFcn.c(106) : warning C4273: 'Itcl_SetNamespaceResolvers' : inconsi
stent dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(10) : see previous definition of 'Itcl_Se
tNamespaceResolvers'
itclUtil.c
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : error C2220: warning treated as error - no 'obje
ct' file generated
tcl\pkgs\itcl\generic\itclIntDecls.h(508) : warning C4273: 'Itcl_PushCallFrame' : inconsiste
nt dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(2) : see previous definition of 'Itcl_Pus
hCallFrame'
tcl\pkgs\itcl\generic\itclIntDecls.h(510) : warning C4273: 'Itcl_PopCallFrame' : inconsisten
t dll linkage
tcl\pkgs\itcl\generic\itclTclIntStubsFcn.h(5) : see previous definition of 'Itcl_Pop
CallFrame'
itclMigrate2TclCore.c
..\generic\itclMigrate2TclCore.c(42) : error C2220: warning treated as error - no 'object' f
ile generated
..\generic\itclMigrate2TclCore.c(42) : warning C4273: '_Tcl_GetNamespaceCommandTable' : inco
nsistent dll linkage
tcl\pkgs\itcl\generic\itclMigrate2TclCore.h(87) : see previous definition of '_Tcl_G
etNamespaceCommandTable'
..\generic\itclMigrate2TclCore.c(49) : warning C4273: '_Tcl_GetNamespaceChildTable' : incons
istent dll linkage
tcl\pkgs\itcl\generic\itclMigrate2TclCore.h(85) : see previous definition of '_Tcl_G
etNamespaceChildTable'
..\generic\itclMigrate2TclCore.c(60) : warning C4273: '_Tcl_InitRewriteEnsemble' : inconsist
ent dll linkage
tcl\pkgs\itcl\generic\itclMigrate2TclCore.h(88) : see previous definition of '_Tcl_I
nitRewriteEnsemble'
..\generic\itclMigrate2TclCore.c(85) : warning C4273: '_Tcl_ResetRewriteEnsemble' : inconsis
tent dll linkage
tcl\pkgs\itcl\generic\itclMigrate2TclCore.h(90) : see previous definition of '_Tcl_R
esetRewriteEnsemble'
..\generic\itclMigrate2TclCore.c(114) : warning C4273: 'Tcl_NewNamespaceVar' : inconsistent
dll linkage
tcl\pkgs\itcl\generic\itclMigrate2TclCore.h(94) : see previous definition of 'Tcl_Ne
wNamespaceVar'
..\generic\itclMigrate2TclCore.c(137) : error C2275: 'CallFrame' : illegal use of this type
as an expression
tcl\generic\tclInt.h(1059) : see declaration of 'CallFrame'
..\generic\itclMigrate2TclCore.c(137) : error C2065: 'framePtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(138) : error C2065: 'framePtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(138) : warning C4047: '!=' : 'int' differs in levels of ind
irection from 'void *'
..\generic\itclMigrate2TclCore.c(139) : error C2065: 'framePtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(139) : error C2065: 'framePtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(139) : error C2223: left of '-> callerVarPtr' must point to
struct/union
..\generic\itclMigrate2TclCore.c(141) : error C2065: 'framePtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(141) : warning C4047: '==' : 'int' differs in levels of ind
irection from 'void *'
..\generic\itclMigrate2TclCore.c(144) : error C2065: 'framePtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(144) : error C2223: left of '-> nsPtr' must point to struct/
union
..\generic\itclMigrate2TclCore.c(144) : warning C4033: 'Itcl_GetUplevelNamespace' must retur
n a value
..\generic\itclMigrate2TclCore.c(197) : warning C4273: 'Itcl_IsCallFrameArgument' : inconsis
tent dll linkage
tcl\pkgs\itcl\generic\itclMigrate2TclCore.h(96) : see previous definition of 'Itcl_I
sCallFrameArgument'
..\generic\itclMigrate2TclCore.c(205) : error C2275: 'Proc' : illegal use of this type as an
expression
tcl\generic\tclInt.h(901) : see declaration of 'Proc'
..\generic\itclMigrate2TclCore.c(205) : error C2065: 'procPtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(209) : error C2065: 'procPtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(210) : error C2065: 'procPtr' : undeclared identifier
..\generic\itclMigrate2TclCore.c(210) : error C2223: left of '-> firstLocalPtr' must point to
struct/union
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=2555158&group_id=13244
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|