Menu

#2818 wish can't link reg1.2

obsolete: 8.6b1.1
closed-fixed
75. wish (49)
5
2010-07-01
2010-06-24
No

Tk cvs head
ms vc++2010
ms vista sp2

When building wish, the linker can't find the reg package lib file. rule.vc has the wrong version (1.2) - tcl cvs head builds 1.3

Index: rules.vc

RCS file: /cvsroot/tktoolkit/tk/win/rules.vc,v
retrieving revision 1.25
diff -r1.25 rules.vc
562c562
< TCLREGLIB = "$(_TCLDIR)\lib\tclreg12$(SUFX:t=).lib"
---
> TCLREGLIB = "$(_TCLDIR)\lib\tclreg13$(SUFX:t=).lib"
575c575
< TCLREGLIB = "$(_TCLDIR)\win\$(BUILDDIRTOP)\tclreg12$(SUFX:t=).lib"
---
> TCLREGLIB = "$(_TCLDIR)\win\$(BUILDDIRTOP)\tclreg13$(SUFX:t=).lib"

Discussion

  • Jan Nijtmans

    Jan Nijtmans - 2010-07-01

    fixed in HEAD

     
  • Jan Nijtmans

    Jan Nijtmans - 2010-07-01
    • assigned_to: hobbs --> nijtmans
    • status: open --> closed-fixed