[erlang-questions] Problem running observer with 17.1

Derek Brown derekbrown121@REDACTED
Fri Jul 18 23:46:34 CEST 2014


I'm having a problem running observer with 17.1. It previously ran ok with
17.0. This is OS X 10.9.3.

Apparently to do with the wx lib. As the error suggests, there's no
/usr/local/lib/libwx_osx_cocoau_stc-3.0.dylib on the system.


~ $ erl -sname observer -hidden -setcookie foo -run observer
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)
(observer@REDACTED)1>
=ERROR REPORT==== 18-Jul-2014::13:06:51 ===
WX Failed loading "wxe_driver"@"/usr/local/lib/erlang/lib/wx-1.3/priv"

(observer@REDACTED)1> observer:start().

=ERROR REPORT==== 18-Jul-2014::13:06:56 ===
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): Library not loaded: /usr/local/lib/libwx_osx_cocoau_stc-3.0.dylib\n
 Referenced from: /usr/local/lib/erlang/lib/wx-1.3/priv/wxe_driver.so\n
 Reason: image not found"},
        [{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}]}]}}
(observer@REDACTED)2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140718/496ed88e/attachment.htm>


More information about the erlang-questions mailing list