00:24:50 **** Incremental Build of configuration Debug for project SFML2_Game ****
Info: Internal Builder is used for build
g++ -DSFML_STATIC "-IC:\\Users\\jamie_000\\Documents\\Programming\\cpp\\libraries\\SFML\\source-code\\SFML-2.3.2\\include" "-IC:\\Users\\jamie_000\\Documents\\Programming\\cpp\\eclipse\\workspace\\SFML2_Game\\include" -O0 -g3 -Wall -c -fmessage-length=0 -o "src\\game\\Game.o" "..\\src\\game\\Game.cpp"
In file included from ..\src\game\Game.cpp:11:0:
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:28:8: error: 'Vector2' does not name a type
inline Vector2<T>::Vector2() :
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:38:8: error: 'Vector2' does not name a type
inline Vector2<T>::Vector2(T X, T Y) :
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:49:8: error: 'Vector2' does not name a type
inline Vector2<T>::Vector2(const Vector2<U>& vector) :
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:58:8: error: 'Vector2' does not name a type
inline Vector2<T> operator -(const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:66:8: error: 'Vector2' does not name a type
inline Vector2<T>& operator +=(Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:77:8: error: 'Vector2' does not name a type
inline Vector2<T>& operator -=(Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:88:8: error: 'Vector2' does not name a type
inline Vector2<T> operator +(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:96:8: error: 'Vector2' does not name a type
inline Vector2<T> operator -(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:104:8: error: 'Vector2' does not name a type
inline Vector2<T> operator *(const Vector2<T>& left, T right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:112:8: error: 'Vector2' does not name a type
inline Vector2<T> operator *(T left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:120:8: error: 'Vector2' does not name a type
inline Vector2<T>& operator *=(Vector2<T>& left, T right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:131:8: error: 'Vector2' does not name a type
inline Vector2<T> operator /(const Vector2<T>& left, T right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:139:8: error: 'Vector2' does not name a type
inline Vector2<T>& operator /=(Vector2<T>& left, T right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:150:31: error: 'Vector2' does not name a type
inline bool operator ==(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:150:31: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:150:38: error: expected ',' or '...' before '<' token
inline bool operator ==(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:150:72: error: 'bool operator==(int)' must have an argument of class or enumerated type
inline bool operator ==(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:158:31: error: 'Vector2' does not name a type
inline bool operator !=(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:158:31: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:158:38: error: expected ',' or '...' before '<' token
inline bool operator !=(const Vector2<T>& left, const Vector2<T>& right)
^
C:\Users\jamie_000\Documents\Programming\cpp\libraries\SFML\source-code\SFML-2.3.2\include/SFML/System/Vector2.inl:158:72: error: 'bool operator!=(int)' must have an argument of class or enumerated type
inline bool operator !=(const Vector2<T>& left, const Vector2<T>& right)
^
00:24:52 Build Finished (took 1s.858ms)