Advertisement
tjh

IPv6 Failure?

tjh
Oct 18th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. tim@au:~/epic5-2.0.1$ make
  2. make[1]: Entering directory '/home/tim/epic5-2.0.1/source'
  3. gcc -I/usr/local/include/ -g -O -pthread -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c alias.c
  4. gcc -I/usr/local/include/ -g -O -pthread -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c alist.c
  5. gcc -I/usr/local/include/ -g -O -pthread -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c array.c
  6. gcc -I/usr/local/include/ -g -O -pthread -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c clock.c
  7. gcc -I/usr/local/include/ -g -O -pthread -Wno-pointer-sign -fno-strict-aliasing -I./../include -I../include -c commands.c
  8. commands.c: In function ‘e_hostname’:
  9. commands.c:1410:4: error: ‘LocalIPv6HostName’ undeclared (first use in this function)
  10. LocalIPv6HostName ? LocalIPv6HostName : "<default>");
  11. ^
  12. commands.c:1410:4: note: each undeclared identifier is reported only once for each function it appears in
  13. Makefile:32: recipe for target 'commands.o' failed
  14. make[1]: *** [commands.o] Error 1
  15. make[1]: Leaving directory '/home/tim/epic5-2.0.1/source'
  16. Makefile:105: recipe for target 'all' failed
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement