-
Notifications
You must be signed in to change notification settings - Fork 458
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
use openfl git version? #3051
use openfl git version? #3051
Conversation
Sorry, I misspoke. I meant Lime rather than OpenFL, since that's where the error was fixed. |
damn just now read this after switching to git openfl, lol |
I ended up testing it myself, and it still doesn't work. setup-flixel sets Lime to version 8.1.1, even if you've already run |
I'm making changes to setup-flixel, itself |
@player-03, I'm getting this error in CI, now
I'm using the following to install lime and openfl
this doess not happen when using the latest lime release, format is also not installed on any of flixel's CI jobs |
Format is required for IIRC its only job is to process SVG icons. |
I'll just install format, anything else I may need? |
hxp, if you don't have it. Used to be part of Lime, but they decided to split it off. |
apparently hxcpp is required, even when not building for cpp targets, is there a workaround for this?
Also seeing this error on cpp:
When is the next lime release scheduled, lol |
Oh right, it also likes to rebuild lime.ndll if that doesn't exist. There are two possible workarounds:
|
both workarounds seem awfully involved and hacky, I may just wait for a release. Is there any way to make lime work without hxp and hxcpp on non-cpp targets? does it really, actually need both? |
I guess I can try to find time to do a Lime 8.1.2 release later this month. |
I've looked at removing the lime.ndll dependency, but wasn't able to figure it out, which is why I added the |
I did a draft of a changelog. Also, I'm pretty sure the change was included in Haxe 4.3.4, so this is going to start affecting more people. |
Okay, I'll try my best to do the release sooner rather than later. |
hopefully avoids openfl/lime#1763