尝试重建hxcpp失败,并显示隐含的错误消息:
Error: Could not find build target "std"发布于 2015-09-10 03:31:00
一些用户报告了这个提示(我发誓当我遇到这个问题时,我没有看到它,除非我只是盲目的):
Have you tried rebuilding the hxcpp.n and build.n scripts?
This is done by running haxe in the tools/hxcpp and tools/build directories.因此:
cd hxcpp/tools/hxcpp
haxe compile.hxml
cd ../build
haxe compile.hxml把它修好。
还要注意,如果您只需要一个比haxelib提供的版本更高的版本,则可以从nmehost.com和openfl.org获得夜间hxcpp构建。
https://stackoverflow.com/questions/32487748
复制相似问题