ferd / erlang-history

Hacks to add shell history to Erlang's shell
494 stars 30 forks source link

Installation issue on Linux #21

Closed Qqwy closed 8 years ago

Qqwy commented 8 years ago

I have installed erlang and erlang-dev (as outlined in #19 ), but when running make install I get the following stack trace:

make install
erl -make
./install.escript
Path = /usr/lib/erlang/lib/kernel-4.2/ebin
Version = 4.2
group_history already in modules list of kernel.app
Backup of group.beam exists
Installing...
cp: cannot stat \x{2018}ebin/4.2/*.beam\x{2019}: No such file or directory

It seems to me that the character substitution goes wrong for some reason.

I am using Linux Mint 17.2

ferd commented 8 years ago

ebin/4.2/*.beam makes it sound like the original compilation failed. Is there anything in ebin/4.2/ of this repository?

ferd commented 8 years ago

Closing this for being inactive.