i am doing mirgration from 5.2 to 5.7 right now. everytime i load my old box tclproc to the new box. I always got this warning window. Could anybody tell me what is this warning about?
I had tclindex in /hci/integrator/tclprocs level and /hci/integrator/test_site/tclprocs level too. Should I remove one of them? and which one i should remove?? any suggestions?? thanks!!!
I rewrote the mktclindex script sometime back to warn if you had the same proc defined in two different files. This can cause a *LOT* of problems as you don’t know which one the engine may use.
It is just a warning message, But, I would figure out which file was the correct one and rename the other one to something other , .tcl
Since you have now gine to Tcl version 8.4 be aware that any sbripts invoking tcl/hcitcl with flags must have the flags remove. For example:
#!/quovadx/qdx5.x/integrator/bin/hcittcl -f
should now be:
#!/quovadx/qdx5.x/integrator/bin/hcitcl
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.