haxeui / haxeui-hxwidgets

The hxWidgets backend of the HaxeUI framework -
http://haxeui.org
MIT License
23 stars 7 forks source link

Excepted compilation #17

Closed R3D9477 closed 6 years ago

R3D9477 commented 6 years ago

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.

ianharrigan commented 6 years ago

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

ianharrigan commented 6 years ago

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

Basically, here: be897c41b1ca0a05ab08d9f9af5c2c06571d2d21

ibilon commented 6 years ago

Waiting on travis to be sure (couldn't test locally) but should be fixed by https://github.com/haxeui/hxWidgets/commit/9b9d21583276d59a83ce4e8d4aa831c69419b0d0

ibilon commented 6 years ago

That did it. @r3d9u11 is it working now?

R3D9477 commented 6 years ago

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