配置 emacs + erlang 用于 wxErlang 的使用
你好 Erlang 需要 -smp 才能使用 wxErlang。当我使用 emacs 编辑和编译时,我修改了 erlang.el 文件,如下所示: (defvar lower-erlang-machine-options '("-smp")
但这在我运行程序时没有效果: WX 错误:需要 SMP 模拟器** 异常错误:not_smp
您是否看到语法错误或其他错误?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
-smp
选项需要一个参数(enable
、disable
或auto
)。如果您始终想要启动支持 SMP 的模拟器,请将以下内容添加到您的~/.emacs
文件中:The
-smp
option requires an argument (enable
,disable
orauto
). If you always want to start an SMP-enabled emulator, add the following to your~/.emacs
file: