-
Notifications
You must be signed in to change notification settings - Fork 205
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
[install] make FAILS #186
Comments
gcc -v |
by using an older GCC version, 8, it compiles well. but now a new problem is emerging: %CPU100 lt-ip the test is hanging by using 100% of the CPU time, same that: |
~/Downloads/libmill-1.18 # make
CC libmill_la-chan.lo
CC libmill_la-cr.lo
CC libmill_la-debug.lo
CC libmill_la-ip.lo
In file included from ip.c:44:
ip.c: In function 'mill_ipremote_':
dns/dns.h:1009:24: error: lvalue required as unary '&' operand
1009 | #define dns_opts(...) (&dns_quietinit((struct dns_options)DNS_OPTS_INIT(VA_ARGS)))
| ^
ip.c:268:31: note: in expansion of macro 'dns_opts'
268 | mill_dns_hints, NULL, dns_opts(), &rc);
| ^~~~~~~~
make: *** [Makefile:1190: libmill_la-ip.lo] Error 1
The text was updated successfully, but these errors were encountered: