[sc-users] [panther]no such file or directory, sclang @ emacs
blackrain
blackrain.sc at gmail.com
Sat Dec 23 18:47:42 PST 2006
ahhh I think I got it.
btw this should (and will) be added to that read me:
sclang has to live in the shell's search path so emacs can find it (start it):
if you use csh, please add this line to your dot cshrc file (~/.cshrc):
setenv PATH "${PATH}:~/sclang"
if you use bash (panther does) add this to the end of .bash_profile:
PATH=$PATH:~/sclang
save changes and open a new terminal. it should work now.
hope this helps,
x
On 12/23/06, BUYO-BUYO-IGOR <buyobuyo at db3.so-net.ne.jp> wrote:
> yes i did
> but emacs couldn't find it
> i have nothing more than .emacs for emacs configurings
> maybe that's the problem
> the terminal(the emacs in it) says
> GNU Emacs 21.2.1 (powerpc-apple-darwin7.0)
> is the one working
>
> On Dec 24, 2006, at 7:23 AM, blackrain wrote:
>
> > ahh I misinterpreted (as in misread =) the error you are receiving.
> > did you place the sclang folder in your home directory?
> > emacs isnt finding it.
> >
> >> > SCLang-gcc3-12.17.2006.bz2
> >> > too by doing the what the readme tells me:
> >> >
> >> > ---8<---
> >> >
> >> > add this two lines to your dot emacs file (eg. $ emacs ~/.emacs)
> >> >
> >> > (add-to-list 'load-path "~/sclang/el")
> >> > (require 'sclang)
> >> >
> >> > then
> >> >
> >> > $ cd ~/sclang
> >> > $ emacs -sclang
> >> >
> >> > ---8<---
> >> >
> >> > this resulted into
> >> >
> >> > Searching for program: no such file or directory, sclang
>
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
More information about the sc-users
mailing list