Open felipetesc opened 2 years ago
To fix: I have added Build.xml inside raylib-haxe\1,1,0\lib\raylib\ For some reason haxelib command is not installing several files needed to build the project
Hmmm, ill check the haxelib install, maybe the zip was bad
Hmmm, ill check the haxelib install, maybe the zip was bad
I fixed all issues after deleting raylib inside C:\HaxeToolkit\haxe\lib\raylib-haxe\1,1,0\ and I copied the folder from github raylib-haxe/tree/main/lib/raylib inside C:\HaxeToolkit\haxe\lib\raylib-haxe\1,1,0\
Cool - so sounds like a bad haxelib release on my part
Also facing this issue but the solution above did not fix it for me.
Have you tried git versions of haxeui-core and haxeui-raylib?
I didnt know you need to use haxeui-core? Is there any reason behind that?
whoops, sorry, not reading correctly AT ALL... i thought this was the haxeui-raylib repo, ntit the raylib-haxe repo. So no, you shouldnt need haxeui at all. So, have you tried using the git version of this lib?
My bad as well! I finally realised what was needed. I did so, but I ran into few problems in terms of using it so I shamefully gave up.. Sorry!
problems compiling? Or problems using?
Using really, maybe it's my lack of knowledge in Haxe as of yet. Not sure.
Right, well, feel free to post any problems you are having here, i might be able to help (or not) :)
Cheers, Ian
Expected Behavior
To build the example contained inside the readme
Current Behavior
Build Failure ## Possible SolutionI don't know how to solve this, but perhaps it's related to how Haxe links the source to Windows, and by reading the output it seems a issue related to a missing file: Build.xml
Steps to Reproduce (for bugs)
Media
Not aplied
Test app / minimal test case
I've just followed the example from README.md
Context
Can't even test the lib
Your Environment