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

Fix building on GCC 4.9.4 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix building on GCC 4.9.4 #25

wants to merge 1 commit into from

Conversation

sormy
Copy link

@sormy sormy commented Jan 25, 2019

Without this fix building on GCC v4.9.4 is failing with this error and a few others (uselocale-related):

/usr/include/bits/stdio.h: In function ‘__ssize_t getline(char**, size_t*, FILE*)’:
/usr/include/bits/stdio.h:118:52: error: ‘__getdelim’ was not declared in this scope
   return __getdelim (__lineptr, __n, '\n', __stream);

@sormy
Copy link
Author

sormy commented Jan 25, 2019

Travis build failure on mac and node 0.12 doesn't related to my change. I guess current version will fail too for this case.

@sormy
Copy link
Author

sormy commented Jan 30, 2019

Hello. Is this package still maintained?

@sormy
Copy link
Author

sormy commented Feb 5, 2019

ping

2 similar comments
@sormy
Copy link
Author

sormy commented Feb 13, 2019

ping

@sormy
Copy link
Author

sormy commented Feb 25, 2019

ping

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

Successfully merging this pull request may close these issues.

1 participant