Tcl Source Code

View Ticket
Login
2020-12-22
07:26 Closed ticket [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010 plus 5 other changes artifact: d3dc25bd1c user: jan.nijtmans
07:22 Ticket [ea8cd4789c]: 3 changes artifact: c07f658157 user: jan.nijtmans
07:12
Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks Paul! check-in: 1b77f56018 user: jan.nijtmans tags: core-8-6-branch
2020-12-21
22:22 New ticket [ea8cd4789c] Tcl 8.6.11 does not compile with VisualStudio 2010. artifact: 16225f71e4 user: anonymous

Ticket UUID: ea8cd4789cd788d3a50826cb91366dfd747bc47e
Title: Tcl 8.6.11 does not compile with VisualStudio 2010
Type: Bug Version: 8.6.11
Submitter: anonymous Created on: 2020-12-21 22:22:19
Subsystem: - New Builtin Commands Assigned To: nobody
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2020-12-22 07:26:14
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2020-12-22 07:26:14
Description:
If doing the following changes in win/rules.vc, 8.6.11 also compiles with VS2010.

From:
!if $(VCVERSION) >= 1600
OPTDEFINES	= $(OPTDEFINES) /DHAVE_STDINT_H=1

To:
!if $(VCVERSION) > 1600
OPTDEFINES	= $(OPTDEFINES) /DHAVE_STDINT_H=1
User Comments: jan.nijtmans added on 2020-12-22 07:22:19:

Fixed now. Thanks, Paul!