map.h:22: error: ‘Node’ has not been declared
map.h:23: error: ‘Node’ has not been declared
map.h:23: error: ‘Node’ has not been declared
map.h:24: error: ‘Node’ has not been declared
map.h:25: error: ‘Node’ has not been declared
map.h:80: error: ‘int Map::getMapPoint’ is not a static member of ‘class Map’
map.h:80: error: ‘Node’ was not declared in this scope
map.h:81: error: expected ‘,’ or ‘;’ before ‘{’ token
map.h:85: error: variable or field ‘setDirection’ declared void
map.h:85: error: ‘int Map::setDirection’ is not a static member of ‘class Map’
map.h:85: error: ‘Node’ was not declared in this scope
map.h:85: error: ‘Node’ was not declared in this scope
map.h:85: error: initializer expression list treated as compound expression
map.h:86: error: expected ‘,’ or ‘;’ before ‘{’ token
map.h:115: error: variable or field ‘setStart’ declared void
map.h:115: error: ‘int Map::setStart’ is not a static member of ‘class Map’
map.h:115: error: ‘Node’ was not declared in this scope
map.h:116: error: expected ‘,’ or ‘;’ before ‘{’ token
map.h:120: error: variable or field ‘getPath’ declared void
map.h:120: error: ‘int Map::getPath’ is not a static member of ‘class Map’
map.h:120: error: ‘Node’ was not declared in this scope
map.h:121: error: expected ‘,’ or ‘;’ before ‘{’ token
main.cpp:13: error: expected constructor, destructor, or type conversion before ‘*’ token
main.cpp:14: error: expected constructor, destructor, or type conversion before ‘*’ token
main.cpp:19: error: ‘Node’ was not declared in this scope
main.cpp:20: error: expected ‘,’ or ‘;’ before ‘{’ token
main.cpp:28: error: variable or field ‘addNeighbours’ declared void
main.cpp:28: error: ‘Node’ was not declared in this scope
main.cpp:28: error: ‘NodeList’ was not declared in this scope
main.cpp:28: error: ‘open’ was not declared in this scope
main.cpp:28: error: initializer expression list treated as compound expression
main.cpp:29: error: expected ‘,’ or ‘;’ before ‘{’ token
main.cpp:63: error: ‘Node’ does not name a type
main.cpp: In function ‘void getPath()’:
main.cpp:99: error: ‘start’ was not declared in this scope
main.cpp:99: error: ‘goal’ was not declared in this scope
main.cpp:105: error: ‘goal’ was not declared in this scope
main.cpp:111: error: ‘start’ was not declared in this scope
main.cpp:111: error: ‘getOutofWall’ was not declared in this scope
main.cpp:112: error: ‘start’ was not declared in this scope
main.cpp:113: error: ‘getOutofWall’ was not declared in this scope
main.cpp:115: error: ‘NodeList’ was not declared in this scope
main.cpp:115: error: ‘open’ was not declared in this scope
main.cpp:115: error: expected type-specifier before ‘NodeList’
main.cpp:115: error: expected `;' before ‘NodeList’
main.cpp:116: error: reference to ‘distance’ is ambiguous
main.cpp:19: error: candidates are: float distance
/opt/gcc41/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_iterator_base_funcs.h:114: error: template<class _InputIterator> typename std::iterator_traits::difference_type std::distance(_InputIterator, _InputIterator)
main.cpp:116: error: reference to ‘distance’ is ambiguous
main.cpp:19: error: candidates are: float distance
/opt/gcc41/lib/gcc/x86_64-unknown-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/stl_iterator_base_funcs.h:114: error: template<class _InputIterator> typename std::iterator_traits::difference_type std::distance(_InputIterator, _InputIterator)
main.cpp:121: error: ‘Node’ was not declared in this scope
main.cpp:121: error: expected `;' before ‘x’
main.cpp:123: error: ‘x’ was not declared in this scope
main.cpp:126: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
main.cpp:132: error: ‘addNeighbours’ cannot be used as a function
main.cpp:135: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
main.cpp: In function ‘int main(int, char**)’:
main.cpp:153: error: ‘start’ was not declared in this scope
main.cpp:153: error: expected type-specifier before ‘Node’
main.cpp:153: error: expected `;' before ‘Node’
main.cpp:157: error: ‘goal’ was not declared in this scope
main.cpp:157: error: expected type-specifier before ‘Node’
main.cpp:157: error: expected `;' before ‘Node’
main.cpp:171: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
main.cpp:172: error: type ‘<type error>’ argument given to ‘delete’, expected pointer