EOSERV Forum > Lounge > Erm I'm Stupid. Help please?
Topic is locked.
Page: << 1 >>
Erm I'm Stupid. Help please?
Author Message
Post #166957 Erm I'm Stupid. Help please?

Yeah im really stupid and dont have a clue what im doing lmao. Im trying to build ES Eobot v2.2 i got the source and i want to use it however when i press build i get 2 erros and like 7 warnings. The 2 errors are these


#error This file requires compiler and library support for the upcoming \

ISO C++ standard, C++0x


extern std::array<int, 254> exp_table; the error for this is something like error 'array' in namespace 'std' does not name a type


All i really want is to get the exe with the Master commands?



+1 if u fix this or u can help me on team viewer..

---
Karma Points are like cookies! *_*
12 years, 29 weeks ago
Post #166958 Re: Erm I'm Stupid. Help please?

Error #1:

In codeblocks: Project->Build Options->Compiler Settings(Automatically there)->Other Options.

Add this line in the textbox: -std=gnu++0x


The second one about not finding array, just add this header:
#include <array>

---
http://www.addipop.com
12 years, 29 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Erm I'm Stupid. Help please?