Erlang编译错误

发布于 2024-12-08 11:57:00 字数 174 浏览 0 评论 0 原文

Windows XP、Erlang R13B02 (erts-5.7.3)

今天我们不想编译任何 erlang 文件

c(binm)。 ** 异常错误:未定义函数编译:file/2 在函数 c:c/2 中

,昨天所有工作。

PS安装R14B03,无法再次编译

Windows XP, Erlang R13B02 (erts-5.7.3)

Today werl desn't want compile any erlang file

c(binm).
** exception error: undefined function compile:file/2
in function c:c/2

Yesterday all work.

P.S install R14B03, can't compile again

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

美人如玉 2024-12-15 11:57:00

这是一个非常奇怪的错误。您是否不小心从 OTP 安装中删除了compile.beam 文件?如果您不想更改 OTP 版本,重新安装 R13B02 可能可以解决该问题。

但如果您出于任何特殊原因不需要使用 R13B02,我建议您趁机卸载它并安装最新版本 (R14B03) (http://www.erlang.org/download.html)。有许多改进,特别是在类型规范方面。

That is a very odd error. Have you by accident deleted the compile.beam file from your OTP installation? A re-installation of R13B02 might solve it, if you don't want to change the OTP version.

But if you don't need to use R13B02 for any particular reason, I recommend taking the opportunity to uninstall it and install the latest version (R14B03) instead (http://www.erlang.org/download.html). There have been many improvements, in particular regarding type specifications.

睫毛上残留的泪 2024-12-15 11:57:00

io:format("~p~n", [code:get_path()]). 打印什么?它应该包含一个类似 somepath/lib/compiler-4.7.2/ebin 的目录。检查该目录是否确实存在,并且它包含文件 compile.beam

What does io:format("~p~n", [code:get_path()]). print? It should contain a directory like somepath/lib/compiler-4.7.2/ebin. Check that that directory actually exists, and that it contains the file compile.beam.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文