Hello everybody, I have been trying to run this program called transcriber. I don´t think many people use it, because I haven´t found a whole lot of information in the forums. The program is used to transcribe audio into text, or mark spots in the audio worth of interest. I used this program in Ubuntu 10.04, it came in the repositories and installed with no problem, but I´m not having the same luck in OpenSUSE 12.3. I downloaded it from the official page and followed the steps but I get this error:
I have tcl/tk installed in my system but it doesn´t seem to recognize them. Any suggestions? Or perhaps someone knows a program with similar funcionality? Thanks!
Code:
Application initialization failed: no display name and no $DISPLAY environment variable
Error in startup script: couldn't load file "/usr/local/bin/../lib/tcLex1.2/tcLex.so.1.2": /usr/local/bin/../lib/tcLex1.2/tcLex.so.1.2: wrong ELF class: ELFCLASS32
while executing
"load /usr/local/bin/../lib/tcLex1.2/tcLex.so.1.2 tcLex"
("package ifneeded tcLex 1.2" script)
invoked from within
"package require tcLex"
(file "/usr/local/bin/../lib/transcriber1.5/tcl/Xml.tcl" line 34)
invoked from within
"source /usr/local/bin/../lib/transcriber1.5/tcl/Xml.tcl"
("uplevel" body line 1)
invoked from within
"uplevel \#0
[list source [file join $v(path,tcl) $module.tcl]]"
(procedure "LoadModules" line 34)
invoked from within
"LoadModules"
(procedure "Main" line 10)
invoked from within
"Main $argv"
(file "/usr/local/bin/../lib/transcriber1.5/tcl/Main.tcl" line 1115)