[erlang-questions] Erlang list: Toolbar not available in Erlang v19 ?
Cedric Bhihe
cedric.bhihe@REDACTED
Thu Nov 17 21:19:14 CET 2016
Hello, I just installed Erlang v19 from the tar ball on a Ubuntu 14.04.5
box.
sudo apt-get install libwxgtk2.8-dev libgl1-mesa-dev libglu1-mesa-dev
libpng3
wget http://erlang.org/download/otp_src_19.1.tar.gz
tar -zxf otp_src_19.1.tar.gz
cd otp_src_19.1
export ERL_TOP=`pwd`
./configure
./make
sudo make install
I have seen the use of a toolbar in section 1.2.1 of "getting started"
on erlang.org.
The description here and elsewhere mentions debugging, trace visual,
process management (Pman)...
But as I start the shell with `> erl -s toolbar` Erlang crashes and
gives me:
Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:2:2] [async-threads:10]
[hipe] [kernel-poll:false]
{"init terminating in
do_boot",{undef,[{toolbar,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ()
Crash dump is being written to: erl_crash.dump...done
Can someone help me with that ? Is the toolbar available for v19 ? Did I
forget compilation options ? Thanks.
--
cedric dot bhihe at gmail dot com
- /GMT+1/
<http://stackexchange.com/users/4592671/cbhihe>_________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161117/33ad81bd/attachment.htm>
More information about the erlang-questions
mailing list