Erlang debugger error: Could not find 'wxe_driver.so'

限于喜欢 提交于 2020-01-15 07:48:13

问题


I can see the following error report when I start up the debugger.

2> debugger:start().

=ERROR REPORT==== 23-Jan-2014::11:59:08 ===
ERROR: Could not find 'wxe_driver.so' in: /usr/local/Cellar/erlang/R16B03/lib/erlang/lib/wx-1.1.1/priv
{ok,<0.42.0>}

The debugger window still starts despite the error report.

Why the error? Will it cause debugger problem down the road?

Erlang runtime is installed by homebrew. Version number is R16B03


回答1:


I find a solution:

brew install wxmac

It works with erlang R16B03



来源:https://stackoverflow.com/questions/21297465/erlang-debugger-error-could-not-find-wxe-driver-so

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!