Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

installing tcl/tk 8.5a3 on windows xp

Status
Not open for further replies.

direku

Technical User
Jul 13, 2005
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top