Guest User

building of plugin

a guest
Jul 25th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.70 KB | None | 0 0
  1. 129-79-9-77:src bgeels$ sudo scons install
  2. scons: Reading SConscript files ...
  3. scons: done reading SConscript files.
  4. scons: Building targets ...
  5. g++ -o openflow-common.os -c -fPIC -I. -I/usr/include/wireshark -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include openflow-common.cpp
  6. In file included from openflow-common.cpp:6:
  7. ./openflow-common.hpp:10:20: error: config.h: No such file or directory
  8. ./openflow-common.hpp:28:25: error: epan/packet.h: No such file or directory
  9. openflow-common.cpp:14:32: error: epan/ftypes/ftypes.h: No such file or directory
  10. In file included from openflow-common.cpp:6:
  11. ./openflow-common.hpp:60: error: variable or field 'dissect_openflow' declared void
  12. ./openflow-common.hpp:60: error: 'tvbuff_t' was not declared in this scope
  13. ./openflow-common.hpp:60: error: expected primary-expression before ',' token
  14. ./openflow-common.hpp:60: error: 'packet_info' was not declared in this scope
  15. ./openflow-common.hpp:60: error: expected primary-expression before ',' token
  16. ./openflow-common.hpp:60: error: 'proto_tree' was not declared in this scope
  17. ./openflow-common.hpp:60: error: expected primary-expression before ')' token
  18. In file included from ./of10/openflow-100.hpp:10,
  19.                  from openflow-common.cpp:7:
  20. ./util/FieldManager.hpp:34: error: 'ftenum' has not been declared
  21. ./util/FieldManager.hpp:53: error: ISO C++ forbids declaration of 'proto_tree' with no type
  22. ./util/FieldManager.hpp:53: error: expected ';' before '*' token
  23. ./util/FieldManager.hpp:65: error: 'proto_tree' has not been declared
  24. ./util/FieldManager.hpp:65: error: 'tvbuff_t' has not been declared
  25. ./util/FieldManager.hpp:81: error: ISO C++ forbids declaration of 'proto_item' with no type
  26. ./util/FieldManager.hpp:81: error: expected ';' before '*' token
  27. In file included from openflow-common.cpp:7:
  28. ./of10/openflow-100.hpp:20: error: 'packet_info' has not been declared
  29. ./of10/openflow-100.hpp:20: error: 'tvbuff_t' has not been declared
  30. ./of10/openflow-100.hpp:21: error: 'tvbuff_t' has not been declared
  31. ./of10/openflow-100.hpp:21: error: 'packet_info' has not been declared
  32. ./of10/openflow-100.hpp:21: error: 'proto_tree' has not been declared
  33. ./of10/openflow-100.hpp:23: error: 'dissector_handle_t' has not been declared
  34. ./of10/openflow-100.hpp:23: error: 'dissector_handle_t' has not been declared
  35. ./of10/openflow-100.hpp:25: error: 'tvbuff_t' has not been declared
  36. ./of10/openflow-100.hpp:25: error: 'packet_info' has not been declared
  37. ./of10/openflow-100.hpp:25: error: 'proto_tree' has not been declared
  38. ./of10/openflow-100.hpp:32: error: 'proto_item' has not been declared
  39. ./of10/openflow-100.hpp:33: error: 'proto_tree' has not been declared
  40. ./of10/openflow-100.hpp:37: error: 'tvbuff_t' has not been declared
  41. ./of10/openflow-100.hpp:37: error: 'packet_info' has not been declared
  42. ./of10/openflow-100.hpp:37: error: 'proto_tree' has not been declared
  43. ./of10/openflow-100.hpp:40: error: 'dissector_handle_t' does not name a type
  44. ./of10/openflow-100.hpp:41: error: 'dissector_handle_t' does not name a type
  45. ./of10/openflow-100.hpp:48: error: ISO C++ forbids declaration of 'tvbuff_t' with no type
  46. ./of10/openflow-100.hpp:48: error: expected ';' before '*' token
  47. ./of10/openflow-100.hpp:49: error: ISO C++ forbids declaration of 'packet_info' with no type
  48. ./of10/openflow-100.hpp:49: error: expected ';' before '*' token
  49. ./of10/openflow-100.hpp:50: error: ISO C++ forbids declaration of 'proto_tree' with no type
  50. ./of10/openflow-100.hpp:50: error: expected ';' before '*' token
  51. ./of10/openflow-100.hpp:54: error: ISO C++ forbids declaration of 'proto_tree' with no type
  52. ./of10/openflow-100.hpp:54: error: expected ';' before '*' token
  53. In file included from openflow-common.cpp:8:
  54. ./of11/openflow-110.hpp:19: error: 'true_false_string' does not name a type
  55. ./of11/openflow-110.hpp:25: error: 'packet_info' has not been declared
  56. ./of11/openflow-110.hpp:25: error: 'tvbuff_t' has not been declared
  57. ./of11/openflow-110.hpp:26: error: 'tvbuff_t' has not been declared
  58. ./of11/openflow-110.hpp:26: error: 'packet_info' has not been declared
  59. ./of11/openflow-110.hpp:26: error: 'proto_tree' has not been declared
  60. ./of11/openflow-110.hpp:28: error: 'dissector_handle_t' has not been declared
  61. ./of11/openflow-110.hpp:28: error: 'dissector_handle_t' has not been declared
  62. ./of11/openflow-110.hpp:30: error: 'tvbuff_t' has not been declared
  63. ./of11/openflow-110.hpp:30: error: 'packet_info' has not been declared
  64. ./of11/openflow-110.hpp:30: error: 'proto_tree' has not been declared
  65. ./of11/openflow-110.hpp:54: error: 'proto_item' has not been declared
  66. ./of11/openflow-110.hpp:55: error: 'proto_tree' has not been declared
  67. ./of11/openflow-110.hpp:66: error: 'tvbuff_t' has not been declared
  68. ./of11/openflow-110.hpp:66: error: 'packet_info' has not been declared
  69. ./of11/openflow-110.hpp:66: error: 'proto_tree' has not been declared
  70. ./of11/openflow-110.hpp:80: error: 'proto_tree' has not been declared
  71. ./of11/openflow-110.hpp:81: error: 'proto_tree' has not been declared
  72. ./of11/openflow-110.hpp:82: error: 'proto_tree' has not been declared
  73. ./of11/openflow-110.hpp:83: error: 'proto_tree' has not been declared
  74. ./of11/openflow-110.hpp:84: error: 'proto_tree' has not been declared
  75. ./of11/openflow-110.hpp:85: error: 'proto_tree' has not been declared
  76. ./of11/openflow-110.hpp:86: error: 'proto_tree' has not been declared
  77. ./of11/openflow-110.hpp:87: error: 'proto_tree' has not been declared
  78. ./of11/openflow-110.hpp:89: error: 'dissector_handle_t' does not name a type
  79. ./of11/openflow-110.hpp:90: error: 'dissector_handle_t' does not name a type
  80. ./of11/openflow-110.hpp:116: error: ISO C++ forbids declaration of 'tvbuff_t' with no type
  81. ./of11/openflow-110.hpp:116: error: expected ';' before '*' token
  82. ./of11/openflow-110.hpp:117: error: ISO C++ forbids declaration of 'packet_info' with no type
  83. ./of11/openflow-110.hpp:117: error: expected ';' before '*' token
  84. ./of11/openflow-110.hpp:118: error: ISO C++ forbids declaration of 'proto_tree' with no type
  85. ./of11/openflow-110.hpp:118: error: expected ';' before '*' token
  86. ./of11/openflow-110.hpp:122: error: ISO C++ forbids declaration of 'proto_tree' with no type
  87. ./of11/openflow-110.hpp:122: error: expected ';' before '*' token
  88. In file included from openflow-common.cpp:9:
  89. ./of12/openflow-120.hpp:18: error: 'packet_info' has not been declared
  90. ./of12/openflow-120.hpp:18: error: 'tvbuff_t' has not been declared
  91. ./of12/openflow-120.hpp:19: error: 'tvbuff_t' has not been declared
  92. ./of12/openflow-120.hpp:19: error: 'packet_info' has not been declared
  93. ./of12/openflow-120.hpp:19: error: 'proto_tree' has not been declared
  94. ./of12/openflow-120.hpp:21: error: 'dissector_handle_t' has not been declared
  95. ./of12/openflow-120.hpp:21: error: 'dissector_handle_t' has not been declared
  96. ./of12/openflow-120.hpp:23: error: 'tvbuff_t' has not been declared
  97. ./of12/openflow-120.hpp:23: error: 'packet_info' has not been declared
  98. ./of12/openflow-120.hpp:23: error: 'proto_tree' has not been declared
  99. ./of12/openflow-120.hpp:28: error: 'dissector_handle_t' does not name a type
  100. ./of12/openflow-120.hpp:29: error: 'dissector_handle_t' does not name a type
  101. In file included from openflow-common.cpp:10:
  102. ./of13/openflow-130.hpp:18: error: 'packet_info' has not been declared
  103. ./of13/openflow-130.hpp:18: error: 'tvbuff_t' has not been declared
  104. ./of13/openflow-130.hpp:19: error: 'tvbuff_t' has not been declared
  105. ./of13/openflow-130.hpp:19: error: 'packet_info' has not been declared
  106. ./of13/openflow-130.hpp:19: error: 'proto_tree' has not been declared
  107. ./of13/openflow-130.hpp:21: error: 'dissector_handle_t' has not been declared
  108. ./of13/openflow-130.hpp:21: error: 'dissector_handle_t' has not been declared
  109. ./of13/openflow-130.hpp:23: error: 'tvbuff_t' has not been declared
  110. ./of13/openflow-130.hpp:23: error: 'packet_info' has not been declared
  111. ./of13/openflow-130.hpp:23: error: 'proto_tree' has not been declared
  112. ./of13/openflow-130.hpp:28: error: 'dissector_handle_t' does not name a type
  113. ./of13/openflow-130.hpp:29: error: 'dissector_handle_t' does not name a type
  114. openflow-common.cpp:18: error: 'dissector_handle_t' does not name a type
  115. openflow-common.cpp:19: error: 'dissector_handle_t' does not name a type
  116. openflow-common.cpp:26: error: variable or field 'dissect_openflow' declared void
  117. openflow-common.cpp:26: error: 'tvbuff_t' was not declared in this scope
  118. openflow-common.cpp:26: error: 'tvb' was not declared in this scope
  119. openflow-common.cpp:26: error: 'packet_info' was not declared in this scope
  120. openflow-common.cpp:26: error: 'pinfo' was not declared in this scope
  121. openflow-common.cpp:26: error: 'proto_tree' was not declared in this scope
  122. openflow-common.cpp:26: error: 'tree' was not declared in this scope
  123. scons: *** [openflow-common.os] Error 1
  124. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment