Re: could not build tksm in sid snapshot 20070801
"Frank Ch. Eigler" <[email protected]> Wed, 15 Aug 2007 22:04:22 -0400
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi - > I ran the configure again in the sid/component/tcl again. It reported it > cannot find blt.h. So I installed the blt-dev package. Did this result in a plausible sidcomptcl.so file? > But still the > -tksm option is not working and it is reporting the following error. > > /tmp/sid-31694.conf:50: component type sid-control-tksm unknown > /tmp/sid-31694.conf:142: component tksm not found > /tmp/sid-31694.conf:146: component tksm not found > /tmp/sid-31694.conf:157: component tksm not found > Configuration error. Aborting. This might be just an effect of not doing a "make install", without which the tcl-bridge component would not find tksm's script. Script-based components work by compTcl scanning for their source files someplace in the install tree. See the tail end of compTcl.cxx. - FChE