I'm not sure why this is happening seeing as I didn't change anything other than a few string values before compilation, but it refuses to compile even after undoing. :l
I'm guessing something is out of date, but i'm not sure which files or even where to get them.
Error log:
||=== Build: CONSOLE in eoserv (compiler: GNU GCC Compiler) ===|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\include\c++\bits\c++0x_warning.h|32|error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11
compiler options.|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\util\..\util.hpp|24|warning: identifier 'decltype' is a keyword in C++11 [-Wc++0x-compat]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|15|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|30|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|41|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|49|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|67|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|73|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|79|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|90|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|101|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|108|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|113|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|120|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|126|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|132|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|140|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|146|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\character.hpp|157|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\guild.hpp|15|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\guild.hpp|43|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\npc.hpp|20|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\npc.hpp|26|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\map.hpp|19|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\party.hpp|12|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\player.hpp|12|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\world.hpp|16|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\world.hpp|26|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\world.hpp|35|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\world.hpp|43|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\fwd\eodata.hpp|20|warning: scoped enums only available with -std=c++11 or -std=gnu++11 [enabled by default]|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|101|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|102|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|228|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|229|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|315|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|316|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|394|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\eodata.hpp|395|error: 'array' in namespace 'std' does not name a type|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\config.hpp|22|error: expected template-name before '<' token|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\config.hpp|22|error: expected '{' before '<' token|
C:\Users\Nick\Desktop\trunk 305 EODelta\src\config.hpp|22|error: expected unqualified-id before '<' token|
c:\program files (x86)\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.7.1\..\..\..\..\include\winnt.h|2444|error: expected declaration before end of line|
||=== Build failed: 13 error(s), 30 warning(s) (0 minute(s), 1 second(s)) ===|