我的服务器运行
make run
然后我编辑了一个文件。回到牛仔终端我输入
(tunnel@127.0.0.1)2> c(clock).
Recompiling /root/tunnel/src/clock.erl
** exception error: undefined function compile:file/2
in function c:compile_and_load/2 (c.erl, line 259)
in call from c:safe_recompile/3 (c.erl, line 235)
(tunnel@127.0.0.1)3> compile(clock).
似乎shell识别编译快捷方式,但它将其列为未定义。
如何在服务器运行时重新编译?
我还尝试了erlc src/clock.erl
,它使用导出全部警告我,但没有回复任何错误。