Search code examples
macoserlanghomebrewosx-mavericks

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


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


Solution

  • I find a solution:

    brew install wxmac
    

    It works with erlang R16B03