-
Notifications
You must be signed in to change notification settings - Fork 12
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
Clang 12: error: cast to smaller integer type 'mycss_selectors_function_drop_type_t' #26
Comments
what os? gcc versions? what previous version compiled for you? |
OS: macOS Big Sur (11.4) |
This is not related to crystal. C extension cannot compile with your clang. This looks like Modest issue, you failed here: |
They suggest to move to lexbor, there is already binding for it: https://github.com/kostya/lexbor, but still missing css selectors. |
Fair enough, that is what I'm doing for now. I don't need css selectors as of yet, so I should be good to go! |
lexbor support selectors already, also there is branch |
Whenever I try to include this as a dependency for a new project the postinstall fails. When I try to
make
it manually, it fails with the same error. This wasn't the case in previous versions.Here's the full error:
The text was updated successfully, but these errors were encountered: