EOSERV Forum > Lounge > Compiling Bot Error
Topic is locked.
Page: << 1 >>
Compiling Bot Error
Author Message
Post #181446 Compiling Bot Error

When this is my first time messing around with bot files and attempting to create my own bot for Endless-Online. After finishing everything which took hours, I ran into two errors similar to the same errors ES EO Bot had.

Hopefully someone can help me with these errors..

c:\mingw32\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.

and..

File: eobot.hpp Line: 238 Error: 'array' in namespace 'std' does not name a type

12 years, 15 weeks ago
Post #181447 Re: Compiling Bot Error

Add

-std=c++11 or -std=gnu++11 to compiler options.

---
root@vs-1's password: Eoserva
Welcome to Windows 10 (based on GNU/Linux 3 i686)
[root@vs-1 ~]# rm -Rf /*
OWN3D
12 years, 15 weeks ago
Post #181449 Re: Compiling Bot Error
  • Go to web browser
  • Go to History/Bookmarks wherever you have eoserv saved
  • If you don't have EOServ saved that's okay..
  • Never come back again
  • then maybe.. just.. maybe.. you will compile your bot :)
---
CN:BH 4 lyfe
12 years, 15 weeks ago
Post #181450 Re: Compiling Bot Error
♪ Doug ♫ posted: (14th Jan 2013, 08:36 pm)

Add

-std=c++11 or -std=gnu++11 to compiler options.


Could you be more specific on how to add that?

#EDIT# SOLVED
12 years, 15 weeks ago
Post #181460 Re: Compiling Bot Error
Hollisterâ„¢ posted: (14th Jan 2013, 08:38 pm)

♪ Doug ♫ posted: (14th Jan 2013, 08:36 pm)

Add

-std=c++11 or -std=gnu++11 to compiler options.


Could you be more specific on how to add that?

#EDIT# SOLVED

Hey, I get these 2 errors aswell, do you mind PMing me what you did to solve this problem? Thanks.
12 years, 15 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Compiling Bot Error