Gilbert Rebhan schrieb:
Hi! > thanks for the tips!! De rien. > gives me an error window = > This program, > "./scid" > is version 3.6.20, > but the tkscid progam > it uses is version 3.6. > Check that the path to tkscid is correct. > > Any ideas ? You should have read my posting ;) Assuming you're not running csh or tcsh as shell (if you do not know what this is, you do not run it unless you're using BSD and then you'd know ;) export PATH=.:$PATH ./scid will work. :) NOTE the dot! You need to add the current path to the search path for scid calls several externals which otherwise are drawn from the old version you've installed, ie. form your path. For csh/tcsh (on BSD and of course also MacOS X terminal as it is a BSD) setenv PATH ".:$PATH" ./scid NOTE the dot! -- Kind regards, Alexander Wagner Universitaetsbibliothek Ilmenau Langewiesener Str. 37 98693 Ilmenau Tel.: 03677/69-4521 , Fax.: 03677/69-4617 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
