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

Re: problem installing tclcl on windows 98



On Thu, 02 Sep 1999 18:54:57 GMT, "KJ CURRAN" wrote: 
>cl -c -Ox -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1
> -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DWIN32  -D_WIN32 -D_MT -D_DLL -MD
> -Ox -Zm1000 -DNO_TK -Ic:\progra~1\micros~2\vc98\include
> -I..\tk8.0\win -I..\tk8.0\generic -I..\tcl8.0\win -I..\tcl8.0\generic
>  -Ic:\ns\otcl -Ic:\ns\tclcl  -I..\tk8.0\xlib  -I./jpeg -I./p64 -I.
> -FoTcl.o -Tp Tcl.cc
>Tcl.cc
>c:\ns\otcl\otcl.h(28) : error C2061: syntax error : identifier
>'Tcl_Interp' c:\ns\otcl\otcl.h(31) : error C2061: syntax error :
>identifier 'Tcl_Interp' c:\ns\otcl\otcl.h(34) : error C2061: syntax
>error : identifier 'Tcl_Interp' c:\ns\otcl\otcl.h(37) : error C2061:
>syntax error : identifier 'Tcl_Interp' c:\ns\otcl\otcl.h(40) : error
>C2061: syntax error : identifier 'Tcl_Interp' c:\ns\otcl\otcl.h(43) :
>error C2061: syntax error : identifier 'Tcl_Interp'
>c:\ns\otcl\otcl.h(46) : error C2065: 'Tcl_Interp' : undeclared

I don't know how Tcl_Interp can produce a syntax error.
This code hasn't changed recently and has run under VC/Windows for a
long time, so you almost certianly have something strange in your
configuration.  I recommend you look at the code when it comes out of
the pre-processor and make sure Tcl_Interp is defined.

   -John Heidemann