[erlang-questions] Can't start observer on MacOSX 10.9.5 in ESL Erlang 17.1

Danil Zagoskin z@REDACTED
Mon Sep 29 17:34:46 CEST 2014


Hi Nicholas!

ESL Erlang has wxe_driver built against some not-known-by-everyone version
of wxmac. You need to rebuild this driver from source by downloading otp
src, minimal configuration (disable all options except wx) and quick build.
Then you replace the .so distributed by ESL with your fresh one.
Faster way — find pre-built binary (I publish ones from time to time in
this folder: https://yadi.sk/d/iAlQVrIeVMvHw) and replace ESL's one with it.
Possibly the most proper way — install Erlang using brew.

On Fri, Sep 26, 2014 at 7:43 PM, <nbellerophon@REDACTED> wrote:

>
> Sorry if this appears as a repost. Some signup confusion. Anyway...
> Trying to start observer off of clean install. ESL Erlang 17.1, brew
> install wxmac. OS X 10.9.5.
>
> Erlang/OTP 17 [erts-6.1] [source-d2a4c20] [64-bit] [smp:4:4]
> [async-threads:10] [hipe] [kernel-poll:false]
>
> Eshell V6.1  (abort with ^G)
> 1> observer:start().
>
> =ERROR REPORT==== 26-Sep-2014::16:31:42 ===
> WX Failed loading "wxe_driver"@"/usr/local/lib/erlang/lib/wx-1.3/priv"
> {error,{{load_driver,"dlopen(/usr/local/lib/erlang/lib/wx-1.3/priv/wxe_driver.so,
> 2): Symbol not found:
> __ZThn1152_N16wxStyledTextCtrl10AppendTextERK8wxString\n  Referenced from:
> /usr/local/lib/erlang/lib/wx-1.3/priv/wxe_driver.so\n  Expected in: flat
> namespace\n"},
>        [{wxe_server,start,1,[{file,"wxe_server.erl"},{line,64}]},
>         {wx,new,1,[{file,"wx.erl"},{line,114}]},
>         {observer_wx,init,1,[{file,"observer_wx.erl"},{line,91}]},
>         {wx_object,init_it,6,[{file,"wx_object.erl"},{line,299}]},
>         {proc_lib,init_p_do_apply,3,
>                   [{file,"proc_lib.erl"},{line,239}]}]}}
>
>
> Thanks,
>
> Nicholas Bellerophon
> nbellerophon@REDACTED
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



-- 
Danil Zagoskin | z@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140929/498ce75c/attachment.htm>


More information about the erlang-questions mailing list