Tcl Source Code

View Ticket
Login
Ticket UUID: 955146
Title: tcl 8.4 branch broken by [clock] changes.
Type: Bug Version: obsolete: 8.4.6
Submitter: patthoyts Created on: 2004-05-17 08:47:50
Subsystem: 06. Time Measurement Assigned To: kennykb
Priority: 8 Severity:
Status: Closed Last Modified: 2004-05-17 21:34:01
Resolution: Fixed Closed By: kennykb
    Closed on: 2004-05-17 14:34:01
Description:
See the attached error logs. One is for msys+gcc, the
other using the Makefile.vc system.
User Comments: kennykb added on 2004-05-17 21:34:01:
Logged In: YES 
user_id=99768

Oops.  Sorry.

Apparently, 'time_t' is not defined on Windows before
tclIntDecls.h is included - for whatever reasons.  dgp's
header reforms fix the problem in 8.5, but a little bit more
work was needed for the 8.4 backport.  It should work now.

patthoyts added on 2004-05-17 15:49:07:

File Added - 87393: bug-vc.log

patthoyts added on 2004-05-17 15:47:50:

File Added - 87392: bug-gcc.log

Attachments: