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

Go rz-pipe for arm64 fails to build #40

Open
shellcromancer opened this issue Jul 17, 2022 · 2 comments
Open

Go rz-pipe for arm64 fails to build #40

shellcromancer opened this issue Jul 17, 2022 · 2 comments
Labels
bug Something isn't working high-priority

Comments

@shellcromancer
Copy link

This is on macOS M1 for any usage of the Go bindings - seems the dependency used to link (https://github.com/rainycape/dl) doesn't support ARM?

# github.com/rainycape/dl
Undefined symbols for architecture arm64:
  "_make_call", referenced from:
      _call in _x004.o
ld: symbol(s) not found for architecture arm64
clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
@wargio
Copy link
Member

wargio commented Jul 18, 2022

Looks like that library do not support arm

@XVilka
Copy link
Member

XVilka commented Feb 24, 2024

That library is effectively dead. We should find an alternative or get rid of it somehow. PRs are welcome. The closest I found and maintained is https://github.com/ebitengine/purego

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

No branches or pull requests

3 participants