Closed barracuda156 closed 1 year ago
Looks like this works:
#ifndef HOST_NAME_MAX
#define HOST_NAME_MAX 256
#endif
Borrowed from sys/param.h
:
#define MAXHOSTNAMELEN 256 /* max hostname size */
See: https://lists.gnu.org/archive/html/bug-gnulib/2009-08/msg00108.html
Yes, we fixed it with 19e5f9cc321623569c9aeb67794012bfcf2cc7c2
Yes, we fixed it with 19e5f9c
Thank you, great! I will borrow the patch.
There is another problem now, with missing libatomic linking: https://github.com/starpu-runtime/starpu/issues/16 (Those also look like ancient versions, modern GCC uses atomic* ones. I will verify if sync* still work or not.)