View Ticket
Ticket Hash: 1e7f92c8ba6be442845f57fa3795d97a67cf60c6
Title: Add tclbdd to KitCreator battery
Status: Open Type: Feature Request
Severity: Important Priority:
Subsystem: Resolution:
Last Modified: 2020-09-09 11:13:33
Version Found In: trunk
Description:
<div>Please add tclbdd to the KitCreator battery. See branch [mr_calvin-tclbdd] for the implementation of a build.sh (it uses the new KC format). I tested successfully using:</div><div><br /></div><div><pre>&nbsp;KITCREATOR_PKGS='tcllib tclbdd'; export&nbsp; KITCREATOR_PKGS</pre><pre>./kitcreator</pre><pre><br /></pre></div><div><pre>&nbsp;KITCREATOR_PKGS='tcllib tclbdd kitdll';&nbsp; export KITCREATOR_PKGS</pre></div><div><pre>./kitcreator</pre></div><div><br /></div><div>w/ and w/o --enable-64bit. w/ and w/o explicit Tcl version (8.6.10)</div><div><br /></div><div>Some remarks:</div><div><ul><li>tclbdd does not support static kit builds (right now): _TclTomMathInitializeStubs symbol not found</li><li>tclbdd has a runtime dependency on tcllib: grammar::aycock package (this cannot be signalled in KC, I figured)</li></ul><br /></div><div><br /></div><div><br /></div><div><br /></div>