-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Does not build on GCC 4.9.2-10 / armv7l #13
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
Comments
Hi, can you please check if it works with the latest version? Thanks, |
Closing this ticket as the underlying code has been completely rewritten to avoid these sorts of issues. Please reopen if you are still having problems with compilation on arm. |
Yup builds successfully on ARM now. Thanks very much for the fix! |
great to hear -- thanks for checking! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting some errors when building the example with GCC 4.9 on linux. It looks like
pybind::ssize_t
is actuallyint
on 32-bit, so overloadingint_
with both on 32 bit architectures actually triggers an error.The text was updated successfully, but these errors were encountered: