From: Sean H. <she...@ug...> - 2004-03-25 18:57:32
|
Perfect! At least, I think so, I haven't tested thoroughly yet, but I'm getting the GUI and it loads sound and makes the annotations. I'll test everything else out now. It was commenting out the offending passages in the multi.conf file that made all the difference. Thanks, Sean ---- Original message ---- >Date: Thu, 25 Mar 2004 17:14:57 +0100 >From: Magnus Nordstrand <ma...@sp...> >Subject: Re: [agtk-devel] MultiTrans on Linux >To: agt...@li... > >I've managed to get it to work on my RedHat 9.0. I'm using xercesc/2.0, >aglib/2.0.1, activetcl/8.4.1.0 and I checked out the agapps/2.0 from cvs. > >There's a bug in the file AGAPPS/tcl/agtk/multi.conf. >It declares some options (-wavefill is one of them) in the beginning of >that file that are no longer supported. You need to comment out those in >the file multi.conf. >The options not supported are: >-wavefill >-selectfill >-framecolor >-fillcolor >-overviewheight > >I'm not sure this is the best solution (or description of the >problem..), but it worked for me. > >To check out AGAPPS from CVS (also described on the cvs page): >cvs -d:pserver:ano...@cv...:/cvsroot/agtk login >(press enter) >cvs -z3 -d:pserver:ano...@cv...:/cvsroot/agtk co AGAPPS > >Magnus Nordstrand > >-- >Magnus Nordstrand ma...@sp... >Centre for Speech Technology Tel: +46 8 790 8965 >KTH Fax: +46 8 790 7854 >S-100 44 STOCKHOLM Cell: +4670 491 3673 > > >Sean Hendricks wrote: > >>Greetings all, >> >>So, I was trying to get MultiTrans and TableTrans working on >>my Redhat 9.0 machine. But, I seem to be having some >>difficulty, particularly with MultiTrans. >> >>I went through the README file and did all the tests, and >>nothing went wrong. The wish interpreter can find all the >>packages discussed in the README. So, I think I'm good to go >>there. >> >>However, when I try to start it up by entering 'wish >>MultiTrans.tcl,' I get an error message that looks like the >>following: >> >>Error in startup script: unknown option "-wavefill" >> while executing >>"error "unknown option \"$opt\""" >> ("default" arm line 2) >> invoked from within >>"switch -- $opt { >> -background - >> -foreground - >> -troughcolor - >> -cursorcolor { >> $wid(wavebar) configure $opt $val >> } >> -icons { >> >> } >> ..." >> (procedure "wsurf::configure" line 10) >> invoked from within >>"wsurf::configure .surfer.surf -wavefill #000000" >> ("eval" body line 1) >> invoked from within >>"eval wsurf::$cmd .surfer.surf $args" >> (procedure ".surfer.surf" line 1) >> invoked from within >>"$widget configure -wavefill "#000000"" >> (file "./agtk/multi.conf" line 31) >> invoked from within >>"source $configFile" >> (procedure "loadConfiguration" line 3) >> invoked from within >>"loadConfiguration $w $a(-configuration)" >> (procedure "wsurf::create" line 161) >> invoked from within >>"wsurf::create .surfer.surf -configuration ./agtk/multi.conf >>-messageProc setMsg -progressProc snack::progressCallback" >> ("eval" body line 1) >> invoked from within >>"eval wsurf::create $w $args" >> (procedure "wsurf" line 1) >> invoked from within >>"wsurf $gv(waveForm) -configuration $gv(WaveSurferConfig) \ >> -messageProc setMsg -progressProc >>snack::progressCallback " >> (file "MultiTrans.tcl" line 1155) >> >>Ok, so I'm thinking that something went wrong. I looked in >>the code and saw that the program has two other package >>requirements that it must find: agtk and ag-wsurf. I tried >>the commands 'package require ag-wsurf' and 'package require >>agtk' in wish and it couldn't find either of them. I even >>tried different version commands and made a copy of the script >>without the -exact tags. Nada. Now, there is an agtk >>directory in the same directory as the MultiTrans.tcl script. >> Within that agtk directory, is an ag-wsurf.tcl file. Now, >>I'm not very good with Tcl/Tk, so I'm not really sure if those >>are the packages that it should be looking for. If they are, >>any ideas why wish can't find them? >> >>Sean Hendricks >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: IBM Linux Tutorials >>Free Linux tutorial presented by Daniel Robbins, President and CEO of >>GenToo technologies. Learn everything from fundamentals to system >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >>_______________________________________________ >>agtk-devel mailing list >>agt...@li... >>https://lists.sourceforge.net/lists/listinfo/agtk-devel >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >_______________________________________________ >agtk-devel mailing list >agt...@li... >https://lists.sourceforge.net/lists/listinfo/agtk-devel |