[erlang-questions] Erlang 17.3, undefined function toolbar:start/0

Dmitry Kolesnikov dmkolesnikov@REDACTED
Wed Oct 8 09:38:45 CEST 2014


Hello,

wx toolkit application are not compiled thus all other GUI tools are not available.
You have to ensure that OTP is configured to use proper wx libraries.

- Dmitry


On 08 Oct 2014, at 10:35, 月忧茗 <yueyoum@REDACTED> wrote:

> Hi, I compile and install erlang 17.3 from source, (OS: ubuntu)
> 
> when I start erl shell, and type toolbar:start(). something goes wrong!
> 
> wang[15:33][~]$ erl
> Erlang/OTP 17 [erts-6.2] [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
> 
> Eshell V6.2  (abort with ^G)
> 1> io:format("OK~n").
> OK
> ok
> 2> toolbar:start().
> ** exception error: undefined function toolbar:start/0
> 3> tv:start().
> ** exception error: undefined function tv:start/0
> 4> appmon:start().
> ** exception error: undefined function appmon:start/0
> 5>
> Why this?
> 
>> -- 
> My GitHub
> https://github.com/yueyoum
> 
> _______________________________________________
> 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/20141008/69a85ff4/attachment.htm>


More information about the erlang-questions mailing list