Hey list,
I remember that some weeks ago a few people asked me how I managed to implement
some libraries in vtcl. Sorry for the late reply: I'm in between a few hardware
crashes...
Here's how I did some of them (I'm not an expert, far from. This is
just the result of some trial and error).
**I use Redhat7.0, and installed the vtcl-1.2.2.1-rpm, so things may be a bit
different on other systems...
=============================================================
***BLT: in the file /usr/local/vtcl-1.2.2/lib/lib_blt.tcl, I seem to
remember that I had to change somewhere into:
# Load up the blt library (Linux)
catch {load libBLT24.so}
(not quite sure what the original line was; I seem to recall that under RedHat
6.2 I had to change it (other version of BLT?), and I had to re-change it for
RedHat 7.0. My head is a bit of a mess now...
==============================================================
***Itcl: don't remember if I had to change something in the file
/usr/local/vtcl-1.2.2/lib/lib_itcl.tcl. It looks like this:
# Itcl/tk and IWidgets support
catch {
package require Itcl 3.0
namespace import itcl::*
package require Itk 3.0
package require Iwidgets 3.0
=================================================================
***tixwish: I changed a line in the file /usr/local/bin/vtcl into the following:
PATH_TO_WISH=/usr/bin/tixwish
===============================================================
mclistbox & combobox: created the following directories:
/usr/lib/mclistbox & /usr/lib/combobox
Then I extracted the vtcl-mclistbox & vtcl-combobox into these dir's (found
both in sourceforge (extensions to vtcl). Notice: If I use the mclistbox I found
in "metagui", it didn't work! Probably some version conflict...) Would it be a
bad suggestion to add those two in the distribution of vtcl? It took me quite a
while to detect what version of mclistbox I had to use...
================================================================
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user