View Ticket
2020-09-09
11:14
* tclbdd/build.sh: Add build descriptor for tclbdd [1e7f92c8ba] check-in: 6c7c2f8719 user: ssoberni tags: mr_calvin-tclbdd
11:13 New ticket [1e7f92c8ba] Add tclbdd to KitCreator battery. artifact: 1f68385a6f user: mr_calvin

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)