Using the new cean release I’ve been able to install some packages (debugger, tools). But when I went to install erl_interface I got an error message. This is on Mac OS X 10.5.5. I’ve added the alias suggested in the FAQ and installed cean into /usr/local/cean Can anyone help?
Erlang (BEAM) emulator version 5.6.4 [source] [smp:2] [async-threads:0] [kernel-poll:false]
executing user profile in /Users/myname/.erlang
Eshell V5.6.4 (abort with ^G)
1> cean:installed().
[“cean”,“compiler”,“crypto”,“debugger”,“gs”,“hipe”,
“ibrowse”,“inets”,“kernel”,“mnesia”,“runtime_tools”,
“stdlib”,“tools”,“webtool”]
2> cean:install(erl_interface).
+ erl_interface
** exception error: no function clause matching lists:last([])
in function cean:install/4
