I managed to get it compiling under 8.5.3 but whenever I run a bltwish I get an error stating that I have TCL version 8.5.3 but that bltwish uses 8.5. This has been tested with 2.4z and 3.0 (from cvs) compiled with icc and gcc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=457259
Originator: NO
I managed to get it compiling under 8.5.3 but whenever I run a bltwish I get an error stating that I have TCL version 8.5.3 but that bltwish uses 8.5. This has been tested with 2.4z and 3.0 (from cvs) compiled with icc and gcc.
Logged In: YES
user_id=457259
Originator: NO
Still the same error with the cvs of today (2008 09 03) with tcl/tk 8.5.4.
Anyone?...
Logged In: YES
user_id=457259
Originator: NO
With the fix in 2011564 to get ride of the version error, I am getting a new problem when running the demo code:
Application initialization failed: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
Error in startup script: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
while executing
"load $library $package"
(procedure "blt::load_library" line 24)
invoked from within
"blt::load_library "BLTX" 3.0 /usr/lib/blt3.0 "blt_x""
("package ifneeded blt_extra 3.0" script)
invoked from within
"package require blt_extra 3.0"
invoked from within
"if { [info commands tk] == "tk" } {
package require blt_extra 3.0
} "
("package ifneeded BLT 3.0" script)
invoked from within
"package require BLT"
(file "graph1.tcl" line 6)
Logged In: YES
user_id=457259
Originator: NO
With the fix in 2011564 to get ride of the version error, I am getting a new problem when running the demo code:
Application initialization failed: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
Error in startup script: couldn't load file "/usr/lib/libBLTX30.so": /usr/lib/libBLTX30.so: undefined symbol: Blt_FirstHashEntry
while executing
"load $library $package"
(procedure "blt::load_library" line 24)
invoked from within
"blt::load_library "BLTX" 3.0 /usr/lib/blt3.0 "blt_x""
("package ifneeded blt_extra 3.0" script)
invoked from within
"package require blt_extra 3.0"
invoked from within
"if { [info commands tk] == "tk" } {
package require blt_extra 3.0
} "
("package ifneeded BLT 3.0" script)
invoked from within
"package require BLT"
(file "graph1.tcl" line 6)