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

Ngoc Dao ngocdaothanh@REDACTED
Wed Oct 8 09:40:56 CEST 2014


> I guess you need to install wxWidgets 3.x development library:
> apt-cache search libwx | grep dev

Install it, then compile Erlang from source code again.

On Wed, Oct 8, 2014 at 4:40 PM, Ngoc Dao <ngocdaothanh@REDACTED> wrote:
> I guess you need to install wxWidgets 3.x development library:
> apt-cache search libwx | grep dev
>
> On Wed, Oct 8, 2014 at 4:35 PM, 月忧茗 <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
>>



More information about the erlang-questions mailing list