Configure broken for trunk
(1) By anonymous on 2024-12-05 23:44:05 [source]
Attempting to build from trunk on Linux Mint ...
Since checkin 301df5c2be configure --disable-tcl fails with
Error: Unresolved reference to @TCL_INCLUDE_SPEC@ at line 201 of Makefile
(2) By Stephan Beal (stephan) on 2024-12-05 23:58:41 in reply to 1 [link] [source]
Since checkin 301df5c2be configure --disable-tcl fails with
Ah, of course... a great example of code trying to be "too clever" and backfiring. A fix will be checked in within the next hour or so.
(3) By anonymous on 2024-12-06 02:07:23 in reply to 2 [link] [source]
Thanks! That works.
a great example of code trying to be "too clever" and backfiring
Well... sounds familiar - been there, done that.