Some problem under Linux

Hi I have try linux, mac, android, windows and all is ok
but
html5

./bin/html5/haxe/ApplicationMain.hx:417: lines 417-438 : { y : Null<Int>, x : Null<Int>, width : Int, vsync : Bool, title : String, stencilBuffer : Bool, resizable : Bool, parameters : String, minimized :... has extra field minimized
./bin/html5/haxe/ApplicationMain.hx:417: lines 417-438 : { y : Null<Int>, x : Null<Int>, width : Int, vsync : Bool, title : String, stencilBuffer : Bool, resizable : Bool, parameters : String, minimized :... has extra field maximized
./bin/html5/haxe/ApplicationMain.hx:417: lines 417-438 : { y : Null<Int>, x : Null<Int>, width : Int, vsync : Bool, title : String, stencilBuffer : Bool, resizable : Bool, parameters : String, minimized :... has extra field hidden

iphone (ios)

Called from ? line 1
Called from CommandLineTools.hx line 1400
Called from CommandLineTools.hx line 25
Called from a C function
Called from CommandLineTools.hx line 126
Called from CommandLineTools.hx line 619
Called from lime/project/PlatformTarget.hx line 77
Called from lime/tools/platforms/IOSPlatform.hx line 55
Called from lime/tools/helpers/IOSHelper.hx line 21
Called from lime/tools/helpers/IOSHelper.hx line 163
Called from lime/tools/helpers/IOSHelper.hx line 93
Called from /usr/lib/haxe/std/haxe/io/Input.hx line 183
Called from /usr/lib/haxe/std/haxe/io/Input.hx line 176
Called from /usr/lib/haxe/std/neko/_std/sys/io/Process.hx line 70
Called from /usr/lib/haxe/std/neko/_std/sys/io/Process.hx line 79
Uncaught exception - Eof
actuate: [1.8.7]
box2d: [1.2.3]
cocktail: [1.0.0-beta.5]
format: [3.2.1]
haxelib_client: [3.2.0-rc.3]
haxeui-rich-text: [0.1.2]
haxeui-webview: [0.1.1]
haxeui: [1.8.21] 1.8.20
hscript: [2.0.7]
hxcpp: [3.3.49]
hxjava: [3.2.0]
layout: [1.2.1]
lime-samples: [2.6.0]
lime: [2.9.1] 3.3.0
openfl-samples: [4.0.0]
openfl: [4.3.0] 4.2.0 3.6.1
swf: [2.3.0] 2.2.4

My guess would be its the lime version which need to be set to 3.3.0

Hi, if I use lime 3.3.0

paolob@biaultra:~/haxeui-master/samples/hello-world$ haxelib list
actuate: [1.8.7]
box2d: [1.2.3]
cocktail: [1.0.0-beta.5]
format: [3.2.1]
haxelib_client: [3.2.0-rc.3]
haxeui-rich-text: [0.1.2]
haxeui-webview: [0.1.1]
haxeui: [1.8.21] 1.8.20
hscript: [2.0.7]
hxcpp: [3.3.49]
hxjava: [3.2.0]
layout: [1.2.1]
lime-samples: [2.6.0]
lime: 2.9.1 [3.3.0]
openfl-samples: [4.0.0]
openfl: [4.3.0] 4.2.0 3.6.1
swf: [2.3.0] 2.2.4
paolob@biaultra:~/haxeui-master/samples/hello-world$ lime build linux
--macro:1: character 0 : Method extraParams not found on class lime.Lib
paolob@biaultra:~/haxeui-master/samples/hello-world$ 

Could you check and see if the method is there?

Could you see if Lime “HelloWorld” or OpenFL “DislayingABitmap” work? (lime create HelloWorld or openfl create DisplayingABitmap)

HelloWorld and DislayingABitmap builds fine to linux, windows, android
but ios fail

I think that I need a firend whith a mac :wink:

Correct. You need a Mac (or a Mac VM) to compile for Mac or iOS.