2016-08-19 30 views
1

我想在我的linux機器上運行HaxeUI提供的HelloWorld sample。當我測試用石灰或OpenFL像 lime test neko 它提供了以下錯誤HaxeUI庫不能和Lime/openFL/Haxe一起使用

/usr/lib/haxe/std/neko/_std/sys/FileSystem.hx:59: characters 21-90 : Error stat 
/usr/lib/haxe/std/neko/_std/sys/ssl/Key.hx 
/usr/lib/haxe/std/neko/_std/sys/FileSystem.hx:68: characters 9-19 : Called from 
/home/ahmadz/openfl/haxeui/1,8,20/haxe/ui/toolkit/core/Macros.hx:225: characters 10-44 : Called from 
/home/ahmadz/openfl/haxeui/1,8,20/haxe/ui/toolkit/core/Macros.hx:57: characters 2-18 : Called from 
/home/ahmadz/openfl/haxeui/1,8,20/haxe/ui/toolkit/core/Toolkit.hx:50: characters 2-26 : Called from 
Aborted 

然而,當我嘗試測試使用sudo像sudo lime test neko,這個錯誤顯示出來:

Called from openfl/_legacy/utils/ByteArray.hx line 760 
Called from openfl/_legacy/Lib.hx line 284 
Called from openfl/_legacy/Lib.hx line 427 Called from openfl/_legacy/Lib.hx line 219 
Called from /usr/lib/haxe/std/neko/Lib.hx line 30 Uncaught exception - load.c(237) : Failed to load library : lime-legacy.ndll (lime-legacy.ndll: cannot open shared object file: No such file or directory) 

這是我的haxelib list結果:

actuate: [1.8.7] 
box2d: [1.2.3] 
haxeui: [1.8.20] 
hscript: [2.0.7] 
hxcpp: [3.3.49] 
layout: [1.2.1] 
lime-samples: [2.6.0] 
lime: 2.9.1 [3.0.3] 
openfl-samples: [4.0.0] 
openfl: 4.0.3 [3.6.1] 
swf: [2.2.3] 

我做錯了什麼?我是OpenFL初學者,我需要HaxeUI來開展我正在開發的項目。 在此先感謝。

回答

1

爲將來的記錄和任何人面臨同樣的問題。 我不得不使用haxelib set lime 2.9.1切換到石灰2.9.1,現在它的工作原理!

相關問題