我正在尝试从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中的haxe ( v3.2.1)或使用openfl下载附带的haxe时,我没有问题。但是,来自haxe的预编译二进制文件不起作用(但这是另一个问题)。
发布于 2017-01-12 21:20:13
我删除了我的/usr/lib/neko目录,这似乎解决了这个问题。目前还没有发生其他问题。
https://stackoverflow.com/questions/41605870
复制相似问题