Tcl Source Code

View Ticket
Login
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!