Hi!

 >> I think the problem partly arises because I'm not sure how to
 >> completely remove scid from my system before doing a fresh install. I
 >> installed 3.6.23 but the same problems arose. However, all my settings
 >> had remained intact which is what made me think that it may be a good
 >> idea to completely remove it and install it again.
 >>
 >> Any advice you have on how to do this is much appreciated.
 >>
 > First, you can try to run Scid from compilation directory (./scid) after
 > removing any previous installation with "make uninstall".

Well, actually it is perfectly enough to got to the scid
directory and do something like:

    $ export PATH=.:$PATH
    $ ./scid

(expecting bash on some unix.) Ie. add the current dir to
the front of the search path. Then, several versions of scid
live happily together.

Of course you could also use a wrapper script like this:

    #!/bin/sh
    export PATH=$HOME/sourceforge/scid2/:$PATH
    cd $HOME/sourceforge/scid2

    ### probably fetch from cvs and make it first
    # cvs update
    # make
    exec $HOME/sourceforge/scid2/scid

To run a scid-cvs ;)

-- 

Kind regards,

Alexander Wagner
Universitaetsbibliothek Ilmenau
Langewiesener Str. 37
98693 Ilmenau
Tel.: 03677/69-4521 , Fax.: 03677/69-4617

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to