-
Notifications
You must be signed in to change notification settings - Fork 4
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
C executable build failure on ARM Mac #19
Comments
p.s. CC version:
|
when adding variables to capture the last two args of
|
The missing arguments are indeed due to a change in the library interface that has not been reflected in the example. If you could make a PR with your changes that would be great. I can look at #20 next. |
I've found some interesting things when writing #21, both on MacOS (ARM) and ubuntu (using docker on the same Mac)
|
This is primarily a documentation issues. libcleri is an external dependency which we include as a submodule here for convenience, which is why the extra makefile is needed. Would be find to add the Makefile target you suggest, PR welcome. |
I've tried to make and run the C executable on an ARM Mac, and got the following errors:
Prior to this, I've installed
pcre2
with brew and built the library itself withmake -C libextxyz install_libcleri install
.The text was updated successfully, but these errors were encountered: