Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: paulc on December 05, 2008, 10:34:27 AM

Title: Tcl/Tk - wish problem
Post by: paulc on December 05, 2008, 10:34:27 AM

The Tcl/Tk extension (on its own) is working perfectly for the tclsh part but I'm afraid falls over for Tk (wish). Its missing two dependent  libraries;

libfontconfig and libexpat

After manually adding these it "basically" runs (whinges, program dependently , about  'cachedir' and  'conf.d' but works).

Cheers.
Title: Re: Tcl/Tk - wish problem
Post by: curaga on December 05, 2008, 10:45:37 AM
A dep file added for those two, now it will download them alongside it.
Title: Re: Tcl/Tk - wish problem
Post by: paulc on December 05, 2008, 11:01:35 AM

Wow! That' awesome - less than 10 minutes!

Looks absolutely great (infact all problems have gone.......although I do have a few other things loaded at mo.......glib, gtk1 etc) but definitely all running smoothly.

Cheers.
Title: Re: Tcl/Tk - wish problem
Post by: curaga on December 05, 2008, 11:09:24 AM
Happened to be online ;)
Title: Re: Tcl/Tk - wish problem
Post by: Jason W on December 05, 2008, 01:10:24 PM
Thanks Paul for finding and Curaga for fixing the dependency problem, I overlooked it before.