Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. cons: done reading SConscript files.
  2. scons: Building targets ...
  3. g++ -o MAd/UncoordinatedMAd/UncoordinatedMAd.o -c -Wno-long-long -O0 -g -Wall -Woverloaded-virtual -Os -march=geode -I. -IIMFModule -pipe -Wextra -Wno-unused-parameter -Wno-type-limits -DSENF_LOG_CONF="(((_),(_),VERBOSE))" -DSENF_DEBUG -I/home/alepinay/senf -I. MAd/UncoordinatedMAd/UncoordinatedMAd.cc
  4. In file included from MAd/UncoordinatedMAd/common.hh:20,
  5. from MAd/UncoordinatedMAd/UncoordinatedMAd.cc:6:
  6. MAd/UncoordinatedMAd/../madlib.h: In member function 'void MAd::getid(uint8_t*)':
  7. MAd/UncoordinatedMAd/../madlib.h:63: error: 'ifname_' was not declared in this scope
  8. MAd/UncoordinatedMAd/../madlib.h: In member function 'void MAd::handle_AI_Radio_Get_Parameters_Request_lib(const senf::MIHPacket&)':
  9. MAd/UncoordinatedMAd/../madlib.h:133: error: 'skfd' was not declared in this scope
  10. MAd/UncoordinatedMAd/../madlib.h:139: error: 'ifname_' was not declared in this scope
  11. MAd/UncoordinatedMAd/../madlib.h: In member function 'void MAd::handle_AI_Radio_Set_Parameters_Request_lib(const senf::MIHPacket&)':
  12. MAd/UncoordinatedMAd/../madlib.h:215: error: 'skfd' was not declared in this scope
  13. MAd/UncoordinatedMAd/../madlib.h:225: error: 'ifname_' was not declared in this scope
  14. MAd/UncoordinatedMAd/../madlib.h: In member function 'void MAd::handle_AI_Radio_Get_Properties_Request_lib(const senf::MIHPacket&)':
  15. MAd/UncoordinatedMAd/../madlib.h:331: error: 'skfd' was not declared in this scope
  16. MAd/UncoordinatedMAd/../madlib.h:337: error: 'ifname_' was not declared in this scope
  17. In file included from MAd/UncoordinatedMAd/UncoordinatedMAd.cc:6:
  18. MAd/UncoordinatedMAd/common.hh: In constructor 'UncoordinatedMAd::UncoordinatedMAd(char*, char*, char*)':
  19. MAd/UncoordinatedMAd/common.hh:62: error: 'readPacket' is not a member of 'UncoordinatedMAd'
  20. MAd/UncoordinatedMAd/common.hh:62: error: no matching function for call to 'MAd::MAd(const char [29], char*&, char*&, char*&)'
  21. MAd/UncoordinatedMAd/../madlib.h:12: note: candidates are: MAd::MAd(char*)
  22. MAd/UncoordinatedMAd/../madlib.h:3: note: MAd::MAd(const MAd&)
  23. MAd/UncoordinatedMAd/common.hh:64: error: 'ifname_' was not declared in this scope
  24. MAd/UncoordinatedMAd/common.hh:65: error: 'mihMsgManager' was not declared in this scope
  25. MAd/UncoordinatedMAd/common.hh:67: error: 'handle_AI_RegisterAdaptor_Response_lib' is not a member of 'UncoordinatedMAd'
  26. MAd/UncoordinatedMAd/common.hh:94: error: 'handle_AI_Neighbourhood_Scan_Result_Request_lib' is not a member of 'UncoordinatedMAd'
  27. MAd/UncoordinatedMAd/UncoordinatedMAd.cc: In member function 'void UncoordinatedMAd::handle_AI_Link_Event_Subscribe_Request(const senf::MIHPacket&)':
  28. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:250: error: 'LINKUP_COUNTER' was not declared in this scope
  29. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:251: error: 'sendLinkUp_timer' was not declared in this scope
  30. MAd/UncoordinatedMAd/UncoordinatedMAd.cc: In member function 'void UncoordinatedMAd::handle_AI_Link_Set_Link_Group_Request(const senf::MIHPacket&)':
  31. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:752: error: 'phyRateInterfaceIdPairVector' was not declared in this scope
  32. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:769: error: 'phyRateInterfaceIdPairVector' was not declared in this scope
  33. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:778: error: 'LinkUpVector' was not declared in this scope
  34. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:783: error: 'get_TS' was not declared in this scope
  35. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:797: error: 'LINKUP_COUNTER' was not declared in this scope
  36. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:798: error: 'sendLinkUp_timer' was not declared in this scope
  37. MAd/UncoordinatedMAd/UncoordinatedMAd.cc: In member function 'void UncoordinatedMAd::handle_AI_Radio_Set_Parameters_Request(const senf::MIHPacket&)':
  38. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:883: error: 'skfd' was not declared in this scope
  39. MAd/UncoordinatedMAd/UncoordinatedMAd.cc: In member function 'void UncoordinatedMAd::handle_AI_Radio_Get_Properties_Request(const senf::MIHPacket&)':
  40. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:1013: error: 'skfd' was not declared in this scope
  41. MAd/UncoordinatedMAd/UncoordinatedMAd.cc: In member function 'void UncoordinatedMAd::handle_AI_Radio_Get_Parameters_Request(const senf::MIHPacket&)':
  42. MAd/UncoordinatedMAd/UncoordinatedMAd.cc:1100: error: 'skfd' was not declared in this scope
  43. scons: *** [MAd/UncoordinatedMAd/UncoordinatedMAd.o] Error 1
  44. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement