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

lix upgraded to 4.3.5 and haxelib throws an error #11728

Closed
chrisanderson opened this issue Jul 19, 2024 · 4 comments
Closed

lix upgraded to 4.3.5 and haxelib throws an error #11728

chrisanderson opened this issue Jul 19, 2024 · 4 comments

Comments

@chrisanderson
Copy link

chrisanderson commented Jul 19, 2024

tested running haxelib updates for haxe 4.3.5 and get this error:

dyld[8129]: Library not loaded: @rpath/libneko.2.dylib
Referenced from: /Users/chris/haxe/versions/4.3.5/haxelib
Reason: tried: "/Users/chris/haxe/neko/libneko.2.dylib" (mach-o file, but is an incompatible architecture (have "x86_64", need "arm64e" or "arm64")), "/usr/local/lib/libneko.2.dylib" (no such file), "/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libneko.2.dylib" (no such file), "/usr/local/lib/libneko.2.dylib" (no such file), "/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libneko.2.dylib" (no such file)

used lix to revert to an older version of haxe (in my test it was 3.4.7) and haxelib worked as expected

on an m1 mac

@tobil4sk
Copy link
Member

Lix needs to be updated to support installing arm64 builds of neko.

@RblSb
Copy link
Member

RblSb commented Jul 19, 2024

For now you can download new neko release and patch older neko files, worked for me
https://github.com/HaxeFoundation/neko/releases/tag/v2-4-0

@chrisanderson
Copy link
Author

roger that guys.

@tobil4sk, makes sense to me.
@RblSb appreciate the info, will test.

thank you both for the info and help.

@chrisanderson
Copy link
Author

@RblSb (also thank you too @tobil4sk for the neko release), using neko 2.4.0 worked well in my case

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

3 participants