Hi,<br><br>Hmm. The magical incantation you are using is right<br><br>erl -noshell -noinput -s lfe_boot start<br><br>What I am wondering is how you have set your paths so it can find all the files? I assume that as you have no problems running the compiler they are set up right, but if you are having having problems this may be the cause. Let me know.<br>
<br>Note that the lfe shell doesn't have as many built-in commands as the vanilla shell but you can use many of them by directly calling the corresponding function in the module 'c'. This is what the vanilla shell does. So for example you want the help info then you would do:<br>
<br>> (: c help)<br><br>LFE is progressing and I intend to work more on it soon. It depends on what input I get. Let me know how it goes and if you find any bugs,<br><br>Robert<br><br><div class="gmail_quote">2008/12/16 Raoul Duke <span dir="ltr"><<a href="mailto:raould@gmail.com">raould@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi,<br>
<br>
still a newbie, here, malheuresement. i have lfe under<br>
erl5.6.5./lib/lfe and am trying to use the lfe shell & haven't figured<br>
it out yet. i'm on winxp+cygwin. i can fire up erl and use<br>
lfe_comp:file() just dandy, but:<br>
<br>
bash-3.2$ bin/erl -noshell -noinput -s lfe_boot start<br>
=ERROR REPORT==== 15-Dec-2008::22:33:13 ===<br>
Error in process <0.27.0> with exit value:<br>
{badarg,[{erlang,register,[user,<0.28.0>]},{user,start_port,1}]}<br>
<br>
i also, cargo-cult-pattern-matching-esque, tried "bin/erl -noshell<br>
-noinput -pa lib/life/src -s lfe_boot start", and got the same badarg.<br>
<br>
might anybody have an idea of what i'm doing wrong / need to do instead?<br>
thank you!<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>