From: Programmingkid <pro...@gm...> - 2016-05-18 14:36:50
|
On May 17, 2016, at 9:05 AM, Alan Greenberger wrote: > On 2016-05-17, G 3 <pro...@gm...> wrote: >> When I try to build Tk 8.5.19 on Mac OS 10.4.11, the build fails with >> this message: >> >> ln: ././Tk.framework/Versions/8.5/Resources/Wish.app/Contents/MacOS/Wish >> Shell: No such file or directory >> make[2]: *** [install-tk] Error 1 >> make[1]: *** [tk] Error 2 >> make: *** [develop] Error 2 >> >> Anyone have an idea on how to fix this? >> > > I was able to build 8.5.10 for OSX 10.4 . See: > > https://groups.google.com/forum/?hl=en#!searchin/comp.lang.tcl/tcl$2Ftk8.5$20on$20OSX10.4/comp.lang.tcl/MquAc2uK6Es/dhpPNsIbAQoJ Thank you for the link. When using 8.5.10, do you see the X11 application show up when running a TK-based application? Did you ever try using --enable-aqua in the configure step? |