2008/6/16 John Chandler <<a href="mailto:morph@growler.net">morph@growler.net</a>>:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can't interpret the error message, either.<br>
<br>
And then, within erl, to type "c(tut).".  Which also seems fine.  What<br>
happens is:<br>
<br>
====<br>
1> c(tut).<br>
** exited: {undef,[{compile,file,[tut,[report_errors,report_warnings]]},<br>
                    {c,c,2},<br>
                    {erl_eval,do_apply,5},<br>
                    {shell,exprs,6},<br>
                    {shell,eval_loop,3}]} **<br>
<br>
=ERROR REPORT==== 15-Jun-2008::20:07:51 ===<br>
Error in process <0.29.0> with exit value: {undef,[{compile,file,[tut,<br>
[report_errors,report_warnings]]},{c,c,2},{erl_eval,do_apply,5},<br>
{shell,exprs,6},{shell,eval_loop,3}]}</blockquote><div><br>Not being familiar with CEAN I don't really know why, but the error
report indicates that the function compile:file/2 is undefined, the 'undef ' error. In this case this is caused by Erlang not being able to find the compile module as we know the file/2 function exists in the module.<br>
<br>As I said I am not familiar with CEAN so I can't help you with *why* Erlang can't find the module.<br><br>Robert<br><br></div></div>