在Linux上构建Haxe(Fedora 25)



我正在尝试从GitHub源代码构建最新的haxe。起初我收到此错误。

/bin/sh: nekotools: command not found
Makefile:108: recipe for target 'haxelib' failed
make: *** [haxelib] Error 127

我从存储库安装了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

知道如何解决这个问题吗?

注意:当我使用存储库中的haxe软件包(其v3.2.1)或使用openfl下载附带的haxe时,我没有问题。但是,来自 haxe 的预编译二进制文件不起作用(但这是一个完全不同的问题)。

我删除了我的/usr/lib/neko目录,这似乎已经解决了这个问题。尚未发生其他问题。

相关内容

  • 没有找到相关文章

最新更新