Overview
Artifact ID: | a86910a74f7618a37efac0684fac54a2585c46770461d6d5be4db86a51fac50b |
---|---|
Ticket: | 316976aff3a2a38e0e55039ae84798e1efa38144
rules-ext.vc missing from win directory |
User & Date: | anonymous on 2022-01-07 06:36:20 |
Changes
- icomment:
Professor Rothman It may be the version of Tcl you are using is before the changes from [TIP 477](https://core.tcl-lang.org/tips/doc/trunk/tip/477.md) were integrated. For the problem in your post I looked at the a few of the Tcl modules and added the following line to win/makefile.vc: ``` PRJLIBNAME = $(PROJECT)$(VERSION)$(SUFX).$(EXT) PRJLIB = $(OUT_DIR)\$(PRJLIBNAME) ``` You may not need both, but this seemed to be the pattern from other packages. After that I was able to compile the module using Tcl8.6.12. Initially tried 8.6.7 until I read TIP 477. Hopefully this resolves your issue and assist others who have been working on the windows compile. vectorphresh
- login: "anonymous"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
- resolution changed to: "Open"