[erlang-questions] Erlang list: Toolbar not available in Erlang v19 ?

Dan Gudmundsson dangud@REDACTED
Fri Nov 18 06:48:20 CET 2016


You can use observer:start() which is the replacement for the old gui
tools, or debugger:start() if it is the debugger you are looking for.

On Thu, Nov 17, 2016 at 11:04 PM José Valim <jose.valim@REDACTED>
wrote:

> Toolbar was removed in Erlang R16 according to its old docs:
> http://erlang.org/documentation/doc-5.10/lib/toolbar-1.4.2.3/doc/html/toolbar_chapter.html
>
>
>
> *José Valim*
> www.plataformatec.com.br
> Skype: jv.ptec
> Founder and Director of R&D
>
> On Thu, Nov 17, 2016 at 9:19 PM, Cedric Bhihe <cedric.bhihe@REDACTED>
> wrote:
>
> 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>
> _________________________________________________________________
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161118/6862b64b/attachment.htm>


More information about the erlang-questions mailing list