-
Notifications
You must be signed in to change notification settings - Fork 108
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
[BUG]Fails to compile on AIX 7.2 with gcc (10.3.0 to be precise) #326
Comments
I don't have AIX (virtual) machines now, but the patch looks good to me. For the |
It doesn't appear on earlier versions |
If you have time, could you do a |
I did |
Thank you! But I am unable to find the culprit. The commit does not touch the code generating the |
Describe the bug
Fails to compile on AIX 7.2 with GCC.
tried to build from master and 4.99.3 tag which is the latest
with the following errors:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful Compilation...
Environment (please complete the following information):
Additional context
I was eventually able to get it to compile with this patch and removing -DHAS_STRFTIME from the Makefile
however, some functionality is broken I see - "vnode at X has no gnode\n" while I don't see any of these issues when I compile from 6ca5d32. I want to use the recent release as I would like to use some of the new library functionality in another project.
Any help is appreciated.
Thank You.
The text was updated successfully, but these errors were encountered: