Haxe 4.2.5 released

Dear Community,

On behalf of the Haxe Foundation, we are proud to announce the official release of Haxe 4.2.5!

This is a bugfix release. It is available along with the changelog at https://haxe.org/download/version/4.2.5

If you have any suggestions or run into any problems, feel free to open an issue on GitHub .

Thanks to everyone involved!

13 Likes

Thanks Aleksandr.

So it’s been a while since I upgraded. My previous version was 4.1.5. After installing version 4.2.5 on my Mac OS 10.13.6, when I try to call haxe in terminal, it reports:

dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/haxe
Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/haxe
Expected in: /usr/lib/libSystem.B.dylib

Any ideas?

Do you have the same issue with 4.2.0?

I tried 4.2.0 just now. Similar result, but the message is:

dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/haxe (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/haxe (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib

So it seems my MacOS is too old. I went back to haxe 4.1.5 and it works again.

OS X 10.15 doesn’t look too old for me. Though I don’t know what does “old” mean in Apple’s eco system.

Our CI builds Haxe on OS X 11.6 maybe that’s the reason it’s not compatible with 10.15

To be clear, my Mac OS is 10.13.6. It seems that 10.15 is the lowest version which IS compatible. Thanks for your attention!

Thank you for noting this. It’s good to know going forward because I have a machine which is stuck on older versions.

1 Like