Closed DavidZemon closed 4 years ago
Does your Docker contain tcl/tk libraries for Windows? If so, shouldn't it be sufficient to invoke as make TCLROOT=/usr/lib/tcltk or whatever is appropriate?
Closing as inactive for a long time. My guess is that the root problem is that the Tcl/Tk libraries for Windows were not present.
The Makefile's
TCLROOT
line is hardcoded and is causing the CI server to fail. The Docker image being used by the CI server already has Tcl/Tk installed viaapt
, soTCLROOT
shouldn't need to be set at all. Can you conditionally setTCLROOT
based on whether a default installation can be found?https://ci.zemon.name/viewLog.html?buildId=3697&buildTypeId=Spin2GUI_Windows&tab=buildLog&_focus=93#_state=66