node-xxhash icon indicating copy to clipboard operation
node-xxhash copied to clipboard

Fix building on GCC 4.9.4

Open sormy opened this issue 7 years ago • 5 comments

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 avatar Jan 25 '19 19:01 sormy

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 avatar Jan 25 '19 19:01 sormy

Hello. Is this package still maintained?

sormy avatar Jan 30 '19 14:01 sormy

ping

sormy avatar Feb 05 '19 22:02 sormy

ping

sormy avatar Feb 13 '19 05:02 sormy

ping

sormy avatar Feb 25 '19 22:02 sormy