tarcieri / reia

Ruby-like hybrid OOP/functional programming language for BEAM, the Erlang VM
http://reia-lang.org
MIT License
775 stars 36 forks source link

shift: 4: can't shift that many #7

Closed jdp closed 14 years ago

jdp commented 15 years ago

I cloned a brand new reia repo, did make and then sudo make install (I had to manually create /usr/local/lib/erlang and /usr/local/lib/erlang/lib before it would work though, a mkdir call was failing). I finally got it installed, but whenever I run reia, I see this:

shift: 4: can't shift that many

What is that error?

tarcieri commented 15 years ago

Sounds like it might be a problem with the Makefile. Can you try building Reia with rake instead and see if that fixes the problem?

miebach commented 15 years ago

jdp, try running "ire" instead of "reia"

rdtft commented 14 years ago

There was a similar problem (ArchLinux, shell = zsh) Decided it so: in Rakefile http://gist.github.com/254545