bah.raknet compile error?
BlitzMax Forums/Brucey's Modules/bah.raknet compile error?
| ||
Brucey -- any idea what the problem is with recompiling bah.raknet? gcc 4.7.1 tdm-1 sjlj error: Compiling:NetworkIDManager.cpp Compiling:NetworkIDObject.cpp Compiling:PacketConsoleLogger.cpp Compiling:PacketFileLogger.cpp In file included from C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/NetworkIDManager.h:11:0, from C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/NetworkIDObject.cpp:9: C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h: In instantiation of 'void DataStructures::AVLBalanced BinarySearchTree<BinarySearchTreeType>::BalanceTree(typename DataStructures::BinarySearchTree<BinarySearchTreeType>::node*, bool) [with BinarySearchTreeType = NetworkIDNode; typename DataStructures::BinarySearchTree<BinarySearchTreeType>::n ode = DataStructures::BinarySearchTree<NetworkIDNode>::node]': C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:219:3: required from 'void DataStructures::AVLBalancedBinarySearchTree<BinarySearchTreeType>::Del(const BinarySearchTreeType&) [with BinarySearchTreeType = NetworkIDNode]' C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/NetworkIDObject.cpp:43:72: required from here C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:169:5: error: 'Height' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:169:5: note: declarations in dependent base 'DataStructures::BinarySearchTree<NetworkIDNode>' are not found by unqualified lookup C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:169:5: note: use 'this->Height' instead C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:174:5: error: 'Height' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:174:5: note: declarations in dependent base 'DataStructures::BinarySearchTree<NetworkIDNode>' are not found by unqualified lookup C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:174:5: note: use 'this->Height' instead C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:202:4: error: 'FindParent' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:202:4: note: declarations in dependent base 'DataStructures::BinarySearchTree<NetworkIDNode>' are not found by unqualified lookup C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/DS_BinarySearchTree.h:202:4: note: use 'this->FindParent' instead Build Error: failed to compile (1) C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/NetworkIDObject.cpp Build Error: failed to compile (1) C:/Code/Blitzmax/mod/bah.mod/raknet.mod/src/NetworkIDObject.cpp |