-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
haxe hide.hxml fails #227
Comments
are you up to date on your heaps version? |
Also fails using latest heaps from git (1.10.0), will show this errors
|
I was also experiencing this same issue. |
I'm getting different error while building: |
You need git version of |
Works! Thank you! |
Hi, this is still an issue when using: haxelib git heaps https://github.com/HeapsIO/heaps.git As haxelib installs the non git version of format (3.6) Running haxelib git format https://github.com/HaxeFoundation/format
haxelib update Does fix it. |
I attempted to build HIDE using the instructions. I was given the error message:
Is there a library that I'm missing? I thought that h3d had a Vector but I don't know where to find a Vector4. |
You need latest heaps master to compile hide.
Le lun. 18 déc. 2023 à 02:48, rbobka ***@***.***> a écrit :
… I attempted to build HIDE using the instructions. I was given the error
message:
hrt/impl/Gradient.hx:5: characters 8-19 : Type not found : h3d.Vector4
Is there a library that I'm missing? I thought that h3d had a Vector but I
don't know where to find a Vector4.
—
Reply to this email directly, view it on GitHub
<#227 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZXQGNTPV5BE5TU2KCZD3YJ6OFLAVCNFSM6AAAAAASRBEQ6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJZGQYTIMRSGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you Nicolas, after I posted this I did a deep dive and saw that you had made some changes to Heaps in the past month including vectors. I guess my real problem is that haxelib update does not seem to be updating my libraries (even though it says it is). |
I haven't made a haxelib release recently. Will do later this year or early
next year.
Le lun. 18 déc. 2023 à 14:25, rbobka ***@***.***> a écrit :
… Thank you Nicolas, after I posted this I did a deep dive and saw that you
had made some changes to Heaps in the past month including vectors. I guess
my real problem is that haxelib update does not seem to be updating my
libraries (even though it says it is).
—
Reply to this email directly, view it on GitHub
<#227 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHZXQFXCBL7SRWZQDXZ6XTYKA723AVCNFSM6AAAAAASRBEQ6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRQGQ4TEOJTGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
work for me |
Yeah works again since |
When I follow th readme instructions and try and run the command
haxe hide.hxml
I get the following errors:The text was updated successfully, but these errors were encountered: