We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
funchook_os_syscall
Sorry, something went wrong.
Hello, Thanks for looking into it. This issue with clang was resolved after updating to the latest Funchook version.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: