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

limits.h gets fixed wrong #5

Open
onre opened this issue Feb 13, 2019 · 2 comments
Open

limits.h gets fixed wrong #5

onre opened this issue Feb 13, 2019 · 2 comments

Comments

@onre
Copy link
Collaborator

onre commented Feb 13, 2019

Fixincludes fails to properly fix limits.h. The resulting file does not #include_next the system's version of the file, causing all sorts of fun when compiling software.

@unxmaal
Copy link

unxmaal commented May 8, 2019

This can cause builds to break due to undefined SSIZE_MAX

@unxmaal
Copy link

unxmaal commented May 9, 2019

cp /opt/local/gcc-4.7.4/lib/gcc/mips-sgi-irix6.5/4.7.4/include-fixed/limits.h /opt/local/gcc-8.2.0/lib/gcc/mips-sgi-irix6.5/8.2.0/include-fixed/limits.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants