Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. vampi@server ~/bot/eggdrop1.6.20 $ make
  2. make[1]: Вход в каталог `/home/vampi/bot/eggdrop1.6.20/src'
  3.  
  4. This may take a while. Go get some runts.
  5.  
  6. gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
  7. gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c
  8. botcmd.c: In function ‘bot_motd’:
  9. botcmd.c:1024: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
  10. gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c botmsg.c
  11. gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -c botnet.c
  12. botnet.c: In function ‘botlink_resolve_success’:
  13. botnet.c:1066: warning: implicit declaration of function ‘getprotocol’
  14. botnet.c:1066: error: too many arguments to function ‘getsock’
  15. botnet.c: In function ‘failed_tandem_relay’:
  16. botnet.c:1102: error: too many arguments to function ‘getsock’
  17. botnet.c: In function ‘tandem_relay’:
  18. botnet.c:1148: error: too many arguments to function ‘getsock’
  19. make[1]: *** [botnet.o] Ошибка 1
  20. make[1]: Выход из каталога `/home/vampi/bot/eggdrop1.6.20/src'
  21. make: *** [modegg] Ошибка 2
  22. vampi@server ~/bot/eggdrop1.6.20 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement