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

Fails to build dependency 'ragg' when installing #150

Closed
j-i-l opened this issue Sep 6, 2024 · 2 comments · Fixed by #151
Closed

Fails to build dependency 'ragg' when installing #150

j-i-l opened this issue Sep 6, 2024 · 2 comments · Fixed by #151
Assignees
Labels
help wanted Extra attention is needed

Comments

@j-i-l
Copy link
Collaborator

j-i-l commented Sep 6, 2024

This happens during install on MacOS:

https://github.com/furrer-lab/abn/actions/runs/10513612844/job/29782862646

This is unrelated to abn and concerns ragg internals:

 agg/src/agg_font_freetype.cpp:182:35: error: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not
            tags  = outline.tags  + first;
@j-i-l
Copy link
Collaborator Author

j-i-l commented Sep 6, 2024

Seems to be a known issue:

r-lib/ragg#170

@j-i-l j-i-l self-assigned this Sep 6, 2024
@j-i-l j-i-l added the help wanted Extra attention is needed label Sep 6, 2024
@j-i-l
Copy link
Collaborator Author

j-i-l commented Sep 6, 2024

We could either suggest to install an older version of freetype as suggested here or go with the suggested (minimal) changes in the related PR (r-lib/ragg#171)

@j-i-l j-i-l linked a pull request Sep 6, 2024 that will close this issue
@j-i-l j-i-l closed this as completed in #151 Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant