[erlang-questions] test driven development
YANSWBVCG
dfeustel@REDACTED
Sun Nov 25 19:18:08 CET 2007
On Sun, Nov 25, 2007 at 10:08:47AM -0600, mog wrote:
>
> On Sun, 2007-11-25 at 16:02 +0100, YANSWBVCG wrote:
> > The Erlang graphics environment for debugging as described in the book
> > _Programming Erlang_ appears not to work with the erl shell in the 64-bit
> > AMD port of Erlang to OpenBSD 4.2.
>
> i imagine openbsd built it without requiring the tcl dependencies needed
> for this. one trick is if they had installed the deps without the
> libraries just install tcl, otherwise you will have to install tcl and
> then build erlang from source
>
> mog
I installed tcl/tk 4.84 and rebuilt the OpenBSD erlang package.
I now get a little further, but still no joy.
The error message follows:
---------
2/home/daf}cd Erl/code
2/home/daf/Erl/code}erl
Erlang (BEAM) emulator version 5.5.5 [source] [64-bit] [async-threads:0] [kernel-poll:false]
Eshell V5.5.5 (abort with ^G)
1> ii().
** exited: {undef,[{shell_default,ii,[]},
{erl_eval,do_apply,5},
{shell,exprs,6},
{shell,eval_loop,3}]} **
=ERROR REPORT==== 25-Nov-2007::13:02:35 ===
Error in process <0.32.0> with exit value: {undef,[{shell_default,ii,[]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
2>
---------
Is Java required to build/run Erlang?
Thanks.
More information about the erlang-questions
mailing list