我正在尝试从 GitHub 源代码构建最新的 haxe。起初我收到这个错误。
/bin/sh: nekotools: command not found
Makefile:108: recipe for target 'haxelib' failed
make: *** [haxelib] Error 127
我从 repos 安装了 nekovm,当我make
再次运行时,我得到了一个新错误
Exception : Neko_error(load.c(357) : Primitive not found : std@elf_update_section_header_for_bytecode(3))
Makefile:108: recipe for target 'haxelib' failed
make: *** [haxelib] Error 255
知道如何解决这个问题吗?
注意:当我使用 repos(它的 v3.2.1)中的 haxe 包或使用 openfl 下载附带的 haxe 时,我没有任何问题。但是,来自 haxe 的预编译二进制文件不起作用(但这是另一个问题)。