Guest User

Untitled

a guest
Apr 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
  2. mktemp [-d] [-q] [-u] -t prefix
  3. Use "gmake V=1" to see the verbose compile lines.
  4. CC -O2 test/arg-test.o
  5. CC test/arg-test
  6. CC -O2 test/smtp-dummy.o
  7. In file included from test/smtp-dummy.c:40:
  8. /usr/include/netinet/ip.h:51: error: expected specifier-qualifier-list before 'u_int'
  9. /usr/include/netinet/ip.h:141: error: expected specifier-qualifier-list before 'u_char'
  10. /usr/include/netinet/ip.h:190: error: field 'ippseudo_src' has incomplete type
  11. /usr/include/netinet/ip.h:191: error: field 'ippseudo_dst' has incomplete type
  12. /usr/include/netinet/ip.h:192: error: expected specifier-qualifier-list before 'u_char'
  13. test/smtp-dummy.c: In function 'receive_data_to_file':
  14. test/smtp-dummy.c:54: warning: implicit declaration of function 'getline'
  15. test/smtp-dummy.c: In function 'main':
  16. test/smtp-dummy.c:123: error: storage size of 'addr' isn't known
  17. test/smtp-dummy.c:123: error: storage size of 'peer_addr' isn't known
  18. test/smtp-dummy.c:141: warning: implicit declaration of function 'socket'
  19. test/smtp-dummy.c:141: error: 'AF_INET' undeclared (first use in this function)
  20. test/smtp-dummy.c:141: error: (Each undeclared identifier is reported only once
  21. test/smtp-dummy.c:141: error: for each function it appears in.)
  22. test/smtp-dummy.c:141: error: 'SOCK_STREAM' undeclared (first use in this function)
  23. test/smtp-dummy.c:149: warning: implicit declaration of function 'setsockopt'
  24. test/smtp-dummy.c:149: error: 'SOL_SOCKET' undeclared (first use in this function)
  25. test/smtp-dummy.c:149: error: 'SO_REUSEADDR' undeclared (first use in this function)
  26. test/smtp-dummy.c:164: warning: implicit declaration of function 'htons'
  27. test/smtp-dummy.c:165: error: dereferencing pointer to incomplete type
  28. test/smtp-dummy.c:166: warning: implicit declaration of function 'bind'
  29. test/smtp-dummy.c:174: warning: implicit declaration of function 'listen'
  30. test/smtp-dummy.c:183: warning: implicit declaration of function 'accept'
  31. test/smtp-dummy.c:123: warning: unused variable 'peer_addr'
  32. test/smtp-dummy.c:123: warning: unused variable 'addr'
  33. gmake: *** [test/smtp-dummy.o] Error 1
Add Comment
Please, Sign In to add comment