WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tcl/Tk - wish problem  (Read 5780 times)

Offline paulc

  • Newbie
  • *
  • Posts: 3
Tcl/Tk - wish problem
« 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tcl/Tk - wish problem
« Reply #1 on: December 05, 2008, 10:45:37 AM »
A dep file added for those two, now it will download them alongside it.
The only barriers that can stop you are the ones you create yourself.

Offline paulc

  • Newbie
  • *
  • Posts: 3
Re: Tcl/Tk - wish problem
« Reply #2 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tcl/Tk - wish problem
« Reply #3 on: December 05, 2008, 11:09:24 AM »
Happened to be online ;)
The only barriers that can stop you are the ones you create yourself.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Tcl/Tk - wish problem
« Reply #4 on: December 05, 2008, 01:10:24 PM »
Thanks Paul for finding and Curaga for fixing the dependency problem, I overlooked it before.