haxeui / haxeui-hxwidgets

The hxWidgets backend of the HaxeUI framework -

Home Page:http://haxeui.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excepted compilation

R3D9477 opened this issue · comments

Hi. I tried to compile simple application with one button, but compilation was finished with exception:

Error: ./src/hx/widgets/HardBreakWrapper.cpp:6:37: fatal error: custom/hardbreakwrapper.h: No such file or directory
compilation terminated.

Here is one of tested samples

I'm on Linux Mint 18.2 x64
Haxe 3.4.4
Hxcpp 3.4.188
haxeui-core, hxWidgets and haxeui-hxwidgets from git
And list of my installed wxWidgets packages:
screenshot at 2017-11-18 11-37-10

Thanks.

damn, i didnt test this on linux... my bad - can you go back a commit... ill fix this asap

Sorry, got back a commit on hxWidgets, not this backend: https://github.com/haxeui/hxWidgets/commits/master

Basically, here: be897c41b1ca0a05ab08d9f9af5c2c06571d2d21

Waiting on travis to be sure (couldn't test locally) but should be fixed by haxeui/hxWidgets@9b9d215

That did it.
@r3d9u11 is it working now?

@ibilon @ianharrigan yep, works fine now! thanks!