Hello Erlang requires -smp for using wxErlang. As I edit and compile with emacs, I modified the erlang.el file like this: (defvar inferior-erlang-machine-options '("-smp")
But this has no effect when I run the program: WX ERROR: SMP emulator required** exception error: not_smp
Do you see a syntax error or anything else ?
The
-smpoption requires an argument (enable,disableorauto). If you always want to start an SMP-enabled emulator, add the following to your~/.emacsfile: