Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. Checking for flaky Linux systems ...
  2. Writing build options to option_defs.c ...
  3. Building compiler files ...
  4. Creating 'grammar.y' from 'grammar.y.pre' ...
  5. Creating 'packages/Makefile' from 'packages/Makefile.pre' ...
  6. Creating 'packages/GNUmakefile' from 'packages/GNUmakefile.pre' ...
  7. Building efun tables ...
  8. contrib.c: In function âf_string_differenceâ:
  9. contrib.c:2711:6: warning: assignment discards âconstâ qualifier from pointer target type
  10. a = sp->u.string;
  11. ^
  12. contrib.c:2712:6: warning: assignment discards âconstâ qualifier from pointer target type
  13. b = ( sp - 1 )->u.string;
  14. ^
  15. sockets.c: In function âf_socket_addressâ:
  16. sockets.c:295:75: warning: passing argument 3 of âinet_ntopâ from incompatible pointer type
  17. tmp = inet_ntop(AF_INET6, &sp->u.ob->interactive->addr.sin6_addr, &tmp2, INET6_ADDRSTRLEN);
  18. ^
  19. In file included from ../std_incl.h:74:0,
  20. from ../std.h:26,
  21. from ../lpc_incl.h:4,
  22. from sockets.c:13:
  23. /usr/include/arpa/inet.h:64:20: note: expected âchar * __restrict__â but argument is of type âchar (*)[46]â
  24. extern const char *inet_ntop (int __af, const void *__restrict __cp,
  25. ^
  26. sockets.c:295:13: warning: assignment discards âconstâ qualifier from pointer target type
  27. tmp = inet_ntop(AF_INET6, &sp->u.ob->interactive->addr.sin6_addr, &tmp2, INET6_ADDRSTRLEN);
  28. ^
  29. lex.c: In function âadd_predefinesâ:
  30. lex.c:2203:7: warning: left shift count >= width of type
  31. tmp = (long)1<<63;
  32. ^
  33. comm.c: In function âquery_ip_numberâ:
  34. comm.c:2732:9: warning: return from incompatible pointer type
  35. return &ipv6addr;
  36. ^
  37. socket_efuns.c: In function âsocket_read_select_handlerâ:
  38. socket_efuns.c:865:72: warning: passing argument 3 of âinet_ntopâ from incompatible pointer type
  39. sprintf(addr, "%s %d", inet_ntop(AF_INET6, &sin.sin6_addr, &tmp, INET6_ADDRSTRLEN),
  40. ^
  41. In file included from std_incl.h:74:0,
  42. from std.h:26,
  43. from socket_efuns.c:8:
  44. /usr/include/arpa/inet.h:64:20: note: expected âchar * __restrict__â but argument is of type âchar (*)[46]â
  45. extern const char *inet_ntop (int __af, const void *__restrict __cp,
  46. ^
  47. socket_efuns.c: In function âinet_addressâ:
  48. socket_efuns.c:1371:46: warning: passing argument 3 of âinet_ntopâ from incompatible pointer type
  49. inet_ntop(AF_INET6, &sin->sin6_addr, &addr, INET6_ADDRSTRLEN);
  50. ^
  51. In file included from std_incl.h:74:0,
  52. from std.h:26,
  53. from socket_efuns.c:8:
  54. /usr/include/arpa/inet.h:64:20: note: expected âchar * __restrict__â but argument is of type âchar (*)[46]â
  55. extern const char *inet_ntop (int __af, const void *__restrict __cp,
  56. ^
  57. mv: cannot stat âdriverâ: No such file or directory
  58. make[1]: [driver] Error 1 (ignored)
  59. /usr/bin/ld: packages/packages.a(async.o): undefined reference to symbol 'pthread_create@@GLIBC_2.1'
  60. //lib/i386-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
  61. collect2: error: ld returned 1 exit status
  62. make[1]: *** [driver] Error 1
  63. make: *** [main_build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement