Skip to content
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

Issue when upgrading Haxe to 4.3.5 & 4.3.6 on Mac M3 (arm64) [with a crude solution] #202

Open
JonasSonn opened this issue Jan 3, 2025 · 1 comment

Comments

@JonasSonn
Copy link

I had this error upgrading from Haxe 4.2.5 to 4.3.5 & 4.3.6. It almost looks like lix is not downloading the right Haxe compiler architecture for mac arm64. But it might be due to something with Neko.

image

So I solved this by:

→ deleting haxe/versions/4.3.6

→ delete haxe/neko

npx lix install haxe 4.3.6

npx lix download (downloads missing neko)

Maybe the actual solution is just to remove the neko dir and run npx lix download

@back2dos
Copy link
Contributor

back2dos commented Jan 6, 2025

Lix used to download x64 neko and haxe, which worked only with Rosetta enabled. Newer lix downloads the universal binaries, but if you already had neko downloaded, it was still x64 which then doesn't work with the universal haxelib binary. The only proper solution will be to version neko.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants