Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.62 KB | None | 0 0
  1. In file included from include/linux/stat.h:6:0,
  2.                  from include/linux/compat.h:10,
  3.                  from include/linux/ethtool.h:17,
  4.                  from include/linux/netdevice.h:47,
  5.                  from include/linux/inetdevice.h:8,
  6.                  from /home/vagrant/ipfw3-20120119/dummynet2/missing.h:356,
  7.                  from <command-line>:0:
  8. /usr/src/linux-headers-3.2.0-23-generic/arch/x86/include/asm/stat.h:88:16: error: expected identifier or '(' before '[' token
  9. /usr/src/linux-headers-3.2.0-23-generic/arch/x86/include/asm/stat.h:89:1: error: no semicolon at end of struct or union [-Werror]
  10. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:151:1: error: expected ')' before '*' token
  11. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:154:1: error: expected ')' before '*' token
  12. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:157:1: error: expected ')' before '*' token
  13. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:160:1: error: expected ')' before '*' token
  14. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:163:1: error: expected ')' before '*' token
  15. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:166:1: error: expected ')' before '*' token
  16. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:169:1: error: expected ')' before '*' token
  17. /home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.c:173:1: error: expected ')' before '*' token
  18. cc1: all warnings being treated as errors
  19. make[2]: *** [/home/vagrant/ipfw3-20120119/dummynet2/ip_fw2.o] Error 1
  20. make[1]: *** [_module_/home/vagrant/ipfw3-20120119/dummynet2] Error 2
  21. make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-23-generic'
  22. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement