Hi,

I am trying to build a new version (7.3) of my saods9 package which
comes with a builtin tcl interpreter. When I replace this interpreter
with the one in Debian unstable (tcl8.6_8.6.2+dfsg-1), I get lots of
errors like

.../lib/libtcliis1.0.a(iistcl.o): In function `Tcliis_Init':
/tmp/buildd/saods9-7.3+dfsg/tcliis1.0/iistcl.C:52: undefined reference to 
`tclStubsPtr'
/tmp/buildd/saods9-7.3+dfsg/tcliis1.0/iistcl.C:58: undefined reference to 
`tclStubsPtr'

The problem for me is that the lines in question look quite OK:

52:  if (Tcl_PkgProvide(interp, "Tcliis", "1.0") == TCL_ERROR)
53:    return TCL_ERROR;
54:
55:  // Commands
56:
57:  Tcl_CreateCommand(interp, "iis", TcliisCmd,
58:                 (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);

What could be the cause of this?

Attachment: saods9_7.3+dfsg-1_amd64.build.xz
Description: Build log

The current version is in the git repository at

http://anonscm.debian.org/cgit/debian-astro/packages/saods9.git

Best regards

Ole
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to