Tk Source Code

View Ticket
Login
Ticket UUID: 710f7fd44b0f41f163345eebed939aa57b237f26
Title: Revised [text]: Missing dependency in win/Makefile.in
Type: Bug Version: revised_text
Submitter: obermeier Created on: 2017-02-21 16:53:59
Subsystem: 85. Win Build Assigned To: fvogel
Priority: 5 Medium Severity: Severe
Status: Closed Last Modified: 2017-03-20 23:15:15
Resolution: Fixed Closed By: fvogel
    Closed on: 2017-03-20 23:15:15
Description:
Dependency on kTextUndo.$(OBJEXT) is missing in list of TK_OBJS.

If added, the revised_text version compiles on Windows with gcc 4.9.2 in both 32 and 64 bit version.
User Comments: fvogel added on 2017-02-21 19:20:31:
Fixed in branch revised_text. Should compile now (didn't check myself with gcc 4.9.2).

fvogel added on 2017-02-21 17:11:23:
Thanks. I saw this as well but was unsure if tkUndo.c was still needed or not. Sure it still is, after a bit of thinking.

Same change needs to be done in makefile.vc