Hello list,
Im trying to get tcl/tk 8.4.8 to build in such a way as
to allow pd to find it. I get the foolowing error from pd:
Application initialization failed: Can\'t find a usable tk.tcl in the following directories:
/usr/local/lib/pd/tk/library /usr/share/tk8.4 ./lib/tk8.4 ./lib/tk8.4 ./library ./library ./tk8.4.8/library ./tk8.4.8/library
But tcl is in /usr/share and tk.tcl is in /usr/local/lib/tk8.4
I tried changing --with-libdir=/usr/share/tk8.4 with no success.
Can anybody help me?
tcl:
./configure --enable-threads --enable-shared --enable-64bit --prefix=/usr/local
tk:
./configure --enable-threads --enable-shared --enable-64bit --with-tcl=/usr/local/src/tcl8.4.8/unix --prefix=/usr/local --enable-shared
Thanks
-thewade