Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. besdi# besdi# make install
  2. Making install in src
  3. Making install in parser
  4. make install-am
  5. Making install in fwalls
  6. gcc -DHAVE_CONFIG_H -I. -I. -O2 -Wall -std=c99 -D_XOPEN_SOURCE -g -O2 -MT sshguard_whitelist.o -MD -MP -MF .deps/sshguard_whitelist.Tpo -c -o sshguard_whitelist.o sshguard_whitelist.c
  7. sshguard_whitelist.c: In function 'whitelist_add_block4':
  8. sshguard_whitelist.c:252: warning: implicit declaration of function 'inet_pton'
  9. sshguard_whitelist.c: In function 'whitelist_add_host':
  10. sshguard_whitelist.c:345: warning: implicit declaration of function 'getaddrinfo'
  11. sshguard_whitelist.c:347: warning: implicit declaration of function 'gai_strerror'
  12. sshguard_whitelist.c:347: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
  13. sshguard_whitelist.c:351: error: dereferencing pointer to incomplete type
  14. sshguard_whitelist.c:351: warning: left-hand operand of comma expression has no effect
  15. sshguard_whitelist.c:351: warning: value computed is not used
  16. sshguard_whitelist.c:354: error: dereferencing pointer to incomplete type
  17. sshguard_whitelist.c:356: warning: implicit declaration of function 'inet_ntop'
  18. sshguard_whitelist.c:356: error: dereferencing pointer to incomplete type
  19. sshguard_whitelist.c:356: error: dereferencing pointer to incomplete type
  20. sshguard_whitelist.c:356: warning: comparison between pointer and integer
  21. sshguard_whitelist.c:361: error: dereferencing pointer to incomplete type
  22. sshguard_whitelist.c:361: error: dereferencing pointer to incomplete type
  23. sshguard_whitelist.c:361: warning: comparison between pointer and integer
  24. sshguard_whitelist.c:371: warning: implicit declaration of function 'freeaddrinfo'
  25. *** Error code 1
  26.  
  27. Stop.
  28. make: stopped in /root/sshguard-1.5/src
  29. *** Error code 1
  30.  
  31. Stop.
  32. make: stopped in /root/sshguard-1.5/src
  33. *** Error code 1
  34.  
  35. Stop.
  36. make: stopped in /root/sshguard-1.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement