-
Notifications
You must be signed in to change notification settings - Fork 94
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
lists.c:67: error: ‘SIZE_MAX’ undeclared #361
Comments
Good catch, thanks! Is the second chunk really needed? I see |
Probably not. Yank it. That's interesting the other files did not have troubles with |
Spotted by Jeffrey Walton in: p11-glue#361
I've added the fix (without the fallback definition) in #362; if it doesn't work, please feel free to reopen. |
I'm building on older Apple hardware. It is an old PowerMac with OS X 10.5. P11-Kit 0.23.22 is having trouble in
lists.c
:This appears to allow the compile to continue. I'm not sure what damage it may cause later, though :)
The self tests run OK, so I'm guessing the damage is not too bad.
The text was updated successfully, but these errors were encountered: