Hello good people,
I have visual studio 6.0 Enterprise edition on my computer.
I compiled tcl8.5a3, without problem, run the test on it and except for expr.test which fails, all others pass the test. I installed it with: nmake -f makefile.vc install
Now, when it comes to compiling tk8.5a3, it fails from the beginning with:
===============================================================================
*** Compiler has 'Optimizations'
*** Compiler has 'Pentium 0x0f fix'
*** Linker has 'Win98 alignment problem'
*** Intermediate directory will be '.\Release\tk_Dynamic'
*** Output directory will be '.\Release'
*** Suffix for binaries will be ''
*** Optional defines are '-DTCL_CFGVAL_ENCODING=\"cp1252\" -DTCL_CFG_OPTIMIZED'
*** Dependency rules are not being used.
cl -DBUILD_tk -Oti -nologo -c -YX -Fp.\Release\tk_Dynamic\ -W3 -QI0f -MD -I"..\win" -I"..\generic" -I"..\bitmaps" -I"..\xlib" -I "c:\tcl8.5a3\win" -I "c:\tcl8.5a3\generic" -DTCL_CFGVAL_ENCODING=\"cp1252\" -DTCL_CFG_OPTIMIZED -DUSE_TCL_STUBS -Fo.\Release\tk_Dynamic\ @C:\DOCUME~1\TORQUI~1\LOCALS~1\Temp\nma01788.
tkWinX.c
..\win\tkWinX.c(1930) : error C2065: 'ULONG_PTR' : undeclared identifier
..\win\tkWinX.c(1930) : error C2064: term does not evaluate to a function
===========================================================
Since I have no clue what is going on, can you be so kind to suggest me what to do, to have tk installed?
thanks,
D. Ireku
I have visual studio 6.0 Enterprise edition on my computer.
I compiled tcl8.5a3, without problem, run the test on it and except for expr.test which fails, all others pass the test. I installed it with: nmake -f makefile.vc install
Now, when it comes to compiling tk8.5a3, it fails from the beginning with:
===============================================================================
*** Compiler has 'Optimizations'
*** Compiler has 'Pentium 0x0f fix'
*** Linker has 'Win98 alignment problem'
*** Intermediate directory will be '.\Release\tk_Dynamic'
*** Output directory will be '.\Release'
*** Suffix for binaries will be ''
*** Optional defines are '-DTCL_CFGVAL_ENCODING=\"cp1252\" -DTCL_CFG_OPTIMIZED'
*** Dependency rules are not being used.
cl -DBUILD_tk -Oti -nologo -c -YX -Fp.\Release\tk_Dynamic\ -W3 -QI0f -MD -I"..\win" -I"..\generic" -I"..\bitmaps" -I"..\xlib" -I "c:\tcl8.5a3\win" -I "c:\tcl8.5a3\generic" -DTCL_CFGVAL_ENCODING=\"cp1252\" -DTCL_CFG_OPTIMIZED -DUSE_TCL_STUBS -Fo.\Release\tk_Dynamic\ @C:\DOCUME~1\TORQUI~1\LOCALS~1\Temp\nma01788.
tkWinX.c
..\win\tkWinX.c(1930) : error C2065: 'ULONG_PTR' : undeclared identifier
..\win\tkWinX.c(1930) : error C2064: term does not evaluate to a function
===========================================================
Since I have no clue what is going on, can you be so kind to suggest me what to do, to have tk installed?
thanks,
D. Ireku