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

Errors when compiling on MacOs for arm64 with clang #40

Closed
viferga opened this issue Feb 8, 2023 · 2 comments
Closed

Errors when compiling on MacOs for arm64 with clang #40

viferga opened this issue Feb 8, 2023 · 2 comments

Comments

@viferga
Copy link

viferga commented Feb 8, 2023

I am using funchook as a dependency for building: https://github.com/metacall/core

Apparently there's an issue when building for MacOs with clang, here's the issue:
metacall/core#381

Any idea of what could be the problem? I just tried to update the version for now.

@kubo
Copy link
Owner

kubo commented Feb 9, 2023

In metacall/core#381:

  "_funchook_os_syscall", referenced from:
      _funchook_os_open in os_func_unix.c.o

It looks that the funchook version is 1.0.0 or before. funchook_os_syscall was removed at Feb 29, 2020.

@ashpect
Copy link

ashpect commented Feb 12, 2023

Hello, Thanks for looking into it. This issue with clang was resolved after updating to the latest Funchook version.

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