Tk Source Code

View Ticket
Login
2020-11-17
10:26 Closed ticket [3077986fff]: Win configure: tclsh path with spaces plus 10 other changes artifact: f68619501b user: oehhar
2010-09-29
13:34 New ticket [3077986fff]. artifact: cb7504ce71 user: oehhar

Ticket UUID: 3077986
Title: Win configure: tclsh path with spaces
Type: Bug Version: obsolete: 8.5.9
Submitter: oehhar Created on: 2010-09-29 13:34:40
Subsystem: 85. Win Build Assigned To: aku
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2020-11-17 10:26:53
Resolution: Rejected Closed By: oehhar
    Closed on: 2020-11-17 10:26:53
Description:
tclsh85.exe is in "c:\program files\tcl8.5\bin" which is in the path variable.
msys: sh tk8.5.9/win/configure outputs: No tclsh found on PATH

Supposed reason:
tk8.5.9/win/configure row 4173 replaces the path separator ":" with space.
If there are spaces in a path component, it is also separated there by the following for loop

Workaround: use the 8 char "PROGRA~1" version of the path.
User Comments: oehhar added on 2020-11-17 10:26:53:

Obsolete