Hi all,

On windows, I tried creating a top level window and
placing some BLT widgets, Tix widgets, Itcl widgets
and TK widgets on it. After saving as binary, I run
the exe prog generated. It gives me a version conflict
for package Tcl: have 8.2, need 8.3 error. But I've
only  installed ActiveTcl 8.3.4. Why do I have this
error and how shall I solve it? 
When I run the tcl file, it works.
Then I copy both the tcl and exe files to my linux
system. Running the exe file using wine gives me a
'can't find package BLT' error. Therefore, I compiled
the tcl in linux using the freewrapBLT. I then
received the 'Error sourcing /proj/test.tcl: can't
read "err": no such variable' error. Then I tried
running ./test.tcl. Now I got the 'bash: ./test.tcl:
bad interpreter: No such file or directory'. So I run
'wish ./test.tcl' and got the 'Error in startup
script: can't find package BLT while executing
"package require BLT" invoked from withing ...'. 
How do I solve the problems above to make my program
work in linux too? Or is there any other ways of
making my program work in linux?
What are the issues to bear in mind for my software
development to make it cross platform (e.g. I can't
use linux system calls in my program, can I? )
Thanks for any help or advice provided, very much appreciated.

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to