Advertisement
diegographics

Untitled

Mar 12th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.73 KB | None | 0 0
  1. g++ -c -Wall -I. -ICommon -DUNITY_MASTERSERVER RakNet/Sources/NetworkIDObject.cp                                                                             p -o RakNet/Sources/NetworkIDObject.o
  2. In file included from RakNet/Sources/NetworkIDManager.h:11:0,
  3.                  from RakNet/Sources/NetworkIDObject.cpp:9:
  4. RakNet/Sources/DS_BinarySearchTree.h: In instantiation of ‘void DataStructures::                                                                             AVLBalancedBinarySearchTree<BinarySearchTreeType>::BalanceTree(typename DataStru                                                                             ctures::BinarySearchTree<BinarySearchTreeType>::node*, bool) [with BinarySearchT                                                                             reeType = NetworkIDNode; typename DataStructures::BinarySearchTree<BinarySearchT                                                                             reeType>::node = DataStructures::BinarySearchTree<NetworkIDNode>::node]’:
  5. RakNet/Sources/DS_BinarySearchTree.h:219:3:   required from ‘void DataStructures                                                                             ::AVLBalancedBinarySearchTree<BinarySearchTreeType>::Del(const BinarySearchTreeT                                                                             ype&) [with BinarySearchTreeType = NetworkIDNode]
  6. RakNet/Sources/NetworkIDObject.cpp:43:72:   required from here
  7. RakNet/Sources/DS_BinarySearchTree.h:169:5: error: ‘Height’ was not declared in                                                                              this scope, and no declarations were found by argument-dependent lookup at the p                                                                             oint of instantiation [-fpermissive]
  8. RakNet/Sources/DS_BinarySearchTree.h:169:5: note: declarations in dependent base                                                                              ‘DataStructures::BinarySearchTree<NetworkIDNode>’ are not found by unqualified                                                                              lookup
  9. RakNet/Sources/DS_BinarySearchTree.h:169:5: note: use ‘this->Height’ instead
  10. RakNet/Sources/DS_BinarySearchTree.h:174:5: error: ‘Height’ was not declared in                                                                              this scope, and no declarations were found by argument-dependent lookup at the p                                                                             oint of instantiation [-fpermissive]
  11. RakNet/Sources/DS_BinarySearchTree.h:174:5: note: declarations in dependent base                                                                              ‘DataStructures::BinarySearchTree<NetworkIDNode>’ are not found by unqualified                                                                              lookup
  12. RakNet/Sources/DS_BinarySearchTree.h:174:5: note: use ‘this->Height’ instead
  13. RakNet/Sources/DS_BinarySearchTree.h:202:4: error: ‘FindParent’ was not declared                                                                              in this scope, and no declarations were found by argument-dependent lookup at t                                                                             he point of instantiation [-fpermissive]
  14. RakNet/Sources/DS_BinarySearchTree.h:202:4: note: declarations in dependent base                                                                              ‘DataStructures::BinarySearchTree<NetworkIDNode>’ are not found by unqualified                                                                              lookup
  15. RakNet/Sources/DS_BinarySearchTree.h:202:4: note: use ‘this->FindParent’ instead
  16. make: *** [RakNet/Sources/NetworkIDObject.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement