| Ticket Hash: | bd1a76399b6b1f47c3c0da82eb382fe4a7b17034 | ||
| Title: | File tls.tcl is not installed with Makefile | ||
| Status: | Closed | Type: | Build Problem |
| Severity: | Important | Priority: | Immediate |
| Subsystem: | Resolution: | Not_A_Bug | |
| Last Modified: |
2024-06-29 01:44:08 1.34 years ago |
Created: |
2017-12-14 21:43:18 7.88 years ago |
| Version Found In: | 1.7.12 and above | ||
| User Comments: | ||||
anonymous added on 2017-12-14 21:43:18:
From c.l.t (pre-compile tls (win32)): It's missing the file called tls.tcl. The file exists in the main repo but didn't exist on disk when I installed BAWT. It should be in the same directory as the DLLs and the pkgIndex.tcl file. tls.tcl is not included in the Makefile target "install". rkeene added on 2019-11-14 01:07:17:
tls.tcl isn't needed, its contents are included directly into the TLS library. All that is needed is pkgIndex.tcl and tls.so. bohagan added on 2024-06-29 01:44:08:
This issue was fixed in commit [a329ea2ff439cb5c] | ||||