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:
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:

 KITCREATOR_PKGS='tcllib tclbdd'; export  KITCREATOR_PKGS
./kitcreator

 KITCREATOR_PKGS='tcllib tclbdd kitdll';  export KITCREATOR_PKGS
./kitcreator

w/ and w/o --enable-64bit. w/ and w/o explicit Tcl version (8.6.10)

Some remarks:
  • tclbdd does not support static kit builds (right now): _TclTomMathInitializeStubs symbol not found
  • tclbdd has a runtime dependency on tcllib: grammar::aycock package (this cannot be signalled in KC, I figured)